Hi @João Portela
Getting 'Win32Error: 53 (Network path not found)' when listing/write to a shared folder using FileSystem Forge. How can I resolve this access issue?
its an On-premise application.
Hi Lokesh,
This simply means you are trying to write to a network path that is not available from the front-end server that runs your application. This is typically a configuration issue, not something you can solve with Outsystems.
Hi @Kilian Hekhuis,
Where I can find the parameters to configure, is there any documents I need to refer, can you help me on this.
@LOKESH KUMAR THENNARASU : As mentioned by @Kilian Hekhuis, there are no parameters to configure on the OutSystems side. Since this is an on-premise installation, please log in to your front-end server and check whether you can access the shared drive directly from there.
If the drive is not accessible from the front-end server, that would explain the issue.
Additionally, it's possible that the IIS application is running under a user account that doesn't have the necessary permissions to access the shared drive. I recommend reaching out to your network administrator to verify access rights and ensure the correct user permissions are in place.