go to post Yakov Berger · Nov 21, 2023 Thanks can you provide an example of code ? from the documentation i am not clear of the exact syntax.
go to post Yakov Berger · Nov 28, 2021 update: i added set pResponse.StringValue = outparm.GetAt(1) and all's good. Thanks!
go to post Yakov Berger · Nov 28, 2021 the output i now get is "11@%Library.ListOfDataTypes in log i am getting "getting parm 2 / output 1 = '35'" do i need to iterate through %ListOfDataTypes ?
go to post Yakov Berger · Nov 28, 2021 Tried That before..still nothing. in the event log i see "getting parm 2 / output 1 = '33'" so the output exists...just evading me...
go to post Yakov Berger · Oct 11, 2021 I checked before posting. in the end seems like it was some glitch in the system. I changed a different value in the GUI ,saved and then reverted and tried setting the above setting and works OK.
go to post Yakov Berger · Aug 25, 2021 the connection does not complete successfully. no messages arrive after adding IP to AllowedIPAddresses list i tried adding all the sending IP addresses (including the ones i want to filter out) just to see if for some reason me touching the setting caused the problem, and it that works ok. when i remove one of the sending IP addresses from the list and receive a message from a IP not in the list. i see "Rejected connection attempt on port ...." in the log and then the above error. Thanks
go to post Yakov Berger · Aug 20, 2020 Hi Eduard, How do i set credentials and connection string to run against an external MSSQL Server?. Thanks
go to post Yakov Berger · Jul 22, 2020 Thanks David, There is no chance the source will correct their side so will use second resolution: should this do the job? Class Test.BS.HL7.DMS.TCPService Extends EnsLib.HL7.Service.TCPService{ /// Return the segment terminator string that the Parser and the document.ImportFromIOStream() method will use.Method GetSegmentTerminator() As %String{ Quit $C(28,13,11)} Parameter ADAPTER = "Test.Adapter.HL7.DMS.TCPInboundAdapter"; }
go to post Yakov Berger · Feb 17, 2020 ahhhh OK it was my mistake i updates the wrong request once i fixed the right tone it updates immediately
go to post Yakov Berger · Feb 17, 2020 Tried that (in production >> double click>restart).. didnt work. Thanks
go to post Yakov Berger · Feb 13, 2020 Hi, in DTL condition? what i have now is a DTL with left side my message and right side a EnsLib.HL7.Message. i drag relevant fields from left to right. where would i need to use Document. ? am getting error <CLASS DOES NOT EXIST>zdoOneAction+25^EnsLib.MsgRouter.RoutingEngine.1 Thanks for all help!
go to post Yakov Berger · Feb 13, 2020 OK so i changed to EnsLib.MsgRouter.RoutingEngine and have created a rule and DTL with source = SQLtoHL7Req and target= EnsLib.HL7.Message(2.6:ADT_A01) What do you mean by "check for properties of your request class there."? Thanks