cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong JCo Version for processing Idocs

Former Member
0 Kudos

Hi,

I'm developing a Java Enterprise Bean which uses sapidoc.jar and sapidocjco.jar.

If this Bean is called on the WAS, the following error occurs:

com.sap.mw.idoc.IDoc$Exception: (8) IDOC_ERROR_INITIALIZATION: Could not initialize SAP Java Connector IDoc Class Library. Found SAP Java Connector version 6.45.9 but version 2.1.6 or a higher patch level is required. at com.sap.mw.idoc.jco.JCoIDoc.(JCoIDoc.java:142)

Any idea?

Thanks a lot!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Intresting, I assumed that 6.45.9 is a higher path level than 2.1.6.

Is there any table which compares the JCo between the the stand-alone JCo and that ones which comes with the SAP ERP Systems?

Or are there any Versions of the SAP Java Base IDoc Class Library (sapidoc.jar) and the SAP Java Connector IDoc Class Library (sapidocjco.jar) which runs on a standard installation of an ERP 2005 system?

Former Member
0 Kudos

Basically you need to upgrade your Sap Java Connector to 2.1.6 later version. It complains the java connector idoc library requires the newer version of JCo.

Dennis