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...
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@...
Oct 6, 2004 5:39 pm
4208
How can I realize that? Are there some registry entries? utilities? other resources? Martin...
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...
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@...
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....
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...
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@...
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...
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...
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,...
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...
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....
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 ...
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. ...
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...
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@...
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...
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...
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@...
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/> ...
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...
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@...
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...
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...