I get the the following error when running a web method in a web service I wrote that calls the Login method in the ISession interface of Metastorm.ECL.dll.
Type: Metastorm.ECL.EsessionException
Source: Metastorm.ECL
Message: No Engines are avaialble in the "Metastorm BPM Server" service.
Targetsite: Void Login(System.String, System.String, Metastorm.ECL.FieldList)
Stacktrace: No stack trace available
The engine is available and running without any issues. Does anyone know what could cause this?
The web service works because I don't get the error on all servers it's on. The install build is 7.6.0.0 and web build is 7.6.0.1428 on the server it works on and install build 7.6.1.3 and web build 7.6.1.1504 of the web server it dosn't. Could this be the problem?