My situation is this... Send offline message from NT4 server to remote NT workstation machine. Establish dial-up connection to retrieve message but there is a...
Matthew Weaver
matthew.weaver@...
Feb 2, 2000 2:43 pm
121
My message follows this one. "aivo" <aivosh-@...> wrote: original article:http://www.egroups.com/group/msmq/?start=117 ... I am interested in an answer...
Dale D. Smith
ddsmith@...
Feb 4, 2000 4:52 am
122
Hi Charles, I am a manager in a technology development firm. We are attempting to provide solutions for healthcare (private sector, as well as government) ...
Dale D. Smith
ddsmith@...
Feb 4, 2000 7:53 pm
123
Hello Dale If you give me a call we can probably run this down much faster(and you can reply back to the alias with what I left out) Thanks Chuck 425-936-3213 ...
Charles Sterling
chass@...
Feb 4, 2000 11:43 pm
124
Hey Charles, I think you are doing not so profesional. What is this discusion group for ? If you have some knowledge in this, mister, then share it for all as....
Vahan Aivazyan
aivosha@...
Feb 5, 2000 8:25 am
125
Hello Egroups I am very sorry about that last reply, from the content I had assumed it was from Mr. Smith personally (particularly since he had directed it...
Charles Sterling
chass@...
Feb 5, 2000 9:03 am
126
good spin :) ... From: Charles Sterling [mailto:chass@...] Sent: Saturday, February 05, 2000 11:07 AM To: 'msmq@egroups.com' Subject: [msmq] Re:...
Ilan Caron
ilanc@...
Feb 5, 2000 9:47 am
127
Ilan Caron would like to recall the message, "[msmq] Re: Indp. installation failed."....
Ilan Caron
ilanc@...
Feb 5, 2000 5:20 pm
128
When receiving messages, I noticed that MSMQMessage object is never set to nothing. The following code is an example. Dim ReqMsg As New MSMQMessage Set ReqMsg...
Tyler Thomas
tthomas@...
Feb 8, 2000 4:46 pm
129
You should definition as "Dim ReqMsg as MSMQMessage" -Sandeep ... From: Tyler Thomas [mailto:tthomas@...] Sent: Tuesday, February 08, 2000 8:50 AM ...
Sandeep Subramanya
ssubramanya@...
Feb 8, 2000 4:49 pm
130
Hi, The problem is that you are using the 'New' qualifier when you declare ReqMsg. Whenever you reference ReqMsg, it will determine that ReqMsg currently does ...
Jason Brome
jason.brome@...
Feb 8, 2000 4:53 pm
131
I have the MSMQ Trigger Service confiqured to log on as the system account, and I have modified the security of the queue for which I want to set the trigger...
Tyler Thomas
tthomas@...
Feb 8, 2000 5:41 pm
132
The warning you're encountering is benign (and will be removed in a future version). In order to determine why your triggers isn't firing, you should inspect ...
Ilan Caron
ilanc@...
Feb 8, 2000 7:06 pm
133
I am only getting two messages in the application event log, and these two messages are created when I restart the msmq trigger service. The two messages are...
Tyler N. Thomas
tthomas@...
Feb 8, 2000 8:25 pm
134
I am trying to install a BSC on NT 4.0 Server. My PEC is on NT 4.0 Enterprise Edition, with service pack 5. I log in as a domain user in the Admin group. I get...
Paul Kalnitz
kalnitz@...
Feb 24, 2000 11:00 pm
135
Hi, Can Windows 2000 client access the MSMQ Server in NT 4.0 domain ? Has anybody tried it ? Thanks Sandeep...
Hi, How do you do it ? When I installed Indepedent clinet on my machine pointing to MSMQ server on NT 4.0 the installation is fine. But when I try to access...
Sandeep Subramanya
ssubramanya@...
Feb 25, 2000 4:37 pm
138
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...