Currently Create Operation only Supports Stored Procedure

Hi Team,

Version of IIQ IdentityIQ 8.4.

Login to SailPoint → Go to Home -->Click on Manage User Access
In the Add Access tab search for role with (JDBC) Application Name or Role Name and Select Role–>Click on Next and Submit.
getting the above screenshot error.

ERROR: INVALID CONFIG : GenericCreateJDBCRule : createAccount() Currently Create Operation only Supports Stored Procedure

Thanks
Madhav

Hi @MADHAVREDDY,

it means the application support only stored procedure for creation and in your prov rule you are tring to you use a normal INSERT

1 Like

Hi Madhavreddy,

Check the usePrepareCall entry in your application object from debug page. If it is true, it will allow the stored procedure.

1 Like

Hi @MADHAVREDDY ,

Set usePrepareCall as false in application from debug. This should fix the issue.

Thanks

1 Like

After configure the above “usePrepareCall” parameter in application from debug still getting the same error

Could you please share the app.xml file to check the configuration?

1 Like

Did you select the “use stored procedure” check box in application configuration?


if it is checked, uncheck the selection and use the query.

Regards,
Arun

1 Like

Hi @MADHAVREDDY,

Is it possible for you to share your application xml after removing your sensitive information?

Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.