QUESTION POSED ON: 29 June 2006
How do I resolve the error "JCO_ERROR_CONCURRENT_CALL" when running SAP JCo in a Web application?
Here is the exception report:
com.sap.mw.jco.JCO$Exception: (132) JCO_ERROR_CONCURRENT_CALL: Concurrent call. Connection currently used in another thread.
at com.sap.mw.jco.JCO$Client.execute(Unknown Source)
at com.sap.mw.jco.JCO$Client.execute(Unknown Source)
at com.sap.mw.jco.JCO$Repository.execute(Unknown Source)
at com.sap.mw.jco.JCO$Repository.queryFunctionInterface(Unknown Source)
at com.sap.mw.jco.JCO$Repository.queryFunctionInterface(Unknown Source)
at com.sap.mw.jco.JCO$Repository.getFunctionInterface(Unknown Source)
at com.sap.mw.jco.JCO$BasicRepository.getFunctionTemplate(Unknown Source)
|