cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.inst.split.str.StrExtSplitTask processEmptyPackages

Former Member
0 Kudos

Hi,

we are getting this error while starting export.

INFO: 2009-02-10 07:22:19

Package 'SAPUSER1' will be stored in 'SAPUSER1.EXT/STR' files.

INFO: 2009-02-10 07:22:19

File '/oracle/MSG/sapdata2/coredmp/ABAP/DATA/SAP0000.EXT' was renamed to 'SAP0000.EXT.old'.

ERROR: 2009-02-10 07:22:19 com.sap.inst.split.str.StrExtSplitTask processEmptyPackages

.

java.io.IOException: A system call received a parameter that is not valid.

at sun.nio.ch.FileChannelImpl.map0(Native Method)

at sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:737)

at sun.nio.ch.FileChannelImpl.transferFromFileChannel(FileChannelImpl.java:542)

at sun.nio.ch.FileChannelImpl.transferFrom(FileChannelImpl.java:605)

at com.sap.inst.lib.io.FileUtils.copyFile(FileUtils.java:447)

at com.sap.inst.split.str.StrExtSplitTask.processEmptyPackages(StrExtSplitTask.java:459)

at com.sap.inst.split.str.StrExtSplitTask.doRun(StrExtSplitTask.java:142)

at com.sap.inst.split.str.StrSplitTask.run(StrSplitTask.java:194)

at com.sap.inst.split.PackageSplitter.startAppJob(PackageSplitter.java:348)

at com.sap.inst.lib.app.CommandLineApp.doMain(CommandLineApp.java:111)

at com.sap.inst.split.PackageSplitter.main(PackageSplitter.java:390)

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

This is due to a bug in the package splitter utility , update the packagesplitter to the latest and retry the export.

It should go fine.

You can find SPLITSTR*.SAR file at

Support Packages and Patches - Entry by Application Group" Additional Components" SYSTEM COPY TOOLS" :

Gerard

Edited by: GerardChristopher on Jan 15, 2010 3:44 PM

Former Member
0 Kudos

Else do not select the "Split STR files" in the SAPinst screen with heading SAP system->Export for Target system .

This will basically not use the Splitter thereby you shouldnt have that error..

This isnt the best option but atleast you can move ahead with your export.

Gerard

MKu101
Explorer
0 Kudos

Note 1333874 works! We are doing a Unicode migration. During the export we used a "CIO" mounted filesystem as target for the "export files" which lead to the following error in the file:

../sapinst_instdir/NW04S/LM/COPY/ORA/EXP/CENTRAL/AS-ABAP/EXP/str_splitter.log

ERROR: 2010-11-18 12:37:15 com.sap.inst.split.str.StrExtSplitTask processEmptyPackages

Exception during processing of 'SAPVIEW' package.

java.io.IOException: A system call received a parameter that is not valid.

at sun.nio.ch.FileChannelImpl.map0(Native Method)

at sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:737)

...

...

Changed to none CIO mounted filesystems... Problem solved!

Edited by: M. Kuijper on Nov 18, 2010 10:21 PM

tuncay_ciril
Discoverer
0 Kudos

Please look at the OSS note 1333874

Former Member
0 Kudos

Hello, We have the same problem. What did you do to resolve?

Former Member
0 Kudos

Hi,

Did you solved your problem?

If yes, how?

Thanks,

Karl