Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

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

sk
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

@sk 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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.