Author |
Message |
Topic: DFDL call failed. Serializer being in an invalid state |
ottfried11
Replies: 4 Views: 2270
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 26, 2014 12:31 am Subject: DFDL call failed. Serializer being in an invalid state |
As I understand it, the DFDL parser in a "on-demand" parser. Is it at all possible to set the parse timing to immediate? If yes, could you tell me where I can change the setting? I couldn't ... |
Topic: DFDL call failed. Serializer being in an invalid state |
ottfried11
Replies: 4 Views: 2270
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 25, 2014 7:16 am Subject: DFDL call failed. Serializer being in an invalid state |
Hi all,
we are receiving the following DFDL error message in our test environment.
getDFDLSerializer,Text=DFDL call failed, due to the serializer being in an invalid state.,ErrorMessage=BIP58 ... |
Topic: DFDL parse/encoding problem |
ottfried11
Replies: 21 Views: 25544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 24, 2014 12:14 am Subject: DFDL parse/encoding problem |
It works for the multi-byte "german Umlaute" such as äöü. CRLF did nor work, so I replaced it. I've tested it with all possible values which can be entered by the users.
The problem i ... |
Topic: DFDL parse/encoding problem |
ottfried11
Replies: 21 Views: 25544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 21, 2014 5:44 am Subject: DFDL parse/encoding problem |
I set the codepage to a windows CCSID 1252 and removed CRLF from the message before parsing it. It works, but its not very nice.
I'll open a PMR.
Thanks for your help, again  |
Topic: DFDL parse/encoding problem |
ottfried11
Replies: 21 Views: 25544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 19, 2014 6:35 am Subject: DFDL parse/encoding problem |
The DFDL Test -Parse exception came from the leading quotation mark in the tag 58 textfield. After removing that, it worked fine.
The message broker message flow still does not work though.
Wha ... |
Topic: DFDL parse/encoding problem |
ottfried11
Replies: 21 Views: 25544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 19, 2014 3:30 am Subject: DFDL parse/encoding problem |
Hi Kimbert,
thanks for the response.
when runnig the message flow with the new DFDL, I still get the same error message:
Text:CHARACTER:CTDU4023E: The DFDL serializer cannot output the physic ... |
Topic: DFDL parse/encoding problem |
ottfried11
Replies: 21 Views: 25544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 18, 2014 8:14 am Subject: DFDL parse/encoding problem |
Hi all,
I have the following problem:
I am using DFDL to parse FIX 4.2 (fixprotocol.org) messages. It works fine, as long as I don't have any special characters in a text field.
A FIX message i ... |
Topic: ESQL: access value in a choice group with unknown sequence |
ottfried11
Replies: 47 Views: 20287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 12, 2013 8:56 am Subject: ESQL: access value in a choice group with unknown sequence |
did all of that before asking and could'nt find the mistake. Otherwise I would not have asked. |
Topic: ESQL: access value in a choice group with unknown sequence |
ottfried11
Replies: 47 Views: 20287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 12, 2013 8:47 am Subject: ESQL: access value in a choice group with unknown sequence |
Nobody is forcing you to answer my questions. I did mention that the WMB is completely new for me. I did get a few days of education, but not in ESQL. As in every language, its learning by doing and b ... |
Topic: ESQL: access value in a choice group with unknown sequence |
ottfried11
Replies: 47 Views: 20287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 12, 2013 8:26 am Subject: ESQL: access value in a choice group with unknown sequence |
Thanks for the info. That explains why I get the wrong result. I moved the ref to last and then first child. works fine now. Thanks an no bad feelings  |
Topic: ESQL: access value in a choice group with unknown sequence |
ottfried11
Replies: 47 Views: 20287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 12, 2013 8:10 am Subject: ESQL: access value in a choice group with unknown sequence |
I did debug it. The second asterisk points to the structureHeader. The messageStream is at the indicated location:
source.structure14332.structureBody14332.messageStream.
The structure14332 h ... |
Topic: ESQL: access value in a choice group with unknown sequence |
ottfried11
Replies: 47 Views: 20287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 12, 2013 7:23 am Subject: ESQL: access value in a choice group with unknown sequence |
refInSWEIOBody
choiceElement
structure14332
structureHeader
structureLength:CHARACTER:00117
reserviert:CHARACTER:24000
... |
Topic: ESQL: access value in a choice group with unknown sequence |
ottfried11
Replies: 47 Views: 20287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 12, 2013 7:03 am Subject: ESQL: access value in a choice group with unknown sequence |
I'm not asking anybody to debug my message flow. I've been at it for the past 5 hours and just wanted to make sure that I didn't miss anything.
I coudn't find any examples in the reference manuals o ... |
Topic: ESQL: access value in a choice group with unknown sequence |
ottfried11
Replies: 47 Views: 20287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 12, 2013 6:11 am Subject: ESQL: access value in a choice group with unknown sequence |
DECLARE cursor REFERENCE TO source.*.*.messageStream
the REFERENCE with two asterisks does not work. The cursor point to the same node as source. |
Topic: ESQL: access value in a choice group with unknown sequence |
ottfried11
Replies: 47 Views: 20287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 07, 2013 7:39 am Subject: ESQL: access value in a choice group with unknown sequence |
I don't know what I did wrong the last time. This works fine:
FOR source as refInSWEIOBody.choiceElement[] DO
CASE FIELDNAME(source.*)
WHEN 'structure14332' THEN
IF ... |