A
awadheshmca12
Guest
You cannot run methods on released or not connected AppObjects, sub AppObjects and ProcObjects. You must use the OC_Connect() method before using a newly created ActiveX AppObject. I am facing this issue with Report Daemon.The daemons runs through Fin AppServer on linux end and the service is configured at Windows Server. We run the service from Linux through a script which in turn calls a .bat file on windows to run the service. But when the below error is occurred ,the service at Windows remain UP but at linux end its corresponding instance goes down ( with erorr of TCP/IP socket error ). The Window event log shows : This request cannot be completed because the object is not connected to the AppServer. (7210) at QAD.AppServer.ASConnection.ExecuteProgram(String procName, ASParameterSet parms, ASMetaSchema schema) at QAD.AppServer.ASBaseSAOInt.runApiMethod(DBInt SessionId, String procedureName, ASParameterSet parms, ASMetaSchema schema) at QAD.AppServer.ASBaseSAO.runApiMethod(DBInt SessionId, String procedureName, ASParameterSet parms, ASMetaSchema schema) at QAD.BLF_BO.BReportCommSAO.apiStopSession(DBInt iiApiSessionId, tFcMessagesDataSet& tFcMessagesDS, DBInt& oiReturnStatus) at QAD.CBFReportingService.CBClient.StopSession()
Continue reading...
Continue reading...