mikael.allvin Posted October 8, 2021 Share Posted October 8, 2021 Hi I have an issue with account discovery jobs for Windows local admin accounts. The jobs never finish. I have created new jobs and they have the same issue. I cannot find any error in eventlog or in any logfiles. Is there a way to abort a running script? Is there any debug-logs? Link to comment Share on other sites More sharing options...
support Posted October 8, 2021 Share Posted October 8, 2021 Hello Mikael, Could you do the following for us: With SQL Server Management Studio, execute the commands below: USE Passwordstate UPDATE DiscoveryJobs SET InProgress = 0 Now restart your Passwordstate Windows Service to pick up this change also When you next run a job, can you see if our Windows Service is logging any exceptions in the Windows Application Event Log? Thanks Click Studios mikael.allvin 1 Link to comment Share on other sites More sharing options...
mikael.allvin Posted October 12, 2021 Author Share Posted October 12, 2021 Hi Thanks! That solved the problem for us. (I actually skipped the restart of service) No errors in the application event log and the job finished successfully. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now