cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP error 403 to Integration engine

former_member189558
Contributor
0 Kudos

Hello,

Problem a)

While posing data from eSourcing to PI box by HTTP , we are getting HTTPerror 403.

The error message states:

ID: E-Sourcing was unable to publish PROP-00090--2010 to ERP. class java.io.IOException Server returned HTTP response code: 403 for URL:

Problem b)

In another observation the sender file adapter after polling the file is unable to send the message to Integration engine and gives a Connection Time out error. it gives the following error.

Transmitting the message to endpoint http://<Host>:<Port>/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: Error transmitting the message over HTTP. Reason: java.net.ConnectException: Connection timed out: connect.

I believe that both the errors are for common cause and possibly the Integration engine is not accepting HTTP request.

Please help.

Thanks and Regards,

Himadri

Edited by: Himadri Chakraborty on Feb 9, 2010 3:35 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member189558
Contributor
0 Kudos

It was a basis problem with the HTTP Handler.

Former Member
0 Kudos

Hi ,

I believe that both the errors are for common cause and possibly the Integration engine is not accepting HTTP request.

Yeah that might be the reson However for time out error (your error B ) you can try certain option in sender file adapter .

1. Click the Advanced option of File adapter and manually set the parameter "ftp .timeout " as value 1200 sec or any desired time .

2 . You can make your data connection to Active from Passive .

Regards,

Saurabh

former_member189558
Contributor
0 Kudos

Thanks Saurav,

However it is not FTP timeout that is happening.. adapter is able to poll.. but while passing on the message to IE through HTTP(as it does) it is giving that error.

Thanks,

Himadri

jose_augastine3
Active Participant
0 Kudos

Time Out Error

In order to get rid of it, Your basis person need to play around with follwing three parameters in order to find an appropriate values as per your hardware sizing and requirement......

icm/conn_timeout

icm/keep_alive_timeout

icm/server_port_< n >

How ever, in general SAP recommandation is as follow....

icm/server_port_0 = PROT=HTTP,PORT=1080,TIMEOUT=30,PROCTIMEOUT=600 to allow a maximum processing time of 10 minutes.

Hope this helps !!!

Regards,

J Augastine

former_member189558
Contributor
0 Kudos

Thanks Augustine,

I will pass on this thread to our basis person and see what happens.