cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPIO_PLG_CANCELED error in file to https scenario

Former Member
0 Kudos

Hi all,

In my file-pi-https interface, I'm getting the HTTPIO_PLG_CANCELED error whenever this interface runs for more than 5 minutes, although the complete file is received by the other system, in pi it's giving an error. I know the error is due to the interface running for a long time but i'm not sure how to fix this problem.

In transaction SMICM->Services, i've changed the https

Keep Alive = 120 seconds

Processing Timeout =  600 seconds but it's not helping.

I've also noticed that the status is set to Automatic Restart after 5 minutes and then later on set to System Error - After Automatic Restart.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi Katlego,

I'm not what version you're running on but did you check your instance profile configuration against this PI tuning guide:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0179632-5f59-2a10-babe-ae4838435...

See page 9 specifically / icm/HTTP/max_request_size_KB

Regards, Trevor

Former Member
0 Kudos

Hi Trevor,

We're on PI 7.11 SP level 6.

I don't know why but the report RSARFCLD only gives the following:-

Used quotas               :          1

Maximum dialog queue      :          5

Maximum login slots       :         90

Maximum own login slots   :         25

Maximum COMM entries      :         90

Maximum own WP used       :         75

Min dialog WP waiting     :          5

WP number                 : **

I've had a look in transaction SMICM->Goto->Parameters->Display and the value for icm/HTTP/max_request_size_KB = 102400.

Thank you

former_member223432
Participant
0 Kudos

HI Trevor/katlego,

Thanks for your reply.

the value what we have  in icm/HTTP/max_request_size_KB = 2097152.

And also, i see the the messages were resent 20 times in MONI.

and

In transaction SMICM->Services, i have

Keep Alive =90 seconds

Processing Timeout =  600 seconds.

Is there anything else i need to change in this values?

thanks