(execute slot single)500000 re-throw in Procedure errors in system journal

After updating a job servers' name and full path(multiple times over a span of a few minutes, due to operations' user error), the Dbqueue became unresponsive for over an hour.

We had to run the dbqueue reset process as described here: support.oneidentity.com/.../dbqueue-processor-does-not-process-tasks , which fixed the queue and start processing again, but ever since the reset, the system journal in jobqueueinfo every 2 minutes logs the above re-throw errors.

There doesn't appear to be any adverse affects, but what can we do to clear this error?  Any oim process that would run on the database should already have permissions, right?

(execute slot single)50000 0 re-throw in Procedure QBM_ZUpdateStatistics, Line 415247 0 detected in (SRV=[DBredacted]) Procedure sp_updatestats, Line 1515247 0 User does not have permission to perform this action.

"Logged in system user": QBM_PDBQueueRunner

Thanks

Parents Reply
  • Markus,

    of course the owner of DB is not QBM_PDBQueueRunner.

    QBM_PDBQueueRunner is the value of the column DialogJournal.LogonUser ( I did not specified in previous replies, so I thought it could be interesting to know for you)

    The owner of the DB is, let’s say, xxxxxxxx, that is also the owner of the SQL Server Agent Jobs.

    When I log in with that user, I can run the  'exec sp_updatestats’ without having problems.

Children