I’m attempting to connect my partner demo tenant to an Active Directory server in my sandbox environment. I’ve played with just about every option on the sailpoint config page and I continue to get similar messages. The VA and AD can ping each other successfully. I have also opened ports 5050-5051. Here are a couple of error snippets with obscured details.
The following using TLS over port 636:
[ InvalidConfigurationException ] [ Possible suggestions ] Ensure that the Active Directory Service is up and running. [ Error details ] Failed to connect to - dc=xyz,dc=xyz : java.lang.Exception: [ERROR 1] Failed to connect to server:ldap://1hostname:636 - java.net.SocketException: Connection reset by peer (Write failed)
The following using non-TLS over port 389:
[ InvalidConfigurationException ] [ Possible suggestions ] Enter valid domain credentials. [ Error details ] Failed to connect to - dc=xyz,dc=xyz : java.lang.Exception: [ERROR 1] Failed to connect to server:ldap://hostname:389 - [LDAP: error code 49 - 80090308: LdapErr: DSID-0C090449, comment: AcceptSecurityContext error, data 52e, v3839]
The command you provided to test the port did not work. “NC: timeout invalid”
Your other suggestions worked. I was able to test the connection successfully after disabling TLS and using port 389 with no IQService config.
Now, when I tried to go back to add IQService config, I get this message:
" Error Received:
Exception occurred while executing the RPCRequest: Errors returned from IQService. Client authentication failed with error - The filename or extension is too long"
I’ve ensured the username has been registered in IQS with the IQService.exe -a command. I restarted the service and confirmed the username was registered with IQService.exe -a list command.