Author |
Message |
Topic: BIP1047E: The operation timed out waiting for a response. |
Tibor
Replies: 7 Views: 11462
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 21, 2016 8:13 am Subject: BIP1047E: The operation timed out waiting for a response. |
It was a typo, it is TMPDIR.
You can find more details here https://www.ibm.com/support/knowledgecenter/SSKM8N_8.0.0/com.ibm.etools.mft.doc/au16571_.htm |
Topic: Timestamp issue |
Tibor
Replies: 5 Views: 7017
|
Forum: General IBM MQ Support Posted: Mon Sep 29, 2014 6:47 am Subject: Timestamp issue |
Just a possible scenario, if they use CAST() with ZZZ timezone, sometimes it can cause a problem:
"Using the zzz option can have ambiguous results. For example, BST can be interpreted as Bangl ... |
Topic: HTTP Request Node / Post request |
Tibor
Replies: 14 Views: 31340
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 26, 2014 1:45 am Subject: HTTP Request Node / Post request |
It is very interesting, because HTTPRequest should use POST as a default method by the manual.
Is there any other option for checking your request? Perhaps you could start message flow with an HTT ... |
Topic: HTTP Request Node / Post request |
Tibor
Replies: 14 Views: 31340
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 25, 2014 7:44 am Subject: HTTP Request Node / Post request |
Maybe a dumb question, but did you set the LocalEnviroment tree for propagation? |
Topic: Network performance |
Tibor
Replies: 10 Views: 18445
|
Forum: IBM MQ Performance Monitoring Posted: Thu Sep 25, 2014 5:36 am Subject: Network performance |
There are no errors, except tcp connection time out if it takes too long to establish. For my current case, my receiver channels take 2 days to come up....
You should check the kernel level TCP set ... |
Topic: Name of inputFile |
Tibor
Replies: 7 Views: 6186
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 11, 2014 10:00 am Subject: Name of inputFile |
Perhaps? http://www-01.ibm.com/support/knowledgecenter/api/content/SSKM8N_8.0.0/com.ibm.etools.mft.doc/ac55410_.htm#ac55410___File |
Topic: Web UI in Message Broker |
Tibor
Replies: 13 Views: 15598
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 09, 2014 8:03 am Subject: Web UI in Message Broker |
... but you can place it in a 'Code' box. |
Topic: dmpmqcfg utility |
Tibor
Replies: 8 Views: 12575
|
Forum: General IBM MQ Support Posted: Wed Jul 09, 2014 1:24 am Subject: Re: dmpmqcfg |
But when I define channel for remote client. getting error as shown below
dmpmqcfg -m QMGR1 -a -o mqsc -c "DEFINE CHANNEL(CLNTCONN.TEST) CHLTYPE(CLNTCONN) CONNAME('localhost(1414)')"
... |
Topic: dmpmqcfg utility |
Tibor
Replies: 8 Views: 12575
|
Forum: General IBM MQ Support Posted: Wed Jul 09, 2014 12:24 am Subject: Re: dmpmqcfg utility |
Why define a channel, when we are dumping the information.?
Defining channel is an option, when you would like to connect as a client (remote MQ client). If you launch dmpmqcfg on the same box where ... |
Topic: SSL cert expiry |
Tibor
Replies: 14 Views: 9904
|
Forum: IBM MQ Security Posted: Wed Jul 09, 2014 12:14 am Subject: SSL cert expiry |
I tried the following command.
export JAVA_HOME=/opt/mqm/ssl
Please check it again, whether a JRE is really placed in this directory.
For example, you can find a JRE instance in MQ v7.1 (Linux ... |
Topic: Unconvertable character error from MySQL Select in WMB |
Tibor
Replies: 7 Views: 9476
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 04, 2014 6:15 am Subject: Unconvertable character error from MySQL Select in WMB |
1)We changed the CCSID of the table column for which UTF-3 conversion is required
...
2)In WMB esql code,for Select query,the column value is picked up as Hexa value and then CAST to BLOB ,BLOB to C ... |
Topic: Accessing DB from ESQL file |
Tibor
Replies: 2 Views: 3182
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 03, 2014 5:46 am Subject: Accessing DB from ESQL file |
Calling database *may* be a performance impact, using a schema name is unlikely.
It would be recommended checking it with some measures, e.g. switching the user trace on and analyzing the output. |
Topic: RFE - vote for WMB / IIB to verify JDBC and FTP connections |
Tibor
Replies: 5 Views: 7008
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 02, 2014 11:17 am Subject: RFE - vote for WMB / IIB to verify JDBC and FTP connections |
Voted... till this is available , what's the conventional way of testing this?
There is no convenient way, just deploying your stuff and staring the error log... |
Topic: Getting an error running amqsmon (Error Code MQCONN 2058) |
Tibor
Replies: 10 Views: 12082
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jul 02, 2014 11:14 am Subject: Getting an error running amqsmon (Error Code MQCONN 2058) |
At the Client, show the exact command. Al show results of "SET MQ".
Sorry, but it won't work in this case, because the original post contains some Unix-like path. |
Topic: PLease help LIL problem on 7.0.0.3 |
Tibor
Replies: 3 Views: 3768
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 02, 2014 7:23 am Subject: PLease help LIL problem on 7.0.0.3 |
You can find the abend files in text format here:
ls -ltr $MQSI_WORKPATH/common/errors/
The content is not so cryptic, you so may figure out the root cause of a problem. |