SailPoint File Upload Utility 4.0.0

Hi,

I am utilizing a File upload utility to automatically upload a flat file in a delimited format. I have installed opendjk17. The following command is being used for aggregation, but it is resulting in a 500 exception being thrown.

java -jar sailpoint-file-upload-utility.jar --url https://tenant.api.identitynow.com/ --clientId ***** --clientSecret **** --file filepath -R

Can Someone please help?

Can you share a screenshot of the error you are getting?

There is a section about 500 Errors on the CoLab page, but that would suggest an issue on SailPoint’s end.

I was able to make it work below.

Can you make sure you are using a Personal Access Token for your Identity? Based on your Client ID, it looks like it was created through the API Management tab.

Page to create the PAT:

https://tenant.identitynow.com/ui/d/user-preferences/personal-access-tokens

1 Like

@ethompson Thank you very much! It is working fine after creating new clientid and client secret using PAT.

1 Like

@poison001 - This is showing a 500 Internal Server Error. Per our relevant File Upload Utility Troubleshooting section:

If you see a 500 Internal Server Error, this means there is a problem with the SailPoint Cloud processing itself. If you see this, it is best to reproduce the issue using the REST APIs and alert SailPoint Support.

Keep in mind that File Upload Utility doesn’t do any file processing itself. It merely looks for files and sends them to the cloud via APIs.

Hope this helps!

Think you meant @poison001

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.