How to change the requirement to enter the user ID and password every time a user starts the Endevor Integration for the Natural Environment (EINE) interface
search cancel

How to change the requirement to enter the user ID and password every time a user starts the Endevor Integration for the Natural Environment (EINE) interface

book

Article ID: 22689

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration

Issue/Introduction

Every time the user starts up the EINE interface, they have to enter their user ID and password.

Can this requirement be changed?

 

Environment

Release: All Supported Releases

Resolution

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.

•  Uncomment the line and change the value to the number of minutes that the password will not have to be reentered upon entering EINE:

     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.


For details on the UEXIT00 parameters, see 
Install User Exits