Author |
Message |
Topic: DFDL : Parsing Other text or binary message |
sankritya
Replies: 13 Views: 7165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 21, 2017 7:02 am Subject: DFDL : Parsing Other text or binary message |
Thanks timber. It worked finally. |
Topic: DFDL : Parsing Other text or binary message |
sankritya
Replies: 13 Views: 7165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 16, 2017 6:27 am Subject: DFDL : Parsing Other text or binary message |
Thanks timber. And how will I write the assert expression? I have never used it before. |
Topic: DFDL : Parsing Other text or binary message |
sankritya
Replies: 13 Views: 7165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 15, 2017 4:32 pm Subject: DFDL : Parsing Other text or binary message |
It is a sample which I created for raising the question. In real there are a lot of elements after the mandatory element of different length which can come .If they come all of them will be present el ... |
Topic: DFDL : Parsing Other text or binary message |
sankritya
Replies: 13 Views: 7165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 15, 2017 9:37 am Subject: DFDL : Parsing Other text or binary message |
Sorry mqjeff if I confused you with the sample message. My Message is something like
Element101Element102Element103<CR><LF>
Element201Element202Element203<CR><LF>
.
.
So ... |
Topic: DFDL : Parsing Other text or binary message |
sankritya
Replies: 13 Views: 7165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 15, 2017 5:36 am Subject: DFDL : Parsing Other text or binary message |
Jun 15, 2017, 5:42:35 AM info: Offset: 20. Found fixed length value: '%CR;%LF;ABCDEFGH' for element 'body_elem3'.
why CRLF is getting included in the 3rd element. When parser encounters <CR ... |
Topic: DFDL : Parsing Other text or binary message |
sankritya
Replies: 13 Views: 7165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 15, 2017 5:02 am Subject: DFDL : Parsing Other text or binary message |
Difference between Successful message and failure message is absence of 3 rd element.
Successful message
123456789112345678911234567891<CR><LF>
ABCDEFGHIJKLMNOPQRSTUVWXYZ <CR ... |
Topic: DFDL : Parsing Other text or binary message |
sankritya
Replies: 13 Views: 7165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 15, 2017 1:48 am Subject: DFDL : Parsing Other text or binary message |
Toolkit Version : 9.0.0.6
I am trying to create a dfdl which parses the repeated fixed length messages.
2 out of 3 elements in the fixed length file are optional. Problem is if I provide all the f ... |
Topic: Optional feature not implemented. |
sankritya
Replies: 5 Views: 4070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 02, 2016 2:12 am Subject: Optional feature not implemented. |
It worked after changing the return type to character from Boolean in Oracle function.  |
Topic: Optional feature not implemented. |
sankritya
Replies: 5 Views: 4070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 28, 2016 10:35 am Subject: Optional feature not implemented. |
It is a function in Oracle
FUNCTION checkDataExist (data1 VARCHAR2,
data2 VARCHAR2
)
RETURN BOOLEAN |
Topic: Optional feature not implemented. |
sankritya
Replies: 5 Views: 4070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 28, 2016 10:15 am Subject: Optional feature not implemented. |
I ham calling a Oracle function from WMB7.
Function declaration in WMB
CREATE PROCEDURE checkDataExist (
IN data1 CHARACTER,
IN data2 CHARACTER
)
RETURNS BOOLEAN
LANGUAGE DATABASE
EXTERNA ... |
Topic: Procedure call returns error |
sankritya
Replies: 9 Views: 8861
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 11, 2015 2:35 am Subject: Procedure call returns error |
Thanks it was permission issue. WMB user did not had access over the database table. Strange though it was not returning any permission issue in exception tree. |
Topic: Procedure call returns error |
sankritya
Replies: 9 Views: 8861
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 27, 2015 6:11 am Subject: Procedure call returns error |
Code changed .. exception changed.
CREATE PROCEDURE GetDocument (IN PlanId CHARACTER)
LANGUAGE DATABASE
DYNAMIC RESULT SETS 1
EXTERNAL NAME "RP.getDocument";
CREATE ... |
Topic: Procedure call returns error |
sankritya
Replies: 9 Views: 8861
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Apr 25, 2015 7:29 am Subject: Procedure call returns error |
It is just used for saving the response message which I plan to use later while preparing the response. Response is from refcurser so used []. It is not old flow so can use anything if it works. Use ... |
Topic: Procedure call returns error |
sankritya
Replies: 9 Views: 8861
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 24, 2015 2:43 am Subject: Procedure call returns error |
Hello All,
Unable to understand the reason of error for the following piece of code used for calling a stored procedure
CREATE PROCEDURE GetDocumentRecipient (IN P1 CHARACTER)
LANGUAGE ... |
Topic: Setting additional header in HTTP Request Node |
sankritya
Replies: 12 Views: 9318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 11, 2015 5:44 am Subject: Setting additional header in HTTP Request Node |
I tried by exposing a WMB service with same endpoint. It passes successfully in HTTPInputHeader. I could set debug mode so did not set the trace node.
The external application I am calling from WM ... |