Click HERE to see how Saviynt Intelligence is transforming the industry. |
02/08/2024 04:42 AM
Hi.
I want to put analytics report file to SFTP server.
https://docs.saviyntcloud.com/bundle/SFTP-Certified-v23x/page/Content/Configuring-the-Integration-fo...
But, it does not work.
Analytics configuration
SFTP connection
Also, below are failed.
[
{
"eic_src_dir":"Reports/Analytics/R-TestSFTP/",
"target_dir":"/tmp/",
"file_list":["*.zip","*.csv"]
}
]
[
{
"eic_src_dir":"/saviynt_shared/reports/Analytics/R-TestSFTP/",
"target_dir":"/tmp/",
"file_list":["*.zip","*.csv"]
}
]
How to put report file to SFTP server?
Best Regards,
02/08/2024 08:56 PM
Refer https://forums.saviynt.com/t5/identity-governance/upload-using-sftp-connector/m-p/60399
02/08/2024 09:18 PM
@rushikeshvartak
Thanks.
But, I have read the forum you mentioned.
And, below is failed.
[
{
"eic_src_dir": "Reports/Analytics/<AnalyticsName(casesensitive)>/",
"target_dir": "/AccessQA/output_AccessQA",
"regex_list": ["^.*\\.zip","^.*\\.csv"]
}
]
03/29/2024 05:49 PM
03/29/2024 08:07 PM
Any error in logs
03/29/2024 08:26 PM
File transfer working fine, but sending zip formmated file from analytics location. customer would like to get only csv file to their location with specific name format like below. Could you please suggest us what are best options we have to store file in the below format and send accordingly.
"TestUploadReport_MMDDYYYY.csv"
But Saviynt transfer file from analytics folder as src to sftp location in zip formmated file.
03/29/2024 08:34 PM
You need to use custom jar code to extract zip file and send required file to client sftp.
03/29/2024 09:05 PM
Could you please direct me to document or guide how to use custom jar to implement this use case?
Is SFTP connector still need right to transfer file to sftp location?
04/01/2024 08:58 AM
Custom jar is not need to standard moving files. since you need csv file from zip hence you need custom extenstion