Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/19/2024 11:38 AM
We need to create analytics that displays the file name with a status as failure for Schema applications in Saviynt when we run the SchemaAccountJob. How do we get the data?
Solved! Go to Solution.
08/19/2024 11:46 AM
SELECT jobname,
jobstartdate,
jobenddate,
savresponse,
i.filename
FROM ecmimportjob e,
importlog i
WHERE jobname = 'SchemaAccountJob'
AND i.jobid = e.jobid
08/19/2024 11:54 AM
Thank you, @rushikeshvartak
Actually, we have a SFTP Download job (file transfer job) that pulls 50 files from SFTP location. The job is erroring out now with "file not found" error without specifying which file was not found. Is there a way to query which files were not found on SFTP location?
08/19/2024 01:06 PM
Its data issue. if its printing in saviynt logs then you can capture.