This cannot be set through dcomcnfg because it has nothing to do with DCOM, this port if for MSMQ protocol which sits directly on top of tcp not rpc. This can...
Keith Schaab
keithsc@...
Jun 2, 2004 6:13 pm
4161
That worked for me. I don't need the return message from the que and I have applications that use private queues locally and they still work I don't administer...
Hi, I am having a bit of a problem installing MSMQ 1.0 on an NT 4.0 server running SQL Server 7.0. When installing MSMQ 1.0 from the Options Pack, I get to the...
Is this on a cluster? What's the latest service pack installed on the machine? ... From: terry_keanetk [mailto:terry_keanetk@...] Sent: Friday, June 11,...
Keith Schaab
keithsc@...
Jun 12, 2004 12:06 am
4165
Need a bit more information than that. What OS are we talking about? Are you attempting to configure MSMQ as a clustered resource, or are you trying to...
Keith Schaab
keithsc@...
Jun 12, 2004 12:10 am
4166
There is an excellent white paper on how to do this at: http://www.microsoft.com/windows2000/technologies/communications/msmq/wp_3in cluster.asp Dave ... From:...
Just another observation... I went ahead and manually created the MQIS database to see what would happen during the install. The installation program picked up...
It seems when I accepted the default location to put the MQIS datafiles (C:\Program Files\MSMQ\) the installation would fail. When I changed it to C:\Program...
Perhaps the account SQL is running under does not have access. ... From: terry_keanetk [mailto:terry_keanetk@...] Sent: Tuesday, June 15, 2004 9:11 AM ...
Keith Schaab
keithsc@...
Jun 15, 2004 7:41 pm
4171
Some time ago, Stefano Martino and others wrote about an issue with receiving by corresponding ID where there were very odd errors where the application was...
Calling ReceiveByCorrelationID fails with the following error: "Message that the cursor is currently pointing to has been removed from the queue by another...
Keith Schaab
keithsc@...
Jun 23, 2004 2:45 pm
4176
Thanks for this explanation. This seems to me to mean that it is only fully safe to use triggers in serialized mode or limited to a single thread, if your...
Certainly, if you don't care about order you can just receive the first message in the queue every time a trigger fires. This will ensure that you handle all...
Keith Schaab
keithsc@...
Jun 25, 2004 3:27 am
4178
Just for anybody's information, there is an answer: it is known bug in MSMQ, corrected in Windows 2003 - ...
The exact error message in the event viewer of the server is: Event 2087 on MSMQ Clients Access License (CAL) limit has been reached. This server will not be...
Hello everybody Can you help me ? We use - 6 sites, 1 PSC and 1 BSC by site - of course a PEC - MSMQ 1.0 - Windows NT 4.0 sp 6a For some computers, we have...
More than likely you've turned off the license logging service. ... From: bauwensdidier [mailto:didier.bauwens@...] Sent: Friday, July 30, 2004 6:43 AM ...
Hello everybody Can you help me ? We use - 6 sites, 1 PSC and 1 BSC by site - of course a PEC - MSMQ 1.0 - Windows NT 4.0 sp 6a Sometimes, for some clients,...
What type of messages are you using? ... From: bauwensdidier [mailto:didier.bauwens@...] Sent: Tuesday, August 03, 2004 7:11 AM To: msmq@yahoogroups.com ...
Keith Schaab
keithsc@...
Aug 3, 2004 6:08 pm
4186
Here are the few lines of code (visual basic) where the message is defined before sent ... Set QueueMessage = New MSMQMessage With QueueMessage ...
I now only know that you are not using express messages. Are you using a transactional queue? Delivery is different for transactional and non-transactional...
Keith Schaab
keithsc@...
Aug 5, 2004 5:10 pm
4188
Hi Keith Thanks a lot for your idees :-) There are no transactional queues ! In fact, the check box of this property of the queues on the server is not...
You will not be able to set the transactional property on a queue after it has been created. You will have to create a new transactional queue. Duplicate...