This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

One Identity Manager Service

Hello

Hello

I try to setup a test environment for Identity Management.

  1. DC Server. Windows 2016 Active Directory
  2. IM Server. Windows 2016, MS SQL 2016, member of the domain.

I installed everything on the IM server. I know this is not recommended.

But I have a limited memory and this reason I try to install everything on one virtual machine.

One Identity Manager Service – running as Domain\Administrator

I get this error message in the jobservice.log

<w>2018-12-27 11:56:29 +01:00 - Warning: Error starting the service. Retrying after 00:01:30.<x>

<i>2018-12-27 11:56:29 +01:00 - Info: Stopping queue \IAMSRV01.<x>

<e>2018-12-27 11:57:59 +01:00 - Error occurred in Job Service (thread: <Unknown>):

[821049] Error starting One Identity Manager Service.

    [System.Exception] No job provider configured.<x>

<d>           at VI.JobService.JobService._StartJobService()<x>

<w>2018-12-27 11:57:59 +01:00 - Warning: Error starting the service. Retrying after 00:01:30.<x>

<i>2018-12-27 11:57:59 +01:00 - Info: Stopping queue \IAMSRV01.<x>

<e>2018-12-27 11:59:29 +01:00 - Error occurred in Job Service (thread: <Unknown>):

[821049] Error starting One Identity Manager Service.

    [System.Exception] No job provider configured.<x>

<d>           at VI.JobService.JobService._StartJobService()<x>

 

My jobservice.cfg:

<configuration>

  <category name="serviceconfiguration">

    <value name="debugmode">True</value>

    <value name="httpauthentication" />

  </category>

  <category name="jobproviders">

    <value name="mssqljobprovider">VI.JobService.MSSqlJobProvider,JobService</value>

  </category>

  <category name="mssqljobprovider">

    <value name="connectstring">[P]AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAW2DfxeGjD0KcBIsUjgPEngAAAAACAAAAAAADZgAAwAAAABAAAABGIgeXb/ZQSJieCbji0htdAAAAAASAAACgAAAAEAAAALZVKOVZ61GR7+8qw4Hd/q3oAAAAwi9xyatX5oCW/GOXL91wyaQXCjTsKnERmtuwOzXSu/CZGUuaBTKH7SCyB3t9Z2pu8mLjRNCQnCVxrdE3+I2P2KSwdfXnZaQuFsOov86NvW3Dj74V/ar7qOPqenpyJm6bzCle6spUty9aE/XrGgWCSfQODH6KdIaKrS3XzVkaB4OD4hy4f6rZMqB1E7EV7gEAK0ubq73gA8hx3mTL7ZohRGyhAYiUJQAuBlbm20ROYFRCUi6Xy3GLjp3ABrNDEbsXKG1IDj9lLeAig/3+9hVxbSI12fgZjbz5gvRAgn5TudsGwemN3yss+BQAAABSOhO7xviKOI8qVYwckU8RKR6t0g==[P]</value>

  </category>

  <category name="jobloggers">

    <value name="filelogwriter">VI.JobService.FileLogWriter,JobService</value>

  </category>

  <category name="filelogwriter">

    <value name="logseverity">Info</value>

    <value name="historysize">28</value>

    <value name="loglifetime">0.12:00:00</value>

    <value name="maxlogsize">3</value>

  </category>

  <category name="dispatcher" />

  <category name="connectionbehaviour" />

  <category name="jobdestinations">

    <value name="jobservicedestination">VI.JobService.JobServiceDestination,JobService</value>

  </category>

  <category name="jobservicedestination">

    <value name="queue">\IAMSRV01</value>

  </category>

  <category name="plugins" />

  <category name="privatekeys">

    <value name="default">private.key</value>

  </category>

</configuration>

 

Could you help me what is the problem?