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 39 matches
Author Message
  Topic: Cannot create port listener from script
K_A

Replies: 5
Views: 6918

PostForum: General IBM MQ Support   Posted: Wed Aug 05, 2009 1:25 am   Subject: Cannot create port listener from script
I get error message :

'nohup' is not recognized as an internal or external command,
operable program or batch file.


Regarding DEFINE LISTENER, I guess I need to do that under RUNMQSC: However ...
  Topic: Cannot create port listener from script
K_A

Replies: 5
Views: 6918

PostForum: General IBM MQ Support   Posted: Tue Aug 04, 2009 8:52 am   Subject: Cannot create port listener from script
Hi all

Below script is meant to recreate a damaged MQ server. It removes a queue manager, recreates it an then I load the queues and channels from a backup file via RUNMQSC.

-----------
: Stop ...
  Topic: Remote control of iSeries Qmgrs
K_A

Replies: 4
Views: 6777

PostForum: General IBM MQ Support   Posted: Mon Aug 03, 2009 11:05 pm   Subject: Remote control of iSeries Qmgrs
Sorry, but I checked the log. It's empty.

I suggest that when you speak about logs you mean on iSeries:

go cmdmqm
work with queue managers
Option 26, work with logs.

... or are there other ...
  Topic: Save qmgr on a remote machine?
K_A

Replies: 3
Views: 3901

PostForum: General IBM MQ Support   Posted: Mon Aug 03, 2009 7:35 am   Subject: Save qmgr on a remote machine?
Yeah, there it was, on the remote qmgr DLQ.

But, how do I set up the route back?
  Topic: Remote control of iSeries Qmgrs
K_A

Replies: 4
Views: 6777

PostForum: General IBM MQ Support   Posted: Mon Aug 03, 2009 7:03 am   Subject: Remote control of iSeries Qmgrs
I have been working with MQ a lot, but I'm a newbie on iSeries.

So, I try to map all iSeries qmgrs to my window box.

I have 2 remote iSeries boxes, one with MQv5 and one with MQv7.

From my Wi ...
  Topic: Save qmgr on a remote machine?
K_A

Replies: 3
Views: 3901

PostForum: General IBM MQ Support   Posted: Mon Aug 03, 2009 6:47 am   Subject: Save qmgr on a remote machine?
Hi

I try to run save queue manager on a remote qmgr.

I have locally allocated an alias queue manager, i.e. an xmit q with the same name as the remote qmgr. I also have a sender channel and a cor ...
  Topic: Maintaining an iSeries QMGR?
K_A

Replies: 3
Views: 3163

PostForum: General IBM MQ Support   Posted: Mon Jun 15, 2009 1:47 am   Subject: Maintaining an iSeries QMGR?
Hi

I normally maintain my QMGRs via Scripting using the RUNMQSC command, with MQ scripts that are under version control. Sometimes I use the Save Queue Manager facility.

Now I have come across a ...
  Topic: WMQ PubSub quickStart?
K_A

Replies: 2
Views: 4954

PostForum: IBM MQ Java / JMS   Posted: Sun May 31, 2009 1:58 pm   Subject: WMQ PubSub quickStart?
Hi
I am experienced in WMQ but I have never done PubSub in MQ before. I was wondering , do any of you have a quick-start quide on how to use the PubSub function in WMQ 6? Some questions:
* Where to ...
  Topic: Errorr settings up default configuration
K_A

Replies: 6
Views: 6636

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Apr 12, 2007 1:50 am   Subject: Errorr settings up default configuration
Hi

I have tried both local "administrator" and the userID, like 'domain\myUserID'. Both these ones have full authority on my machine. Still it fails.

It is very difficult to pu this un ...
  Topic: Errorr settings up default configuration
K_A

Replies: 6
Views: 6636

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 10, 2007 7:00 am   Subject: Errorr settings up default configuration
The things is that the database not-found cannot be the cause, sinc the command actually is to create the db.

I'm not really a DB2 expert. At what DB2-log can I get more details?
  Topic: Errorr settings up default configuration
K_A

Replies: 6
Views: 6636

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 10, 2007 2:58 am   Subject: Errorr settings up default configuration
Hi,

I have installed WMQ 6, DB2 8.2 and WBIMB 6.0 + the toolkit for WBIMB 6. It all went OK.

The problem is when I am about to set up a default broker, from the Toolkit wizard. It fails in the c ...
  Topic: Release notes WBIMB 6
K_A

Replies: 2
Views: 3315

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Mar 28, 2007 4:38 am   Subject: Release notes WBIMB 6
Hi,

Where can I find the full documentation of what's new in WBIMB 6, compared to ver 5?

Rgds
K_A
  Topic: Save the Message ID for the reply flow
KBA

Replies: 8
Views: 9030

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Jan 28, 2007 4:44 pm   Subject: Save the Message ID for the reply flow
I understand that, u need to store messageId before sending to HttpRequest , That message id need to assign to ur MQOut out.

Follow like this
U store ur MsgID to LocalEnvironment or Environment , ...
  Topic: No valid body of the document could be found
KBA

Replies: 7
Views: 6227

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Jan 26, 2007 1:00 pm   Subject: No valid body of the document could be found
Try like this .....

DECLARE Payloadstring CHARACTER;
SET Payloadstring ='Ur xml';

CREATE LASTCHILD OF OutputRoot DOMAIN('XMLNSC') PARSE(Payloadstring CCSID 1208 ENCODING MQENC_NATIVE );
  Topic: No valid body of the document could be found
KBA

Replies: 7
Views: 6227

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Jan 26, 2007 12:58 pm   Subject: No valid body of the document could be found
Try like this .....

DECLARE Payloadstring CHARACTER;
SET Payloadstring ='Ur xml';

CREATE LASTCHILD OF OutputRoot DOMAIN('XMLNSC') PARSE(Payloadstring CCSID 1208 ENCODING MQENC_NATIVE );
Goto page 1, 2, 3  Next Page 1 of 3

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.