Author |
Message |
Topic: Invalid Parser Seq Error from PCF Command |
dirac
Replies: 70 Views: 82787
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 25, 2008 1:53 am Subject: Invalid Parser Seq Error from PCF Command |
You don't need to bother with StrucLength - the broker will calculate it for you. If you try to specify it you will get an error though in more recent code levels any attempt to set it will be ignored ... |
Topic: Invalid Parser Seq Error from PCF Command |
dirac
Replies: 70 Views: 82787
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 27, 2008 12:05 am Subject: Invalid Parser Seq Error from PCF Command |
SET refRequest.Parameter[1] = MQCA_Q_NAME;
SET refRequest.Parameter[1].* = 'TEST2';
SET refRequest.ParameterList[1] = MQIACF_Q_ATTRS;
SET refRequest.ParameterList[1].* = MQIA_CURRENT_Q_DEPTH; |
Topic: JMSOutput node not able to put the msg, getting error |
dirac
Replies: 19 Views: 16762
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 20, 2007 2:13 am Subject: JMSOutput node not able to put the msg, getting error |
The Initial Context Factory needs to be set in two places.
1) On the JMSConnection tab of the JMS Output node where
Initial Context Factory = com.sun.jndi.fscontext.RefFSContextFactory
2) When usin ... |
Topic: BIP2176s: Could not find message 0 in catalogue |
dirac
Replies: 2 Views: 5530
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 08, 2007 2:28 am Subject: BIP2176s: Could not find message 0 in catalogue |
What platform are you using?
Which node in the flow is throwing the error? |
Topic: .. (data of len Ô“ truncated) ?????? |
dirac
Replies: 4 Views: 4277
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 06, 2007 7:35 am Subject: .. (data of len Ô“ truncated) ?????? |
Bill is right. The scrambled field in data of len truncated is a bug that has appeared in v6 CSD3. The data of len truncated message should not appear in v6 CSD2. Report it to IBM Service. |
Topic: Exception executing SQL Query in Java Compute Node |
dirac
Replies: 10 Views: 10953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 06, 2006 5:46 am Subject: Exception executing SQL Query in Java Compute Node |
The 2488 in your error message refers to BIP2488
---------
BIP2488E: (insert1, insert2) Error detected whilst executing the SQL statement 'insert3'.
The message broker detected an error whilst exe ... |
Topic: Multicast with Event Broker |
dirac
Replies: 3 Views: 2784
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 27, 2006 5:45 am Subject: Multicast with Event Broker |
If you are on v6 then make sure you have CSD1 as there is a bug in the initial v6 release which will affect Multicast behaviour. See this thread for details
http://www.mqseries.net/phpBB2/viewtopic.p ... |
Topic: Multicast with Event Broker |
dirac
Replies: 3 Views: 2784
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 27, 2006 12:39 am Subject: Multicast with Event Broker |
You don't say which version (5/6?) of the broker you are running or what platforms you are using... but these tips might help....
1) I've not heard of the phrase "class D" before but the broker wil ... |
Topic: Regarding Javacompute Node code |
dirac
Replies: 8 Views: 4505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 07, 2006 5:28 am Subject: Regarding Javacompute Node code |
So did you lie in your job interview or have you been dropped in it by your manager?
 |
Topic: java compute node problems |
dirac
Replies: 11 Views: 11646
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 13, 2006 1:17 am Subject: java compute node problems |
I am not sure what happens with external jars, but when deploying a JavaComputeNode flow, a jar is created in the directory I listed as part of the deployment process.
This directory has nothing to d ... |
Topic: java compute node problems |
dirac
Replies: 11 Views: 11646
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 13, 2006 12:25 am Subject: java compute node problems |
{0} should be the JAR path in this error message. For some reason it has not been filled in when throwing your error. If you're on Windows, {0} should be something like:
<workpath>/components/& ... |
Topic: Use of evaluateXPath() with namespaces |
dirac
Replies: 10 Views: 15125
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 20, 2006 5:19 am Subject: Use of evaluateXPath() with namespaces |
I was feeling exceptionally helpful this morning so I ran the second example through a trace node.
This gives:
(0x01000000)http://broker.www.njsp.org/services/brokerPubSub/:document = (
(0x ... |
Topic: Event Broker: Multicast connection cannot be established |
dirac
Replies: 15 Views: 12493
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 13, 2006 8:36 am Subject: Event Broker: Multicast connection cannot be established |
As far as I can tell there's only a small difference between our setups. I made the changes but I still don't see any problems. However I'm not using JNDI and don't know anything about it! So I can on ... |
Topic: Event Broker: Multicast connection cannot be established |
dirac
Replies: 15 Views: 12493
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 10, 2006 3:58 am Subject: Event Broker: Multicast connection cannot be established |
Hi there - I can't reproduce your error.
Let me explain my setup as I'm not totally sure what you have on your box.
On the GUI I have made my broker multicast enabled. I have 2 topics defined. To ... |
Topic: Event Broker: Multicast connection cannot be established |
dirac
Replies: 15 Views: 12493
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 09, 2006 10:30 am Subject: Event Broker: Multicast connection cannot be established |
I haven't tried mixing TCF's like that myself. I'll try it on my setup tomorrow and let you know how I get on... |