Webservice user ids are locked

Ron28
Kilo Sage

I wonder if anyone can shed some light on why this might be happening. 

On one of our instances we have 2 web service access only users. One is used for MID server access, the other for REST API access to update a table.

Both these accounts work fine when the user is not locked, however it seems that some process that runs every day at about the same time, locks these users. That causes the MID servers to stop working and REST API access to the table that needs updating no longer works either. 

Just a short while ago, both users were locked again at 23:59:00 GMT by user "admin". Which leads me to believe there is some process, a flow or background script that is running daily that locks these users.
There are no invalid login attempts recorded. In the node logs there are no obvious clues, other than 23 seconds later the MID server is no longer working. The "Lockout events" table is empty.

Would anyone know if such a process or what would cause these users to be locked, or how to find out what locks these users?

 

Thanks

Ron

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Ron28 

Please check for any flows, workflows, scheduled jobs, events running/executing during the time of lock out.

This might help to limit the scope to verify what is causing the issue.

 

For any reason, if you are not able to find the root cause. Try to create new user records and use them to check if the same happens to them.

 

Hope this helps.

 

Regards

Saranesh

View solution in original post

2 REPLIES 2

Community Alums
Not applicable

Hi @Ron28 

Please check for any flows, workflows, scheduled jobs, events running/executing during the time of lock out.

This might help to limit the scope to verify what is causing the issue.

 

For any reason, if you are not able to find the root cause. Try to create new user records and use them to check if the same happens to them.

 

Hope this helps.

 

Regards

Saranesh

Hi Saranesh

I had already checked flows but nothing stood out.  As per your suggestion I checked the scheduled jobs and there is "Password Update Reminders to Service Account Owners" that starts at the time these users were locked.  Checking the script, indeed this one sets the user to locked if there are 0 days left to change the Service Account password. 
In the Events table it creates an item "password.reset.notification" so I was able to correlate these 2 userids to this scheduled job. 

Thank you!
Ron