ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 52 matches
Author Message
  Topic: move config mgr to another server
Nathan

Replies: 3
Views: 3547

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Sep 06, 2006 6:49 am   Subject: move config mgr to another server
Is there an instruction document somewhere that explains how to move a v5 Configmanager from one server to another and to get the old brokers to point at the new Configmanager?
  Topic: Using Perl MQseries 1.23 to put a message on a remote queue
Nathan

Replies: 12
Views: 22921

PostForum: IBM MQ API Support   Posted: Mon Jun 05, 2006 8:17 am   Subject: Using Perl MQseries 1.23 to put a message on a remote queue
Thanks. I think I figured it out. I knew my code was right. I went and looked at what was compiled (I didn't work here when it was compiled). It is still version 1.17! I will attempt to get it u ...
  Topic: Using Perl MQseries 1.23 to put a message on a remote queue
Nathan

Replies: 12
Views: 22921

PostForum: IBM MQ API Support   Posted: Mon Jun 05, 2006 7:28 am   Subject: Using Perl MQseries 1.23 to put a message on a remote queue
If I delete the QManager setting, I get the same error.

Here is the MQCONNX call where I get the same 2058 error.
use MQClient::MQSeries ;

$coption = {
ChannelN ...
  Topic: Using Perl MQseries 1.23 to put a message on a remote queue
Nathan

Replies: 12
Views: 22921

PostForum: IBM MQ API Support   Posted: Mon Jun 05, 2006 7:20 am   Subject: Using Perl MQseries 1.23 to put a message on a remote queue
Here it is...

$QMGR is set to the QManager name (Client channel is named the same)
$Connection is set to host.name.address(port)

use MQSeries ;
use MQSeries::QueueManager ;

...
  Topic: Using Perl MQseries 1.23 to put a message on a remote queue
Nathan

Replies: 12
Views: 22921

PostForum: IBM MQ API Support   Posted: Mon Jun 05, 2006 6:52 am   Subject: Using Perl MQseries 1.23 to put a message on a remote queue
Did that. If I use the MQCONNX call or the MQSeries::QueueManager->new Object Oriented call, I get the same result. I have successfully used it against a local QManager by removing the client spe ...
  Topic: Using Perl MQseries 1.23 to put a message on a remote queue
Nathan

Replies: 12
Views: 22921

PostForum: IBM MQ API Support   Posted: Mon Jun 05, 2006 6:38 am   Subject: Using Perl MQseries 1.23 to put a message on a remote queue
I know this topic is a bit old... But, I have the same question.

I have MQServer and Client installed and need to have a perl script use the Client to connect to another system's QManager so that I ...
  Topic: MQ 5.3 (Windows) CSD07 & Domain Policies (Solved)
Nathan

Replies: 6
Views: 5376

PostForum: General IBM MQ Support   Posted: Fri Oct 08, 2004 3:41 am   Subject: MQ 5.3 (Windows) CSD07 & Domain Policies (Solved)
look at the local security policy -> User Rights Assignment -> Debug programs

See what the Effective settings are. If the domain user for mq is not listed, this is a problem. For the most pa ...
  Topic: mqclient when using cgi perl scripts
Nathan

Replies: 3
Views: 4937

PostForum: General IBM MQ Support   Posted: Tue Sep 21, 2004 3:41 am   Subject: mqclient when using cgi perl scripts
There is also a perl modules available (MA89) and is available on http://www.cpan.org. Then, you don't have to use java api's.
  Topic: [Solved] Not authorized after running Prepare WebSphere MQ
Nathan

Replies: 5
Views: 3917

PostForum: General IBM MQ Support   Posted: Thu Jan 15, 2004 4:14 am   Subject: [Solved] Not authorized after running Prepare WebSphere MQ
Thanks people. This was fixed a while ago. I inherrited the mqm domain user I figured it out after a while.
  Topic: MessageId Problem -- Urgent
Nathan

Replies: 4
Views: 3383

PostForum: General IBM MQ Support   Posted: Tue Dec 09, 2003 6:07 am   Subject: MessageId Problem -- Urgent
Your put application should remember the MsgID for the message it creates. Then look for the return message by comparing the saved MsgID with the Correlation ID. Another application should copy the ...
  Topic: [Solved] Getting a Perl script to use MQSeries
Nathan

Replies: 26
Views: 14650

PostForum: General IBM MQ Support   Posted: Fri Dec 05, 2003 5:21 am   Subject: [Solved] Getting a Perl script to use MQSeries
gcc is "GNU Compiler Collection"

Here is exactly where you can find it. http://www.gnu.org/directory/devel/compilers/gcc.html

The stuff you have will work on any platform. Once you get gcc inst ...
  Topic: What tools used to monitor QMgr
Nathan

Replies: 11
Views: 5771

PostForum: General IBM MQ Support   Posted: Thu Dec 04, 2003 8:00 am   Subject: What tools used to monitor QMgr
candle monitors QManagers, Queues and Channels all in one. Patrol and QPasa also do this. Each of these work well from what I have seen.

As far as creating your own scripts, you can make as many ...
  Topic: 2059 after upgrade to 5.3.5
Nathan

Replies: 18
Views: 9271

PostForum: General IBM MQ Support   Posted: Tue Dec 02, 2003 5:01 am   Subject: 2059 after upgrade to 5.3.5
Thanks for helping me through PMs JasonE.

Even though the domain security policy was not defined, I still had to add the domain user to the debug programs policy. I will need to look into why the ...
  Topic: 2059 after upgrade to 5.3.5
Nathan

Replies: 18
Views: 9271

PostForum: General IBM MQ Support   Posted: Fri Nov 28, 2003 8:48 am   Subject: 2059 after upgrade to 5.3.5
Windows 2000 Server (Stand Standalone)
userid: mqadmin for everything. (domain user, same as the other machine)
FDC and exception are the same.

Like I said, I set this machine up exactly like the ...
  Topic: 2059 after upgrade to 5.3.5
Nathan

Replies: 18
Views: 9271

PostForum: General IBM MQ Support   Posted: Fri Nov 28, 2003 8:28 am   Subject: 2059 after upgrade to 5.3.5
Here we go again. Different system.

I installed 5.3, the CSD and made the change to the local policy (just as I did with the last system like you helped me with).

I get the same access denied. ...
Goto page 1, 2, 3, 4  Next Page 1 of 4

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.