Every time the user starts up the EINE interface, they have to enter their user ID and password.
Can this requirement be changed?
Release: All Supported Releases
The frequency of how often the user ID and password must be entered is controlled by the +EINE-TIMEOUT-INTERVAL-PWD parameter in the session start up user exit, UEXIT00, located in the EINE Natural library.
The default setting is to require the user ID and password be entered every time a user starts EINE.
The +EINE-TIMEOUT-INTERVAL-PWD parameter is the time expressed in minutes that a password will not have to be reentered when starting EINE after a successful logon. If a logon attempt fails because of an expired password, the user will be presented with the logon window.
To change the +EINE-TIMEOUT-INTERVAL-PWD parameter, perform the following steps:
1. Log on to Natural and the EINE Natural library. The default library name is EINELIB.
2. Edit the EINE session start up user exit, UEXIT00.
• Find the commented out MOVE statement for +EINE-TIMEOUT-INTERVAL-PWD.
MOVE nnn TO +EINE-TIMEOUT-INTERVAL-PWD
The default value is zero, which requires the user to logon every time upon entering EINE.
3. STOW the exit.