Author |
Message |
Topic: IIB Toolkit autocomplete not working with HL7 DFDLs |
TKIY
Replies: 3 Views: 5255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 15, 2019 10:08 am Subject: IIB Toolkit autocomplete not working with HL7 DFDLs |
My apologies, I wasn't sure of the correct forum for Toolkit questions. |
Topic: IIB Toolkit autocomplete not working with HL7 DFDLs |
TKIY
Replies: 3 Views: 5255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 15, 2019 6:20 am Subject: IIB Toolkit autocomplete not working with HL7 DFDLs |
Every developer in our office has the same issue, we are using IIB Toolkit v9.0.0.11 but this has happened with previous versions, releases, etc...
It's not a critical issue by any means but we do ... |
Topic: Converting DFDL fragment to BLOB |
TKIY
Replies: 10 Views: 9124
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 04, 2018 6:20 am Subject: Re: Converting DFDL fragment to BLOB |
... CAST(ASBITSTREAM(OutputLocalEnvironment.Variables.DFDL.ns:GROUP_MSG) AS BLOB CCSID 819) ...
CAST(BLOB AS BLOB) is unnecessary here; it has no effect because ASBITSTREAM() alre ... |
Topic: Converting DFDL fragment to BLOB |
TKIY
Replies: 10 Views: 9124
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 30, 2018 5:33 am Subject: Converting DFDL fragment to BLOB |
Resolved the ASBITSTREAM issue after I realized that the initial element I was creating in the output root was incorrect. I was creating the first element within the 'Group' subtree without creating ... |
Topic: Converting DFDL fragment to BLOB |
TKIY
Replies: 10 Views: 9124
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 29, 2018 10:20 am Subject: Converting DFDL fragment to BLOB |
Just wanted to say I got this fully working finally. Many thanks @rekarm01 and @timber. |
Topic: Content Assist frustration |
TKIY
Replies: 0 Views: 1613
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 29, 2018 10:19 am Subject: Content Assist frustration |
We have a team of 8 developers. Currently on IIB Toolkit 9.0.0.11.
We do most of our work on XMLNSC and DFDL parsers and the sheer frustration of having Content Assist randomly stop working is dri ... |
Topic: Converting DFDL fragment to BLOB |
TKIY
Replies: 10 Views: 9124
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 26, 2018 5:41 am Subject: Converting DFDL fragment to BLOB |
Creating the dedicated message worked from the perspective of copying a single instance to a new message, but ASBITSTREAM is having trouble serializing it. One problem down, one more added on to the ... |
Topic: Converting DFDL fragment to BLOB |
TKIY
Replies: 10 Views: 9124
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 21, 2018 10:58 am Subject: Re: Converting DFDL fragment to BLOB |
The output, however includes the whole structure, not the specific instance of the 'Group' element as I would expect.
The DFDL parser doesn't support a FolderBitStream
Right, makes sense. I'll gi ... |
Topic: Converting DFDL fragment to BLOB |
TKIY
Replies: 10 Views: 9124
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 21, 2018 6:09 am Subject: Converting DFDL fragment to BLOB |
I have a somewhat complex DFDL created that contains a set of repeating records. I have the requirement to separate each of these records and place them, individually, into text files.
Using ASBIT ... |
Topic: Creating DFDL with variable segment terminators |
TKIY
Replies: 8 Views: 4858
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 12, 2018 4:10 am Subject: Creating DFDL with variable segment terminators |
For the benefit of future readers...
The fix is to set the Output Newline property to a valid value. You can't leave it empty when %NL; is being used in the Terminator or Separator property. The %N ... |
Topic: Creating DFDL with variable segment terminators |
TKIY
Replies: 8 Views: 4858
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 11, 2018 9:06 am Subject: Creating DFDL with variable segment terminators |
Sounds as if the property Output Newline was set to an incorrect value. Hard to say more than that, as you didn't mention what that property was set to
It's actually blank. I can only assume t ... |
Topic: Creating DFDL with variable segment terminators |
TKIY
Replies: 8 Views: 4858
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 11, 2018 5:03 am Subject: Creating DFDL with variable segment terminators |
Glad it's working.
%NL; didn't work, IIB 9 throws a fit if you specify it as a terminatorThe CSV wizard uses %NL; as a terminator in all CSV models, so I don't think it can be as bad as that. What ... |
Topic: Creating DFDL with variable segment terminators |
TKIY
Replies: 8 Views: 4858
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 11, 2018 4:16 am Subject: Creating DFDL with variable segment terminators |
If it was ordinary whitespace, you could use the DFDL mnemonic %WSP*. But that will not match newline characters.
Fortunately, DFDL does have a solution. All delimiters (terminators and separators ... |
Topic: Creating DFDL with variable segment terminators |
TKIY
Replies: 8 Views: 4858
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 10, 2018 11:37 am Subject: Creating DFDL with variable segment terminators |
I'm creating a DFDL to handle a pretty standard Hierarchical data structure, and have hit a bit of a snag.
The data segments, elements, etc all parse correctly but this interface will be handling m ... |
Topic: Healthcare Pack - Truncating fields with subfields |
TKIY
Replies: 8 Views: 5924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 30, 2016 4:52 am Subject: Healthcare Pack - Truncating fields with subfields |
I'm with shanson; it is dangerous to blindly truncate data. It may render the message unparseable. You might be throwing away clinically important information. You might make two identical records loo ... |