cancel
Showing results for 
Search instead for 
Did you mean: 

File chunking in PI 7.3 error

former_member206760
Active Contributor
0 Kudos

I am working on a file to file interface and want to chunk it as the file size is huge...

I want to pass the csv file from source to target as it is.

http://scn.sap.com/people/sivasubramaniam.arunachalam/blog/2011/12/26/fileftp-adapter--large-file-tr...

input file is 1.5 mb and the chunk size is 1 mb

however i am getting the following error in Sender comm channel

29.06.2012 06:23:39.290InformationChannel javamap: File splitting - read 1048576 bytes of the file content up to position 1048576
29.06.2012 06:23:39.293InformationChannel javamap: Send binary file  "\\ssapcmsbx\Software\PI_Demo\large1.txt", size 1048576 with QoS EOIO
29.06.2012 06:23:39.295InformationMP: processing local module localejbs/CallSapAdapter
29.06.2012 06:23:39.295InformationApplication attempting to send an XI message asynchronously using connection File_http://sap.com/xi/XI/System
29.06.2012 06:23:39.298ErrorReturning to application. Exception: com.sap.aii.adapter.xi.routing.RoutingException: Unable to parse XML message payload to extract operation for receiver determinationorg.xml.sax.SAXParseException: Content is not allowed in prolog.

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you don't use any mapping right ?

can you check if you use binary transfer as per my blog ?

http://scn.sap.com/community/pi-and-soa-middleware/blog/2010/10/18/pixi-pi-73-processing-of-large-fi...

Regards,

Michal Krawczyk

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

Ensure you have the fixes in the notes below:

1515230 XI mapping: "Root tag missing" in split mapping

1548095 XI runtime: Split mapping with XML payload without prolog

1582682 XI runtime: Split mapping with XML payload without prolog II

1567970 XI runtime: XML split mapping with BOM

These notes have resolved similar errors to this.

Regards

Mark