cancel
Showing results for 
Search instead for 
Did you mean: 

Error Picking non XML File in PO

rubanprasanth_s
Participant
0 Kudos

Dear Experts,

We have moved from PI 7.1 to PO 7.4 Recently.

In one of the scenario we are processing the Text file , Where channel picks the .txt file and java map converts to XML format .

This was working fine in PI 7.1 but after Migration This scenario is not working.

There is a error in Picking the file itself ( By Sender CC ). i am getting the following error.

"unable to parse XML message payload to extract operation for receiver determination org.xml.sax.SAXParseException: Content is not allowed in Prolog".

Please note i cannot use Content Conversion here.


Any Helpful information is very much appreciated.

Regard

Ruban.S

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor

Hi Ruben,

You can fix in three ways.

  • Remove the sender software component in ICO
  • Change the sender service interface interface pattern to Stateless XI 30 compatible
  • Create dummy interface without selecting from respository

Regards,

Praveen.

rubanprasanth_s
Participant
0 Kudos

Hello Praveen,

i am following your steps.

what do you mean in Step 3. Could you please Elaborate.

Regards,
Ruban.S

former_member182412
Active Contributor
0 Kudos

Hi Ruben,

>>>Create dummy interface without selecting from respository

Dummy interface means the service interface no need to exist in repository, you can type any name in service interface field.

Quick fix is remove the software component like below

Regards,

Praveen.

rubanprasanth_s
Participant
0 Kudos

Your Step 1 alone solved the issue.

Thanks Praveen for your Quick Response and Solution.

Regards,
Ruban.S

Answers (1)

Answers (1)

former_member186851
Active Contributor
0 Kudos

Hello Ruban,

Try changing the file type in Sender CC.

Try removing the Sender SWCV in the ICO and check.

Additionallly refer the below link

http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/08/16/the-mystery-of-content-is-not-all...