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 to share photos of your group with the world? 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 4206 - 4235 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4206
Hello, are there any effects of applying SP2 with regards to MSMQ or AD? (Windows XP Pro SP2, VisualC++ 6.0) I encountered strange behavior (probably after...
Bodlák Martin
mbodlak
Offline Send Email
Oct 6, 2004
1:13 pm
4207
That seems like AD replication issues to me. I wonder if, for some reason, applying SP2 to the workstations somehow affected what AD server they talk to. ... ...
Keith Schaab
keithsc@...
Send Email
Oct 6, 2004
5:39 pm
4208
How can I realize that? Are there some registry entries? utilities? other resources? Martin...
Bodlák Martin
mbodlak
Offline Send Email
Oct 11, 2004
11:26 am
4209
Hi, I m new to this group. I m getting this error "unable to display all public queues. Only public queues cahed locally can be displayed. Error: Unable to...
ganesh
ganesh_s_y
Offline Send Email
Oct 11, 2004
12:41 pm
4210
Alguien sabe espanol help!!!...
dante
dantesese
Offline Send Email
Oct 11, 2004
1:16 pm
4211
Are you in workgroup mode? Workgroup mode means working without a AD server with MSMQ installed. ... From: ganesh [mailto:ganesh_s_y@...] Sent:...
Keith Schaab
keithsc@...
Send Email
Oct 11, 2004
7:03 pm
4212
HI Ganesh, Is your computer is a member of a Domain Controller? if yes do you have secondary domain controller in the network? Please clarify the above things....
phaneendra kumar parsa
phaneendraku...
Offline Send Email
Oct 12, 2004
2:09 am
4213
No, I am in Domain with MSMQ installed. ... AD ... all ... Verify ... and...
ganesh
ganesh_s_y
Offline Send Email
Oct 12, 2004
6:47 am
4214
Steps that needs to be taken: 1. Make sure you have Active Directory configured. 2. Make sure your network connections beetween your workgroup machine and...
Suresh Elumalai
sureshmsc_e
Online Now Send Email
Oct 12, 2004
7:32 am
4215
A good thing to try is run nslookup on your client (in command window). See if you can resolve your domain without errors. Try netbios name as well as tcp/ip...
Keith Schaab
keithsc@...
Send Email
Oct 12, 2004
6:11 pm
4216
Hi Thanks for all who those replied my query. I want to know which are the books available for MSMQ. regards, ganesh...
ganesh
ganesh_s_y
Offline Send Email
Oct 15, 2004
8:02 am
4217
Please help me. Can anybody tell me where can i get the MSMQ books in mumbai. thanks in advance. regards, ganesh...
ganee
ganesh_s_y
Offline Send Email
Oct 20, 2004
11:37 am
4218
Pro MSMQ from Apress....
tejaswi_redkar
Offline Send Email
Oct 21, 2004
9:39 pm
4219
Hi. What is likely to be the problem if: 1) I have two computers in different sites, both literally and in Active Directory, both domain controllers, one...
Moray McConnachie
rmcubed
Offline Send Email
Nov 1, 2004
9:12 am
4220
Hello, I have a strange problem here. Hardware, network: I have a software running on computers in a win2k (sub)domains. Those computers make about 5 LANs,...
Bodlák Martin
mbodlak
Offline Send Email
Nov 29, 2004
10:29 am
4221
Dear all, We are using MSMQ extensively with more than three thousand Independent clients over WAN(consist of VSAT,Leased Lines). Here we noticed lot of...
srinivasan v
sinulsisl
Offline Send Email
Dec 29, 2004
2:59 pm
4222
Dear All, We are using MSMQ in more than 3000 installation over WAN. All are Independant Clients (Win98). The application will be running only twice a day....
sastry_ka
Offline Send Email
Jan 9, 2005
2:56 pm
4223
Hello, I think I already answered this in a personal mail. I will copy it here: UDP port 1801 is used by MSMQ Independent Client for server discovery. See ...
Yoel Arnon
yoel_arnon
Offline Send Email
Jan 9, 2005
8:41 pm
4224
I sending transactional messages and on the destination queue I need to receive all the messages at once as a group instead of retrieving message by message. ...
thulasmpofu
Offline Send Email
Feb 1, 2005
1:20 pm
4225
Hi, Basically, you will need to use three message properties: Message.IsFIrstInTransaction Message.IsLastInTransaction Message.TransactionId (See ...
Yoel Arnon
yoel_arnon
Offline Send Email
Feb 1, 2005
11:20 pm
4226
I am trying to setup a MSMQ process for a win2000 hosted environment. I will have several queues that have triggers firing off exes that doing some processing...
huntster272727
Offline Send Email
Feb 3, 2005
3:41 am
4227
There is a third option, you can run as a specific account that has been granted run as service privileges, privileges to the queue and privileges to the...
Keith Schaab
keithsc@...
Send Email
Feb 9, 2005
8:01 pm
4228
Keith, I tried that and couldn't get it to work. I set up the user with the permission you mentioned below to run the trigger service. I can restart the...
huntster272727
Offline Send Email
Feb 17, 2005
4:14 pm
4229
I am using MSMQ COM using Visual C++ and use the try/catch statement to trap errors. The code is like this try { CoInitialize(NULL); IMSMQManagementPtr...
thulasmpofu
Offline Send Email
Mar 1, 2005
6:16 am
4230
First chance exception is when the exception is thrown, before your catch statement is triggered. If you hit continue it should hit your catch statement....
Keith Schaab
keithsc@...
Send Email
Mar 1, 2005
7:07 pm
4231
Check out the following link - the message appears to be harmless. <http://support.microsoft.com/kb/250563/EN-US/> ...
Hayes, Joe
joeyhayesus
Offline Send Email
Mar 1, 2005
10:05 pm
4232
Hai, We are using VC MSMQ client to send and receive messages. Currently we are encrypting the message using des3 and sending. Does MSMQ has any provision for...
Anjaneya Sastry
sastry_ka
Offline Send Email
Mar 28, 2005
8:30 am
4233
In MSMQ 3.0 you can. It can be accomplished simply by using the same methodology as sending in http except you use the https designation to go through secure...
Keith Schaab
keithsc@...
Send Email
Mar 28, 2005
7:34 pm
4234
Hey! Click here and we could both win ten million dollars! http://www.tenspot.com/index_friend.html?invite=1wwugv&ect=2ycsc4 later, Srinivasan ... This...
Srinivasan V
sinulsisl
Offline Send Email
Apr 7, 2005
3:07 pm
4235
Hi, Does anyone know of a way to tunnel MSMQ traffic over some transport other than HTTP or its native transport? Ideally, I'd like to provide my own...
guyg42
Offline Send Email
Apr 20, 2005
5:41 pm
Messages 4206 - 4235 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