When executing a command in WCC ECLI it fails with StatusCode: 500
search cancel

When executing a command in WCC ECLI it fails with StatusCode: 500

book

Article ID: 267992

calendar_today

Updated On: 10-03-2023

Products

Autosys Workload Automation

Issue/Introduction

When we execute a command in WCC ECLI we have this error message :

Failed to log on using the given credentials.

StatusCode: 500, URL: https://AEWS-hostname:9443/AEWS

Environment

Release : 12.1

Resolution

Problem was related to the “AutoSysCommandWrapper” privileges.

Resolve by adding a "Setuid bit" on AutoSysCommandWrapper

Please make sure to set the following owner and protections on "AutoSysCommandWrapper" under $AUTOSYS/bin on the AutoSys Server node :

# chown root:root AutoSysCommandWrapper

# chmod 4755 AutoSysCommandWrapper

# ls -al AutoSysCommandWrapper

-rwsr-xr-x.  1 root    root       36352 Jun 16  2020 AutoSysCommandWrapper