Disabling the Application Server Start Privilege for User Account

Disabling the Application Server Start Privilege for User Account

If only certain users need to have privilege to start the application Server, to achieve this we can set the startappserver=0 in the record psclassdefn to disable the user account from starting the application server.

In PSCLASSDEFN

startappserver=1 - Indicates that this particular account have privilege to start the application server.

startappserver=0 - Indicates vice-versa.

Example:

update psclassdefn set startappserver=0, lastupddttm='DD-MMMYY', lastupdoprid = ‘PSOFT’ where startappserver=1 and classid is not (‘USER1’,’USER2’);

 

0 comments: