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

Upload using SFTP Connector

saivalluri
New Contributor
New Contributor

I followed steps in https://docs.saviyntcloud.com/bundle/SFTP-Certified-v23x/page/Content/Configuring-the-Integration-fo.... However, not successful in finding and uploading report output to SFTP. 

Option1:

[
{
"eic_src_dir":"Reports/Analytics/",
"target_dir":"/AccessQA/output_AccessQA/",
"regex_list":["^.*\\.zip"],
}
]

Option2:

[
{
"eic_src_dir":"Reports",
"target_dir":"/AccessQA/output_AccessQA/",
"regex_list":["^.*\\.zip"],
}
]

Job for upload shows success. But no good information in Logs or other details.

saivalluri_0-1699483014040.png

File did not land in destination. 

Any advise?

 

 

4 REPLIES 4

Saathvik
All-Star
All-Star

@saivalluri : Can you please share the analytics configurations? What options you choose save data?

When you run analytics do you see any result?


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

saivalluri
New Contributor
New Contributor

@Saathvik Analytics configured with Save To File "Anallytics/" . I do see output when I ran and can download from history. Also able to email. Goal is to transfer this report to sftp server. 

saivalluri_0-1699485688589.png

 

@saivalluri: Try this Format

 

[
    {
        "eic_src_dir": "Reports/Analytics/<AnalyticsName(casesensitive)>/",
        "target_dir": "/AccessQA/output_AccessQA",
        "regex_list": ["^.*\\.zip","^.*\\.csv"]
    }
]

 

 


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

what is report name ? if report name have space remove it

/saviynt_shared/reports/Archive/Analytics/REPORTNAME


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