How to export WCC configuration to a file
search cancel

How to export WCC configuration to a file

book

Article ID: 33327

calendar_today

Updated On:

Products

CA Workload Automation AE - Scheduler (AutoSys)

Issue/Introduction

I am looking for a way to export the WCC configuration to a file

Environment

Release: ATSYHA99000-11.3.6-Workload Automation AE-High Availability Option
Component:

Resolution

The utility which can be used to export the WCC configuration is wcc_config.sh on Unix/Linux or wcc_config.bat on Windows

Its location is $CA_WCC_INSTALL_LOCATION/bin for Unix or Linux or %CA_WCC_INSTALL_LOCATION%\bin on Windows

 

For example to export the WCC configuration on Linux to a file called config.save located into your current directory

wcc_config.sh -u ejmcommander  -p <password of ejmcommander> -x ./config.save

 

For Windows:

wcc_config.bat -u ejmcommander -p <password of ejmcommander> –x config.txt

 

If EEM is connected to an external directory, substitute ejmcommander with an account with required  EEM permissions to access  the Configuration widget in WCC

 

Additional Information

Expected result when the user is ejmcommander and password ejmcommander  on Linux

 

cd /opt/CA/WorkloadCC/bin

 ./wcc_config.sh -u ejmcommander -p ejmcommander -x ./config.save

Logging in as 'ejmcommander' - SUCCESS

 Exporting component CONFIG    - SUCCESS

Exporting component CREDS     - SUCCESS

Exporting component MONITOR   - SUCCESS

Exporting component QUICKEDIT - SUCCESS

Exporting component APPEDITOR - SUCCESS

Exporting component FORECAST  - SUCCESS

Exporting component QUICKVIEW - SUCCESS

Exporting component ECLI      - SUCCESS

Exporting component RESOURCES - SUCCESS

Exporting component REPORTING - SUCCESS

The export finished successfully.