We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

Multiple Directories/Folders are not processing by JARconnector

sgudimetlanagav
New Contributor
New Contributor
We have implemented jar connector and we have multiple directories for each application where we are maintaining the FEED files. Now we are trying to get the feed files using same job but it is capturing only from one directory where we have multiple directories.
ImportAccount JSON String
"SFTP_DIRECTORY":"/App1/Dir1/",
"SFTP_DIRECTORY":"/App2/Dir1/",
Example Folder Structure
Path: \\testEnv\FileTransfer\DEV\App1\Dir1
                                                     \DEV\App2\Dir1
                                                     \DEV\App3\Dir1
                                                      \DEV\App4\Dir1
2 REPLIES 2

rushikeshvartak
All-Star
All-Star

You need to have multiple connection per application or you can change code to meet your requirements but changing code will impact in case of debugging which line of code is failed 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

sgudimetlanagav
New Contributor
New Contributor

Thank you for the input. could you please let me know Changing code means if can add multiple directories ImportAccount JSON String in connection?