WCC: CAWCC_E_40008 Application access not allowed by EEM policy
book
Article ID: 95353
calendar_today
Updated On:
Products
CA Workload Automation AE - Scheduler (AutoSys)
Issue/Introduction
We have bound EEM with Active Directory. We use an account which has all the required privileges. But when we try to export views by
./wcc_monitor.sh -u user -p password -x ./WCC-views.txt
the operation fails with error: CAWCC_E_40008 Application access not allowed by EEM policy
Environment
Release: All Supported Versions
Component: WCC
Resolution
The recommended solution is to add the domain to the username within the command.
Please make sure to add two backslashes between the domain and username.
Example:
./wcc_monitor.sh -u domain_name\\username -p password
Problem resolved by applying the solution.
Feedback
thumb_up
Yes
thumb_down
No