How would I go about entering the same user-ID so that it could run with different passwords on different servers?
So, for example, I am trying to run a DBSP_JOB as user USER1.
On server 1, the password is PASSWORD1
On server 2, the password is PASSWORD2
How do I create the entries in my password file?
PASSWORD DEFINE USER(USER1) PASSWORD(PASSWORD1) TYPE(DBSP_JOB), QUAL?, NAME?
When I define my ESP job (DBSP_JOB), how do I tell ESP to pickup the correct password based on whether the job runs on AGENT Server1 or AGENT Server2?
Release : 11.4
Component : CA ESP WORKLOAD AUTOMATION
You cannot define the same user twice. You would need to define the USER with the domain name, then id.
EXAMPLE:
TANT-A01\user1
TANT-A02\user1
Then provide that user to jobs as required.