cancel
Showing results for 
Search instead for 
Did you mean: 

Classpath of XI?

Former Member
0 Kudos

Hi,

Where I can find the classpath of XI?

I have this error when I try to do a seeburger example:

Delivery of the message to the application using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: --- Conversion of synchronous request from module chain ended with errors ---[Error:ID=1010;LEVEL=1] BICMapping runMapping() The mapping: VTO_MAP_X2E_856_V4010_2 you are trying to load cannot be found in the classpath! Maybe you forgot to compile or to activate the mapping! DESCRIPTION: BICMapping Error: The mapping [not specified] you are trying to load cannot be found in the right path! Maybe you forgot to compile or to activate the mapping! : javax.resource.ResourceException: --- Conversion of synchronous request from module chain ended with error.

And I want to see the Classpath.

Regards,

Luis Diego

Accepted Solutions (1)

Accepted Solutions (1)

sam_raju
Contributor
0 Kudos

Hi Luis,

Seeburger's BIC Adapter requires deployment of some mapping libraries along with other BIC Libraries.

The mapping libraries are 1) Mappings_sys.sda which are provided by Seeburger and 2) Mappings_user.sda which is used to store customer specific mappings.

These mappings to be used must be deployed using the Software Deployment Manager(SDM). It looks like the mapping you are using is missing in the mapping libraries.

Make sure that your mapping "VTO_MAP_X2E_856_V4010_2" exists in the mapping library before deployment.

Below given are the details for you mapping;

VTO_MAP_X2E_856_V4010_2

X2E stands for XI XML to EDI conversion mapping

856 stands ANSI X12 message type for Adv. shipment notice or ASN

V4010 stands for Version 4010

Hope this helps.

Rgds,

Sam Raju

Answers (1)

Answers (1)

Former Member
0 Kudos

you can see classpath in dev_server0 file,dev_server0 in the /usr/sap/<SID>/DVEBMGS01/work/ directory.

like :

-> arg[ 13]: -Djava.class.path=/usr/sap/XID/DVEBMGS01/exe/jstartup.jar:/usr/sap/XID/DVEBMGS01/exe/jvmx.jar:./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.

-> arg[ 14]: -Djava.library.path=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/XID/DVEBMGS01/exe:/usr/sap/XID/DVEBMGS01/exe:/usr/sap/XID/DVEBMGS01/exe:/backup_rootvg/tmp_xid/sapinst_exe.356448.1157611083:/usr/sap/XID/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/lib:/usr/sap/XID/DVEBMGS01/j2ee/os_libs:/usr/sap/XID/DVEBMGS01/exe:/usr/sap/XID/DVEBMGS01/exe:/usr/sap/XID/DVEBMGS01/exe:/usr/lib:/lib:/usr/sap/XID/SYS/exe/run:/oracle/client/10x_64/instantclient

good luck.