cancel
Showing results for 
Search instead for 
Did you mean: 

Schedule Integration w/o Adapter

Former Member
0 Kudos

I need to start a daily update by reading users from a group in active directory, then looking up those users in a SQL database. I think I have worked out the JAVA LDAP code to read the list of users. I plan to put that code in some form of UDF but I don't see how I can kick off this UDF unless I just set up some dummy file reader adapter etc. Am I wrong about how to do this, ie using a UDF for reading the users from AD? And, if I do put this code in a UDF, how will I kick it off once a day?

View Entire Topic
former_member190293
Active Contributor
0 Kudos

Hi Carlton!

As one of the possible decisions you might consider developing standalone java application which queries LDAP data and send it to PI using one of java's ws client libraries. Then you can schedule it to run as desired using OS level functionality.

Regards, Evgeniy.

former_member186851
Active Contributor
0 Kudos

Another way could be scheduling that dummy file adapter to run only once in a day using Availablity time plan.