Hi everyone,
I’m exploring how to set up a daily automation using the SailPoint File Upload Utility to push a CSV file with account/entitlement data into IdentityNow. The file is generated daily by an external system (DelimitedFile-style export).
I’m trying to figure out the best approach for where and how to schedule this process .
Would it make sense to:
- Drop the file onto a Virtual Appliance or a Windows Server with IQService ?
- Then schedule the tool (e.g., via
cron
, Windows Task Scheduler, or another method) directly on that machine to run daily?
I’d really appreciate any guidance or examples from the community on how you’ve handled similar setups—especially around where to host the process and any best practices or gotchas to watch out for.
Thanks a lot in advance!
Kind regards,
Paolo