Author |
Message |
Topic: Access to LocalEnvironment in user functions |
TDS_tds_tds
Replies: 2 Views: 2329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 02, 2004 9:55 am Subject: Access to LocalEnvironment in user functions |
WMQI 2.1/ Solaris/CSD5
Is there any we can use LocalEnvironment in user defined functions ?
For ex:
CREATE FUNCTION getX(data CHAR) RETURNS CHAR
BEGIN
DECLARE C CHAR;
set C = data; ... |
Topic: Regular Expressions in ESQL (WMQSI 2.1) |
TDS_tds_tds
Replies: 2 Views: 3287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 19, 2004 12:51 pm Subject: Regular Expressions in ESQL (WMQSI 2.1) |
if you just want to compare the last character then easy way is :
pseudo code :
IF substring("InputBody"."WMMBID02"."IDOC"."EDI_DC40"."E1MBXYH"."SEGNAM" from 10 for 1) IN ('0','1','2',........'9') ... |
Topic: Help with SELECT |
TDS_tds_tds
Replies: 4 Views: 3459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 19, 2004 12:19 pm Subject: SOLVED |
hey AKS, I have the solution for u.
but the xml on ur 1st post does not have a root element.... which makes it invalid xml data and mqsi will not parse it. ( i assume you forgot to post the root ele ... |
Topic: IF and SELECT count(*) |
TDS_tds_tds
Replies: 2 Views: 2571
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 19, 2004 9:02 am Subject: IF and SELECT count(*) |
try this
IF((SELECT COUNT(*) FROM Database.EMP AS T, Environment.Variable[] AS E WHERE
T.AGE = E.Age) = 0) THEN |
Topic: Re : Usage of FIELDNAME Function |
TDS_tds_tds
Replies: 10 Views: 6977
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 19, 2004 7:51 am Subject: Re : Usage of FIELDNAME Function |
hi mqsi_guy,
as you see from your trace :
(0x1000010)XML = (
(0x5000018)XML ... |
Topic: revisiting bip1510e, deploy didn't come back. |
TDS_tds_tds
Replies: 4 Views: 3436
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 19, 2004 6:04 am Subject: revisiting bip1510e, deploy didn't come back. |
Post your error messages from Event Viewer on your machine.
I had this problem once, it was related to DB2 access. |
Topic: TDS- MRM |
TDS_tds_tds
Replies: 2 Views: 2125
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 18, 2004 8:12 am Subject: TDS- MRM |
This should be easy.
Remove Detail1 & Detail2 from the Message you defined previously
Create another compound element (say FullDetails ) with Detail1 and Detail2 as its member elements. Set ... |
Topic: Parser Err: Not all the buffer was used when reading message |
TDS_tds_tds
Replies: 9 Views: 20026
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 01, 2003 3:22 pm Subject: Parser Err: Not all the buffer was used when reading message |
Jeff, You are right. And thanks for the hint.
I solved the problem. |
Topic: Parser Err: Not all the buffer was used when reading message |
TDS_tds_tds
Replies: 9 Views: 20026
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 01, 2003 12:22 pm Subject: Parser Err: Not all the buffer was used when reading message |
Also I do not see any errors written to system log.
Any clues abt the problem ..?? |
Topic: Parser Err: Not all the buffer was used when reading message |
TDS_tds_tds
Replies: 9 Views: 20026
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 01, 2003 12:15 pm Subject: Parser Err: Not all the buffer was used when reading message |
Hi all
I am getting following Parser exception in my flow.
(0x1000000)RecoverableException = (
(0x3000000)File = '/build/S210_P/src/DataFlowEngine/ImbTraceNode.cpp'
(0x30000 ... |
Topic: Another TDS Definition Problem |
TDS_tds_tds
Replies: 4 Views: 3024
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 29, 2003 7:32 am Subject: Another TDS Definition Problem |
Thanks Craig for your quick response.
I now got lil confidence that I can solve this with your help.
For the questions regarding the double quotes,
Yes double quotes (") will always appear in the ... |
Topic: Another TDS Definition Problem |
TDS_tds_tds
Replies: 4 Views: 3024
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 29, 2003 5:15 am Subject: Another TDS Definition Problem |
has anyone got a chance to look into this TDS problem ?? |
Topic: Another TDS Definition Problem |
TDS_tds_tds
Replies: 4 Views: 3024
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 28, 2003 3:01 pm Subject: Another TDS Definition Problem |
I am working on TDS message set and awfully struck with definition/design issues.
As you see below, the input message encompasses 2 different header-body structures. First set of Header-structures ... |
Topic: TDS Multiple Records and <CR><LF> handling |
TDS_tds_tds
Replies: 8 Views: 6299
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 01, 2003 10:36 am Subject: TDS Multiple Records and <CR><LF> handling |
I just tried setting it to 1....did not help ....
any other option you guys can think abt ......
Craig,
how do i check that message has x'0D0A' characters or x'0A' characters ???
I did ... |
Topic: TDS Multiple Records and <CR><LF> handling |
TDS_tds_tds
Replies: 8 Views: 6299
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 01, 2003 9:06 am Subject: TDS Multiple Records and <CR><LF> handling |
Thanks for the response.
I am not using any ibm supplied tools to put those messages......
I am using an application which dumps the messages from a file....
this file contains messages as specifie ... |