Allocate quota to log-in

utouto Member Posts: 36
I 've tried to search in the forum about killing the session, but I'm not found the forum which match my problem.

I have a little bit problem about Log-in process, that is I would like to allot the quota to logon the database by user department.

Whenever, user try to login , I would like to verify user department (let say it filled in user setup table) and allowed session. In case the logging user has exceed the quota, the program should pop-up the error message. By the way, the program will allow them to login when the connection is not exceed the quota.

Any idea? please suggest.

Thanks.

P.S. I use Navision4.0 SQL option

Comments

  • SteveOSteveO Member Posts: 164
    You could try to use login scripts that are available when you use SQL.

    There is a stored procedure called [sp_$ndo$loginproc] that can be called. Read the Developers Guide for more information.
    This isn't a signature, I type this at the bottom of every message
Sign In or Register to comment.