| Author | Message | 
  		
		  |  Topic: CCDT and WAS CONNAME | 
  		
		  | 9A5YY 
 Replies: 9
 Views: 57666
 
 |  Forum: General IBM MQ Support   Posted: Thu Aug 07, 2025 1:47 am   Subject: CCDT and WAS CONNAME | 
  		
		  | Hello! 
 I solved problem in this way.
 I removed all spaces in CONNAME in my CCDT file:
 
 before
 
 CONNAME(IP1 (1414), IP2 (1414))
 
 now
 
 CONNAME(IP1(1414),IP2(1414))
 
 and created the new C ...
 | 
  		
		  |  Topic: CCDT and WAS CONNAME | 
  		
		  | 9A5YY 
 Replies: 9
 Views: 57666
 
 |  Forum: General IBM MQ Support   Posted: Tue May 27, 2025 1:02 am   Subject: CCDT and WAS CONNAME | 
  		
		  | 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 CONNAME | 
  		
		  | 9A5YY 
 Replies: 9
 Views: 57666
 
 |  Forum: General IBM MQ Support   Posted: Wed May 21, 2025 10:37 pm   Subject: CCDT and WAS CONNAME | 
  		
		  | 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 CONNAME | 
  		
		  | 9A5YY 
 Replies: 9
 Views: 57666
 
 |  Forum: General IBM MQ Support   Posted: Tue May 20, 2025 11:09 pm   Subject: CCDT and WAS CONNAME | 
  		
		  | 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 CONNAME | 
  		
		  | 9A5YY 
 Replies: 9
 Views: 57666
 
 |  Forum: General IBM MQ Support   Posted: Mon May 19, 2025 11:32 pm   Subject: CCDT and WAS CONNAME | 
  		
		  | 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 CONNAME | 
  		
		  | 9A5YY 
 Replies: 9
 Views: 57666
 
 |  Forum: General IBM MQ Support   Posted: Mon May 19, 2025 3:46 am   Subject: CCDT and WAS CONNAME | 
  		
		  | 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: 24719
 
 |  Forum: 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: 24719
 
 |  Forum: 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: 7006
 
 |  Forum: 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: 7006
 
 |  Forum: 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: 8494
 
 |  Forum: 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: 8494
 
 |  Forum: 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: 25454
 
 |  Forum: 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: 25454
 
 |  Forum: 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: 25454
 
 |  Forum: 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 ...
 |