Hello,
I’ve set up a new development environment and restored a database from another environment following the official guide:
support.oneidentity.com/.../35
Environment Details:
One Identity Manager: 9.2
SQL Server: Developer Edition 2022 (latest CU)
OS: Windows Server 2022
Setup Overview:
Installed the Identity Manager workstation along with all OIM tools.
Installed a new Job Server (including the Database Agent service) on the database server: idm-db-int-vm.
So far, I only have two servers in the setup:
Workstation (without Job Server)
Job Server on the database server: idm-db-int-vm (includes the Agent DB service)
Issue:
When launching JobQueueInfo, the Job Server appears, but it is not processing any tasks. Some tasks assigned to idm-db-int-vm are stuck with Runtime Status = True and are never executed.
Actions Taken:
I initialized the DBQueue using the following commands, as suggested in the documentation:
exec QBM_PDBQueuePrepare 0,1
go
exec QBM_PWatchDogPrepare
go
I then restarted Designer and other tools, but I get a “System update is in progress” message (with a red circle). Restarting the Job Server service on the DB server didn’t resolve the issue.
Job Server Logs:
<w>2025-06-12 16:25:00 +02:00 - Warning: Starting queue "\idm-db-int-vm".<x>
<w>2025-06-12 16:26:32 +02:00 - Warning: Stopped task requests for queue "\idm-db-int-vm".<x>
<w>2025-06-12 16:26:46 +02:00 - Warning: Constrain access to encrypted configuration properties on the service account.<x>
<w>2025-06-12 16:26:46 +02:00 - Warning: Starting queue "\idm-db-int-vm".<x>
<w>2025-06-12 16:28:17 +02:00 - Warning: jobservicedestination: Processing is disabled (queues globally switched off).<x>
<w>2025-06-12 16:29:47 +02:00 - Warning: jobservicedestination: Processing is disabled (queues globally switched off).<x>
<w>2025-06-12 16:31:17 +02:00 - Warning: jobservicedestination: Processing is disabled (queues globally switched off).<x>
<w>2025-06-12 16:32:47 +02:00 - Warning: jobservicedestination: Processing is disabled (queues globally switched off).<x>