0

I'm migrating a BizTalk 2013 R2 env to BizTalk 2020 and facing an issue with the adapter MQSC. The flow uses the IBM client installed with Host Integration 2020. We notice the add of 2 new properties on the adapter

MQSC properties

We left these properties with the default values, but when sending a message with a one way MQSC send port it remains active and the following error is logged twice in the event log: The Messaging Engine encountered an error while deleting one or more messages.

The Messaging Engine encountered an error while deleting one or more messages.

Has anyone faced this issue?

Dijkgraaf
  • 11,049
  • 17
  • 42
  • 54
Hichamveo
  • 475
  • 3
  • 16
  • 1
    What errors are logged in the queue manager? On the client you should also have an AMQERR01.LOG, what errors are logged here? – JoshMc Jun 06 '22 at 00:25
  • this doesn't seem to be related to programming, right? – Vega Jun 06 '22 at 07:50
  • @JoshMc no log added to AMQERR01.LOG when the error is raised. I'm checking with MQ team if there is any log from queue manager side. – Hichamveo Jun 06 '22 at 09:29
  • @Vega BizTalk is a bit of an edge case, it is a mixture of server configuration and programming. – Dijkgraaf Jun 06 '22 at 21:34

1 Answers1

1

I solved the issue by changing only the "IBM MQ Client Type" property to "IBM MQ .Net Client"

Dharman
  • 30,962
  • 25
  • 85
  • 135
Hichamveo
  • 475
  • 3
  • 16