das_k_tushar
25th January 2005, 07:40
Whenever a user logon first time, opening of any session takes long time, and after than opening other session takes normal time.

We are using BaaNC4 on Win2000, DB is MS-SQL Server.

Regards.

Kees de Jong
25th January 2005, 08:27
When a first session is started, Baan reads and loads a lot of standard functions and DLLs. This is the reason that only starting the first session takes more time.

Dikkie Dik
26th January 2005, 16:45
Performance can be improved by:
- loading objects in shared memory
- having a small msql_storage_param or msql_storage file

Performance can also be slow as a new connection to the database need to be opened. But what is a long time for you and do all sessions face this problem?

Hope this helps,
Dick