Author |
Message |
Topic: Need DFDL library to not trim the leading spaces |
somsayan
Replies: 16 Views: 15313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 21, 2015 1:08 pm Subject: Need DFDL library to not trim the leading spaces |
Is there any difference between the xsd created with the option checked, and the xsd created with the option not checked?
No there isn't any difference between the contents of the two xsd's. |
Topic: Need DFDL library to not trim the leading spaces |
somsayan
Replies: 16 Views: 15313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 21, 2015 7:11 am Subject: Need DFDL library to not trim the leading spaces |
In that wizard, on the page with the title "Service Generation and Deployment Configuration", expand the Advanced twistie, and you will see "ALE Data Format configuration" and in ... |
Topic: Need DFDL library to not trim the leading spaces |
somsayan
Replies: 16 Views: 15313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 20, 2015 7:23 am Subject: Need DFDL library to not trim the leading spaces |
Hi shanson,
I'm using DataObject and not DFDL. Sorry for the confusion. |
Topic: Need DFDL library to not trim the leading spaces |
somsayan
Replies: 16 Views: 15313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 20, 2015 4:31 am Subject: Need DFDL library to not trim the leading spaces |
Hi Shanson, kimbert
Thanks for your reply. But when we are generating the library using Discovery, we are creating only xsd files and there are no dfdl files created.
Are we missing something ? |
Topic: Need DFDL library to not trim the leading spaces |
somsayan
Replies: 16 Views: 15313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 16, 2015 9:10 am Subject: Need DFDL library to not trim the leading spaces |
Hi mqjeff,
It is a fixed length field. Its the DFDL that trims out the leading and trailing ' '.
What I would like is to not trim that. Hence added the <xsd:whiteSpace value="preserve" ... |
Topic: Need DFDL library to not trim the leading spaces |
somsayan
Replies: 16 Views: 15313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 16, 2015 8:30 am Subject: Need DFDL library to not trim the leading spaces |
Hi All,
We are using Message Broker 8.0.0.4 on AIX box. The requirement we have is to extract IDOCs out of SAP and for that we have built a flow and it processes the particular IDOC using DFDL.
Th ... |
Topic: Flow in debug mode working just fine and not without debug |
somsayan
Replies: 5 Views: 2890
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 18, 2014 4:18 am Subject: Re: Flow in debug mode working just fine and not without deb |
Because the debugger changes the way & timing of the message parsing. It needs to do this to display the message tree in the view.
Hi Victor,
I don't think in this particular case this is th ... |
Topic: Flow in debug mode working just fine and not without debug |
somsayan
Replies: 5 Views: 2890
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 14, 2014 9:31 am Subject: Flow in debug mode working just fine and not without debug |
Hi All,
I'm having a very strange problem with MB 8.0.0.2. The broker is running on AIX o/s.
The message flow is supposed to insert data into the end database tables. This is working perfectly w ... |
Topic: Ignoring line feed in fixed length message [SOLVED] |
somsayan
Replies: 14 Views: 8091
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 07, 2014 1:04 am Subject: Ignoring line feed in fixed length message [SOLVED] |
We'll try this and post the results.
Hi,
We are getting this file via MFT. We have asked the MFT team to run a script before putting the file to our queue. This script should strip the LF's from ... |
Topic: Ignoring line feed in fixed length message [SOLVED] |
somsayan
Replies: 14 Views: 8091
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 02, 2014 5:00 am Subject: Ignoring line feed in fixed length message [SOLVED] |
Actually, I can think of a workaround. I would not normally recommend using MRM when DFDL is available, but your requirements are very specific.
The MRM parser can use a data pattern to determine t ... |
Topic: Ignoring line feed in fixed length message [SOLVED] |
somsayan
Replies: 14 Views: 8091
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 02, 2014 2:43 am Subject: Ignoring line feed in fixed length message [SOLVED] |
I assume that you are using WMB v8. DFDL in WMB v8 does not support lengthKind='dataPattern'. Your data format really does need this feature. Would it be possible to upgrade to IIB v9?
Hi Kimbert, ... |
Topic: Ignoring line feed in fixed length message [SOLVED] |
somsayan
Replies: 14 Views: 8091
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 02, 2014 1:22 am Subject: Re: Ignoring line feed in fixed length message |
Is the field fixed length? Or not? Either you need to get 200 characters, or you need to get all characters up to some delimiter.
Hi Mqjeff,
We are doing a migration project and unfortunately ... |
Topic: Ignoring line feed in fixed length message [SOLVED] |
somsayan
Replies: 14 Views: 8091
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 31, 2013 1:57 am Subject: Re: Ignoring line feed in fixed length message |
Yes, set %LF as the record terminator
Hi Dogorsy,
I don't think this will work. The field concerned is a part of a bigger string. The input is something like :
<<Name 100 chars>> ... |
Topic: Ignoring line feed in fixed length message [SOLVED] |
somsayan
Replies: 14 Views: 8091
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 31, 2013 1:54 am Subject: Ignoring line feed in fixed length message [SOLVED] |
So the length of the Description field is always exactly 200 characters, but some of those characters might be LFs?
Hi Kimbert,
The length of the field is 200 if we ignore all the LFs in the fie ... |
Topic: Ignoring line feed in fixed length message [SOLVED] |
somsayan
Replies: 14 Views: 8091
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 30, 2013 8:13 am Subject: Ignoring line feed in fixed length message [SOLVED] |
Hi,
We are having a scenario, where the source system is sending us messages in fixed length format. There is a description field that has a length of 200. This field can include <LF>. The le ... |