Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MQSC raised an error

96 views
Skip to first unread message

Fred

unread,
Aug 24, 2009, 9:03:01 AM8/24/09
to
I am using the MQSC adapter on a send port (bts 2009 with HIS 2009). My
messages stays with a Active status in HAT. When I look in the event viewer I
got this warning:

The adapter "MQSC" raised an error message. Details: "Could not load file or
assembly "Microsoft.Biztalk.Adapter.Msqc.ImqWrapperCommon, version 7.0.2300.0
or one of its dependencies. The system cannot find the file specified.

I have look in the GAC and the assembly is there with all the other MQSC
assembly.

Can someone help me? I dont know where to search to resolved this issue.

Thanks for your help.
--
Fred

Neil Pike

unread,
Aug 24, 2009, 3:48:04 PM8/24/09
to
Fred,

Don't know if it works with assemblies but have you tried using depends.exe on
the "Microsoft.Biztalk.Adapter.Msqc.ImqWrapperCommon" file to see what it might
itself be dependent on?


Neil Pike. Protech Computing Ltd
Microsoft SNA/HIS MVP
https://mvp.support.microsoft.com/profile=BE66F0D8-9D78-47EF-840A-08E6D8522A2D
http://www.linkedin.com/in/neilpike


Stephen Jackson [MSFT]

unread,
Aug 24, 2009, 5:17:30 PM8/24/09
to
This is most likely due to the adapter being unable to load the MQ Client
APIs. A couple of things to check for:

- Make sure you have the MQ client installed and the box rebooted after you
did that.
- If this is a 64-bit OS, make sure the BizTalk Host instance is running as
a 64-bit process and not set to "32-bit only" which for some reason is the
default setting. With HIS 2009 we support running the MQSC adapter in native
64-bit and not in Wow64, but this means that you need to have MQ 7.0 on the
box if it is 64-bit.

Thanks...

--
Stephen Jackson
Microsoft� HIS Support

Please do not send e-mail directly to this alias. This alias is for
newsgroup purposes only. This posting is provided "AS IS"
with no warranties, and confers no rights.


"Neil Pike" <neil...@compuserve.com> wrote in message
news:VA.00006dd...@compuserve.com...

Steve Melan

unread,
Aug 25, 2009, 5:11:40 AM8/25/09
to
Hi Fred,

I've got the same error and I've fixed it using the following steps :

1. Make sure that your windows PATH supports more than 1024 caracters
(in my case the PATH was already too long so that the IBM MQ Client
could not be loaded correctly)
2. Install the IBM MQ Client 7.0.0.2 (the only one that has correctly worked
in my case)
3. Install the BizTalk Adapters for Host Systems 2.0
4. If you directories are secured, think of unsecure (changing the ACLs) on
IBM MQ Client and BAHA2.0

Kind Regards,

Steve

"Fred" <Fr...@discussions.microsoft.com> wrote in message
news:A32542BB-9992-4B73...@microsoft.com...

Fred

unread,
Aug 27, 2009, 7:55:01 AM8/27/09
to
My Mq client was version 6 so I have moved to 7.0.0.2

Also I have changed my bts host to run has 64bit since my OS is windows2008
on 64 bit.

Now I'm having another issue, so I assume that this one is resolved. I'll
post a new case for that issue.

Thanks everyone for the quick reply.

Fred
--
Fred

nagaraj b

unread,
Dec 29, 2011, 1:14:59 AM12/29/11
to
I am using BTS 2010 on Windows 2008 R2 64 bit....and 7.xxx IBM MQ client.

I followed all the steps including 64 bit host...still I am getting below error.

The Messaging Engine failed to create the receive adapter "MQSC".
The Adapter's CLSID is: "{538F8B3D-EE7B-4459-A123-45CD5C3B671B}"
Reason: "80040154".

Can anybody help me on this....I notice that HIS adapter assemblies version shows "8.0.3608.0"(when we right click assembly and see the property). but they are Gaced with version 7.0.2030.0. Is it significant?

please help....thanks in advance

> On Monday, August 24, 2009 9:03 AM Fred wrote:

> I am using the MQSC adapter on a send port (bts 2009 with HIS 2009). My
> messages stays with a Active status in HAT. When I look in the event viewer I
> got this warning:
>
> The adapter "MQSC" raised an error message. Details: "Could not load file or
> assembly "Microsoft.Biztalk.Adapter.Msqc.ImqWrapperCommon, version 7.0.2300.0
> or one of its dependencies. The system cannot find the file specified.
>
> I have look in the GAC and the assembly is there with all the other MQSC
> assembly.
>
> Can someone help me? I dont know where to search to resolved this issue.
>
> Thanks for your help.
> --
> Fred


>> On Monday, August 24, 2009 3:48 PM Neil Pike wrote:

>> Fred,
>>
>> Don't know if it works with assemblies but have you tried using depends.exe on
>> the "Microsoft.Biztalk.Adapter.Msqc.ImqWrapperCommon" file to see what it might
>> itself be dependent on?
>>
>>
>>
>>> On Monday, August 24, 2009 5:17 PM Stephen Jackson [MSFT] wrote:

>>> This is most likely due to the adapter being unable to load the MQ Client
>>> APIs. A couple of things to check for:
>>>
>>> - Make sure you have the MQ client installed and the box rebooted after you
>>> did that.
>>> - If this is a 64-bit OS, make sure the BizTalk Host instance is running as
>>> a 64-bit process and not set to "32-bit only" which for some reason is the
>>> default setting. With HIS 2009 we support running the MQSC adapter in native
>>> 64-bit and not in Wow64, but this means that you need to have MQ 7.0 on the
>>> box if it is 64-bit.
>>>
>>> Thanks...
>>>
>>> --
>>> Stephen Jackson
>>> Microsoft? HIS Support
>>>
>>> Please do not send e-mail directly to this alias. This alias is for
>>> newsgroup purposes only. This posting is provided "AS IS"
>>> with no warranties, and confers no rights.


>>>> On Tuesday, August 25, 2009 5:11 AM Steve Melan wrote:

>>>> Hi Fred,
>>>>
>>>> I have got the same error and I have fixed it using the following steps :
>>>>
>>>> 1. Make sure that your windows PATH supports more than 1024 caracters
>>>> (in my case the PATH was already too long so that the IBM MQ Client
>>>> could not be loaded correctly)
>>>> 2. Install the IBM MQ Client 7.0.0.2 (the only one that has correctly worked
>>>> in my case)
>>>> 3. Install the BizTalk Adapters for Host Systems 2.0
>>>> 4. If you directories are secured, think of unsecure (changing the ACLs) on
>>>> IBM MQ Client and BAHA2.0
>>>>
>>>> Kind Regards,
>>>>
>>>> Steve


>>>>> On Thursday, August 27, 2009 7:55 AM Fred wrote:

>>>>> My Mq client was version 6 so I have moved to 7.0.0.2
>>>>>
>>>>> Also I have changed my bts host to run has 64bit since my OS is windows2008
>>>>> on 64 bit.
>>>>>
>>>>> Now I am having another issue, so I assume that this one is resolved. I will
0 new messages