Author |
Message |
Topic: DFDL parser issue with fixed length |
albert940
Replies: 20 Views: 26061
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 24, 2013 11:08 am Subject: DFDL parser issue with fixed length |
To further add, i am getting all the records read from file input node and populated in the MQ queue expect for this error message being sent to fault terminal after the final record in the file is pr ... |
Topic: DFDL parser issue with fixed length |
albert940
Replies: 20 Views: 26061
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 24, 2013 11:02 am Subject: DFDL parser issue with fixed length |
Hi Kimbert,
I am back with a question. The File input node is successfully processing data and routing messages to MQ queue. I have to wire the failure or fault terminal in case of errors. When i tes ... |
Topic: DFDL parser issue with fixed length |
albert940
Replies: 20 Views: 26061
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 15, 2013 9:04 am Subject: DFDL parser issue with fixed length |
It did work finally after including the '%WSP' and '%LF;' for the REWARDS Element. Thanks a lot kimbert. It ran succesfully at run time too. Thanks again. |
Topic: DFDL parser issue with fixed length |
albert940
Replies: 20 Views: 26061
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 10, 2013 1:18 pm Subject: DFDL parser issue with fixed length |
If i set the 'occursCountKind' on 'body' element to 'fixed' then i should have the MaxOccurs = MinOccurs for that element, which is not possible in my case, as the count of records in the file vary ev ... |
Topic: DFDL parser issue with fixed length |
albert940
Replies: 20 Views: 26061
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 09, 2013 2:43 pm Subject: DFDL parser issue with fixed length |
I tried with option #b last week and it did work.
The trace response for #a is below. I see the messages being sent to output queue but there is an error generated in the trace file for every record ... |
Topic: DFDL parser issue with fixed length |
albert940
Replies: 20 Views: 26061
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 04, 2013 1:04 pm Subject: DFDL parser issue with fixed length |
I tried both options.
Using the BLOB domain, i counted the length of input data and it appears to be 35 which is correct. The trace file is below.
The message broker received a message that requ ... |
Topic: DFDL parser issue with fixed length |
albert940
Replies: 20 Views: 26061
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 03, 2013 3:27 pm Subject: DFDL parser issue with fixed length |
Thanks for the quick reply kimbert. It did work after setting the documentFinalTerMinatorCanBeMissing Property to 'yes'. The 1st record got processed and the above error is gone.
But when it reaches ... |
Topic: DFDL parser issue with fixed length |
albert940
Replies: 20 Views: 26061
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 03, 2013 9:43 am Subject: DFDL parser issue with fixed length |
A batch job runs in AS400 which generates this flat file. I dont think this is a logical file. I will double check and confirm with the resource who provided me this file.
lancelotlinc : i was too ... |
Topic: DFDL parser issue with fixed length |
albert940
Replies: 20 Views: 26061
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 02, 2013 5:16 pm Subject: DFDL parser issue with fixed length |
Hello,
I have created an XSD using DFDL domain and tested in DFDL test client and appears to be working fine, but when deployed at runtime it is generating errors.
The fixed length data is generated ... |
Topic: DFDL parser issue with fixed length |
albert940
Replies: 20 Views: 26061
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 02, 2013 5:14 pm Subject: DFDL parser issue with fixed length |
Have an issue with DFDL parser at run time. Will provide the details in the next post. |