The File Upload Utility was moved to the Developer CoLab awhile back. The latest release is linked above, but the Compass Community page wasn’t updated.
Thanks you so much @neil_mcglennon. I have tried using new utility in our test tenants and it’s working amazing (Feed file with short ID in filename). I am aware that new utility will work with short ID as well. The question is, can we still keep short source ID’s in our daily feed files for current sources? Would it impact anything in near future or we need to change filenames with long IDs for existing sources? Going forward for new sources we will make sure to use long source IDs.
Hi @Shubhams_009 - Thanks for the feedback! Glad things are working well. The new File Upload Utility will work with both short (old) and long (new) source IDs. However, if you provide a short ID, that does require a lookup. That lookup does add additional overhead, and could fail or not exist in some cases. The best long-term option is to use long source IDs going forward, as it has everything it needs in order to aggregate the files.
Java - is a Java based application and requires Java Development Kit (JDK) 11 or higher to run. We build and test against OpenJDK 11 as well as OpenJDK 17.
Network - This also requires external, outbound access over HTTPS (443) via REST API calls to the SailPoint Cloud as indicated by the URL you configure the File Upload Utility.
The script kicks off, however, the 401 (Unauthorized) Error is received:
Checking credentials…
Error Logging into Identity Security Cloud. Please check your credentials and try again. [Error authenticating with credentials: 401 ]
We attempted to create a new PAT and same same issue, jar command runs from a command prompt but not the PS script.
@RArroyo - At first pass this like an options naming issue. Per the documentation, the options for your PAT should be --clientSecret and --clientId, not --client_secret and --client_id. You shouldn’t need to put them in quotes either (unless that was just for the forum). Feel free to see the usage example here for additional reference. Hope this helps!
I received the reminder email from Sailpoint about the deprecation of non-public APIs. It also talks about the new File Upload Utility but doesn’t indicate the when the prior version will stop working. Is there a date we should expect that to quit working?
Older File Upload Utility versions (3.x or earlier) use CC APIs, and therefore will stop working when these CC APIs are deprecated. This is why we developed File Upload Utility 4.0 which uses the new APIs.