Skip to main content
Solved

Access to A360 CR database

  • February 7, 2024
  • 1 reply
  • 52 views

Is it possible to connect to our A360 Control Room database to query data? If so, is there documentation on making that connection? 

I’d like to run a scheduled query to look for Stuck or Errored jobs in our Control Room. Rather than having to login to CR and look up the jobs via browser, I was hoping to query the tables for that information.

Best answer by Raul Jaimes

@Quentin 721 

You can query to database if you have a Control-Room onpremises (database can be cloud, IaaS, Azure, etc)  But, if you have A360 Cloud you only access using APIs.

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/bot-execution-orchestrator-api-supported.html

With the newly implemented Activity List API (v3/activity/list), you can return the job executions without call back and bot output information.

 

HTH 

REgards

 

 

1 reply

Raul Jaimes
Forum|alt.badge.img+9
  • Navigator | Tier 3
  • 494 replies
  • Answer
  • February 7, 2024

@Quentin 721 

You can query to database if you have a Control-Room onpremises (database can be cloud, IaaS, Azure, etc)  But, if you have A360 Cloud you only access using APIs.

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/bot-execution-orchestrator-api-supported.html

With the newly implemented Activity List API (v3/activity/list), you can return the job executions without call back and bot output information.

 

HTH 

REgards