| AlBruAn 2004-03-25, 10:38 am |
| I'm attempting to get BizTalk to accept an XML file via MSMQ, but get the following error message:
[0x190d] The following Message Queuing queue cannot be opened: ".\private$\RecvFromHandheld" (Message Queuing error code: 0xc00e001e=The format name specified is invalid.). Verify the existence and security setting of the queue.
The private queue is: private$\RecvFromHandheld
I have a BizTalk receive function named Inbound, which has as its polling location: private$\RecvFromHandheld. Openness is specified as Not Open. Envelope name is "IncomingFromHandheld". Channel name is "RecvFromHandheld Channel".
My questions are where can I find the format name for the queue and what must I do to properly format it?
|