A Harvest account, often used in automated checkout scripts via encrypted .dfo files, experiences repeated lockouts. This typically occurs when a process or script attempts to authenticate with outdated credentials or when the Harvest password policy threshold is met.
.dfo files on specific client machines.MaxPasswordAge or MaxFailedAttempts) triggering a lock.Identify the Userid Causing the Problem:
%CA_SCM_HOME%\log directory on the Harvest server.HBroker.log files._On User register_.From field in the log entry to identify the specific host name or IP address making the failed attempts.Audit Failed Login Attempts via SQL:
SELECT USERNAME, SUCCESSFAILURE, TO_CHAR(EVENTTIME, 'mm/dd/yyyy hh:mi:ss') EVENTTIME FROM HARAUDITLOGVIEW WHERE ACTIONOBJID = 411;SELECT USERNAME, SUCCESSFAILURE, EVENTTIME FROM HARAUDITLOGVIEW WHERE ACTIONOBJID = 411;Adjust Password Policy (Optional):
Update Credentials:
svrenc command: svrenc -f harlogin.dfo -usr #### -pw ####