cancel
Showing results for 
Search instead for 
Did you mean: 

Error during Java Export - Error during export of XI_RUNMAPPINGS

Former Member
0 Kudos

Hi folks.

I am facing a problem during the Java Export of a XI 3.0/Netweaver 04 system.

Unfortunately I could not find anything in SDN/SMP.

This is the content of jload.java.log / jload.log:

java version "1.4.2_14"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_14-b05)

Java HotSpot(TM) Client VM (build 1.4.2_14-b05, mixed mode)

30.06.2008 06:28:34 com.sap.inst.jload.Jload main

INFO: Jload -sec NWA,jdbc/pool/NWA,
bcrsap13\sapmnt\NWA\SYS\global/security/data/SecStore.properties,
bcrsap13\sapmnt\NWA\SYS\global/security/data/SecStore.key -dataDir V:\export_NWA\java_ck/JDMP -log D:\Program Files\sapinst_instdir\NW04\COPY\EXPORT\ADDIN\COPYADDIN\EXP/jload.log -exclude D@D:\Program Files\sapinst_instdir\NW04\COPY\EXPORT\ADDIN\COPYADDIN\EXP/negativTableListForJload.txt -remove_trailing_blanks D:\Program Files\sapinst_instdir\NW04\COPY\EXPORT\ADDIN\COPYADDIN\EXP/removeTrailingBlanks.txt -convert_empty_LOBs D:\Program Files\sapinst_instdir\NW04\COPY\EXPORT\ADDIN\COPYADDIN\EXP/convertEmptyLobs.txt -convert_empty_strings D:\Program Files\sapinst_instdir\NW04\COPY\EXPORT\ADDIN\COPYADDIN\EXP/convertEmptyStrings.txt -convert_empty_binary D:\Program Files\sapinst_instdir\NW04\COPY\EXPORT\ADDIN\COPYADDIN\EXP/convertEmptyBinary.txt

30.06.2008 06:28:35 com.sap.inst.jload.db.DBConnection connectViaSecureStore

INFO: connected to NWA on jdbc/pool/NWA

30.06.2008 06:28:35 com.sap.inst.jload.db.ExcludedObjects addObjects

INFO: excluded objects (type D): [XI_QOBJVERSVIEW, PVC_OBJVERSVIEW, PVC_ACTVERSVIEW, IMS_SYNCINXVIEW, XI_POBJVERSVIEW, XI_QACTVERSVIEW, XI_PACTVERSVIEW]

30.06.2008 06:28:35 com.sap.inst.jload.db.ExcludedObjects addObjects

INFO: excluded objects (type TB): [J2EE_CONFIGENTRY]

30.06.2008 06:28:35 com.sap.inst.jload.db.ExcludedObjects addObjects

INFO: excluded objects (type EL): [XI_DIRDATABINDING, XI_AF_CPA_MAPPING, XI_DIRTEXTLONG_TX, XI_REPDATABLOBS, XI_REPDOCUBASE, XI_DIRDATACHANNEL, XI_REPDATAMMATT, XI_REPDATAEXTDEF, XI_SEC_MSG, XI_SEC_CERT, XI_REPDATABLOB, XI_AF_ISP_DB_PERS, XI_AF_CPA_MAP_ARCH, XI_RWB_MSG, XI_REPTSRP_ENTITY, XI_REPDATAADAPTMD, XI_DIRDATA_SCEN, XI_REPDATACHTEMPL, XI_DIRDATABLOB, XI_REPTEXTLONG_TX, XI_AF_MSG, XI_REPDATAMAPTEMPL, XI_REPDATAMAPATT, XI_DIRTSRP_ENTITY, J2EE_CONFIGENTRY]

30.06.2008 06:28:35 com.sap.inst.jload.db.ExcludedObjects addObjects

INFO: excluded objects (type ES): [BC_SCVERSION, J2EE_CONFIGENTRY]

30.06.2008 06:28:36 com.sap.inst.jload.db.ExcludedObjects addObjects

INFO: excluded objects (type EB): [J2EE_CONFIGENTRY]

30.06.2008 06:28:36 com.sap.inst.jload.JobStatus readStatus

INFO: trying to read status file F:\usr\sap\NWA\DVEBMGS00\j2ee\sltools\EXPORT.sta

30.06.2008 06:28:36 com.sap.inst.jload.JobStatus readStatus

INFO: commencing restart

30.06.2008 06:28:51 com.sap.inst.jload.Jload dbExport

SCHWERWIEGEND: Error during export of XI_RUNMAPPINGS

30.06.2008 06:28:51 com.sap.inst.jload.Jload logStackTrace

SCHWERWIEGEND: com.sap.inst.jload.db.IllegalValueException: Empty LOB in column CONTENT

This error is probably caused by a bug in an application

failing to comply with the rules of portability

NAMESPACE = http://csc.com/xi/CMDM

SWCV = ?

SP = -1

NAMEGUID = ?

NAME = com/sap/mdm/keymapping/keymapping.properties

TYPEID = properties

LENG = 0

JARNAME = MDM_Keymapping_Framework_Config

REFRESHSTATE = A

MODIFIED = 2004-12-17 14:49:56.343

CONTENT = ?

This error is probably caused by a bug in an application

failing to comply with the rules of portability

at com.sap.inst.jload.db.DBTable.unload(DBTable.java:225)

at com.sap.inst.jload.Jload.dbExport(Jload.java:179)

at com.sap.inst.jload.Jload.executeJob(Jload.java:395)

at com.sap.inst.jload.Jload.main(Jload.java:621)

30.06.2008 06:28:51 com.sap.inst.jload.db.DBConnection disconnect

INFO: disconnected

I am not really familiar with the Java/XI Applications. Anyone got an idea how to solve this?

Thanks in advance.

/cheers

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Since the application was not used anymore I decided to delete the row with zero length entry.

Export finished successfully afterwards.