Author |
Message |
Topic: Can subflow be 'switched' off ? |
brokerics
Replies: 5 Views: 4002
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 25, 2006 3:19 am Subject: Can subflow be 'switched' off ? |
then could someone suggest me a method, where in i could bypass a compute node which writes trace messages onto a queue, using only BAR files.
the point is that, trace messages are not needed in prod ... |
Topic: Can subflow be 'switched' off ? |
brokerics
Replies: 5 Views: 4002
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 25, 2006 1:48 am Subject: Can subflow be 'switched' off ? |
hi
ive a subflow for writing the message passed onto a trace queue. ie
Input -> Compute Node -> MQOutput -> Output (back to main flow)
but later, during deployment, only using bar fi ... |
Topic: adding tags to a failed message |
brokerics
Replies: 1 Views: 1995
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Apr 22, 2006 2:49 am Subject: adding tags to a failed message |
IN MB 5.0, ive a
MQinput -> Compute1 -> MQOutput
failure of MQinput is ->Compute2 -> failure queue.
in the compute2 node, im tryin to add custom XML tags in OutputRoot.XML. BUt wh ... |
Topic: Warning ,information ,error |
brokerics
Replies: 2 Views: 2167
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 21, 2006 4:47 am Subject: Warning ,information ,error |
when handling errors, is there anyway i can find out if an incoming message is a warning message, error or information message? |
Topic: VerbProcessingFailedException;NumberFormatException |
brokerics
Replies: 5 Views: 5421
|
Forum: WebSphere Interchange Server + Adapters Posted: Mon Feb 27, 2006 8:31 am Subject: VerbProcessingFailedException;NumberFormatException |
im stuck wit this thing now guys
Type: Error] [MsgID: 37011] [Mesg: NumberFormatException occurred while setting
the values on the prepared statement]
and so another error : DBManger Operati ... |
Topic: VerbProcessingFailedException;NumberFormatException |
brokerics
Replies: 5 Views: 5421
|
Forum: WebSphere Interchange Server + Adapters Posted: Sun Feb 26, 2006 10:30 pm Subject: VerbProcessingFailedException;NumberFormatException |
yes i used JDBC ODA to generate BO's...
what cud be the problem then? |
Topic: VerbProcessingFailedException;NumberFormatException |
brokerics
Replies: 5 Views: 5421
|
Forum: WebSphere Interchange Server + Adapters Posted: Sat Feb 25, 2006 6:32 am Subject: VerbProcessingFailedException;NumberFormatException |
hi guys
im tryin to pick events from a DB2 database application. The connector holds only one BO in its supported BO's section.
the trigger works fine, the adapter even picks up the event from ... |
Topic: Retrieving a Delivery queue message |
brokerics
Replies: 3 Views: 3651
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 22, 2005 3:50 am Subject: Retrieving a Delivery queue message |
thanks guys
i did use the BO xsd to import it into message set and mapped it to the output set...converted it into the output domain(XML)..it worked.
but theres a small problem after that
her ... |
Topic: Retrieving a Delivery queue message |
brokerics
Replies: 3 Views: 3651
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 21, 2005 2:56 am Subject: Retrieving a Delivery queue message |
hey guys
im tryin to retrieve certain elements of a message which ive got on the delivery queue using ESQL
this is the msg:
<<mcd><Msd>xml</Msd><Type>EMPL</Type& ... |
Topic: Message not being converted to BO /jdbc connector |
brokerics
Replies: 3 Views: 4877
|
Forum: WebSphere Interchange Server + Adapters Posted: Tue Dec 20, 2005 1:07 am Subject: Message not being converted to BO /jdbc connector |
also tried
SET OutputRoot.XML."Q2:EXEC"."Q2:NAME" =InputRoot.XML."Q1:EMPL"."Q1:NAME";
SET OutputRoot.XML."Q2:EXEC"."Q2:EID" =InputRoot.XML."Q1:EMPL"."Q1:EID"; |
Topic: Message not being converted to BO /jdbc connector |
brokerics
Replies: 3 Views: 4877
|
Forum: WebSphere Interchange Server + Adapters Posted: Tue Dec 20, 2005 1:06 am Subject: Message not being converted to BO /jdbc connector |
hey guys
im tryin to send a msg to a database using a jdbc connector- outbound . but the message is not able to convert to BO.
this is the trace content
[Time: 2005/12/20 14:30:19.937] [System: ... |
Topic: javax/jms/ExceptionListener |
brokerics
Replies: 23 Views: 21019
|
Forum: WebSphere Interchange Server + Adapters Posted: Mon Dec 19, 2005 7:48 pm Subject: javax/jms/ExceptionListener |
o god
i guess quotes are required whn including namespaces,huh....
Code:
Set OutputRoot.MRM.PERSO.NAME =InputRoot.MRM."Q1:EMPL"."Q1:NAME"; |
Topic: javax/jms/ExceptionListener |
brokerics
Replies: 23 Views: 21019
|
Forum: WebSphere Interchange Server + Adapters Posted: Sun Dec 18, 2005 11:33 pm Subject: javax/jms/ExceptionListener |
this is the trace file content
Date is: 12/19/2005
Time is: 12:58
Exception List is:
Date is: 12/19/2005
Time is: 13:1
Root is:
(
(0x01000000):Properties = (
(0x03000000):Me ... |
Topic: javax/jms/ExceptionListener |
brokerics
Replies: 23 Views: 21019
|
Forum: WebSphere Interchange Server + Adapters Posted: Sun Dec 18, 2005 11:22 pm Subject: javax/jms/ExceptionListener |
i tried that too
the compilation shows no errors..but its not able to recognise...when
i check in the Flow Debug message.
watdo i do ? |
Topic: javax/jms/ExceptionListener |
brokerics
Replies: 23 Views: 21019
|
Forum: WebSphere Interchange Server + Adapters Posted: Fri Dec 16, 2005 5:29 am Subject: javax/jms/ExceptionListener |
uhh actually... i included this
DECLARE Q1 NAMESPACE 'http://www.ibm.com/websphere/crossworlds/2002/BOSchema/EMPL';
Set OutputRoot.MRM.PERSO.NAME =InputBody.Q1:EMPL.Q1:NAME;
and thote it ... |