Click HERE to see how Saviynt Intelligence is transforming the industry. |
01/05/2024 09:39 AM - edited 01/05/2024 10:04 AM
Hi,
we are using the custom JAR Connection and updated the below in externalconfig.properties file
fileDirectory.externalJarPath=/application_instance/custom_code/saviynt/Import/externalJar/
and upload the customJARConnector.
After I restarted the server.
When I submitted the new Account request after config the security system, endpoint, and jar connection.
CreateAccount method is called in the Custom JarConnector but user value and connectionJSON value is not populating in log.
Log-
Java code--
01/05/2024 10:16 AM
You need to use System.out.print
01/05/2024 11:44 AM
System.out.print is not displaying in log.
Java code-
01/05/2024 04:13 PM
I hope you restarted server
01/08/2024 05:59 AM
yes