Defining USER and keyfile using Password command
search cancel

Defining USER and keyfile using Password command

book

Article ID: 219647

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

ESP528E Error occurred processing EVENT xxxx.yyyy {TRDSN xxxx|IN APPL xxxx.yy}

Environment

Release : 12.0
Component : ESP WORKLOAD AUTOMATION

Cause

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

Resolution

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.