oecgi3 returns "." (OECGI(Any))
At 09 MAR 2012 01:35:20PM Pascal Landry wrote:
I'm testing out oecgi3 and all I get is a dot as an html page. The IIS6 page is communicating to my engine via the oesocketserver and I can see the execution in the command window running in debug mode.
I'm quite baffled on this one so any clue will help,
Thanks
Pascal
At 09 MAR 2012 02:39PM bshumsky wrote:
I'm testing out oecgi3 and all I get is a dot as an html page. The IIS6 page is communicating to my engine via the oesocketserver and I can see the execution in the command window running in debug mode.
I'm quite baffled on this one so any clue will help,
Thanks
Pascal
Hi, Pascal. In recent versions of OpenInsight, we've tightened up the security on running INET processes; they now require that you register which INET programs you want to run in a "white list", and any requests that aren't in that whitelist are rejected with a "." showing as the only output, so I imagine that is what you're seeing.
If you're running the new IDE, you'll find "INET Configuration" on the Tools menu. Please see if configuring your INET requests resolves this problem.
Hope that helps,
- Bryan Shumsky
At 09 MAR 2012 03:40PM Pascal Landry wrote:
Thanks,
Been out of the loop too long to keep up with all the great new stuff your creating.
Pascal