We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

Dataset logic in custom JAR

Harsha
Regular Contributor II
Regular Contributor II

Hi Team,

We currently have 3 datasets we suspect that its taking longer time  to import due to this. Can anyone help what to do in such situation? Will custom jar solve issue? Has anyone added dataset logic in custom jar and put that in SAV file, if yes please provide the sample of how you did? 

Thanks,

Harsha

5 REPLIES 5

Rishi
Saviynt Employee
Saviynt Employee

hi @harsht we are reviewing this question and will provide response shortly.

Harsha
Regular Contributor II
Regular Contributor II

Hello,

Thank you for your  response, we had discussion with PS person and conclusion was to create SAV2SAV  REST connection. And to have an analytics to get only those users which got updated in particular time interval and also get the dataset via api. But not sure if we can do that? Can anyone help us with this?

Thanks,

Harsha

Rishi
Saviynt Employee
Saviynt Employee

@Harsha can provide details of the requirement and use case?

For dataset you can use API {{url}}/ECM/{{path}}/getDatasetValues (document link: https://documenter.getpostman.com/view/1797923/2s83mbojGM#8485f89c-483f-4a4d-b93d-0fa129a5dcf5)

To get users, you can use {{url}}/ECM/{{path}}/getUser which support search filters. (document link: https://documenter.getpostman.com/view/1797923/2s83mbojGM#fc557e9c-31dc-49c9-ada4-409ddd36cddb)

Harsha
Regular Contributor II
Regular Contributor II

Hello Rishi,

Thank you for your response, we are no longer going via this approach but its going to be via analytics. I  tried to search some reference in documentation and in forum couldnt find it. So basically we are trying to update CP based on dataset in analytics how can this be achieved? can anyone provide reference?

nimitdave
Saviynt Employee
Saviynt Employee

Please elaborate your ask here with use case so we can see what can be other approach also.