How do I setup an EEM user to access the configuration using the wcc_config.sh and wcc_monitor.sh scripts with the -u and -p options.
search cancel

How do I setup an EEM user to access the configuration using the wcc_config.sh and wcc_monitor.sh scripts with the -u and -p options.

book

Article ID: 8529

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent

Issue/Introduction

When executing 

 ./wcc_config.sh  -u <userid> -p <password>  -x /tmp/export_config.txt

it fails with message

E190605 - User <userid> does not have access for application 'Configuration'.

Environment

WCC 11.3.6 , WCC 11.4 on Linux

Cause

EEM has been configured to use 'Multiple Mocrosoft Active Directory Domains'.

Resolution

You need to add the domain as well when specifying the userid. On unix platforms you'll need to add extra'\'.

The command must look as follows :

./wcc_config.sh -u DOMAIN\\user1 -x