Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Schema Application - Failed File Names

Thriller
Regular Contributor
Regular Contributor

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? 

Thriller_0-1724092454390.png

 

 

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

rushikeshvartak_0-1724093152299.png

SELECT jobname,
       jobstartdate,
       jobenddate,
       savresponse,
       i.filename
FROM   ecmimportjob e,
       importlog i
WHERE  jobname = 'SchemaAccountJob'
       AND i.jobid = e.jobid 

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Thriller
Regular Contributor
Regular Contributor

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?

Its data issue. if its printing in saviynt logs then you can capture.


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.