[Migrated content. Thread originally posted on 10 March 2009]
acu version:acucobol 6.0...
STRING "c:\\rel\\object\\systemid.exe > "
DELIMITED BY SIZE
"c:\\rel\\object\\systemid.dat"
DELIMTED BY SIZE
INTO COMMLINE
CALL "C$SYSTEM" USING COMM-LINE, 64
...
and this code runs as cgi code.
When I use Apache as WebServer, I could see "systemid.dat" created with correct data.
When I use IIS as WebServer, "systemid.dat" is not created at all.
Both Apache and IIS are installed on WindowsServer 2003.
Could anyone help me figure out what could cause this?
Thanks in advance.



