Author |
Message |
Topic: regd validation |
Valarouthu Ravikumar
Replies: 7 Views: 4639
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 19, 2008 6:34 am Subject: regd validation |
i have a String of 3 characters to be validated of whether containing all digits or not.In case of not all numbers an user generated exception needs to be thrown.
We tried like casting the String t ... |
Topic: setting mqmd accountingtoken |
Valarouthu Ravikumar
Replies: 1 Views: 1855
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 14, 2008 12:28 pm Subject: setting mqmd accountingtoken |
hi,
i want to set the MQMD AccountingToken property to 654
i write this code to do this
set OutputRoot.MQMD.AccountingToken=cast(654 as blob);
it is giving the error:
The length must ... |
Topic: want to retrieve only value from the table |
Valarouthu Ravikumar
Replies: 1 Views: 1637
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 12, 2008 4:17 pm Subject: want to retrieve only value from the table |
hai
i am trying to retrieve record from the table using passthru for assingning it to the variable. i am sucessful in retrieving from the data base but the problem is that i am getting the dat ... |
Topic: TDS to XML using mapping node |
Valarouthu Ravikumar
Replies: 13 Views: 6725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 04, 2008 11:13 am Subject: TDS to XML using mapping node |
Hi Kimbert,
Sorry for distrub you once again. Iam having a problem in the message definition that is when iam trying to parse the message the parser is identifing only local elements of root e ... |
Topic: TDS to XML using mapping node |
Valarouthu Ravikumar
Replies: 13 Views: 6725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 01, 2008 7:17 am Subject: TDS to XML using mapping node |
<?xml version="1.0" encoding="UTF-8" ?><UserTraceLog uuid="UserTraceLog" userTraceLevel="none" traceLevel="none"
userTraceFilter="no ... |
Topic: TDS to XML using mapping node |
Valarouthu Ravikumar
Replies: 13 Views: 6725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 31, 2008 9:28 am Subject: TDS to XML using mapping node |
Hi
When iam trying to put the input in Mqinput node i got this exception at the MRM parser.
MRM-->ImbRecoverableException caught from worker->parseNext. |
Topic: TDS to XML using mapping node |
Valarouthu Ravikumar
Replies: 13 Views: 6725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 30, 2008 1:09 pm Subject: TDS to XML using mapping node |
Hi,
iam trying like this but iam not able to get the output.
My Sample input is
{Ramarao#Detroit}:{Shekhar&Lansing}:{Ramji,WA}:{00IK90,56}:{ABC*6788}
iam set the properties in the TDS ... |
Topic: TDS to XML using mapping node |
Valarouthu Ravikumar
Replies: 13 Views: 6725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 29, 2008 9:34 am Subject: TDS to XML using mapping node |
hi
This is my
sample input data:
---------------------
ABC123* ORR900* 10/20/2005#Ramarao#Detroit# 31173&Shekhar& Lansing, Ramji, WA@ 00IK90@ 56*ABC* 67889$XYZ$ WA
message tree:
-- ... |
Topic: TDS to XML using mapping node |
Valarouthu Ravikumar
Replies: 13 Views: 6725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 28, 2008 9:59 am Subject: TDS to XML using mapping node |
Hi,
I got an issue while iam working with TDS input file.The input file is having multiple delimiters like this
abc*def@ghi#kln$red.
I can able to do with single delimiter but w ... |