Written by

Integration Engineer at Cognosante
Question Oliver Wilms · Mar 21, 2023

ERROR <Ens>ErrBPTerminated: Terminating BP JSON2HL7 # due to error: ERROR #5035: General exception Name 'Parsing error' Code '3' Data '' > ERROR #5035: General exception Name 'Parsing error' Code '3'

Hello, I want to show a fellow DC member how to convert JSON file into HL7 message. I personally do not work with HL7. I set up a production with EnsLib.File.PassthroughService. It passes Ens.StreamContainer to BPL process. I call a DTL to transform StreamContainer to HL7 message. I run into an error:

ERROR <Ens>ErrBPTerminated: Terminating BP JSON2HL7 # due to error: ERROR #5035: General exception Name 'Parsing error' Code '3' Data ''
> ERROR #5035: General exception Name 'Parsing error' Code '3' Data ''

The code is in this GitHub repo:

https://github.com/oliverwilms/HL7

Product version: IRIS 2022.2

Comments

Oliver Wilms · Mar 21, 2023

I think I get parsing error because of bad data in my input file:

{""Doctype"":""ADT^A01"",""PatientId"":""123"",""PatientName"":""Alex""}

I will try with removing the extra quotes.

0