kazasaritha
27th May 2004, 06:36
Dear Friends,

In My server settings was done to log out the baan session after 10 minutes idle time. But, for particular users I don't want that restriction. Can I do anything thru. BW Configuration.. with the help of SET commands.... ?

Thanks Inadvance,


Saritha

richard
27th May 2004, 08:54
In $BSE/lib/users, you can change the uxxx file (xxx = user).
But you have to do it again in cas of convert.

Example:

session_timeout:120
ds_timeout_detect:30
ds_max_wait:60
exec_perms: 100
unixuser:mrl
usertype:N
...

The 3 first lines can be add with a batch or on hand.

Regards

bdittmar
27th May 2004, 12:15
Originally posted by richard
In $BSE/lib/users, you can change the uxxx file (xxx = user).
But you have to do it again in cas of convert.

Example:

session_timeout:120
ds_timeout_detect:30
ds_max_wait:60
exec_perms: 100
unixuser:mrl
usertype:N
...

The 3 first lines can be add with a batch or on hand.

Regards

Hello, what's the value minutes or seconds ?

Regards Bernd

learner
28th May 2004, 10:00
Hello,

It is in minutes.

By the way what is the use of these 2 lines

ds_timeout_detect:30
ds_max_wait:60

all i can guess is that ds stands for Display Server.

I am working on win nt box , in event viewer i use to see error messages as "Detected Display Server termination "

will these entry help in solving those event viewer error.

Regards

Learner

jclju1
28th May 2004, 12:56
Can I do anything thru. BW Configuration.. with the help of SET commands.... ?

Try with

-- -set SESSION_TIMEOUT=0

kazasaritha
29th May 2004, 10:27
Hi, jclju1


Thanks.. That's what I am searching


Thanks


Saritha