What version of Vortex is this? (complete output of texis -version)?
Is there a particular reason you're <EXEC>ing another Vortex script, instead of merging the code or using modules (more efficient)?
Are there any errors for siteedit in the vortex.log? Does the user you're running as from the command line have permission to read the siteedit script and .vtx file?
msxsl.exe takes an xml and an xsl file/url and transforms them into a html file.
I create the xml and xsl via a vortex script, run msxsl and grab the resulting html and return it.
<!-- 118 /texis/scripts/test_daypart:15: <EXEC> command msxsl.exe returned exit code 1 -->
<br>
Error occurred while loading document 'http://lensock.abc.com/cgi-bin/texis.ex ... t.xml'.<br>
<br>
Code: 0x800c0007<br>
No data is available for the requested resource.<br>
I've tried many combinations w/ the EXEC cmd and nothing works
VER:
Commercial Version 3.01.984682785 of Mar 15, 2001 (i686-intel-winnt)
However it appears that the script is not returning data. Are you able to verify from weblogs or by logging in the Vortex script that it is actually being called?
When run via the browser I get:
<!-- 118 /texis/scripts/test_daypart:11: <EXEC> command msxsl.exe returned exit code 1 -->
Error occurred while loading document 'http://lensock.ncsc.mil/cgi-bin/texis.e ... .xml'.Code: 0x800c0007No data is available for the requested resource.
works fine, and I get the expected html, when run from the cmd line as:
texis test_daypart/htmlout.html
Maybe the webserver's CGI environment is restricting msxsl in some way. Try running the vortex script with the exec from the command line to narrow it down:
texis test_daypart/htmlout.txt
Don't know. Maybe it's time to contact support for the makers of msxsl.exe to find out why it doesn't work in CGI setting? Vortex generally clears the CGI specific environment variables before exec'ing. More likely it's some kind of NT permission issue than an environment issue.