ESP528E Error occurred processing EVENT xxxx.yyyy {TRDSN xxxx|IN APPL xxxx.yy}
Release : 12.0
Component : ESP WORKLOAD AUTOMATION
We have defined the keyfile but when we define a new user it still needs the password.
PASSWORD DEFINE USER(<user>)
ESPx PASSWORD must be specified
The KEYFILE has to be part of the PASSWORD command.
Example:
PASSWORD DEFINE USER(<user>) KEYFILE(/<path/private_key_with_passPhrase) PASSWORD(PassPhrase) TYPE(HIVE_JOB) NAME(##.###.##.##)
The PASSWORD command can be also used to store a path to the private key on an agent machine or the private key itself. This option applies only to jobs of the Hadoop family, such as, OOZIE_JOB, HDFS_JOB, SQOOP_JOB, HIVE_JOB, and SPARK_JOB. Usage of a private key has no effect for all other job types.