Discussion:
The adapter "MSMQ" raised an error message. Details "A workgroup installation computer does not support the operation.".
(too old to reply)
mm
2007-01-08 14:25:31 UTC
Permalink
Event Type: Warning
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5740
Date: 08-01-2007
Time: 15:26:02
User: N/A
Computer: BSTBIZDEV01
Description:
The adapter "MSMQ" raised an error message. Details "A workgroup
installation computer does not support the operation.".

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

can anyone explain what to do about this error???
cheers
Frank Boyne
2007-01-08 19:27:45 UTC
Permalink
Post by mm
can anyone explain what to do about this error???
You might be better off asking in a Biztalk newsgroup but I'll take a
stab.

MSMQ has two modes - Domain mode and Workgroup mode. In Domain mode,
the Active Directory is used as a database of MSMQ configuration data
which allows MSMQ to do things like open a public queue using a path
name or search for queues based on some property.

In Workgroup mode the AD is not available and so you can't do things
that require it. This message is telling you that Biztalk tried to do
something MSMQ related that can only be done in domain mode. The
obvious question is "What?"

One possibility is that you tried to specify a remote queue using a path
name like MyComputer/testQueue. In Workgroup mode you have to use
Direct Format names to access remote queues - for example
DIRECT=OS:MyComputer\testQueue. I have no idea how you tell Biztalk to
use a Format name rather than a path name to address a queue.though (or
even if that's your problem).

Loading...