24-09-20 09:02 AM
23-01-24 11:20 PM
Hello @Raviteja Pendyala, the Blue Prism Username and Password here are different from the credentials used to access DB.
Since you are using SSO, here you will need to update the Resource Manager credential with a user's Windows username and password with at least the "Process Administrator" role in Blue Prism.
But if your password has special characters that cannot be directly used in the URL (see here: https://documentation.n-able.com/N-central/userguide/Content/Further_Reading/API_Level_Integration/API_Integration_URLEncoding.html), you will need to:
Also, you mentioned that you use Windows Authentication for your DB access. In this case you will need to run DRM on a machine that logs in with the Windows user that can access the DB. In most cases, it's the Application Server. You cannot run it on any random machine that is not logged in with the user who has access to the DB.
The resource port should normally be 8181, not 8199, as the resource agent listens on the 8181 port by default. DRM can figure out the resource port and names by itself, so you don't normally need to provide a resource port here.