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

Getting error in AD synchronization

Hi,

I am trying to run AD sync and in the configuration, I have One IM connection via App server (configured in synchronization editor in AD project). When I run the sync, application server throws below error

2019-01-30 15:10:09.3725 ERROR (ObjectLog ) : [810069] Error loading authentication module ComponentAuthenticator.
[System.IO.FileNotFoundException] Could not load file or assembly 'JobComponent' or one of its dependencies. The system cannot find the file specified.
System.AggregateException: One or more errors occurred. ---> VI.Base.ViException: Error loading authentication module ComponentAuthenticator. ---> System.IO.FileNotFoundException: Could not load file or assembly 'JobComponent' or one of its dependencies. The system cannot find the file specified.

Please suggest how this issue can be resolved. Thank you.

Parents
  • You are missing some of the DLLs you need to run.  I'd check the install where your job server is running.  Make sure that installation is complete.  In particular, make sure JobComponent.dll, Nlog.dll, VI.Base.dll, and VI.DB.dll are present.

Reply
  • You are missing some of the DLLs you need to run.  I'd check the install where your job server is running.  Make sure that installation is complete.  In particular, make sure JobComponent.dll, Nlog.dll, VI.Base.dll, and VI.DB.dll are present.

Children