Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

DB : Provisioning issue

nbillu
New Contributor II
New Contributor II

Hi all,

I am performing provisioning for db connector. By using stored procedure. But I am getting below error.

nbillu_1-1689236839088.png

Seems like an cursor issue. Could anyone please provide a solution on this.

Thanks,

Navya

 

2 REPLIES 2

Sivagami
Valued Contributor
Valued Contributor

Can you share the json you are using to provision?

Also share any error that you are seeing in Application Logs.

-Siva

CREATE ACCOUNT

{
    "CreateAccountQry": ["variable rc Number; EXEC QUANTR.updateUserAccountDetails_DDF('testJulyUser777', 1, 'GUITest', '1', :rc); print rc;"]
}

GRANTACCESS

{
    "Legal-Entity": ["variable rc Number; EXECUTE QUANTR.updateUserEntityAccess_DDF(22,'testJulyUser777', 1, 'GUITest');"],
    "Module": ["variable rc Number; EXECUTE QUANTR.updateUserModuleAccess_DDF ('testJulyUser777',3,'Read','GUITest'); "]
}

 

Error after running wsretryjob

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.