Search the web
Sign In
New User? Sign Up
msmq · Microsoft MSMQ Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4160 - 4189 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4160
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@...
Send Email
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...
Stormont, Jonathan
jonathan_sto...
Offline Send Email
Jun 10, 2004
5:54 am
4162
How can I configure MSMQ in clustered environment?...
gauri_menon
Offline Send Email
Jun 11, 2004
11:15 pm
4163
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...
terry_keanetk
Offline Send Email
Jun 11, 2004
11:15 pm
4164
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@...
Send Email
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@...
Send Email
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:...
Dave Misc
davidpet86
Offline Send Email
Jun 12, 2004
2:23 am
4167
Nope, not clustered. The latest NT SP is 6a. ... the ... it ... colleagues and...
terry_keanetk
Offline Send Email
Jun 12, 2004
1:34 pm
4168
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...
terry_keanetk
Offline Send Email
Jun 14, 2004
7:26 pm
4169
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...
terry_keanetk
Offline Send Email
Jun 15, 2004
4:10 pm
4170
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@...
Send Email
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...
rmcubed
Offline Send Email
Jun 22, 2004
5:36 pm
4172
Two questions are you using transactional messages, and is this native or managed code? ... From: rmcubed [mailto:mmcconna@...] Sent: Tuesday,...
Keith Schaab
keithsc@...
Send Email
Jun 22, 2004
7:49 pm
4173 Lim Chee Tong
dustbinwork
Offline Send Email
Jun 23, 2004
1:26 am
4174
No to transactional messages, yes to managed code. Yours, Moray ... Moray McConnachie, IT Manager Oxford Analytica http://www.oxan.com...
Moray McConnachie
rmcubed
Offline Send Email
Jun 23, 2004
10:39 am
4175
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@...
Send Email
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...
Moray McConnachie
rmcubed
Offline Send Email
Jun 24, 2004
9:17 am
4177
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@...
Send Email
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 - ...
Bodlák Martin
mbodlak
Offline Send Email
Jun 25, 2004
5:34 am
4179
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...
bauwensdidier
Offline Send Email
Jul 30, 2004
4:34 pm
4180
Well In 'Licensing' of the Control Panels of the servers, we use 'per seat' client licensing mode for NT Server ans SQL Server 7.0 Didier...
bauwensdidier
Offline Send Email
Jul 30, 2004
4:35 pm
4181
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...
bauwensdidier
Offline Send Email
Jul 30, 2004
4:35 pm
4182
More than likely you've turned off the license logging service. ... From: bauwensdidier [mailto:didier.bauwens@...] Sent: Friday, July 30, 2004 6:43 AM ...
Keith Schaab
keithsc@...
Send Email
Aug 2, 2004
7:34 pm
4183
YES, it's working, thanks ... server) ... ... and...
bauwensdidier
Offline Send Email
Aug 3, 2004
8:33 am
4184
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,...
bauwensdidier
Offline Send Email
Aug 3, 2004
2:11 pm
4185
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@...
Send Email
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 ...
bauwensdidier
Offline Send Email
Aug 4, 2004
10:28 am
4187
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@...
Send Email
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...
bauwensdidier
Offline Send Email
Aug 5, 2004
6:31 pm
4189
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...
Keith Schaab
keithsc@...
Send Email
Aug 5, 2004
6:56 pm
Messages 4160 - 4189 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help