Author |
Message |
Topic: c++ compile issue ImqStr |
balaraju
Replies: 19 Views: 26858
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Apr 28, 2017 1:04 am Subject: c++ compile issue ImqStr |
sorry for the delay. Below is the snippet
Earlier :
MQLONG A;
MQLONG B;
After casting
long A;
long B; |
Topic: dmpmqcfg remote queue manager timing out |
balaraju
Replies: 15 Views: 32647
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Apr 18, 2017 2:17 am Subject: dmpmqcfg remote queue manager timing out |
We tried the below syntax
dmpmqcfg -m MYQMGR -c "DEFINE CHANNEL(SYSTEM.ADMIN.SVRCONN) CHLTYPE(CLNTCONN)
CONNAME('myhost.mycorp.com(1414)')", where MYQMGR is the remote queue manager for w ... |
Topic: c++ compile issue ImqStr |
balaraju
Replies: 19 Views: 26858
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Apr 18, 2017 2:13 am Subject: c++ compile issue ImqStr |
So we consulted our c++ expert. There is this variable MQLONG and we are appending this with a string, which was giving error unable to find MQLONG. So she assigned this value of MQLONG to a variable ... |
Topic: c++ compile issue ImqStr |
balaraju
Replies: 19 Views: 26858
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 13, 2017 6:48 am Subject: c++ compile issue ImqStr |
Thanks Jeff.. we tried these options but no luck May be issue with compiler and code compatibility... |
Topic: c++ compile issue ImqStr |
balaraju
Replies: 19 Views: 26858
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 13, 2017 6:41 am Subject: c++ compile issue ImqStr |
aix6,mq9,xlc |
Topic: c++ compile issue ImqStr |
balaraju
Replies: 19 Views: 26858
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 13, 2017 6:32 am Subject: c++ compile issue ImqStr |
Hi Vitor,
The version of mq is 9, Red hat is 7 and g++ is 4.
We already have this working in Unix, we want to leverage the same for Linux without major changes and trying any workarounds... |
Topic: c++ compile issue ImqStr |
balaraju
Replies: 19 Views: 26858
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 13, 2017 6:17 am Subject: c++ compile issue ImqStr |
the ImqString is defined in imqstr.hpp and we are referring this in our headers... |
Topic: c++ compile issue ImqStr |
balaraju
Replies: 19 Views: 26858
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 13, 2017 5:27 am Subject: c++ compile issue ImqStr |
the syntax is similar to amqsbcg/c.
Our executable name object(queue name) queue manager name and couple of options to browse with message id or show them in ascii mode etc... This code was written ... |
Topic: c++ compile issue ImqStr |
balaraju
Replies: 19 Views: 26858
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 13, 2017 5:14 am Subject: c++ compile issue ImqStr |
some more logs
note: candidates are:
In file included from /opt/mqm/inc/imqobj.hpp:27:0,
from /opt/mqm/inc/imqmgr.hpp:26,
from /opt/mqm/inc/imqair.hpp:28,
... |
Topic: dmpmqcfg remote queue manager timing out |
balaraju
Replies: 15 Views: 32647
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 13, 2017 4:35 am Subject: dmpmqcfg remote queue manager timing out |
Looks like updating persistence as no is not a desired option when the same xmitq is being used for real transactions.... anymore thoughts on this? |
Topic: c++ compile issue ImqStr |
balaraju
Replies: 19 Views: 26858
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 13, 2017 4:33 am Subject: c++ compile issue ImqStr |
We have written custom c++ code to browse messages from queue. When we try to compile our code on Red hat Linux with gcc/g++ compiler, it is throwing the below error. Please help
error: ambiguous ... |
Topic: dmpmqcfg remote queue manager timing out |
balaraju
Replies: 15 Views: 32647
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Apr 11, 2017 4:10 am Subject: dmpmqcfg remote queue manager timing out |
we resolved it now. changed the defpsist on both the xmitqs to NO and then it started working. Able to take a dump of remote qmgrs from local |
Topic: dmpmqcfg remote queue manager timing out |
balaraju
Replies: 15 Views: 32647
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 10, 2017 9:09 pm Subject: dmpmqcfg remote queue manager timing out |
Hi,
We are trying to take a dump of remote queue manager objects from one of our local queue managers. Below is the executed command
dmpmqcfg -m localqmgr -r remoteqmgr > remotedump.txt
Erro ... |
Topic: AMQ9468: Cluster receiver channel has been configured by |
balaraju
Replies: 6 Views: 10721
|
Forum: Clustering Posted: Mon Apr 10, 2017 9:12 am Subject: AMQ9468: Cluster receiver channel has been configured by |
we created the clus sdr and receiver channels on the queue manager and it gets added after the first communication with the repository i guess |
Topic: dmpmqcfg timing out |
balaraju
Replies: 5 Views: 9539
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 10, 2017 9:11 am Subject: dmpmqcfg timing out |
I started the queue manager without -ns option and the dmpmqcfg is working now
-ns
Prevents any of the following processes from starting automatically when the queue manager starts:
The channel i ... |