Discussion:
Object owner was invalid. For example, MQCreateQueue failed
(too old to reply)
Edissonp
2008-11-17 21:18:02 UTC
Permalink
What i need review when my aplication dysplay this message.

Object owner was invalid. For example, MQCreateQueue failed because the
Queue Manager object is invalid.


Sometimes working an Sometimes not...
John Breakwell (MSFT)
2008-11-18 10:41:58 UTC
Permalink
Hi Edisson

So you are receiving error code 0xc00e0044
"The object owner is invalid (for example, MQCreateQueue failed because the
QM object is invalid)."
-1072824252 (0xc00e0044) MQ_ERROR_INVALID_OWNER

I assume you are trying to access a public queue.
I've seen two causes of this error, both related to not being able to query
active directory to get information about the public queue:

1 trying to perform operations between machines that are in different
forests without domain-domain trusts.
2 the system clocks on the sending machine and the domain controller are
out of sync (not the clocks on the sending machine and the receiving
machine).

Hope that helps.

Cheers
John Breakwell
Post by Edissonp
What i need review when my aplication dysplay this message.
Object owner was invalid. For example, MQCreateQueue failed because the
Queue Manager object is invalid.
Sometimes working an Sometimes not...
John Breakwell (MSFT)
2008-11-18 12:11:20 UTC
Permalink
Elaborating on item 2:

http://blogs.msdn.com/johnbreakwell/archive/2008/11/18/make-sure-to-set-the-clocks-for-msmq.aspx

Cheers
John Breakwell (MSFT)
Post by John Breakwell (MSFT)
Hi Edisson
So you are receiving error code 0xc00e0044
"The object owner is invalid (for example, MQCreateQueue failed because
the QM object is invalid)."
-1072824252 (0xc00e0044) MQ_ERROR_INVALID_OWNER
I assume you are trying to access a public queue.
I've seen two causes of this error, both related to not being able to
1 trying to perform operations between machines that are in different
forests without domain-domain trusts.
2 the system clocks on the sending machine and the domain controller are
out of sync (not the clocks on the sending machine and the receiving
machine).
Hope that helps.
Cheers
John Breakwell
Post by Edissonp
What i need review when my aplication dysplay this message.
Object owner was invalid. For example, MQCreateQueue failed because the
Queue Manager object is invalid.
Sometimes working an Sometimes not...
Loading...