Hi Guys, I got a problem to install MSMQ in Windows XP Professional. Actually our MSMQ Server resides in Windows 2000 Server. Its a Domain Controller. Our ...
It sounds like it is already installed. Are you sure it isn't? ... From: Suresh Elumalai [mailto:sureshmsc_e@...] Sent: Tuesday, April 01, 2003 8:26 AM ...
Keith Schaab
keithsc@...
Apr 1, 2003 8:20 pm
3338
I know it's not. Can you please? ... __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and...
Hi All, I want to use 2 Win2K server for independent clients. Please let me know how to setup independent client. Do I need to have the transactional Queue on...
sskannan
sskannan@...
Apr 3, 2003 11:37 am
3340
Hi every one out how to take Messages from a MSMQ (In bound messages) & Drop them on a MSMQ (OutBound messages) with the SAP Adapter. please help me in this....
Hi all, What would be the cause of an exception as follows: A workgroup installation computer does not support the operation. I keep getting this error and...
I figured it out. Ben thanks. It was that I did not use a domain controller but my local queue and I was trying to access a queue in a different server. I...
Hi! I have a W2k Server that has been running MSMQ for some time with no issues. The number of messages recently has increase and the server was starting to...
Hi, I'm receiving the XML message from the MSMQ and trying to load it into the XML Dom object and I'm receiving the exception "There is invalid data at the...
Paul, If MSMQ fails to start there should be an error event in the application event log. The HRESULT you gave here means that there are no DCs running MSMQ. ...
Keith Schaab
keithsc@...
Apr 21, 2003 4:48 pm
3347
If ? is your first character then you do have invalid XML. The first character in an XML string (non-whitespace) should be <. ... From: Ranga Raj...
Keith Schaab
keithsc@...
Apr 21, 2003 4:49 pm
3348
? Is not the first character < is the first character in my xml string still i'm getting the same error. ... __________________________________________________...
Then your first line is bad, what does it look like? Also you might start trying XML mailing lists and newsgroups as these are more specific to them. ... ...
Keith Schaab
keithsc@...
Apr 21, 2003 5:54 pm
3350
That's the only error I see in the eventlog, and that error I don't believe has anything to do with the real issue. I went and cleared the eventlog, and then...
Perhaps someone's moved the global catalog to a different server? I'm not really sure. ... From: paulgyro [mailto:paul_widner@...] Sent: Monday, April...
Keith Schaab
keithsc@...
Apr 22, 2003 1:43 am
3352
I did find one more thing in the System Log. "The Message Queuing service terminated unexpectedly. It has done this 3 time(s). The following corrective...
Do you have MSMQ running as a clustered resource? What's the source on that event? ... From: paulgyro [mailto:paul_widner@...] Sent: Wednesday, April...
Keith Schaab
keithsc@...
Apr 23, 2003 11:11 pm
3354
Hi all, I have a server Sending Messages to some remote Clients now. If one of the Clients crash, the Messages will be stored in the Server Outgoing Queues and...
Hugh
hugh_artkey@...
Apr 26, 2003 11:53 am
3355
hello , I think you have to do the next FormatName:DIRECT=OS:<computername>\private$\myqueue Good luck...
Hi everyone: I have a trouble with MSMQ. My Server: WIN2000 Application Server:VB6 My client: WINCE I can't open a client private queue from my server. i...
Should be formatname = direct=os:remote_machine\private$\myPrivateQueue. ... From: walloplittle [mailto:walloplittle@...] Sent: Monday, April 28, 2003...
Keith Schaab
keithsc@...
Apr 28, 2003 9:08 pm
3358
Thank you very much Keith Schaab. Now my program is working properly. ... direct=os:remote_machine\private$\myPrivateQueue. ... and...
Hi, having a big problem with long delays (about 15-20 seconds) when doing a simple open or send to a MSMQ. The server has 2 NICS attached to 2 different...
Rick Klenotiz
rick@...
Apr 29, 2003 6:13 pm
3360
No MSMQ is not running as a clustered resource. It is just a local private queue. Here is the complete event info: Source: Service Control Manager Category:...
i have seen this before. and i dont know how to solve it. sorry. here was our scenario, wireless card (slow) and an ethernet tethered connection, 2 separate...
The disabled NIC is the first NIC found and you have a different DNS setting on that connection or your routing table is messed up. ... From: Rick Klenotiz...
Keith Schaab
keithsc@...
Apr 29, 2003 7:18 pm
3363
Thanks for the reply. How do you change the binding order? Maybe I'll give that a try....
Rick Klenotiz
rick@...
Apr 29, 2003 8:06 pm
3364
For Win2k and WinXP open the network connections window, select an adapter, click the advanced menu and select advanced settings then change the binding order...
Keith Schaab
keithsc@...
Apr 30, 2003 12:33 am
3365
Hi, I build an application using msmq that worked fine for more than one year. Now I'm tryng to move to .net and the first thing that I see is that the message...