Author |
Message |
Topic: "com.ibm.mqjms.jar" MQQueue issue in MQ7 (from MQ6 |
isaw
Replies: 4 Views: 12832
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 01, 2011 2:56 am Subject: "com.ibm.mqjms.jar" MQQueue issue in MQ7 (from MQ6 |
Fixed.
Instead of :
<bean id="MyQueue" class="com.ibm.mq.jms.MQQueue">
<property name="baseQueueManagerName">
<value>$ ... |
Topic: "com.ibm.mqjms.jar" MQQueue issue in MQ7 (from MQ6 |
isaw
Replies: 4 Views: 12832
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 01, 2011 2:07 am Subject: "com.ibm.mqjms.jar" MQQueue issue in MQ7 (from MQ6 |
I've applied the fix pack and I'm on 7.0.1.5 and sadly, the same error happens.
I recall reading that one of the changes to the IBM JMS packages were how some of the props were set on the objects. ... |
Topic: "com.ibm.mqjms.jar" MQQueue issue in MQ7 (from MQ6 |
isaw
Replies: 4 Views: 12832
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 30, 2011 11:13 pm Subject: "com.ibm.mqjms.jar" MQQueue issue in MQ7 (from MQ6 |
Ahh. I'm on 7.0.1.3. That might explain it.
Ok, I'll get the updates and try again.
Thanks for the heads up, fjb_saper. |
Topic: "com.ibm.mqjms.jar" MQQueue issue in MQ7 (from MQ6 |
isaw
Replies: 4 Views: 12832
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 30, 2011 6:25 am Subject: "com.ibm.mqjms.jar" MQQueue issue in MQ7 (from MQ6 |
Hi guys,
Having trouble upgrading an existing Spring3 JMS app from MQ6 to MQ7. The problem comes from the jar file : com.ibm.mqjms.jar. Everything worked fine in MQ6 but once referencing the MQ7 j ... |
Topic: Anyone converted 'long' to 'Timestamp' in WMB 6.1? |
isaw
Replies: 1 Views: 2178
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 21, 2009 6:22 am Subject: Anyone converted 'long' to 'Timestamp' in WMB 6.1? |
Hey guys,
Been searching about and haven't found an example of what I'm looking for.
I've got an inbound XML message where multiple fields will contain a timestamp in Milliseconds, so effectivel ... |
Topic: Need Stored Proc help - cant match DB proc params |
isaw
Replies: 6 Views: 7764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 03, 2009 1:23 am Subject: Need Stored Proc help - cant match DB proc params |
Got it.
Changed the to a field ref for holding the result set...
Instead of :
DECLARE cursor REFERENCE TO Environment.Variables.MyCursorTest;
CALL GetAttributeRefData(cursor.ResultSet ... |
Topic: Need Stored Proc help - cant match DB proc params |
isaw
Replies: 6 Views: 7764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 03, 2009 1:14 am Subject: Need Stored Proc help - cant match DB proc params |
Nope, I spoke to soon (maybe the break points were out of sync). Still throws an exception, saying :
'A non scalar parameter passed to Stored Procedure' (CHARACTER)
CALL TEST.PKG_MARS.G ... |
Topic: Need Stored Proc help - cant match DB proc params |
isaw
Replies: 6 Views: 7764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 03, 2009 1:07 am Subject: Need Stored Proc help - cant match DB proc params |
Ah, that seems to have fixed it. It's no longer throwing an exception and continuing onwards.
I guess my eyes glossed over that checkbox in the ODBC config for the datasource. I'll have to rememb ... |
Topic: Need Stored Proc help - cant match DB proc params |
isaw
Replies: 6 Views: 7764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 03, 2009 12:08 am Subject: Need Stored Proc help - cant match DB proc params |
Hi mgk,
Thanks for the suggestion - I changed my WMB procedure to remove the param and the calling of said procedure but oracle isn't too happy with that :
Text:CHARACTER:[IBM] ... |
Topic: Need Stored Proc help - cant match DB proc params |
isaw
Replies: 6 Views: 7764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 02, 2009 7:33 am Subject: Need Stored Proc help - cant match DB proc params |
Hey guys.
I acknowledge this might be done to death but after searching the site and using the 6.1 ref guide, I'm still unsure.
I have WMB 6.1 calling a basic stored proc in Oracle. Well, that' ... |
Topic: WMB6.1 - CompNode 'Compute mode ALL' not copying LocalEnv? |
isaw
Replies: 2 Views: 2695
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 06, 2009 7:36 am Subject: WMB6.1 - CompNode 'Compute mode ALL' not copying LocalEnv? |
Ah, thanks for the heads up on that, mgk.
I obviously didn't understand just what the 'ALL' meant and what actually the compute mode option entailed.
Thanks, I'm back on track! |
Topic: WMB6.1 - CompNode 'Compute mode ALL' not copying LocalEnv? |
isaw
Replies: 2 Views: 2695
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 06, 2009 6:37 am Subject: WMB6.1 - CompNode 'Compute mode ALL' not copying LocalEnv? |
Hey guys,
My LocalEnvironment isn't being copied across the nodes as expected, even tho the compute node has the mode set to 'ALL'.
Here's my flow:
FileInputNode --> CompNode1 --> RCD N ... |
Topic: Need some help parsing 'date' in CWF (parsing errors) |
isaw
Replies: 6 Views: 5515
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 01, 2009 5:39 am Subject: Need some help parsing 'date' in CWF (parsing errors) |
kimbert,
NullLiteralFill / '0' worked!
I think I tried various combinations but that one didn't come up. So now it's parsing the flatfile record and reads in the '00000000' date and the resulti ... |
Topic: Need some help parsing 'date' in CWF (parsing errors) |
isaw
Replies: 6 Views: 5515
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 31, 2009 4:52 am Subject: Need some help parsing 'date' in CWF (parsing errors) |
I suppose the easiest solution is to take it as a plain string and cater for the Date possibilities in the ESQL. |
Topic: Need some help parsing 'date' in CWF (parsing errors) |
isaw
Replies: 6 Views: 5515
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 31, 2009 4:42 am Subject: Need some help parsing 'date' in CWF (parsing errors) |
Hey guys.
I have a flat file of multiple records with various fields, fixed lengths. The records are parsed one by one and inserted into a Database. That's usually fine.
One of the fields in t ... |