wcc_config.sh to use new wcc.pem and wcc.key files errors out with "E190657 - The new EEM server is unreachable error"
search cancel

wcc_config.sh to use new wcc.pem and wcc.key files errors out with "E190657 - The new EEM server is unreachable error"

book

Article ID: 442101

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

After regenerating wcc.pem/wcc.key and copying them to wcc/data/config folder, running wcc_config to use them gives error "E190657 - The new EEM server is unreachable error"

Cause

  • By default, wcc_config program reads the wcc.pem and wcc.key files from $CA_WCC_INSTALL_LOCATION/data/config folder.  So, there is no need to provide the full path to the location of those files again during wcc_config execution: 

  • Syntax that causes the error - E190657 - The new EEM server is unreachable error"

wcc_config.sh -u ejmcommander -p ejmcommander --eemhostname eem_server_1, eem_server_2  --eemappid WCC0004 --eemcertname $CA_WCC_INSTALL_LOCATION/data/config/wcc.pem --eemcertkey $CA_WCC_INSTALL_LOCATION/data/config/wcc.key --eemadmin EiamAdmin --eempassword EiamAdmin_user_password

Resolution

Do not pass a directory name containing the wcc.pem and wcc.key files,  instead just pass the file names, they will be loaded from $CA_WCC_INSTALL_LOCATION/data/config folder automatically.  So the syntax that would work will be like:

wcc_config.sh -u ejmcommander -p ejmcommander --eemhostname eem_server_1, eem_server_2  --eemappid WCC0004 --eemcertname wcc.pem --eemcertkey wcc.key --eemadmin EiamAdmin --eempassword EiamAdmin_user_password