Stored Procedure not executing

We have a new JDBC connector and we copied and modified the rule connector for the new connector. When in debug mode we get no errors it shows that the account should be inserted into the table, but it does not insert. The stored Procedure works we can run it in SQL and it will populate the table. Any idea’s ?

You may want to check the syntax and there is an option on the source configuration that needs to be ticket, when using a stored procedure instead of plain SQL queries.

We got it fixed missed the naming of the provisioning rule