We are using file upload utility command to upload the delimiter feed file from file server to sailpoint ISC. we want to temporarily disable the aggregation for that delimited source. how to disable the aggregation
Hi @narayanag
Please check below ticket for resolution.
other useful links:
[SailPoint File Upload Utility - Compass]
File Upload Utility - CoLab / Community Tools - SailPoint Developer Community(https://community.sailpoint.com/t5/Professional-Services/SailPoint-File-Upload-Utility/ta-p/76392)
Hi @narayanag
Stop Uploading the File:
- Disable your file upload utility command/script: This is the most direct and recommended method. If you’re using a scheduled task (e.g., cron job, Windows Task Scheduler) or a script to run the file upload utility, simply disable that schedule or script.
- Rename or move the input file: If the utility is configured to look for a specific file name or in a specific directory, changing the file name or moving it out of the designated directory will prevent the utility from finding and uploading it.
Note: you can remove the SourceID
Hi @narayanag I second @pattabhi opinion and reply regarding the first solution which is:
- Disable your file upload utility command/script: which is the most direct and recommended method.
However, in case you need only to stop 1 app/source only then as @pattabhi mentioned to just remove the sourceID.