Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ICM_HTTP_TIMEOUT

Former Member
0 Likes
751

Hello everyone.

I have interface between ECC application and SQL server thru XI JDBC communication channel. The XML message is synchronous.

The interface need to delete all data from one off the tables in sql db and reponse message is number off records that was deleted.

When I run the program for small data (10000records) in SQL , the running complete properly, But when I run for large data (1000000 records) in SQL I get error:

"INTERNAL.CLIENT_RECEIVE_FAILED Error when receiving by HTTP (error code: 402, error text: ICM_HTTP_TIMEOUT (" .

I already tried to increase http time out in XI but it is still not working and I have same error.

Somebody knows what I need to do for avoid this error. I guess that I need increase the http time out. How I do it???

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
681

Take a look at OSS [Note 1161469 - XI runtime: Interpretation of timeouts|https://service.sap.com/sap/support/notes/1161469]

Regards

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
682

Take a look at OSS [Note 1161469 - XI runtime: Interpretation of timeouts|https://service.sap.com/sap/support/notes/1161469]

Regards

Read only

0 Likes
681

I already was Implemented this note but I still have same error.

Please wrote me If you have some other offer/Idea.

Read only

0 Likes
681

In you example you say 10.000 and 1.000.000 records, maybe it is not "advisable" to give SQl instruction on a such huge batch of records, try to cut the treatment in smaller lots. (Else you should multiply the time by 100 which may overflow some technical limits) Also you may look at proctimeout and keep_alive_timeout.

Regards

Read only

0 Likes
681

Hi,

Thank you for your help. We succeed solve the problem by increase some parameters in http timeout on ECC .

Regards

Read only

0 Likes
681

hi

can you explain more what parameters change you did in http timout on ECC? cox i am facing same problem please help as soon as possible

will be waiting for your reply.

regards

kavita T