TIBCO ActiveMatrix Database Adapter failed to start with the error "JMS error: "Not allowed to create destination"
book
Article ID: KB0070998
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Database
7.x
Description
TIBCO ActiveMatrix Database adapter failed to start with the following error: ============ AEADB-030001 Got SDK error in method <sendDuplicatedMessage()>: Error code: AESDKJ-0518 Error Message: "JMS error: "Not allowed to create destination =============
The above issue usually occurs when the EMS server doesn't allow the EMS client to create dynamic destinations.
Issue/Introduction
TIBCO ActiveMatrix Database Adapter failed to start with the error "JMS error: "Not allowed to create destination"
Environment
Product: TIBCO ActiveMatrix BusinessWorks Plug-in for Database
Version: 7.x and above
OS: All Supported Operating Systems
Resolution
To resolve the above issue, please follow the steps below:
1 Open topics.conf and add the '>' wildcard to the file. This step is required regardless of whether the adapter is configured to use the EMS queue or the EMS topic. This is because the adapter needs to create dynamic topics for internal use.
2 If the adapter is configured to use the EMS queue, the user can open queues.conf and add the '>' wildcard to the file or create a static queue which is used by the adapter on the EMS server before starting the adapter.
3 Restart the EMS server and then start the TIBCO ActiveMatrix Database adapter.
For details on the dynamic destinations, refer to the following EMS document: https://docs.tibco.com/pub/ems/8.6.0/doc/html/GUID-C3D6533E-232E-4907-8D40-D650D1105998.html