CAUAJM_E_40388 An error has occurred calling One Automation Event Management - API Response Code rc=401
search cancel

CAUAJM_E_40388 An error has occurred calling One Automation Event Management - API Response Code rc=401

book

Article ID: 226848

calendar_today

Updated On:

Products

CA Automic One Automation

Issue/Introduction

Autosys throws the following error when doing a POST to the Event Engine:


CAUAJM_I_20367 AutoSys Scheduler operational on auxiliary agent listener port 7507.
{"code":"IA-0002","error":"API key 'scope key here' is not valid"}[10/15/2021 10:34:27]      CAUAJM_E_40388 An error has occurred calling One Automation Event Management - API Response Code rc=401

Resolution

To enable the REST endpoint set the collector.events.enabled property to true. The value can be changed from the application.properties file located in the following directory.

<Automic>\Automation.Platform\Analytics\backend\application.properties

Example:

#####################

## Events ingestion #

#####################

# Enable/disable event ingestion

collector.events.enabled=true