06/13/2023 11:53 PM
Hi Team,
we are getting below error in logs while transferring the files.
\"Blocked due to Guardrail\ error.
when we are trying with different file formats it is showing file not found error.
java.io.FileNotFoundException: /saviynt_shared/reports/admin/DeciseoFREMEA.csv (No such file or directory). please help us with this issue. |
06/14/2023 12:43 AM
Please validate the path, refer to following document : https://docs.saviyntcloud.com/bundle/SFTP-Certified-v23x/page/Content/Configuring-the-Integration-fo...
When you specify DataFiles, files are downloaded in the /saviynt_shared/saviynt/Import/Datafiles directory.
When you specify SchemaFiles, files are downloaded in the /saviynt_shared/saviynt/Import/SAV directory.
When you specify LogStash, files are downloaded in the /saviynt_shared/saviynt/Import/Datafiles/Logstash
06/14/2023 01:16 AM
Hi @RakeshMG,
We want to transfer the files from saviynt to the sftp location.
In documentation to import the files from sftp loaction into Saviynt they gave the data files path.
We tried with same datafiles path we are getting an error as below:
Error in generateInputAttrsforPush | JSONObject["/saviynt_shared/saviynt/Import/Datafiles"] not found. |
jobnamelabel | FileTransferJob |
Error in putFilesInTarget | JSONObject["SourceDirectory"] not found. |
Should we raise a saviynt ticket for this issue?
Best Regards,
Aditya Chadde
06/19/2023 01:16 AM
Hi Team,
Would it be possible to receive any updates on this issue?
This is a blocker for our development. It's causing significant issues for our progress.
Best Regards,
Aditya Chadde
06/19/2023 11:17 PM
Could you please share files_to_put json
06/19/2023 11:43 PM
Hi Rakesh,
Please find the below json
[
{
"eic_src_dir": "Reports",
"target_dir": "/cdio/in/DECISEO/SAVDAT01",
"regex_list": ["DeciseoFREMEATest.*\\.csv"]
}
]
Best Regards,
Aditya Chadde