19
Views
3
Comments
[FileSystem] Win32Error: 53 - Network Path Not Found with FileSystem Forge
Question
filesystem
Service icon
Forge asset by João Portela
Application Type
Service

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.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

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.

UserImage.jpg
LOKESH KUMAR THENNARASU

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.

2019-01-07 16-04-16
Siya
 
MVP

@LOKESH KUMAR THENNARASU : As mentioned by  @Kilian Hekhuisthere 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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.