Author |
Message |
Topic: Parsing message whith Filter Node |
delerium
Replies: 5 Views: 8036
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 31, 2007 6:36 am Subject: Parsing message whith Filter Node |
I don't view this link
And a example of esql code...................
Please it's urgent
thanks |
Topic: Parsing message whith Filter Node |
delerium
Replies: 5 Views: 8036
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 31, 2007 6:08 am Subject: Parsing message whith Filter Node |
Hi
I'am newbie in the message flows. I basically need to construct a little flow what parsing a Input Message and depending of parameter CODE, send a output message to respective Output Node. For thi ... |
Topic: Problem whith Output message |
delerium
Replies: 1 Views: 1777
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 25, 2007 11:43 am Subject: Problem whith Output message |
hi:
I get two value of the XML Input for generating a single Output String. The problem is what the Output String it takes like a first character, the length of the message in ASCCI Code. How elimi ... |
Topic: Return single Output value from XML Input |
delerium
Replies: 14 Views: 9118
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 19, 2007 10:03 am Subject: Return single Output value from XML Input |
Now I have the follow error:
No Physical Format layer with Wire Format Identifier 'CWF' in message set. |
Topic: Return single Output value from XML Input |
delerium
Replies: 14 Views: 9118
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 19, 2007 9:58 am Subject: Return single Output value from XML Input |
The code:
CREATE COMPUTE MODULE EXTRACT_DATA_Compute
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
CALL CopyMessageHeaders();
--CALL CopyEntireMessage();
SET OutputRoot.Proper ... |
Topic: Return single Output value from XML Input |
delerium
Replies: 14 Views: 9118
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 19, 2007 8:32 am Subject: Return single Output value from XML Input |
OK,
I have a code, now I receive the Output message but the message is empty |
Topic: Return single Output value from XML Input |
delerium
Replies: 14 Views: 9118
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 19, 2007 6:27 am Subject: Return single Output value from XML Input |
Thanks for your time and answers, finally I need the code (please it´s urgent) what converting XML Input to BLOB and returning a String from this BLOB to the Output. |
Topic: Return single Output value from XML Input |
delerium
Replies: 14 Views: 9118
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 19, 2007 3:56 am Subject: Return single Output value from XML Input |
I need return a String to output
XML(Input)-------->String(Output) |
Topic: Return single Output value from XML Input |
delerium
Replies: 14 Views: 9118
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 18, 2007 1:03 pm Subject: Return single Output value from XML Input |
Sorry, I mean String when I said "single output value" |
Topic: Return single Output value from XML Input |
delerium
Replies: 14 Views: 9118
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 18, 2007 12:45 pm Subject: Return single Output value from XML Input |
Hi,
Basically need obtain a single Output value from my Xml Input. I have the follow sentence in my ESQL code, but I can´t send the value of element Name to the OutputRoot:
SET OutputRoo ... |
Topic: client odbc for AIX 5.3? |
delerium
Replies: 5 Views: 4365
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 29, 2006 3:16 pm Subject: client odbc for AIX 5.3? |
I said "ODBC library" for Additional libraries for enabling ODBC applications with Oracle's Instant Client, which it does not exist for all platforms (for example AIX) |
Topic: client odbc for AIX 5.3? |
delerium
Replies: 5 Views: 4365
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 29, 2006 1:11 pm Subject: client odbc for AIX 5.3? |
Thanks jefflowrey,
But my question is simple: Is a requeriment a ODBC library for connect to AIX o it is enough with DataDirect Driver? |
Topic: client odbc for AIX 5.3? |
delerium
Replies: 5 Views: 4365
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 29, 2006 12:01 pm Subject: client odbc for AIX 5.3? |
Hi:
I have the following enviroment:
- WebSphere Message Broker 5.0
- DB2 8.1
- MQ 5.3
- Red Hat Linux AS 3.0
And I trying to define an ODBC connection to the enviroment:
- Oracle 10g
- AIX ... |