Smartmapper lookup requests timeout when adapter is deployed in Admin and try to lookup from a process running in designer. If we run the adapter also in designer it works fine.

Smartmapper lookup requests timeout when adapter is deployed in Admin and try to lookup from a process running in designer. If we run the adapter also in designer it works fine.

book

Article ID: KB0086536

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for SmartMapper -
Not Applicable -

Description

Resolution:
Adapter tries to listen on the queue name of pattern

%%Domain%%.%%Deployment%%.adxref.SmartMapperAdapterConfiguration.Subscriber

In this pattern Domain and Deployment are coming from global variables. I see that these values are not same for a process which is running in designer and the adapter running in admin, hence Adapter is listening on a different queue and lookup is sending its message to a different queue.

Make sure both the queue names are same.

KEYWORDS: SMARTMAPPER ADAPTER REQUEST TIMEOUT

Issue/Introduction

Smartmapper lookup requests timeout when adapter is deployed in Admin and try to lookup from a process running in designer. If we run the adapter also in designer it works fine.