Author |
Message |
Topic: Get Microsoft Oauth2 token in IIB |
vmanel
Replies: 1 Views: 4718
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 30, 2020 10:39 am Subject: Get Microsoft Oauth2 token in IIB |
Hi,
We are trying to get Ouath2 token from Microsoft in IIB using HTTP request node. But Microsoft Oauth2 token URL needs request in url encoded POST query string, in below format
POST /{tenant} ... |
Topic: Connect to QM from broker using passwordless service account |
vmanel
Replies: 1 Views: 2433
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 16, 2020 12:39 am Subject: Connect to QM from broker using passwordless service account |
Hi,
We have implemented LDAP for MQ(v9), and we are using passwordless service accounts for application to connect to QM, by whitelisting the application server address(chlauth rules) to connect to ... |
Topic: Call ESQL function of different project |
vmanel
Replies: 6 Views: 8034
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 22, 2020 8:31 am Subject: Call ESQL function of different project |
Do not convert to CCSID 37, set CCSID 1208 on your MQ get request and parse using UTF-8 . UTF-8 should be able to render any character. Of course you won't be able to display anything in CCSID 37.. ... |
Topic: Call ESQL function of different project |
vmanel
Replies: 6 Views: 8034
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 21, 2020 12:28 am Subject: Call ESQL function of different project |
that sounds like an awful lot of work for no bang... Why don't you just make your content be UTF-8 ? I thought the AS400 could handle UTF-8 ??
How to do that? And what will happen to spe ... |
Topic: Call ESQL function of different project |
vmanel
Replies: 6 Views: 8034
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 20, 2020 5:54 am Subject: Call ESQL function of different project |
Hi,
We have special characters coming to IIB in input message like left single quote, right single quote etc, and the output message is sent to AS400 system which doesn't support these characters, ... |
Topic: dmpmqcfg client connection not working |
vmanel
Replies: 6 Views: 8712
|
Forum: General IBM MQ Support Posted: Mon Apr 20, 2020 10:14 pm Subject: dmpmqcfg client connection not working |
Are there any errors in the client side AMQERR01.LOG?
Yes. This error was found in client side logs.
AMQ6174I: The dynamically loadable shared library '/opt/mqm/lib64/libmqdc_r.so'
was no ... |
Topic: dmpmqcfg client connection not working |
vmanel
Replies: 6 Views: 8712
|
Forum: General IBM MQ Support Posted: Fri Apr 17, 2020 8:19 pm Subject: dmpmqcfg client connection not working |
Do you have access to the Linux queue manager error logs where you see the same behaviour? I try that command on my Windows queue manager and it works fine, so nothing obviously wrong from the syntax. ... |
Topic: dmpmqcfg client connection not working |
vmanel
Replies: 6 Views: 8712
|
Forum: General IBM MQ Support Posted: Fri Apr 17, 2020 2:44 am Subject: dmpmqcfg client connection not working |
Are there any errors on the iSeries Queue Manager?
We do not have access to error logs of iSeries Queue Managers, but no messages have gone to DLQ in that QM when this command was executed. And I t ... |
Topic: dmpmqcfg client connection not working |
vmanel
Replies: 1 Views: 4526
|
Forum: General IBM MQ Support Posted: Fri Apr 17, 2020 12:48 am Subject: dmpmqcfg client connection not working |
Hi,
We need to take dump of iSeries Queue manager present in a different server. I tried the following commands from another linux server:
dmpmqcfg -m RemoteQM -c "DEF CHANNEL(ABC.ABC ... |
Topic: dmpmqcfg client connection not working |
vmanel
Replies: 6 Views: 8712
|
Forum: General IBM MQ Support Posted: Fri Apr 17, 2020 12:46 am Subject: dmpmqcfg client connection not working |
Hi,
We need to take dump of iSeries Queue manager present in a different server. I tried the following commands from another linux server:
dmpmqcfg -m RemoteQM -c "DEF CHANNEL(ABC.ABC ... |
Topic: Restrict the number of messages in certain time interval |
vmanel
Replies: 1 Views: 4278
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 14, 2020 10:25 pm Subject: Restrict the number of messages in certain time interval |
Hi,
We have a requirement to restrict the processing of messages in IIB at 100 messages per 5 minutes. We found a mqseries link http://www.mqseries.net/phpBB/viewtopic.php?p=318358&sid=fed43f49 ... |
Topic: Queue manager uses different user ID to connect |
vmanel
Replies: 13 Views: 19115
|
Forum: General IBM MQ Support Posted: Thu Mar 19, 2020 6:30 pm Subject: Queue manager uses different user ID to connect |
You are not failing authentication. The root user that your application is using was passed through to the queue manager completely unchecked, and unchanged.
You are failing authorization.
... |
Topic: Queue manager uses different user ID to connect |
vmanel
Replies: 13 Views: 19115
|
Forum: General IBM MQ Support Posted: Thu Mar 19, 2020 9:54 am Subject: Queue manager uses different user ID to connect |
Your CHLAUTH rule is not set up correctly if you still see errors for user 'root'.
As I have mentioned in first post, CHLAUTH property of QMGR is disabled, should that be enabled? If that is enabled ... |
Topic: Queue manager uses different user ID to connect |
vmanel
Replies: 13 Views: 19115
|
Forum: General IBM MQ Support Posted: Thu Mar 19, 2020 4:50 am Subject: Queue manager uses different user ID to connect |
I think you could probably IP Address map this using CHLAUTH?
SET CHLAUTH(channel-name) TYPE(ADDRESSMAP) ADDRESS('1.2.3.4') USERSRC(MAP) MCAUSER('abc_def')
... |
Topic: Odbc trace not working |
vmanel
Replies: 5 Views: 9946
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Mar 14, 2020 12:48 am Subject: Odbc trace not working |
This is the first time I am trying to enable ODBC trace, I tried that for another flow with some other DB which is working and even there trace is not getting generated. So, can someone please tell wh ... |