go to post Paster-Bachar Gadi · Jul 3, 2018 HiThanks you Robert and Stephen for you answerSorry for the delyed response, the controler connection to our LAN has a technical problem so I am not able to make tests yet.Soon it will be fix and I will be able to contuine.It is a nurse call alert system that can connect to the LAN and populate the events by Boradcast/Multicast, soo relevent hosts will catch it.I want to harvest the Ensemble power ("Ensemble Rocks ") to listen and recevie the events and be able transfer it to 3rd party relevent application on my side, but beacuse it uses UDP (TCP is not a problem) we encountered the challnge.The product is InterCall IP Power Supply Controller - L7700, and as soon as I will have my connection back online, I hope to get some progressThanksGadi
go to post Paster-Bachar Gadi · May 28, 2018 Hi Julian, Eduard and Robertthanks very much for your answers.I took all answers and constructed a solution for them that consist a BS,BO and a task.I have created a sql inbuond adapter that retrives the last record (select top 1 desc...) and datediff by hours on getdate.In the BS I created property in settings (Overraide SETTINGS) for the threshold logic condition that if true calls an Email adapter (BO) that send the alert to whom it concern.I read in some cases that for process that should fire once a day it is preffrealbe to use a task, so I used a %SYS.Task.Definition that activates that BS.Thanks for all the helpGadi
go to post Paster-Bachar Gadi · Sep 22, 2016 Hi KennethThis post : https://community.intersystems.com/post/web-service-business-operation-client-–-response-timeout-behavior Web Service Business Operation Client – Response Timeout Behaviorby Tani Frankel might answer your question
go to post Paster-Bachar Gadi · Sep 15, 2016 Hi Jeffry Thank for the advice.I have replaced the assigned+set activity with a transfomation+DTL and it did the trick for me.
go to post Paster-Bachar Gadi · Sep 12, 2016 Thanks for all the answers, I sure have enough to go and make my "homeworks" cheersGadi
go to post Paster-Bachar Gadi · Sep 8, 2016 Hi DmitryThank for the replythe latter is the one I need. I want to updated attributes in the AD (e.g. department, telephoneNumber, mobile, location , ... ) with data from our HR applicattion in an online/scheduled interface.I have found the the EnsLib.LDAP.OutboundAdapter but didn't find more readble guide (e.g.: Using Email Adapters with Ensemble )Gadi