Im currently working on OOTB feature on ISC for JDBC provisioning operations
Under Query Settiings> Provisioning Query Settings>Configure Provisioning Operations in the Connector – I have enabled this for create Provisioning Query Settings - Create Account
and the query that i have used somewhat similar to this generic query insert into databasename.tablename (column1, column2) values ($plan.attribute1$, $plan.attribute2$)
but it is throwing some generic error can someone help me troubleshooting the issue
Can you verify if all the attributes are correctly mapped and visible in the provisioning plan? You can check this under account request section in search.
Can you check the logs to see if there is a more detailed error message?
Can you run the same query directly against the database and have it work?
In the query, do you mean to have “pwd” or “psw”? All previous mentions have been “psw”, but the query you posted has “pwd”. If this is incorrect in the query, this could be the cause of the issue.
Since you mentioned that the autoid column is auto-generated by the database, there’s no need to explicitly insert a value into it. Could you try using the following query instead?