Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/29/2023 07:56 AM
Hello,
I can execute a job manually via Saviynt Admin Console. but when I execute the same job via REST API, the API throw HTTP 500 error code with Internal Server Error but no detail / root cause message.
There is no log error message in Log Viewer either. How can I troubleshoot such issue?
See attached screenshot. I create a File based Account Import (SchemaAccountJob ) job named
Solved! Go to Solution.
05/29/2023 03:20 PM - edited 05/29/2023 05:54 PM
05/30/2023 09:41 AM
Thank you very much for your help! Can you point me a document link where to learn these jobname, jobgroup information? I want to streamline job creation and jon running via REST API. but not sure how to create a job because I cannot figure out all required parameters and what it means etc. the example in REST API does not help because the example is so simple.
Thanks
05/30/2023 10:23 AM
I dont see all the information being present in the API Documentation.
But you can find this information in 2 ways,
From DB, check qrtz_triggers table where all the information about trigger_group, job_name and job_group will be available for all the jobs.
Another way , is from the developer tool on the browser , if there is a job present in the system , then run that job, and in developer tool during that time, all these details will be populated , like the API which was called to run the job , what is the payload that was passed.
Hope this helps!!
05/29/2023 04:26 PM
Can you try with below and check?
Jobname= SchemaAccountJob -- if running account schema import
SchemaEntitmentJob -if running entitlement schema import
SchemaUserImport- if running user schema import
Jobgroup= Schema