• Is it possible to log or debug outgoing SQL queries in a satabase syncproject?

    Hello community,

    imagine you have a sync-project between IDM and a Microsoft SQL server.

    Is it possible to log or debug the dynamicly genereated queries that are send to the target database?

    For example in a "Insert" provisioning job?

    Version…

  • RE: 7.02 Debug Database Connector (ADO.NET) Sync Project

    Hi Fatih,

    i assume you used the DEBUG button in your Database Connector configuration to create the Visual Studio Project.

    If so, add a breakpoint in your code and start the solution in Visual Studio. The solution will start a new Synchronization Editor…