|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
message set issue |
« View previous topic :: View next topic » |
Author |
Message
|
nmaddisetti |
Posted: Wed Apr 16, 2008 7:39 am Post subject: message set issue |
|
|
Centurion
Joined: 06 Oct 2004 Posts: 145
|
Hi,
For the following input
0aaaaa
1bbbbbccccc
2ddddd
0AAAAA
1BBBBBCCCCC
2DDDDD
011111
12222233333
244444
8eeeee
I constructed a TDS message model
First 3 lines were included in a complex type and each line group Indicator is 0,1,2 and Group Terminator for all the lines is <CR><LF>
after this complex type there is another complex type with Group Indicator 8 and Group Terminator <CR><LF>
I am able to parse repeating lines data and assiging values to the fields as expected but for the last line i.e for the Trailer Record it is giving the error:ImbRecoverableException caught from worker->parseNext.
Can some one please give me an idea to resolve this problem.
Thanks in Advance,
Venkat. |
|
Back to top |
|
 |
kimbert |
Posted: Wed Apr 16, 2008 11:07 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Quote: |
it is giving the error:ImbRecoverableException caught from worker->parseNext. |
This is important : please get into the habit of taking a user trace when you see parsing exceptions. You will get a far more detailed problem description in the user trace.
Quote: |
each line group Indicator is 0,1,2 |
That is a mis-use of Group Indicators. Your data is tagged. You should remove the Group Indicators, set Data Element Separation to 'Tagged Fixed Length', and set the tags to 0 / 1 / 2 / 8.
If that does not work, take a user trace.You will be surprised at how much useful stuff there is in there. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|