Hello All,
I am new at this Identity Management solution and I am building a new test lab, which has three servers so far: imDC01, imSQL01, and imJob01. After I installed One Identity on my job server (imJOB01) and installed the database on my SQL server (imSQL01) I went ahead and then opened up the Job Service Configuration exe under program files\One Identity Manager and set the following parameters:
Process collection: (I inserted mssqljobprovider)
mssqljobprovider (In here I put the connection string to my SQL server with a SQL login account and made sure to set the database to OneIM, I also tested the connection under options as well)
Job Destination: (I inserted jobservicedestination)
Jobservicedestination: (In here I left the value for Queue to '\%COMPUTERNAME% , since this is on my job server - imJOB01)
After this I went ahead and configured my synchronization connector to Active Directory and ran a sync and then while going to the JobQueueInfo application is where I see that error under FireGenEvent
I also tried to enable some logs but I am not sure if I am capturing the correct information. The JobService log tells me the following:
IMJOB01 - Error occurred in JobService.Initialize (thread: <Unknown>):
[821045] Could not create job provider mssqljobprovider.
[System.Reflection.TargetInvocationException] Exception has been thrown by the target of an invocation.
[809012] Error reading configuration value ConnectString.
[809004] Could not get value ConnectString.
[809003] Error encrypting value.
[System.Security.Cryptography.CryptographicException] Key not valid for use in specified state.
I also see other errors here as well:
IMJOB01 - Serious: No job providers configured.<x>
IMJOB01 - Serious: Provider value names: mssqljobprovider<x>
IMJOB01 - Warning: No private key supplied. Running without encryption support.<x>
IMJOB01 - Error occurred in Job Service (thread: <Unknown>):
[821049] Error starting One Identity Manager Service.
[System.Exception] No job provider configured.<x>
Any help anyone can provide would be greatly appreciated. If I installed or configured something wrong, I would be more than happy to uninstall, and start over if this is just a matter of configuring something improperly.