Automation.AI: how to monitor & check from AE?
search cancel

Automation.AI: how to monitor & check from AE?

book

Article ID: 398544

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

How can we check in AE if Automation.AI is available?

Currently, this new component is not displayed in the Administration perspective.

The script function ASK_AI returns an error if the component is not active:

U00045009 Error during execution of message 'ASKAI', the following Exception was thrown: 'java.lang.NullPointerException:Cannot invoke "java.lang.Integer.intValue()" because the return value of "com.automic.ai.api.AIRequestException.getErrorCode()" is null' (RunID: '').

Environment

Automic Workload Automation 24.4.X

Cause

Configuration.

Resolution

{{URLROOT}}://{{HOSTNAME}}:{{PORT}}/{{APIURL}}/{{APIVERSION}}/status

http://<Server_Name>:8500/api/v1/status

Automation AI is up and running:

{
    "uptimeSeconds": 9167,
    "model": "vertex.ai.gemini"
}

Automation AI down:

Error: connect ECONNREFUSED <Server_Name>:8500