Symantec IGA

 View Only
  • 1.  Connector Xpress - doSearch/doLookup

    Posted Mar 05, 2020 12:25 PM
    Hi

    We have a jdbc connector which connect with an endpoint where old users are different from new user created by IM. For new users we are using account with numbers but in endpoint there is some accounts with the users names. When we create a new account at the endpoint we wanted check if the users exists with old format, if exists we should update the old login not create a new account. Using operation bindings we can check if the users exists before create but in the final operation the account is created with numeral account informed in the account template. We tried to intercept the object using the dolookup or dosearch but but its not working how expect. Do you have sugestions about how we can make this search an change?

    Thanks
    Wagner

    ------------------------------
    Wagner
    ------------------------------


  • 2.  RE: Connector Xpress - doSearch/doLookup
    Best Answer

    Broadcom Employee
    Posted Mar 05, 2020 05:58 PM
    If the operation binding is configured as Instead Of and then calls a stored procedure you would have control as to what happens as it would be your stored procedure. The Instead Of would mean it gets executed instead of what the connector would normally have done.


  • 3.  RE: Connector Xpress - doSearch/doLookup

    Posted Mar 06, 2020 03:38 PM
    Hi Keneth, 

    We will follow your tip! We were using the instead of configuration but with javascrip, we will try use the store procedures.

    Thanks for helping!

    ------------------------------
    Wagner
    ------------------------------