We have an MSMQ installation spread over three sites, the sites being linked together by a 2Mbit/s WAN. We have a PEC at one site, with PSCs at each of the...
dsjones@...
Mar 1, 2000 10:16 am
139
Hi, We have MSMQ on our NT Server and are trying to run MSMQ on Windows 98. It installs fine, but we can't see the queues either in code or through the MSMQ...
Glenn Setliff
gsetliff@...
Mar 3, 2000 6:37 pm
140
Hello Glenn, ... Sounds like you may have installed a Dependent client on your Windows98 computer. The reason I say this is due to the fact Dependent clients...
Charles Sterling
chass@...
Mar 3, 2000 11:59 pm
141
Hello, Is there any resource dispenser provided by MSMQ which can maintain a pool of Queue connections (Which needs to be used by MTS components)? Thanks in...
Poornima
poornimam@...
Mar 7, 2000 5:11 am
142
When I try to use MQGetQueueSecurity() the function fails and returns MQ_ERROR_INVALID_PARAMETER. I cannot figure out what is causing that because as far as I...
Sergei Smychkovich
sergei@...
Mar 7, 2000 9:39 pm
143
Here's a chunk of code that i use WCHAR fn[256] ; DWORD cbfn = 256 ; // get the queue's format name // no point using the registry cache here, as the PEC //...
Simon Fell
SFell@...
Mar 7, 2000 9:43 pm
144
Thank you very much for your response. I am still having the problem though. MQPathNameToFormatName() call works fine, but MQGetQueueSecurity() still fails...
Sergei Smychkovich
Sergei@...
Mar 7, 2000 10:07 pm
145
Please send me the snippet of your code which cintaing the problem, and please define which MSMQ and Windows versions are you using. ... From: Sergei...
Sasha Dadiomov
alexdad@...
Mar 7, 2000 10:11 pm
146
HRESULT hr; WCHAR fn[256] ; DWORD cbfn = 256 ; I'm running this on NT4.00.1381. I'm not exactly sure about MSMQ version but it was installed off Option Pack 4...
Sergei Smychkovich
Sergei@...
Mar 7, 2000 10:47 pm
147
I'm running this on NT4.00.1381. I'm not exactly sure about MSMQ version but it was installed off Option Pack 4 CD and MSMQ Explorer version is 1.0.0262 ...
Sergei Smychkovich
Sergei@...
Mar 7, 2000 10:50 pm
148
Does this code actually work for somebody? If it does, could you describe configurations and versions of software on your machines? I'm trying to get mine to...
Sergei Smychkovich
Sergei@...
Mar 8, 2000 5:00 pm
149
This works fine on our config. NT4 Server + SP4 + MSMQ PEC (Installed from the Option Pack). User is logged in as domain admin. Cheers Simon c-call.com dev...
Simon Fell
SFell@...
Mar 8, 2000 5:04 pm
150
Actually, one of the reasons I'm doing this is I need to be able for all users to send/receive messages from queues. Does anybody have a sample code for...
Sergei Smychkovich
sergei@...
Mar 8, 2000 5:18 pm
151
Thank you guys. Simon's code was very helpful. When I used Simon's code I introduced a bug by forgetting to replace lpwcsFormatName with fn. lpwcsFormatName...
Sergei Smychkovich
Sergei@...
Mar 8, 2000 9:28 pm
152
Hi, I am new in MSMQ, and something happened after I installed PEC. the MSMQ explorer won't run, and the error said, "Can't connect to MQIS. no connection to...
Dikhi Wahyudi
dikhi@...
Mar 17, 2000 4:38 pm
153
We have setup the MSMQ server and have several win95 and Nt Workstations sending and receiving messages. The problem is when we installed the independent...
sdixon3969@...
Mar 18, 2000 7:21 pm
154
You cannot have an independent client running outside a NT domain. If you have a separate domain you must have a Primary Site Controller (PSC) running on that...
Sergei Smychkovich
Sergei@...
Mar 20, 2000 1:16 pm
155
Hi, In MSMQ ver 1.0 is there any MSMQ API to get the Site PathName ? This is Site name which can you set for the Site during installation ? Thanks Sandeep...
Sandeep Subramanya
ssubramanya@...
Mar 20, 2000 4:40 pm
156
Okay now I am confused, can we have a dependent client running on another network domain. The problem is our site and the customer's site is connected via the...
sdixon3969@...
Mar 20, 2000 5:39 pm
157
If I send a message with a timeout set to anything but INFINITE, on some workstations, no message is ever sent. Even if I use a really high value as a...
David Hahn
hahn@...
Mar 22, 2000 3:34 pm
158
Did you check all machines to make sure that time and date settings are synchronized? ... From: David Hahn [mailto:hahn@...] Sent: Wednesday, March 22,...
Sergei Smychkovich
Sergei@...
Mar 22, 2000 3:43 pm
159
Three out of the last four days the msmq service on our PEC has died with exception C0000005 at address 321193C5. Can anybody help us find out what the...
mhollibaugh@...
Mar 22, 2000 3:56 pm
160
Well, they were all reasonably synchronized. And I tried timeout values so high that they would have to be set days apart. But I wouldn't think that would...
David Hahn
hahn@...
Mar 22, 2000 3:59 pm
161
Seems like you are having a machine specific problems. Try installing PEC on a nice fresh machine and see if that will fix it. I have never seen msmq ...
Sergei Smychkovich
Sergei@...
Mar 22, 2000 4:01 pm
162
Hello, I am not able to uninstall MSMQ using NT Option pack 4. The following message pops up "MSMQ cannot be removed because a MSMQ application is running....
Poornima
poornimam@...
Mar 28, 2000 5:57 am
163
Hi, Maybe you should stop the service that depends on it. I've tried before, and more than one service have to be stoped, like Exchange Server, MTS, etc. (If...
Dikhi Wahyudi
dikhi@...
Mar 28, 2000 7:01 am
164
I am referring to a Windows 95 independent client and all the programs were closed before uninstalling...
Poornima Mysore
PoornimaM@...
Mar 28, 2000 7:06 am
165
Hi, We have been using transactional messaging. However, we found a strange problem that whenever a message expires in its destination queue, it gets...
Poornima
poornimam@...
Mar 28, 2000 7:23 am
166
What do you mean "replicated" ? It is by design that all problematic messages are being reported in XACT dead letter q - that includes also expired messages....
Sasha Dadiomov
alexdad@...
Mar 28, 2000 5:15 pm
167
I'm sending messages as part of a MTS transaction (using the API). Do i need to open/close the queue for each transaction ?, or can i open the queue once, and...