135 pts.
 How to restrict AS/400 user to one Workstation?
there is any way to lock the user so user only can use one workstation?

Software/Hardware used:
ASKED: March 15, 2009  2:27 AM
UPDATED: July 31, 2011  4:15 PM

Answer Wiki:
Kiong, At the user profile level you have an option to Limit device sessions. You can set this to 1 or if it is set to *sysval you can set the system value QLMTDEVSSN to 1. This will limit the user to only one session, it does not gurantee they sign onto the same workstation each time. Is this what you're looking for ? Bill Poulin
Last Wiki Answer Submitted:  March 16, 2009  3:11 pm  by  wpoulin   2,480 pts.
All Answer Wiki Contributors:  wpoulin   2,480 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Sounds to me like you want to require your users to use only their own workstation.

Change the initial program in the users’ profile to be a program you wrote. Here, check a table that you have created which links user ID to device name (the rtvjoba command will return these values). If the agree, invoke what used to be their initial program/menu.

 830 pts.