cancel
Showing results for 
Search instead for 
Did you mean: 

Session Time out

Former Member
0 Kudos

Dear Experts,

We have set our rdisp/gui_auto_logout parameter in RZ10 to 1800 i.e. 30 mins after our internal controls recommendations. Now since we are in the business where in our buying season lot of data upload is being done. We have made a ABAP upload program which loads data from txt files . Before parameter setting users execute this program in front end and this program runs for hours, but due to parameter setting sessions are being timeout.

We also tried to execute this program in backgroud but its giving error showing error in uploading files as shown below.

========================================================================================

Date Time Message text Message class Message no. Message type

20.07.2009 16:46:42 Job started 00 516 S

20.07.2009 16:46:42 Step 001 started (program ZMM_FIGLT2, variant &0000000000016, user ID WAHMAD) 00 550 S

20.07.2009 16:46:42 Error in Uploading file into the system ZFI 7 E

20.07.2009 16:46:42 Job cancelled after system exception ERROR_MESSAGE 00 564 A

==============================================================================

Please suggest a solutuion as it has really become crtical for our business.

Regards

Waqas

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Question has been answered

Former Member
0 Kudos

Hi Waqas,

By analyzing how much time expected to complete the upload program (4hrs / 6hrs or more ) you can increase the same parameter to that level or disabled it by 0.

Regards,

Mirza

JPReyes
Active Contributor
0 Kudos

You have 2 options... you can temporarily disable the timeout by setting rdisp/gui_auto_logout to 0 dynamically via RZ11 or troubleshoot the error when done on background.

Its always better to run jobs on the background if possible, so check SM21 to get more info about the error and also check the developer trace and post the errors here.

Regards

Juan

Former Member
0 Kudos

Hello Juan,

setting rdisp/gui_auto_logout to 0 dynamically via RZ11

Can it be done dynamically I mean without restarting SAP servers. or does it need SAP Server re-start

Regards

JPReyes
Active Contributor
0 Kudos

Does not require restart... any changes done on RZ11 are temporal and will return to the previous value after system restart.

Regards

Juan