Provisioning through One Identity Manager connector

Hello experts,

I'm trying to set up the provisioning mechanism from the table Person to a custom table CCC_Person_Reporting from the same DB, through a simple One Identity Manager connector. For now I would like to just provision the INSERT.

I created the connector, the single object operation and the process (taking inspiration from the ADSAccount insert for example), but I'm having hard times understanding how to use the script DPR_GetAdHocData.

In the parameter "rootObjectKey" I tried many alternatives, for example the object key of the DPRSchema One Identity, but everything goes in error. So, what "rootObjectKey" should I use? 

If this can help, the error I get when I try the script is: "Connection data for <object key> could not be detected".

Thank you for your help,

Lucrezia

Parents Reply
  • The reason is we need to handle insert, update, and delete, so it is much simpler in the way connector works. Another reason is that for now we have just 10 fields to synchronize between the two tables, but in future integrations, these fields will increase and the parameters of a process are not very handy for that.

    We thought about the connector but we're open to better solutions. Have you got any suggestion? 

    Thank you for the answer,
    Lucrezia

Children