Author |
Message |
Topic: Error handling in case of TryCatch node |
nk
Replies: 8 Views: 4659
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 12, 2012 3:55 am Subject: Re: Error handling in case of TryCatch node |
i found solution. thank you Guys for your support |
Topic: Error handling in case of TryCatch node |
nk
Replies: 8 Views: 4659
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 12, 2012 12:06 am Subject: Re: Error handling in case of TryCatch node |
FileInput -> compute(setting environment variables n for storing in the database) -> TryCatch -> Compute(for processing records) ->MqOutput
It's not always necessary to throw an excepti ... |
Topic: Error handling in case of TryCatch node |
nk
Replies: 8 Views: 4659
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 11, 2012 11:44 pm Subject: Re: Error handling in case of TryCatch node |
FileInput -> compute(setting environment variables n for storing in the database) -> TryCatch
How did you process / propagate message in first compute node?
--
marko
In the 1st compute ... |
Topic: Error handling in case of TryCatch node |
nk
Replies: 8 Views: 4659
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 11, 2012 12:11 am Subject: Error handling in case of TryCatch node |
I'm processing CSV file. For doing so, i've storing all the records in the database and processing one by one. My requirement is that if processing of certain record get failed based on certain condit ... |
Topic: Storing the csv records, one by one in the database table |
nk
Replies: 11 Views: 6198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 12, 2012 11:50 pm Subject: Storing the csv records, one by one in the database table |
thank you all.
we have changed the design . Now it's working. |
Topic: Storing the csv records, one by one in the database table |
nk
Replies: 11 Views: 6198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 11, 2012 5:06 am Subject: Storing the csv records, one by one in the database table |
I've been provided some doc in which all the req has been nentioned along with the pics of the flow.
My flow goes like this
FTE Input -> Flow Order ->Compute ->Flow Order- > MQ Output ... |
Topic: Storing the csv records, one by one in the database table |
nk
Replies: 11 Views: 6198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 11, 2012 4:25 am Subject: Storing the csv records, one by one in the database table |
RETURN FALSE; is the culprit. I've to use only one compute node for the operation.
can i change any additional logic for further code execution or Is there any other method to logic to read from file ... |
Topic: Storing the csv records, one by one in the database table |
nk
Replies: 11 Views: 6198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 11, 2012 3:02 am Subject: Storing the csv records, one by one in the database table |
I've written the code to store .csv file in the database table. It's now writing but any further code is not getting executed. |
Topic: Storing the csv records, one by one in the database table |
nk
Replies: 11 Views: 6198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 11, 2012 1:17 am Subject: Storing the csv records, one by one in the database table |
yes there is client requirement to do in ESQl .
IF EXISTS(InputRoot.MRM.Rail[]) THEN
INSERT INTO Database.XYZ.Rail ( Key,Org,E_Date,Seq,SegOrg,SegDest,Svc ) VALUES ( ... |
Topic: Storing the csv records, one by one in the database table |
nk
Replies: 11 Views: 6198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 10, 2012 12:19 am Subject: Storing the csv records, one by one in the database table |
I've csv file which contains records. I wanna read the record one by one from the csv file and need to store in the database. Here my problem is that how do i'll check for the end of record and put c ... |
Topic: processing csv file |
nk
Replies: 9 Views: 5301
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 30, 2012 11:01 pm Subject: processing csv file |
@lancelotlinc : I'll hv to use only compute node.
@kimbert: I'm using V7 :MRM parser
for ex i got txt record after mapping is
10 TSI SRQ 10 A 2012-09-122012-01-02 2 SHZ SPQ
20 API SPQ ... |
Topic: processing csv file |
nk
Replies: 9 Views: 5301
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 30, 2012 5:57 am Subject: processing csv file |
I'm processing csv and converting into txt format. for eliminating duplicate entries based on certain field comparing i need to create a record after mapping all the fields. And from the record i need ... |
Topic: Extra character at top of the generated XML |
nk
Replies: 3 Views: 2302
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 30, 2012 6:38 am Subject: Extra character at top of the generated XML |
Hi I am getting some extra characters at top the top of the output generated. How to remove those part?
POST http://10.223.155.44:7080/RoutingRG HTTP/1.0..Content-Length: 5643..Content- ... |
Topic: Tree trace |
nk
Replies: 16 Views: 8501
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 09, 2012 10:30 pm Subject: Tree trace |
@kimbert and Vitor
Thank you for your support. It's working now    |
Topic: Tree trace |
nk
Replies: 16 Views: 8501
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 09, 2012 4:08 am Subject: Tree trace |
Above XSd is for the generating XML (OutputRootRef part). i"m just taking taking values from the input xml in following way
SET OutputRootRef.A:CstInfo.A:CstDtl.A:CostSearchKeys.A ... |