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

Can we trigger java function in AccountImportjson for DB connection.

gwagh
Regular Contributor
Regular Contributor

Hi Team, 

 

We have a requirement to run stored procedure in AccountImport json. we tried to run stored procedure in Json but not working. So thinking to run it using java code so can we build java function and can we are that function in Account Import json in DB connection ?

4 REPLIES 4

nimitdave
Saviynt Employee
Saviynt Employee

Stored procedure can be invoked and used in database account import. Please share the error you see when using stored procedure. The only thing is stored procedure should return endpoint and security systems also in result set.

No, we cannot invoke java jar from database account import.

gwagh
Regular Contributor
Regular Contributor

Got it, SP that can be invoked in json. There is no error for SP but java function I was asking.

nimitdave
Saviynt Employee
Saviynt Employee

No , you cannot invoke java function in accountimportjson.

rushikeshvartak
All-Star
All-Star

Json ? Account Import is XML and you call provided mandatory columns are returned from stored procedure.

if you want to invoke java function better you use jar connector


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