Author |
Message |
Topic: WMB v8.0.0.4: ODBC Database error: ODBC return code '-1' |
gunjand
Replies: 0 Views: 2362
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 18, 2014 10:42 am Subject: WMB v8.0.0.4: ODBC Database error: ODBC return code '-1' |
Hi All,
We are seeing intermittent database connection error connecting to Oracle Database.
BIP2393E: Database error: ODBC return code '-1' from data source 'TEST_DB' using ODBC driver manager ... |
Topic: JMS Output node New Jms provider |
gunjand
Replies: 6 Views: 4083
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 01, 2014 3:20 pm Subject: JMS Output node New Jms provider |
Did you create JNDI binding between JMS/MQ? |
Topic: ESQL- SELECT Query from Multiple Database Tables |
gunjand
Replies: 5 Views: 6170
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 01, 2014 3:13 pm Subject: ESQL- SELECT Query from Multiple Database Tables |
Do you want to pass the payee information dynamically or you want to handle the null return?  |
Topic: Issue with invoking SOAP node after deployment |
gunjand
Replies: 5 Views: 3025
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 05, 2013 1:09 pm Subject: Issue with invoking SOAP node after deployment |
You can try /* to catch all requests, just to see if your wildcard search works.
Below is the documentation that states wildcard search is supported.
http://publib.boulder.ibm.com/infocenter/wmb ... |
Topic: How can be delete empty message automatically?? |
gunjand
Replies: 8 Views: 9402
|
Forum: General IBM MQ Support Posted: Tue Nov 06, 2012 11:55 am Subject: How can be delete empty message automatically?? |
Ideally contract with source application should mention them to avoid sending NULL messages. This will be the permanent and clean fix. |
Topic: Unable to read large clob message from db |
gunjand
Replies: 7 Views: 4966
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 06, 2012 10:04 am Subject: Unable to read large clob message from db |
Inserting as BLOB by casting the data. DB used is Oracle (11.1 version) |
Topic: Problem with HTTPRequest node |
gunjand
Replies: 9 Views: 7645
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 05, 2012 3:45 pm Subject: Problem with HTTPRequest node |
Check if service is running or try to invoke using soapui or any other htttp client. |
Topic: Unable to read large clob message from db |
gunjand
Replies: 7 Views: 4966
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 05, 2012 3:41 pm Subject: Unable to read large clob message from db |
Hi,
We are inserting XML as CLOB in Oracle table and while reading it is failing if the length of message is greater than 21846. While doing further research we found that it has an additional s ... |
Topic: Large CLOB message in Environment Variable |
gunjand
Replies: 1 Views: 1533
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 27, 2012 12:27 pm Subject: Large CLOB message in Environment Variable |
Hi,
We have a scenario to retrieve data from Oracle DB which has xml message stored in CLOB format. We are seeing issue if the size of xml is large. i.e. greater than 21000 bytes.
Is there an ... |
Topic: Parsing JSON message |
gunjand
Replies: 6 Views: 9069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 10, 2012 10:53 am Subject: Parsing JSON message |
Thanks mqjeff.
We are exploring the route of Java compute node.
Liked last 2 options..  |
Topic: Parsing JSON message |
gunjand
Replies: 6 Views: 9069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 10, 2012 10:38 am Subject: Parsing JSON message |
Hi,
Currently we are working on Message broker 6.1.0.4. We have a requirement to invoke a REST webservice with JSON message and parse the response message also in JSON format.
Can you please l ... |
Topic: BIP2241E:Loadable Implementation Library not found |
gunjand
Replies: 4 Views: 3570
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 04, 2011 11:15 pm Subject: BIP2241E:Loadable Implementation Library not found |
I have imported .jars in the broker runtime installation and changed broker configuration using mqsichangebroker and than deployed the custom nodes. It worked fine.
Thanks for all your help |
Topic: BIP2241E:Loadable Implementation Library not found |
gunjand
Replies: 4 Views: 3570
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 04, 2011 1:37 pm Subject: BIP2241E:Loadable Implementation Library not found |
If not set, I can create a folder for lil and provide jar files inside it and apply using mqsichangebroker? |
Topic: BIP2241E:Loadable Implementation Library not found |
gunjand
Replies: 4 Views: 3570
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 04, 2011 11:57 am Subject: BIP2241E:Loadable Implementation Library not found |
Hi,
I have a custom node used in one of the message flows. I have provided the required .jar files in the plugins directory in toolkit installation and also in classes directory for runtime.
... |
Topic: Error while querying Oracle DB |
gunjand
Replies: 3 Views: 3214
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 30, 2010 1:45 pm Subject: Error while querying Oracle DB |
Hi,
Probably PMR is one option.
Is it the same case for simple select query also forget about where condition or all stuff? Just getting one value.
Is it also that it works every first t ... |