Symptoms
When MQSC receive location properties are configured to use an invalid queue manager name or an invalid queue name, many entries are logged in the Application event log as the adapter tries to retrieve messages from the queue.
When this issue is due to an invalid queue name, the following warning appears repeatedly in the Application event log:
Source: BizTalk Server
Event ID: 5740 Task Category: BizTalk Server Level: WarningDescription:
The adapter "MQSC" raised an error message. Details "An unknown MQ object name specified for endpoint URI "mqsc://TO.QM1/tcp/MQSRVR/QM1/QABC". The endpoint will be shut down.".
When the receive location stops polling, the following error is logged in the Application event log:
Source: BizTalk Server
Event ID: 5741 Task Category: BizTalk Server Level: ErrorDescription:
The receive location "mqsc://TO.QM1/TCP/MQSRVR(1414)/QM1/QABC" is shutting down. The adapter did not provide any error description.
Resolution
This issue is fixed in Cumulative Update 2 for Host Integration Server 2016.
Status
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
More information
After this update is installed, polling is stopped on the receive location if any of the following reason codes are returned:
-
ReasonCode = 2035: "Permission denied to MQ resources specified for endpoint URI"
-
ReasonCode = 2053: "The Queue specified for endpoint URI is full"
-
ReasonCode = 2058: "The Queue Manager name specified for endpoint URI is invalid"
-
ReasonCode = 2085: "An unknown MQ object name specified for endpoint URI"
References
Learn about the terminology Microsoft uses to describe software updates.