Updating Adapter Listener Queue location after BSI server migration
search cancel

Updating Adapter Listener Queue location after BSI server migration

book

Article ID: 14770

calendar_today

Updated On:

Products

CA Business Service Insight

Issue/Introduction

After moving an application server, the old server is still referenced on startup by the Adapter Listener for Message Queues. How do I correct this?

Full error in the t_log reads

Error handling command from listener queue. Communication error : Problem performing operation on queue.
Machine: "<old server hostname>"
Queue: "OG Adapter Listener"
Operation: "Open Queue"
Error: Unknown error 0xC00E0025
Additional error information:
Code: 0xc00e0025
Friendly Name: MQ_ERROR_ACCESS_DENIED
Explanation: Returned when access to the specified queue or computer is denied. When returned, verify that your are allowed the access rights for performing the operation on the applicable object (for example, creating, setting properties, or deleting a queue). To change the access rights of a queue, call MQSetQueueSecurity.

Environment

Release:
Component: OBLCRE

Resolution

The new hostname must be set in the following locations:

The server listed in the Adapter definition

Contents of the Config.xml file

Inside the t_readers table of the database, the column READER_CONFIGURATION

Inside the t_readers_files table of the database, the column FILE_CONTENT

Administration->Site Settings->Advanced->Queues

With these changes made, it will no longer trigger the error.