philippoommen1
Member
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
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