We are encountering an issue with the Global Settings → Import Files functionality. The file import works as expected on Tomcat 9.0.74 with SailPoint IdentityIQ 8.3p3. However, after upgrading the Tomcat version, the import operation fails silently—files are not imported, and no errors are logged or displayed. Please let me know if any suggestion
Check the logs, it might help you to get the underlying cause. Most probably it’s space issue on the server. try to delete some old logs just to check the temperature.
Hi @pattabhi I removed the work and temp folder from Tomcat and restarted but those two folders were not generated and tried to import but was not successful.
I only saw the error below, I’m not sure if it’s related to that.
WARNING: Cannot create temporary files. Multipart attachments will be limited to “4,096” bytes.
java.io.IOException: The system cannot find the path specified
@pattabhi I have created temp folder with full permissions, updated configuration in identityiq settings and added -Djava.io.tmpdir=D:\Instances\Tomcat9\temp into seten.bat file but files are not importing
Hey @sureshbomm, it’s not a good practice to give full control to Tomcat as root. If you are in linux, all the server applications are host under www-data group, therefore we follow conventions.
Telling you this by experience, in long term you will find the issues when integrating with third parties.