cancel
Showing results for 
Search instead for 
Did you mean: 

JCO IDOC listener Compilation problems - JCO 2.1.5

Former Member
0 Kudos

I am getting compilation problems trying to compile the sample IDOC listener program supplied by SAP with the base SAP IDOC 1.0.2 and SAP JCO IDOC 1.0.3. My JCO version is 2.1.5. I am using WSAD ver 5.11 on Windows XP. The compiler seems to be looking for "com.sap.jdsr.writer.DSrIPassport" and cannot find it.

Appreciate any help

thanks

Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

One more question: In the JCO.Client and JCO.Server of sapjco.jar 2.1.5 there are reference to "com.sap.jdsr.writer.DSrIPassport", but I cannot find this class in this jar, so is JCO 2.1.5 compatible with SAP IDOC 1.0.2 and SAP JCO IDOC 1.0.3?

ilja_farber
Explorer
0 Kudos

com.sap.jdsr.writer.DsrIPassport is a class provided by jdsr.jar.

Generally you do not need this package and I assume you faced a problem in the compiler. Try to compile with javac or ant. In case WDAS is eclipse, you can update it or try to use jdsr.jar delivered with SAP j2ee engine.