go to post Thomas Schroyen · Sep 16, 2021 Thank you, it's just what I wanted and I can use it in a batch or a code.
go to post Thomas Schroyen · Jul 16, 2021 No, this is not a response to ADT messages. They are being sent asynchronously and there are 2 separates entities that must be sent and receveid by the same connector.Let's say that my connector is the bridge between 2 ip (A et B)A send to my connector and resend to BB send to my connector and resend to AThe ip and port must be the same whatever the flow. Thomas
go to post Thomas Schroyen · Sep 9, 2020 It doesn't work. But this is not the problem. The issue is located at the capacity to get the data in the hl7 message. I can't collect every character of the segment with : do req.GetFieldStreamRaw(.base64, segment)
go to post Thomas Schroyen · Dec 20, 2019 Thanks for your response. Could you send me a screenshot or the name of the settings I need to use to do so? Thanks
go to post Thomas Schroyen · Apr 16, 2019 Thanks Stelios,you are right, the one i should have used was EnsLib.TCP.TextLineInboundAdapter .Thanks all for responding me.
go to post Thomas Schroyen · Apr 8, 2019 Here is the 2 errors I receive by just lauching my code into a connector. ERREUR <Ens>ErrException: <UNDEFINED>zinitConfig+4 ^Ens.Host.1 *pConfigName -- - connecté en tant que '-' numéro - @' Set ..%ConfigName = pConfigName' ERREUR <Ens>ErrException: <INVALID OREF>zinitConfig+8 ^Ens.Host.1 -- - connecté en tant que '-' numéro - @' Set ..Adapter.BusinessHost = $this
go to post Thomas Schroyen · Mar 7, 2019 Thanks for your interest.I don't receive any errors, the compilation is fine but it doesn't create any file so it's pointless :-/ ...Annex question, does 'LinkToFile' need that the file exist in the first place or will it create it?I will try by switching what you said above
go to post Thomas Schroyen · Feb 25, 2019 Thanks Robert for taking time to respond me but neither your first or your second response works in my case.The first isn't generic because imagine that there is a real folder that starts with 'E', it's going to be erased.For the second,it's not a synonym for <ESC>, this is the environment of HL7 that transform automatically a \ in a \E\ to be sure it's well read. I have already found a response that works but that's hardcoding and my boss is not happy about that, he would prefer to use a proper way such as if a method already exists or a derivated way.Faithfully,Thomas