I have encountered the below error while testing the AD connection
Exception occurred while executing the RPCRequest: Errors returned from IQService. Authentication Failed : No such user registered with IQService.
Looks like issue with the IQ service user we have a service account as an IQservice user. Do i need to check that service account is registered with IQservice? If yes. Please help with sharing those steps.
Yes, this issue you will get when you don’t install IQService properly with the user that you are going to use in IQService. So install the IQService and add the account as well to the service. You can follow steps given by @enistri_devo above. After this, you might get one more issue related to this same like password issue. So change the password (if you don’t remember) from AD Service and test.
Type services.msc and press Enter to open the Services management console.
2. Locate the SailPoint Service:
In the Services window, scroll down to find the SailPoint IdentityIQ service. It might be named something like Sailpoint-instance-1, IQService, or a custom name depending on your installation.
3. Open Service Properties:
Right-click on the SailPoint IdentityIQ service (e.g., Sailpoint-instance-1) and select Properties.
4. Set the Service Log On Account:
In the Properties window, go to the Log On tab.
Select the option This account:
Enter the service account username in the format DOMAIN\username.
Enter and confirm the password for the service account.
5. Apply and Start the Service:
Click Apply and then OK to save the changes.
You might be prompted to re-enter the password for confirmation.
Return to the Services window and start the service by right-clicking on the service and selecting Start.
6. Verify the Service:
Ensure the service starts successfully and is running with the specified account.
This process ensures that the SailPoint IdentityIQ service runs under the correct account with the necessary permissions.
If you are testing it in your local machine. You can also use Admin account for now. Later, you can change to other service account if you want. Use DOMAIN\Administrator (Ex: KBP\Administrator).