Hai everybody, We are trying implement MSMQ for the transport of messages from 2000 branches through India. We are struckup at the following points. Could...
Hi, To enable MSMQ message sending between different domains, a trust relationship must be created between the 2 domains, from the domain controller machine. ...
my network slows way down and I check my server the cpu is maxed and the application manager is using a lot of memory the only fix I can find is reboot the...
... and ... What are you using? Are you connecting to a database/using recordsets? If so, what cursor type are you using and what action are you performing? ...
He was on vacation ;). ... From: Erica [mailto:ehenso@...] Sent: Tuesday, December 02, 2003 3:30 PM To: msmq@yahoogroups.com Subject: [msmq] WHERE is...
Keith Schaab
keithsc@...
Dec 3, 2003 12:20 am
3851
What process shows 100% cpu utilization? Could be memory or resource leak, take a look at handles, private bytes, working set and virtual memory for each...
Keith Schaab
keithsc@...
Dec 3, 2003 12:23 am
3852
Do you have any packet loss statistics? This can be caused by packet loss. Another possibility is that there is a firewall or NAT device between your...
Keith Schaab
keithsc@...
Dec 3, 2003 12:28 am
3853
_WinMain unresolved could mean you are attempting to link as the wrong binary type (thus looking for the incorrect entry type), you are implementing UNICODE...
Keith Schaab
keithsc@...
Dec 3, 2003 12:31 am
3854
Did you check retry queues? How are you indicating failure? If you return an HRESULT indicating failure the calls will get retried. If you return success...
Keith Schaab
keithsc@...
Dec 3, 2003 12:35 am
3855
Is IObjectControl.CanBePooled() set on your component? I'm not too familiar with the changes with COM+ between Win2k and Win2k3 but I do know that object...
Keith Schaab
keithsc@...
Dec 3, 2003 12:42 am
3856
Can you go through computer management? Compmgmt.msc is the saved MMC console to run or add snapin computer management. Go to services and applications | and...
Keith Schaab
keithsc@...
Dec 3, 2003 12:47 am
3857
There are ways to accomplish this, but there is no automatic way. Check out http://support.microsoft.com/default.aspx?scid=kb;en-us;198686. ... From: purdos...
Keith Schaab
keithsc@...
Dec 3, 2003 12:49 am
3858
The MessageEnumerator class overview in MSDN has the C# code that you want. ... From: bahar1145 [mailto:bahar1145@...] Sent: Friday, November 21, 2003...
Keith Schaab
keithsc@...
Dec 3, 2003 12:52 am
3859
Try using "FormatName:Direct=OS:<machine-name>\\private$\aq" (or Direct=TCP) for the acknowledgement queue constructor moniker instead. Are you in workgroup...
Keith Schaab
keithsc@...
Dec 3, 2003 12:57 am
3860
Chris, Removing MSMQ and restoring a MSMQ installation are two different scenarios. Removing MSMQ purges the public queues from AD where as restore recovers...
Keith Schaab
keithsc@...
Dec 3, 2003 1:01 am
3861
Hey Keith, This article is currently unavaibale :( ... From: Keith Schaab [mailto:keithsc@...] Sent: Tuesday, December 02, 2003 4:49 PM To:...
Maybe the link is broken, I went to the kb and searched for msmq 4mb only one article came up. ________________________________ From: Purvi Doshi...
Keith Schaab
keithsc@...
Dec 3, 2003 1:38 am
3863
What help do u want?? _____ From: Erica [mailto:ehenso@...] Sent: Wednesday, December 03, 2003 5:00 AM To: msmq@yahoogroups.com Subject: [msmq] WHERE is...
Yes I am in workgroup moe and i think it is a firewall problem.. Thanks for your help.. ... === message truncated === __________________________________ Do you...
Do you have name resolution in both directions through the firewall? Do you have connectivity to tcp 1801 in both directions through the firewall? ... From:...
Keith Schaab
keithsc@...
Dec 3, 2003 7:31 pm
3866
See posting from a few days ago. I still haven't seen anything. --Erica...
Hi there, I checked the retry queues...I am using the queued services of COM+, not the MSMQ API. How would I indicate a failure if the requirement of the VB6...
I replied to every mail from this group, if you have an un-answered issue please resend as repost. ... From: Erica [mailto:ehenso@...] Sent: Wednesday,...
Keith Schaab
keithsc@...
Dec 3, 2003 10:06 pm
3869
Um, I saw the reply after I submitted. My bad. Sorry! ... and...
How would I indicate a failure if the requirement of the VB6 component is to return nothing in order to be queued? This requirement is that you have all in...
Keith Schaab
keithsc@...
Dec 3, 2003 10:18 pm
3871
I am not returning any sort of HResult (equiv. in VB) and will look into that. I was expecting a call from a client to log into a database and make an entry to...
You will not be able to log into the database if you specify a bogus server, so that will be broken. My guess is any work you do after that is skipped in...