MsMq

G

Guy Duchesne

Hi,

Does somebody have an idea ?

Messages arrive in a msmqueue transactional public queue.
These messages are read by a trigger, transformed before
being rewrite in another msmqueue transactional public
queue.
All is well for thousands of messages excepts for only
one which gives this error:

Invalid parameter was passed to a function.

Staktrace:
at System.Messaging.MQCacheableInfo.get_WriteHandle()
at System.Messaging.MessageQueue.StaleSafeSendMessage
(MQPROPS properties, IntPtr transaction) at
System.Messaging.MessageQueue.SendInternal(Object obj,
MessageQueueTransaction internalTransaction,
MessageQueueTransactionType transactionType)
at System.Messaging.MessageQueue.Send(Object obj,
MessageQueueTransactionType transactionType)

In advance thank you.

Guy Duchesne
from ACV in Belgium
 
J

Jeff Qiu [MSFT]

Hi Guy,

Thanks for posting!

Based on your problem description, such issues would best be addressed in
the Developer newsgroups. I have provided the link below to access
Developer newsgroups. By posting here, you may get some pointers from
others who may have had similar experience that they can share with you.

http://msdn.microsoft.com/newsgroups/default.asp

At the same time, if you are running Microsoft Windows XP Embedded in
domain mode, you may try to contact our PSS to see if a hotfix 834467 is
related to your problem here. This article is not public currently.
For your convenience I have included the following link.
http://support.microsoft.com/support/webresponse.asp

Hope this helps.

Best Regards,

Jeff Qiu
Microsoft Online Partner Support
MCSE 2000, MCDBA, MCSA
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top