When a COINS ERP+ user account is locked, two tools can help you identify the reason: the User Function Log and the security.log file.
đNote: User accounts are typically locked due to too many failed login attempts (controlled by system parameter SY/LOGATTEM) or extended account inactivity (controlled by system parameter SY/LKUNUSED).
Check the User Function Log
The User Function Log records activity on a user's account and is available directly from User Workbench.
Go to System, then select User Maintenance > User Workbench.
Search for and open the relevant user record.
Select the System tab.
Open User Function Log to review account activity.
Check the security.log file
The log file security.log contains details of user activity and may help identify the reasons for the user lockouts.
The security.log file is stored here on the file system:
$BASE/var/diag/security.log
Before you can view the contents you will need to ensure the SY Parameter
Enable the security log
Locate the WEBLOG system parameter in COINS ERP+.
Append the following value to the parameter:
,SECLOG=$BASE/var/diag/security.log
Save the parameter.
đNote: Once enabled, the log is stored at $BASE/var/diag/security.log on the server.
View the security log
Go to System > System Enquiries, then select Log File Viewer.
Select the SECLOG entry in the drop down menu and the results will be displayed on screen
