The exact error message in the event viewer of the server is: Event 2087 on MSMQ Clients Access License (CAL) limit has been reached. This server will not be...
Hello everybody Can you help me ? We use - 6 sites, 1 PSC and 1 BSC by site - of course a PEC - MSMQ 1.0 - Windows NT 4.0 sp 6a For some computers, we have...
More than likely you've turned off the license logging service. ... From: bauwensdidier [mailto:didier.bauwens@...] Sent: Friday, July 30, 2004 6:43 AM ...
Hello everybody Can you help me ? We use - 6 sites, 1 PSC and 1 BSC by site - of course a PEC - MSMQ 1.0 - Windows NT 4.0 sp 6a Sometimes, for some clients,...
What type of messages are you using? ... From: bauwensdidier [mailto:didier.bauwens@...] Sent: Tuesday, August 03, 2004 7:11 AM To: msmq@yahoogroups.com ...
Keith Schaab
keithsc@...
Aug 3, 2004 6:08 pm
4186
Here are the few lines of code (visual basic) where the message is defined before sent ... Set QueueMessage = New MSMQMessage With QueueMessage ...
I now only know that you are not using express messages. Are you using a transactional queue? Delivery is different for transactional and non-transactional...
Keith Schaab
keithsc@...
Aug 5, 2004 5:10 pm
4188
Hi Keith Thanks a lot for your idees :-) There are no transactional queues ! In fact, the check box of this property of the queues on the server is not...
You will not be able to set the transactional property on a queue after it has been created. You will have to create a new transactional queue. Duplicate...
Keith Schaab
keithsc@...
Aug 5, 2004 6:56 pm
4190
hi, i've just started to use msmq. and when i was trying to create a queue, the create() method gave me a 0x80040154 error. i managed to find out that it's...
Hello everybody Can you help me ? We use - 6 sites, 1 PSC and 1 BSC by site - of course a PEC - MSMQ 1.0 - Windows NT 4.0 sp 6a But, we are going to update...
Hello. In MSMQ 3.0 (which is present in XP) there are no standalone PECs or so. The information is stored in Active Directory instead. I think I have seen some...
... No, you can have as many PECs as you want. ... The migration checklist and documentation can be found in the Windows 2003 Server help file (or Windows 2000...
Keith Schaab
keithsc@...
Sep 2, 2004 5:30 pm
4196
Did you installed MSMQ? Right click "My Computer" and select Manage. Then look for Message Queuin in Services... if it is here and running, the problem will be...
Hi, i am working on MSMQ raw APIs in VC6. On LAN while using the MQReceiveMessage Function using windows event mechanism, whenever there is a disconnection or...
What error code (number) are you getting from MQGetOverlappedResult? ________________________________ From: Ejaz ul Haq [mailto:euh236@...] Sent:...
Keith Schaab
keithsc@...
Sep 9, 2004 4:20 pm
4199
Hi keith while using MQReceiveMessage via windows event management , on disconnection from a machine on which i am monitoring for messages, i receive an...
Hi keith while using MQReceiveMessage via windows event management , on disconnection from a machine on which i am monitoring for messages, i receive an...
0xc00e0008 MQ_ERROR_OPERATION_CANCELLED should only happen if the queue handle is closed. Remote receive is simply a RPC call to the remote queue manager, any...
Keith Schaab
keithsc@...
Sep 11, 2004 5:50 am
4202
Hi all, I am a new member. Whats the throughput of MSMQ 3.0? Its urgent... Thanks in advance, John...
There aren't any differences that I can think of that would affect performance in 3.0 either way over 2.0. MSMQ 3.0 just came out in Win2k3 so I'm sure it...
Keith Schaab
keithsc@...
Sep 30, 2004 7:01 pm
4206
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...