Hello, sorry for the delayed response.
I’m an amateur, so I’m having difficulty handling JDBC provisioning rule.
In my previous provisioning rule, I used the following commit: result.setStatus(ProvisioningResult.STATUS_COMMITTED);
However, I lack sufficient knowledge about setAutoCommit(false), commit(), and rollback() methods as you explained above.
Would you be able to provide examples or share any reference documents?
You can find documentation around the setAutoCommit, commit, and rollback methods in the java.sql.connection documentation. It’s nothing specific to SailPoint, it’s just a Java class
This should work just fine, but I would remove the “statement1.close();” statement and the “statement2.close();” statement. You shouldn’t need those