Client 1 was inactive for more than 30 minutes.

Dear All,
Please help me if you have faced similar issues.
Please refer KB P3955 and P 15531.
In regedit I set 30min as timeout. For a particular client I need to overide this timeout. So I am using following code in the main block to make this client active. procedure p_DisplayBrowse has record find so every 60 sec theres is I/O. But still I am seeing a LOG entry and disconnecting this client

[2009/01/29@00:29:57.507+2300] P-3708 T-2080 I SRV 1: (4435) Client 1 was inactive for more than 30 minutes.

Progress 10.1B is using for development. KB P3955 says it was a BUG in Progress ver 9.1B. Will it be solved in 10.1B? How I know that ?

Do While v-exit:
RUN p_DisplayBrowse.
WAIT-FOR GO OF FRAME {&FRAME-NAME} Or Choose of
Btn_Cancel focus btn_Refresh PAUSE 60 .
End.

Regards
Philip
 
Dear All,
Please help me if you have faced similar issues.
Please refer KB P3955 and P 15531.
In regedit I set 30min as timeout. For a particular client I need to overide this timeout. So I am using following code in the main block to make this client active. procedure p_DisplayBrowse has record find so every 60 sec theres is I/O. But still I am seeing a LOG entry and disconnecting this client

[2009/01/29@00:29:57.507+2300] P-3708 T-2080 I SRV 1: (4435) Client 1 was inactive for more than 30 minutes.

Progress 10.1B is using for development. KB P3955 says it was a BUG in Progress ver 9.1B. Will it be solved in 10.1B? How I know that ?

Do While v-exit:
RUN p_DisplayBrowse.
WAIT-FOR GO OF FRAME {&FRAME-NAME} Or Choose of
Btn_Cancel focus btn_Refresh PAUSE 60 .
End.

Regards
Philip


You could try getting your hands on an up to date Progress license and testing it... a quick call to your sales rep should be all it takes to get an eval.

Or you could boil your example down to something that is short enough to post and which will run against the sports database and maybe someone with an up to date Progress license would be willing to test it for you.
 
Hi ,

I have quick question to Guru Tom.
Is there any significance with this time 00:29:57.507+2300 because seems like this wait-for is resetting at midnight 12::(

because the clint was idle from evening 06:00clock. then it should kicked out by 06:30 but why this night 12:30 ?

give some light.

Philip
 
Back
Top