Hi Dojo,
We are experiencing an issue when deploying IDP in a fresh DataMiner agent. After running the Setup Wizard and passing the credentials:
We got the following exception:
+++++++++++++++++++++++++++++
Script Failure (IDP_SetupWizard_UserCreation): System.DirectoryServices.AccountManagement.PrincipalOperationException: The specified network name is no longer available.
---> System.Runtime.InteropServices.COMException: The specified network name is no longer available.
at System.DirectoryServices.AccountManagement.UnsafeNativeMethods.IADs.Get(String bstrName)
at System.DirectoryServices.AccountManagement.CredentialValidator.BindSam(String target, String userName, String password)
--- End of inner exception stack trace ---
+++++++++++++++++++++++++++++
Additional information:
- We used an existing user available in the DMA for the IDP rollout
- The username used for the IDP rollout has administrative rights
Have you experienced this issue before?
Thanks!
Hi Miguel,
This issue should be addressed in IDP release 1.1.17
Please see DMS RN 11 - Problem with credentials configuration in setup wizard [ID_31385]
After further investigation, we found that the exception is triggered by the method ValidateCredentials(username, password). If we comment this validation, the rollout process continue without problems