Can't access http://devops.automic.com/ara
search cancel

Can't access http://devops.automic.com/ara

book

Article ID: 87863

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Affects Release version(s): 7

Error Message :
ARA error on login: Cannot open database "{database_name}" requested by the login. The login failed.
Login failed for user 'automic'.

When an ARA client database is manually deleted and the customer.config file is not updated, you will see errors similar to those above in the ARA log.

When a database is manually deleted, there is still a reference to the database in the customer.config file.

Each client in ARA has its own database.
 

Environment

Release:
Component: ARLSMG

Cause

Cause type:
Configuration
Root Cause: Manually deleting an ARA client databse does not clean up references to the database in the customer.config file.

Resolution

Update the customer.config file.

Example
The <system> data below references client 100 for an ARA7 database. 
This section needs to be removed from the customer.config if you drop the ARA7 client database.

<system client="100" password="araservice" user="100/ARASERVICE/AUTOMIC">
            <queuetrigger agent="AGENTNAME" login="UC4_RL.LOGIN.ALL"/>
            <connectionStrings>
               <add connectionString="Data Source=tcp:localhost,1433;Initial Catalog=ARA7;User ID=SA;Password=vwaswara03" name="MainDatabase"/>
               <add connectionString="ReportDatabase" name="ReportDatabase"/>
            </connectionStrings>
         </system>

 

Fix Status: No Fix

Fix Version(s):
N/A

Additional Information

Workaround :
N/A