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
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