Creating file in UNIX server from windows System

Hi All,

We are trying to create file in UNIX server location from windows server. We are able to create the file from Eclipse, but when we tried to create the file from Sail Point IIQ we are getting the following error “The application script threw an exception: java.io.FileNotFoundException: \sample\temp\loc\field\group\SailPoint\Emp\TempFile.txt (The network path was not found) BSF info: Zoom_Testing at line: 0 column: columnNo”.
File Creation Location : \sample\temp\loc\field\group\SailPoint\Emp.

Any help will be useful. Please let us know if we are missing anything.

Thanks & Regards,
Prathyusha

Hello @Prathyusha_174,

May you express more details regaridng the use case here.

I am guessing you have an IIQ instance which sits on Tomcat on a Windows server, and you have a logic to create a file on a remote unix server file system, am I correct here? If that’s true may you share more information regarding what’s you method to achieve this?

Best Regards,

Unix file systems use forward slashes (/), while Windows filesystems use back slashes (\). The error message you shared is has backslashes in the file path you are looking for, which wouldn’t be correct on a Unix machine. It might be worth making sure you are using forward slashes when creating the file on the Unix machine.

1 Like

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