Error: Engine creation FAILED, code *-3111* (OpenInsight 64-bit)
At 17 NOV 2022 02:57:19AM Barry Stevens wrote:
running EngineServerdebug in OI10
Error: Engine creation FAILED, code *-3111*
Can anyone tell me what this error means
Not really stopping from working, but, am getting some unexpected results - OK in OI9
At 17 NOV 2022 06:28AM Andrew McAuley wrote:
World leaders in all things RevSoft
At 17 NOV 2022 07:28AM Carl Pates wrote:
Barry,
The 3110 -3112 range means that an out-of-process engine was created successfully, but could not be connected to. The last digit tells you the results of the termination attempt on the now-orphaned engine.
3110 - means that the engine couldn't be terminated. It's a zombie. You will need to use the task manager.
3111 - means that the engine created was terminated cleanly via a WM_CLOSE message. It's gone to live on a farm happily ever after.
3112 - means the engine had to be taken out the back and shot in the head with a raw TerminateProcess call. It's gone. Thoughts and prayers.
As to why the connection fails? Not sure. Firewall? Timeout during connection?