sandos
July 18th, 2001, 03:16 AM
My os is win2k server and SP2,and installed as domain control.When I use msmq in VB like this:
Set oQuery = CreateObject("MSMQ.MSMQQuery")
Set oInfos = oQuery.LookupQueue(, WORKFLOW_QUEUE_GUID, WORKFLOW_QUEUE_NAME)
oInfos.Reset //it failed
The method reset failed,the error description is:
The opereation is not supported in the WORKGROUP installed computer.
But my computer is domain control installed.
What is the matter?
Sandos
Sandos
Set oQuery = CreateObject("MSMQ.MSMQQuery")
Set oInfos = oQuery.LookupQueue(, WORKFLOW_QUEUE_GUID, WORKFLOW_QUEUE_NAME)
oInfos.Reset //it failed
The method reset failed,the error description is:
The opereation is not supported in the WORKGROUP installed computer.
But my computer is domain control installed.
What is the matter?
Sandos
Sandos