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

Biztalk not picking up MSMQ messages

127 views
Skip to first unread message

Drew

unread,
Feb 20, 2003, 10:10:27 AM2/20/03
to
Has anyone seen a problem where a MSMQ queued message will
not get picked up by Biztalk? There are no errors in the
applog, and the receive function isn't disabled.

I've stopped and started both MSMQ and Biztalk Messaging,
with no results.

Any ideas?

Ravi

unread,
Feb 20, 2003, 1:51:58 PM2/20/03
to
maybe a permissions problem?

>.
>

Drew

unread,
Feb 20, 2003, 2:09:33 PM2/20/03
to
No, Permissions are goood. If there was a permissions
problem, you would get a message in the applog and the
receive function would disable.

Any other ideas?

>.
>

Mig

unread,
Feb 24, 2003, 9:21:29 AM2/24/03
to
Try 2 things:

Ensure you are formatting the message to unicode before submission to MSMQ

Ensure your MSMQ Rec Function is configured to poll correctly for the right
queue.

Mig.
"Drew" <abl...@crowechizek.com> wrote in message
news:013001c2d913$9a49f7a0$a301...@phx.gbl...

John Plummer [MSFT]

unread,
Feb 25, 2003, 10:04:56 AM2/25/03
to
Some simple things to check...

1. Probably worth double checking the format name in the MSMQ Receive
function

ie DIRECT=OS:<machine>\private$\<queuename>

Is the BizTalk Service running ?

Try creating a file receive function and see if the message gets picked
up...that will prove basic BizTalk operations.

How is the message being written to the queue (ie Unicode ?)

-- John

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


"Drew" <abl...@crowechizek.com> wrote in message

news:033101c2d8f2$334e7420$2f01...@phx.gbl...

Drew

unread,
Feb 26, 2003, 8:56:11 AM2/26/03
to
Thanks for the info, I appreciate the help:

A little more detail which I think will help. This isn't
a new application, it's a working application (running for
2 years.) What seems to happen everytime we update the
system (reload COM+ and change some Crystal Reports),
Biztalk stops reading the queue.

The Biztalk service is running, so it the MSMQ service.
I've tried stopping and starting both of them.

The items are written to the queue using a COM+ dll from a
website using Microsoft MSMQMessage. Which I believe
would always be unicode.

In the past we have rebooted the server and it would start
working. For some reason this time, even a reboot won't
kick it.

Any help would be appreciated.
Thanks again.

>.
>

ramak

unread,
Jul 15, 2003, 10:00:42 AM7/15/03
to
Do chk the format name of the MSMQ specified in the receive function.
At times reboot too helps.
If no error is being logged then it would be very difficult to point the prbs.
Try this ...

Sent via http://www.biztalkug.com
everything about BizTalk Server

0 new messages