cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI - File to Idoc issue

Former Member
0 Kudos

Hi SAP PI experts,

We have below issue in P1 7.1

Issue: File picked from source and archived by sender adapter but no message SXMB_MONI and no idocs are generated in Target system. Sender file adapter status is green, but in audit log an error message.

No message in integration server and Receiver adapter.

Audit log in adapter engine is:


Transmitting the message to endpoint http://<xihost>:50000/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Received HTTP response code 500: Internal server.

Any inputs to fix above issue would be highly appreciated.

Thanks,

Reddy G



Accepted Solutions (0)

Answers (6)

Answers (6)

anupam_ghosh2
Active Contributor
0 Kudos

Hi G E Reddy,

                          Please login at operating system level of the PI server or any other system in the business network. Try these commands

ping [target server Ip address]

or

Telnet [target server Ip address] [port number]

If the results are show same error , please inform network team on the issue.

Regards

Anupam

former_member190624
Active Contributor
0 Kudos

Hi,

Restart your Adapter engine , restart should fix your issue.

Thanks

Hari.

ambrish_mishra
Active Contributor
0 Kudos

Hi,

Seems like a connection problem between adapter engine and integration engine.

Check in exchange profile if the hostname for PI integration engine and adapter engine have been maintained correctly and connection exists.

Also check if you are able to run any other similar scenario. I think this problem would occur there too.

Cheers,

Ambrish

Former Member
0 Kudos

This error means the connection between the adapter engine of java and integration engine of ABAP stack is not configured correctly...

go to sxi_cache and check there the adapter engine link appears correctly..also as already suggested check in SLD the business system of xi is having the correct pipeline url of integration server or not...

perform sldcheck in PI..

HTH

Rajesh

siddhardha_dnk
Active Participant
0 Kudos

Hi,

Check http://<Host>:<Port>/sap/xi/engine?type=entry  is maintained in Technical System in SLD or not.

And Also check SLD Connections.

Regards,

Sid.

Former Member
0 Kudos

Check your connections from XI to ECC and vice versa .

Go to SM59 and check the connection is working fine or not.

Make sure these connections are working fine or not.

And also check your SLD connections as well as suggested by earlier.

Regards,

Tulasiram.

praveen_sutra
Active Contributor
0 Kudos

Hi,

Please refer this blog:

http://scn.sap.com/thread/1502457

hope this helps.

thanks and regards,

Praveen T

Former Member
0 Kudos

Thanks Praveen.

My SLDCHECK is in green and URL and the port provided in the Business system is correct.

Any others inputs?