RESOLUTION
To resolve this problem, specify a value of "ThisUser" for the
AppIdentity element in the Config.xml file.
For example, the following BizTalk Adapter for MQSeries configuration file specifies the
AppIdentity element together with a value of "ThisUser" in the correct case:
<MQSeriesConfig>
<AppIdentity>ThisUser</AppIdentity>
<userid>Domain\UserName</userid>
<password>UserPassword</password>
<rolename>CreatorOwner</rolename>
<userlist>
<username>Domain\UserName1</username>
<username>Domain\UserName2</username>
</userlist>
</MQSeriesConfig>
Note To run a silent configuration of the MQSAgent in the BizTalk Adapter for MQSeries, use the following command:
mqsconfigwiz /i config.xml /l logfile