Thomas Schroyen · Jul 16, 2021 go to post

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 B
B send to my connector and resend to A
The ip and port must be the same whatever the flow.

Thomas

Thomas Schroyen · Sep 9, 2020 go to post

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)
Thomas Schroyen · Dec 20, 2019 go to post

Thanks for your response.

Could you send me a screenshot or the name of the settings I need to use to do so?

Thanks

Thomas Schroyen · Apr 16, 2019 go to post

Thanks Stelios,
you are right, the one i should have used was EnsLib.TCP.TextLineInboundAdapter .
Thanks all for responding me.

Thomas Schroyen · Apr 8, 2019 go to post

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
Thomas Schroyen · Mar 7, 2019 go to post

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

Thomas Schroyen · Feb 25, 2019 go to post

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