cancel
Showing results for 
Search instead for 
Did you mean: 

Howto increase timeout of the server when generating BI report in portal?

Former Member
0 Kudos

Hello,

We have a very large BI report which we are exporting to excel from the portal.

Because this report is very large it takes a lot of time to proccess it and normally after a while the user receives this type of error:

500 Connection timed out

-


Error: -5

Version: 7000

Component: ICM

Date/Time: Tue Apr 24 10:30:04 2007

Module: icxxthr.c

Line: 2646

Server: <Server_Name>

Error Tag: {-}

Detail: Connection to partner timed out after 900s

My question is: How can I increase this timeout?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Roy,

Check for the parameter in th BI System. I suppose the current value in the system is 900 seconds from the error description. Try increasing to a more value.

rdisp/max_wprun_time = 900

Thanks,

Tanuj

SAP BASIS

Former Member
0 Kudos

Hi

Yes you can change the value of icm/keep_alive_timeout. A value of -1 deactivates the timeout. In this case, the ICM never

closes the connection.

Former Member
0 Kudos

Hi roy,

Chk out this link

Reward if useful.

Thanks

Srinivas

Former Member
0 Kudos

Hi Srinivas,

Looks like what I need but where do I find these parameters the thread is talking about:

icm/conn_timeout

icm/keep_alive_timeout

icm/server_port_< n >

Regards,

Roy

Former Member
0 Kudos

Hi roy,

choose Transaction SMICM Goto -> Parameters ->Display or Change. On the Change screen you can go directly to the RZ11 for the individual parameters.

http://help.sap.com/saphelp_nw04/helpdata/en/61/f5183a3bef2669e10000000a114084/frameset.htm

Thanks

srini

Message was edited by:

Srinivas B

Former Member
0 Kudos

Thanks a lot for the info, I'll check it and get back to you.

Any recommendation for these parameters from previous experience?

Former Member
0 Kudos

HI roy,

I had a similiar problem of connetion timed out though not with BI report ,i solved it when i changed the ICM keep_alive value.Hopefully it works for u also.

Regards

Srinivas