EEM ConfigTool gives error "Operation Failed!! Error Message:Failed to parse conf file."
search cancel

EEM ConfigTool gives error "Operation Failed!! Error Message:Failed to parse conf file."

book

Article ID: 375064

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

iGateway.conf file was configured to use a PFX/PKCS12 keystore on port 5250.  The keystore is present in the iTechnology folder, but executing ConfigTool to munge the keystore password gives error:

"C:\Program Files (x86)\CA\SC\iTechnology\ConfigTool.exe" -munge -version 4.7.6.4 -comp igateway -conf "C:\Program Files (x86)\CA\SC\iTechnology\EEM\igateway.conf" -tag "TransportReceiver=HTTP;Connector=defaultport;certPW;" -passwd changeit

Error message:

Operation Failed!!
Error Message:Failed to parse conf file.

 

igateway.conf has correct keystore references and the file is present in the iTechnology folder:

<certType>p12</certType>
<certURI>custom_keystore.p12</certURI>

 

Environment

Workload Automation AutoSys 

Embedded Entitlements Manager

Cause

ConfigTool program requires additional supporting modules to be present. 

Resolution

Change Directory to the iTechnology folder first and then run the command again for it to work successfully:

cd "C:\Program Files (x86)\CA\SC\iTechnology"

"C:\Program Files (x86)\CA\SC\iTechnology\ConfigTool.exe" -munge -version 4.7.6.4 -comp igateway -conf "C:\Program Files (x86)\CA\SC\iTechnology\EEM\igateway.conf" -tag "TransportReceiver=HTTP;Connector=defaultport;certPW;" -passwd changeit