mr_suleyman
12th October 2006, 10:10
Hi All ,
We use sessşon_timeout=10 for Baan. But it effects also superuser like me !
I focus on this problem. I try firstly -- -set sessşon_timeout= 0 on my BW file.
It doesn't work for me !. Because this setting was done on /lib/defaults/all
file. I tried second method to solve it . I copied all file to all2 and set session_timeout=0 and on my BW config file run following command.
-- -set USR_DBC_RES=lib/defaults/all2. According to solutıon number 110907 this should work only for my baan client. But it fails. After 10 minute my baan is closed.
How Can I handle this problem for me ?

THANKS IN ADVICE !!!

Kozure Ohashi
12th October 2006, 18:29
Dear mr_suleyman,

this should work:

-- -set DS_TIMEOUT_DETECT=5

(like a keep alive every 5 Minutes between server and client.).

or define a second bshell e.g. bshell_no_to with other settings on your server.

Regards,

Kozure

mr_suleyman
13th October 2006, 12:46
Thanks for your reply Kozure. I solved my problem by using session_timeout.
My wrong is that I used small letter for session_timeout. I should have used
Capital for it like -- set -SESSION_TIMEOUT=0 . That was all.

Thanks again for suggestion.