PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

SFTP JarConnector Issue

n1khil
New Contributor III
New Contributor III

Hey Folks,

Needed an help on SFTP JarConnector, Below is the JSON we have configured to send Saviynt Analytics report to target connection,

{
"fullyQualifiedClassName": "com.saviynt.connector.SFTPConnector.FileTransferUtilitywithargs",
"methodName": "saviyntFileTransfer_SFTP",
"arguments": {
"SFTPHOST": "${connectionJSON.SFTPHOST}",
"SFTPPORT": "${connectionJSON.SFTPPORT}",
"SFTPUSER": "${connectionJSON.SFTPUSER}",
"SFTPPASS": "${connectionJSON.SFTPPASS}",
"ACTION": "upload",
"SFTP_DIRECTORY": "/u01/apps/fix/UAT/releases/",
"SAVIYNT_DIRECTORY": "/opt/sharedappdrive/saviynt/reports",
"FILE_NAME_LIST": "XPRO",
"FILE_EXTENSION":".csv",
"SFTP_LOGFILE_DIRECTORY": "/opt/sharedappdrive/saviynt/Import/Datafiles/",
"SFTP_KEY_PATH": "/opt/sharedappdrive/saviynt/Import/Datafiles/",
"SFTP_KEYFILE_NAME": "sftp_key.csv",
"SFTP_ CERT _DEFAULT_PATH": "/opt/sharedappdrive/saviynt/Import/Datafiles/",
"LOG_FILE_AGE": "2"
}}

 

Analytics name is XPRO, whenever i'm trying to run the job in the logs it couldn't find the analytics generated file,i have tried using "FILE_NAME_REGEX::^XPRO_.+" regrex but still it says Number of Files Matching Regex For Upload ::0, we are currently on v5.5 3.19, 

Any help would be appreciated.

Thanks!

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

Did you defined report path in analytics as  /opt/sharedappdrive/saviynt/reports ?

rushikeshvartak_0-1702350780619.png

 


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

Hey @rushikeshvartak,

yes path (/opt/sharedappdrive/saviynt/reports/) is configured, if Analytics name is XPRO then what will be values for 

"FILE_NAME_LIST": "",

"FILE_NAME_REGEX":"",
"FILE_EXTENSION":".csv",

Thank you.