I am looking for a way to export the WCC configuration to a file
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
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.