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 104 matches
Author Message
  Topic: CCDT and WAS
9A5YY

Replies: 7
Views: 7889

PostForum: General IBM MQ Support   Posted: Tue May 27, 2025 1:02 am   Subject: CCDT and WAS
After I checked CCDT file, I specified in WAS panel:

file:///CCDT_directory_path/AMQCLCHL.TAB

queue manager: QMGR_NAME

I made connection test in WAS connection factory but I received RC 2538. ...
  Topic: CCDT and WAS
9A5YY

Replies: 7
Views: 7889

PostForum: General IBM MQ Support   Posted: Wed May 21, 2025 10:37 pm   Subject: CCDT and WAS
I tried with amqscnxc and connecting to the queue manager was successful.

SET MQCHLLIB=CCDT_directory_path
SET MQCHLTAB=AMQCLCHL.TAB

D:\>amqscnxc QMGR_NAME
Sample AMQSCNXC start
Connectin ...
  Topic: CCDT and WAS
9A5YY

Replies: 7
Views: 7889

PostForum: General IBM MQ Support   Posted: Tue May 20, 2025 11:09 pm   Subject: CCDT and WAS
I configured a connection factory for the WebSphere MQ messaging provider.
I had to select the connection method. The options are to use a client channel
definition table or to enter all the connect ...
  Topic: CCDT and WAS
9A5YY

Replies: 7
Views: 7889

PostForum: General IBM MQ Support   Posted: Mon May 19, 2025 11:32 pm   Subject: CCDT and WAS
Yes, the CCDT file is download binary to WAS Linux server.
Yes, the path for CCDT file is specified absolute at WAS.
In connection factory after connection attempt RC=2278 is showed.
Is there any W ...
  Topic: CCDT and WAS
9A5YY

Replies: 7
Views: 7889

PostForum: General IBM MQ Support   Posted: Mon May 19, 2025 3:46 am   Subject: CCDT and WAS
Hello!

Does anybody have experience at Linux to connect WAS to queue managers using CCDT file. I tried to do test connection in WAS connection factory and I received RC 2278. In CCDT file is only ...
  Topic: Page data set full 2192
9A5YY

Replies: 3
Views: 14889

PostForum: Mainframe, CICS, TXSeries   Posted: Tue Jun 14, 2022 3:18 am   Subject: Page data set full 2192
Meanwhile I solved problem. When command

ALTER QLOCAL(SYSTEM.COMMAND.INPUT) STGCLASS(an other stgclass)

was issues from console (SDSF) not from job I altered queue sucessfuly.

Sorry for inte ...
  Topic: Page data set full 2192
9A5YY

Replies: 3
Views: 14889

PostForum: Mainframe, CICS, TXSeries   Posted: Tue Jun 14, 2022 2:49 am   Subject: Page data set full 2192
Hello!

Page set 3 is full at z/OS qmgr. I wanted to change stgclass of SYSTEM.COMMAND.INPUT queue with command:

ALTER QLOCAL(SYSTEM.COMMAND.INPUT) STGCLASS(an other class)

CSQU085E MQPUT fai ...
  Topic: RDQM Disaster Recovery and drbdpool
9A5YY

Replies: 1
Views: 6477

PostForum: General IBM MQ Support   Posted: Thu Jan 30, 2020 5:34 am   Subject: RDQM Disaster Recovery and drbdpool
I chose second option. One volume group is used only for IBM MQ software and an other volume group drbdpool added later is used only for DR RDQM.
  Topic: RDQM Disaster Recovery and drbdpool
9A5YY

Replies: 1
Views: 6477

PostForum: General IBM MQ Support   Posted: Tue Dec 03, 2019 5:25 am   Subject: RDQM Disaster Recovery and drbdpool
I have two nodes used for DR RDQM.
Each node requires a volume group named drbdpool.
Do I need only one volume group drbdpool at each node or beside volume group drbdpool at each node I need also o ...
  Topic: IBM Redbook with RDQM
9A5YY

Replies: 2
Views: 7602

PostForum: General IBM MQ Support   Posted: Mon Nov 25, 2019 6:17 am   Subject: IBM Redbook with RDQM
Hello!

Thanks for information. Meanwhile I found some useful links which I will use as starting point to implement DRQM.

https://github.com/ibm-messaging/mq-rdqm/tree/master/cloud/aws

https:/ ...
  Topic: IBM Redbook with RDQM
9A5YY

Replies: 2
Views: 7602

PostForum: General IBM MQ Support   Posted: Fri Nov 22, 2019 5:12 am   Subject: IBM Redbook with RDQM
Is there any IBM Redbook which contains step-by-step tutorial for implementation of RDQM similar to this RDQM (Easy HA) - Getting started Youtube video:

https://www.youtube.com/watch?v=5qYHsmKZt2M
  Topic: EGL and MQ
9A5YY

Replies: 9
Views: 23896

PostForum: IBM MQ API Support   Posted: Wed Feb 20, 2019 1:59 am   Subject: EGL and MQ
Hello!

I have got good news for you.
Meanwhile we solved problem using link you sent to me.



We added this before ELAQCONN:

ExternalType MQEnvironment type JavaObject { packageName = &qu ...
  Topic: EGL and MQ
9A5YY

Replies: 9
Views: 23896

PostForum: IBM MQ API Support   Posted: Tue Feb 19, 2019 12:38 am   Subject: EGL and MQ
Hello!

https://www.ibm.com/support/knowledgecenter/en/SSMQ79_9.5.1/com.ibm.egl.pg.doc/topics/pegl_mq_tcp_tsk.html

I read the link above about connecting EGL program to MQ over TCPIP and wanted t ...
  Topic: EGL and MQ
9A5YY

Replies: 9
Views: 23896

PostForum: IBM MQ API Support   Posted: Fri Feb 15, 2019 1:56 am   Subject: EGL and MQ
Hello!

Thanks for answer.

https://www.ibm.com/support/knowledgecenter/en/SSMQ79_9.5.1/com.ibm.egl.pg.doc/topics/pegl_mq_tcp_tsk.html

I think this link will be enough for beginning and good s ...
  Topic: EGL and MQ
9A5YY

Replies: 9
Views: 23896

PostForum: IBM MQ API Support   Posted: Fri Feb 15, 2019 12:52 am   Subject: EGL and MQ
Hello!

Thanks for fast answer.

We use EGL and IBM RBD 9.5. Link of IBM RBD 9.5.1 is here:

https://www.ibm.com/support/knowledgecenter/en/SSMQ79_9.5.1/com.ibm.rational.rbd.product.doc/helpinde ...
Goto page 1, 2, 3, 4, 5, 6, 7  Next Page 1 of 7

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.