OECGI - (OpenInsight 32-bit Specific)
At 20 JAN 2003 09:54:35AM Bob Yerkes - elexio Software wrote:
I am attempting to try out oecgi to see if it's worth using and I have run into the following problem.
I installed it on 1 of our windows 2000 servers with IIS 5.0 and I am trying to run the following command.
http://localhost/oecgi.exe/INET_OI_XML?Cmd=SELECT%20CUSTOMER
It returns the following:
]
I tried it on a XP machine with IIS 5.1 and it works fine, so I installed it on a different windows 2000 server with IIS 5.0 and the same problem.
I can run inet_trace fine on all 3 machines.
Also this is unrelated but when I when I try to run custom inet procedure's they seem to cause OECGI to hang on all 3 machines.
I kept it simple to make sure it was working:
Function inet_test(Request)
html=It worked"
Return html
Any suggestions on either or these things would be appreciated.
Thanks,
Bob