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.

  • Hi, I have copied dll still unable to execute sync. If I add authentication data in App server connection data in designer, it is able to execute the sync but throws an error "You do not have permission to insert data in Import Data Source" and if I don't add authentication data (which should mean that it will use sa user for authentication), it throws an error "Authentication failed. You do not have permission to use this authentication module". I have even added service account in job service still it is not working. How can I resolve this issue?

Reply
  • Hi, I have copied dll still unable to execute sync. If I add authentication data in App server connection data in designer, it is able to execute the sync but throws an error "You do not have permission to insert data in Import Data Source" and if I don't add authentication data (which should mean that it will use sa user for authentication), it throws an error "Authentication failed. You do not have permission to use this authentication module". I have even added service account in job service still it is not working. How can I resolve this issue?

Children