|
Home > Archive > BizTalk Server > December 2004 > MQ Adapter Issue :- Disappearing Messages
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 Adapter Issue :- Disappearing Messages
|
|
| Ananth Krishna 2004-11-18, 8:47 pm |
| Hello;
I am working with the MQ Adapter. I have it successfully polling my MQ
queues and pulling them into BTS and processing them fine. I have a 3
machine install:- MQ, BTS and SQL on their own machines.
Here's the problem: If I change the 'Character Set' setting on the MQ
receive location from 'None' to 'UTF-8';
i notice that while the adapter pulls the message from the MQ queue but the
message disappears after that. No HAT entry, No event viewer entry, No
suspended messages, No leaving it behind in MQ.......POOF~..no sign of the
message. I receive flat file messages, have a pass through pipeline in MQ
Receive location and i send it to a simple subscribing file send port.
I am working with my mainframe guy to see what is the encoding of the flat
file messages in MQ. However there is no reason for messages to disappear
regardless of their encoding. They should atleast get suspended or whatever
with a HAT entry. I am not doing any schema validation and i have a pass
through pipeline.
Thanks for any help.
Cheers~
Ananth Krishna
Interlink
| |
| Arthur Nesterovsky 2004-12-14, 8:26 am |
| Hi,
> I am working with the MQ Adapter. I have it successfully polling my MQ
> queues and pulling them into BTS and processing them fine. I have a 3
> machine install:- MQ, BTS and SQL on their own machines.
Are you using Microsoft MQSeries adapter?
If so, then you have to install both BTS and MQSeries server on the same
machine due to their MQ adapter gets and puts messages in context of DTC
transaction, if I'm not mistaking. This can explain why your messages
"disapeared".
--
With best wishes, Arthur Nesterovsky
Please visit my home page:
http://www.nesterovsky-bros.com
|
|
|
|
|