mohammed
17th March 2004, 13:25
Hi

when a normal user is running a session then the session is not allowing him to insert a record. there are authorization for this particular user but i dont know on which table it is giving this error. so I tried to debug the session to find out which authorization is giving this problem. but iam unable to see the authorizations in the script. is there any way to debug the authorizations applied.

Regards

mark_h
17th March 2004, 16:04
Aren't there any log messages showing which table might have the problem? You might want to complete your profile (Baan Version, Database version).

Mark

mohammed
17th March 2004, 16:19
We have baan IV c4 on Win2000 with MS SQL 7

there is no message logged in event viewer as well as in log directory

mark_h
17th March 2004, 20:42
Is this a custom session with a custom table? Can you check at the MS SQL level that the user has permissions(insert/read/write/delete) to the table.

Mark