cancel
Showing results for 
Search instead for 
Did you mean: 

File transfer from SAP PI 7.1 to SAP PI 7.31:Error

Former Member
0 Kudos

Hello ,

In my scenario i have to tranfer an xml file from SAP PI 7.1 to SAP PI 7.31

@ SAP PI 7.31 - Scenario configured :  HTTP(AAE) to File --> which is working Fine..tested !!

@ SAP PI 7.1 - Scenario Configured : File to HTTP

But when i try to execute this scenario as a whole from file to file:

File is picked up by the sender communication channel and its status is green ..

where receiver communication channel is configured as per requirement of PI 7.31 system (HTTP AAE post)

but this receiver communication channel won't show up in communication channel monitoring

Plus, It is showing system error is sxmb_moni of PI 7.1 system:

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

  <SAP:Category>XIAdapter</SAP:Category>

  <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>

  <SAP:P1>500</SAP:P1>

  <SAP:P2>Internal Server Error</SAP:P2>

  <SAP:P3>Internal Server Error</SAP:P3>

  <SAP:P4 />

  <SAP:AdditionalText />

  <SAP:Stack>HTTP server code 500 reason Internal Server Error explanation Internal Server Error</SAP:Stack>

  <SAP:Retry>M</SAP:Retry>

  </SAP:Error>

Could you please advise what could the possible reason of such an error ??

Regards,

Kritika Sharma

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Kritika,

In PI 7.1 HTTP adapter is apart of ABAp stack hence you could see error in SXMB_MONI at call adapter etep with error - HTTP server code 500 reason Internal Server.

This seems that connectivity betoween PI 7.1 & 7.3 have issue. You need to check with you network team to find out if there is firewall exist between PI 7.1 & 7.3,...

Regards,

Ashish

Former Member
0 Kudos

Hello Ashish,

Thanks for your Input..

I had checked and confirmed that from my basis team in the beginning itself..

and PI 7.1 system is able to ping PI 7.31 system.(OS level)

Please advise if there is anything else that we need to check here ..??

Former Member
0 Kudos

Kritika,

Whether Basis team able to ping the PI 7.3 from PI 7.1 server or just from the local system..if so get the PI 7.3 pinged from from PI 7.1 server...

Moreover u shd once check with network team to put an trace on data flow going out of PI 7.1 to PI 7.3

Regards,

Ashish

former_member191435
Contributor
0 Kudos

Hi Kritika,

Please follow below links

http://scn.sap.com/message/6243975

https://scn.sap.com/thread/1619412

Still if u face issues please let me know.....

Thanks,

Sreenivas

Former Member
0 Kudos

Hello Sreenivas,

I already gone through these threads many times.

My Content Type is Text/XML

But when i tried sending the xml downloaded from moni(PI 7.1) via PI 7.31 HTTP(AAE) tool and it is giving me error .

Possible Reason of such an error could be the content of my send xml:

<?xml version="1.0" encoding="UTF-8" ?>

- <ns0:MT_EMP_DETAILS xmlns:ns0="http://xxx.com/PIX/File_http">

  <ID>121</ID>

  <Name>kS</Name>

  </ns0:MT_EMP_DETAILS>

Here the Interface provided is of my PI 7.1 system and should be converted to as the one of PI 7.31 system ..say (Italic)

<?xml version="1.0" encoding="UTF-8"?>

<ns0:MT_EMP_DETAILS xmlns:ns0="http://xxx.com/PIY/HTTP_FILE">

   <ID>121</ID>

   <Name>ks</Name>

</ns0:MT_EMP_DETAILS>

Also, In order to manage this... I tried importing the wsd downloaded from Service Interface of PI 7.31 to PI 7.1 system's External definition..but still my scenario didn't work

Could you please advise more on this..whether Am i using the correct approach ?..

Secondly, My question is why I am not able to Monitor my Receiver Communication channel through communication channel Monitoring..Infact, My receiver communication channel won't show up there .....

Please suggest !!