|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Message errorI am connecting to a message queue and am getting an error that I don't
understand and there isn't any detail: System.Messaging.MessageQueueException at System.Messaging.MQCacheableInfo.get_ReadHandle() at System.Messaging.MessageEnumerator.get_CursorHandle() at System.Messaging.MessageEnumerator.MoveNext(TimeSpan timeout) at System.Messaging.MessageEnumerator.MoveNext() at Any idea? I get the message queue error of:
MessageQueueErrorCode 0x80070721 System.Messaging.MessageQueueErrorCode Show quote "Kevin Burton" wrote: > I am connecting to a message queue and am getting an error that I don't > understand and there isn't any detail: > > System.Messaging.MessageQueueException > at System.Messaging.MQCacheableInfo.get_ReadHandle() > at System.Messaging.MessageEnumerator.get_CursorHandle() > at System.Messaging.MessageEnumerator.MoveNext(TimeSpan timeout) > at System.Messaging.MessageEnumerator.MoveNext() > at > > Any idea?
http://www.google.com/search?hl=en&lr=&q=0x80070721+msmq
You might start by figuring out which account is trying to read the queue (look for IIdentity) And if you go to My Computer / Manage / MSMQ //// Find the Queue / Right Click / Properties / Security You'll see the different permissions which are available and setable. In the future microsoft.public.msmq.programming might be a more germane group to post. Show quote "Kevin Burton" <KevinBur***@discussions.microsoft.com> wrote in message news:1869F57E-6D62-4DC3-B8DF-110A0209DD19@microsoft.com... > I get the message queue error of: > > MessageQueueErrorCode 0x80070721 System.Messaging.MessageQueueErrorCode > > "Kevin Burton" wrote: > > > I am connecting to a message queue and am getting an error that I don't > > understand and there isn't any detail: > > > > System.Messaging.MessageQueueException > > at System.Messaging.MQCacheableInfo.get_ReadHandle() > > at System.Messaging.MessageEnumerator.get_CursorHandle() > > at System.Messaging.MessageEnumerator.MoveNext(TimeSpan timeout) > > at System.Messaging.MessageEnumerator.MoveNext() > > at > > > > Any idea? Thank you for the suggestion.
Where do I find microsoft.public.msmq.programming? I see under the heading "Messaging and Collaboration" win32.programming.messaging but I don't see anything specific to msmq? Kevin Show quote "sloan" wrote: > http://www.google.com/search?hl=en&lr=&q=0x80070721+msmq > > > > You might start by figuring out which account is trying to read the queue > (look for IIdentity) > > And if you go to > > My Computer / Manage / MSMQ //// Find the Queue / Right Click / Properties / > Security > > You'll see the different permissions which are available and setable. > > In the future > microsoft.public.msmq.programming > might be a more germane group to post. > > > > > > > > "Kevin Burton" <KevinBur***@discussions.microsoft.com> wrote in message > news:1869F57E-6D62-4DC3-B8DF-110A0209DD19@microsoft.com... > > I get the message queue error of: > > > > MessageQueueErrorCode 0x80070721 System.Messaging.MessageQueueErrorCode > > > > "Kevin Burton" wrote: > > > > > I am connecting to a message queue and am getting an error that I don't > > > understand and there isn't any detail: > > > > > > System.Messaging.MessageQueueException > > > at System.Messaging.MQCacheableInfo.get_ReadHandle() > > > at System.Messaging.MessageEnumerator.get_CursorHandle() > > > at System.Messaging.MessageEnumerator.MoveNext(TimeSpan timeout) > > > at System.Messaging.MessageEnumerator.MoveNext() > > > at > > > > > > Any idea? > > > |
|||||||||||||||||||||||