|
Home > Archive > BizTalk Server Applications Integration > February 2004 > MQ Series adapter fails to send the message to MQ
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
MQ Series adapter fails to send the message to MQ
|
|
|
| hi,
I am getting this error when started the MQ Series=20
Adapter to send the message to MQ.
i register the AICMQ.dll with regsvr32.exe.
Event Type: Warning
Event Source: BizTalk Server
Event Category: Document Processing=20
Event ID: 324
Date: 16/12/1424
Time: 02:51:40 =E3
User: N/A
Computer: PDS102
Description:
An error occurred in BizTalk Server.
=20
Details:
------------------------------
[0x80040154] Class not registered
[0x0159] The server encountered a transport error while=20
processing the messaging port "MQAdap_O", which uses a=20
transport component with a ProgID of "AICMQ.MQPipeline.1".
[0x012b] A transmission attempt failed.
thanks
| |
| Roger Jerrell 2004-02-12, 3:39 am |
| Hello Javid,
1. Is the MQ Service running on the same box with Biztalk? If yes, then
insure the channel / Advanced options looks something like this:
- MQ Server Name : ServerName or IP Address
- MQ Queue Manager : QUEUE.MGR.NAME ( Case sensitive name of the
queueManager )
- MQ Queue : XMIT.OUT.RQ (This is the name of the RQ,
probably, that you are putting your messages on.
2. If the server is remote
- Insure that the MQ Client is installed on the Biztalk Server. Without
it, it cannot deliver to the server.
Roger Jerrell
"javid" <anonymous@discussions.microsoft.com> wrote in message
news:cd3b01c3ee3f$3e478250$a601280a@phx.gbl...
hi,
I am getting this error when started the MQ Series
Adapter to send the message to MQ.
i register the AICMQ.dll with regsvr32.exe.
Event Type: Warning
Event Source: BizTalk Server
Event Category: Document Processing
Event ID: 324
Date: 16/12/1424
Time: 02:51:40 ã
User: N/A
Computer: PDS102
Description:
An error occurred in BizTalk Server.
Details:
------------------------------
[0x80040154] Class not registered
[0x0159] The server encountered a transport error while
processing the messaging port "MQAdap_O", which uses a
transport component with a ProgID of "AICMQ.MQPipeline.1".
[0x012b] A transmission attempt failed.
thanks
|
|
|
|
|