Optimising Journal Line Queries: 5. Conclusion
2 weeks ago
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’);
The Green Marine template by Ian Main - Converted to Blogger Template by Blogcrowds