Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Database Connector type is Oracle Provisioning comments is blank after completion of task.

GeSaviynt
New Contributor II
New Contributor II

Hi Team,

Issue is task is completed successfully and account is created in DB also, but provisioning comments and number of retries  for provisioning is blank in Saviynt.

Database type : Oracle

geeta_0-1662570950018.png

is it excepted behavior of DB connector? or is I am facing anything in configuration.

Thanks

Geeta

[This post has been edited by a Moderator to remove PII from the image..]

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

if task completed without error then retries & provisioning comments wont be updated.

 

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Thanks for quick response @rushikeshvartak 

kunaljain83
New Contributor II
New Contributor II

Can you pass request form attributes as an input parameter to the stored procedure. I have to do this as the stored procedure is on a remote server.

{

  "createaccountqry": "SET @xx_debug_flag := 1; SET @xx_debug_message := '${requestAccessAttributes.get('Attribute1')}' ; CALL staging.spCRHChgOwn(@xx_debug_message)"

}

{

  "createaccountqry": "SET @xx_debug_flag := 1; SET @xx_debug_message := '${Attribute1}' ; CALL staging.spCRHChgOwn(@xx_debug_message)"

}


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hi Rushikesh, 

It worked. What is the parameter for passing requestkey and requestaccess attributes array.