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 169 matches
Author Message
  Topic: PCF call to get queue name from AS400 machine
souciance

Replies: 16
Views: 36799

PostForum: IBM MQ API Support   Posted: Wed Mar 04, 2020 1:40 pm   Subject: PCF call to get queue name from AS400 machine
I can run similar logic on a proprietary Java MQ monitor that is running on Linux x86 and executing PCF commands against a z/OS queue manager with a CCSID of 37, and this works fine with getting the q ...
  Topic: PCF call to get queue name from AS400 machine
souciance

Replies: 16
Views: 36799

PostForum: IBM MQ API Support   Posted: Wed Mar 04, 2020 1:36 pm   Subject: PCF call to get queue name from AS400 machine
What CCSID did you assign to the PCFMessageAgent ?

We can see from the provided code that it has not been explicitly set, which would mean it would default to MQCCSI_Q_MGR which is supposed to pick ...
  Topic: PCF call to get queue name from AS400 machine
souciance

Replies: 16
Views: 36799

PostForum: IBM MQ API Support   Posted: Wed Mar 04, 2020 4:31 am   Subject: PCF call to get queue name from AS400 machine

PCFMessage RequestMessage = new PCFMessage(MQC.MQCMD_INQUIRE_Q);
RequestMessage.AddParameter(MQC.MQCA_Q_NAME, "*");
MQGetMessageOptions ms ...
  Topic: PCF call to get queue name from AS400 machine
souciance

Replies: 16
Views: 36799

PostForum: IBM MQ API Support   Posted: Thu Feb 27, 2020 12:50 am   Subject: PCF call to get queue name from AS400 machine
Hello,

Here is part of our code. Below is to create a queue manager.
QueueManager qm = new QueueManager(name, hostNport, "1414", channel);
Queue qu = new Queue ...
  Topic: PCF call to get queue name from AS400 machine
souciance

Replies: 16
Views: 36799

PostForum: IBM MQ API Support   Posted: Wed Feb 26, 2020 1:51 pm   Subject: Re: PCF call to get queue name from AS400 machine
When issuing this call against an MQ queue manager that is installed on an AS400 with codepage 37 the queue names we get back are just jibberish like ?????@@@ .

Codepage 37 is an EBCDIC page.

W ...
  Topic: PCF call to get queue name from AS400 machine
souciance

Replies: 16
Views: 36799

PostForum: IBM MQ API Support   Posted: Wed Feb 26, 2020 9:50 am   Subject: PCF call to get queue name from AS400 machine
Hello,

Our scenario is as follows. We have a dotnet core application that uses the IBM MQ dotnet client apis. It issues PCF commands using PCFMessageAgent and PCFMessage to get list of queues with ...
  Topic: Toolkit developer experience
souciance

Replies: 0
Views: 2785

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu May 23, 2019 11:22 pm   Subject: Toolkit developer experience
I have to say after so many iterations and so many years in service it still feels that the IIB toolkit is is in need of a major rework.

It was slow running on win 7 and recently after win 10 upgra ...
  Topic: dmpmqcfg returns empty
souciance

Replies: 4
Views: 5841

PostForum: General IBM MQ Support   Posted: Mon Dec 17, 2018 11:29 am   Subject: dmpmqcfg returns empty
Do not use powershell remoting. It is not able to set the environment correctly as per setmqenv
I would discourage the use of the MQServer variable for dmpmqcfg. Rather build the client end of the ch ...
  Topic: dmpmqcfg returns empty
souciance

Replies: 4
Views: 5841

PostForum: General IBM MQ Support   Posted: Tue Dec 11, 2018 4:36 pm   Subject: dmpmqcfg returns empty
If you manually enter the same command to backup the remote qmgr, does it work?

If I run dmpmqcfg on my dev machine against the remote qmgr then it works.

If I run dmpmqcfg on the build server ( ...
  Topic: dmpmqcfg returns empty
souciance

Replies: 4
Views: 5841

PostForum: General IBM MQ Support   Posted: Tue Dec 11, 2018 2:23 pm   Subject: dmpmqcfg returns empty
We are trying to use dmpmqcfg command in our powershell script to take backup of all our queue managers from a remote server.

Our server has MQ installed but it does not have a connection to every ...
  Topic: Build&Deploy in TFS 2017/Azure Devops
souciance

Replies: 1
Views: 2510

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Oct 28, 2018 3:05 pm   Subject: Build&Deploy in TFS 2017/Azure Devops
Hello,

I have recently created a build&deploy pipeline for IIB 10 in Azure together with git as version control. After a bit of configuring it works really well and after each build and release ...
  Topic: git keywords in bar file
souciance

Replies: 4
Views: 4434

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Oct 19, 2018 1:40 pm   Subject: git keywords in bar file
For the record, we moved away from doing this when we moved to Git from SVN and now obtain the information you're talking about from our deployment control system (Jenkins et al).

But I would be in ...
  Topic: git keywords in bar file
souciance

Replies: 4
Views: 4434

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Oct 18, 2018 11:19 pm   Subject: git keywords in bar file
Hello,

SVN had its keywords which you could bake into the barfile. It doesn't seem that git has that functionality. Anyone solved this? We would like to see in our runtime who deployed what and fro ...
  Topic: How to access to second XMLNSC folder on ESQL
souciance

Replies: 5
Views: 4857

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Oct 14, 2018 12:56 am   Subject: Re: How to access to second XMLNSC folder on ESQL
I'm trying to acces at the second XMLNSC folder with ESQL language, but is return null.

Message
XMLNSC
SubFlow1...
XMLNSC
SubFlow2...

this is my code:

BROKER SCHEMA pe.gob.prue ...
  Topic: Installin IIB and MQ on AWS EC2
souciance

Replies: 1
Views: 2904

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat Sep 29, 2018 7:16 pm   Subject: Installin IIB and MQ on AWS EC2
I haven't followed any documentation but managed to connect. Can you ping your server so its reachable from your computer? Have you opened the listener port on the server so its accessible?
Goto page 1, 2, 3 ... 10, 11, 12  Next Page 1 of 12

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.