Hi

Thanks you Robert and Stephen for you answer

Sorry 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 smiley")  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 progress

Thanks

Gadi

Paster-Bachar Gadi · May 28, 2018 go to post

Hi Julian, Eduard and Robert

thanks 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 help

Gadi

Paster-Bachar Gadi · Sep 15, 2016 go to post

Hi Jeffry 

Thank for the advice.

I have replaced the assigned+set activity with a transfomation+DTL and it did the trick for me.

Hi

Thank for the reply

the 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