SQL Server Filestream error message The system cannot find the path specified

Paolo Taverna 96 Reputation points
2025-01-28T14:45:08.91+00:00

Using SQL Server 2022 Standard Edition. SQL Server runs on Windows Server SRVSQL. The software client runs Windows Server SRVAPP.

When i run our software client on Windows Server SRVSQL the Filestream Documents can be saved in the SQL Server.

If i run the same Software client on the Windows SRVAPP i get the error Message "The system cannot find the path specified" when i execute "System.Data.SqlTypes.SqlFileStream.OpenSqlFileStream"

I checked the ports on the Firewall. Port 139, 445, 1434 and the SQL Server Instance Ports are open.

I logged in with the same Windows User on SRVAPP und SRVSQL.

The network looks like this: \SRVSQL\InstanceName\v02-A60EC2F8-2B24-11DF-9CC3-AF2E56D89593\INNO\dbo\DOKUMENTDATA19\DokumentData\97059726-7EDD-EF11-A22C-9B7F16CF19C0\VolumeHint-HarddiskVolume4

Cant find any further information about this issue.

Any hint is very appreciated

Kind regards

Paolo

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,432 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Javier Villegas 900 Reputation points MVP
    2025-01-29T19:18:28.7466667+00:00

    Hi @Paolo Tavera

    Please check that the login/user that you are using to connect to the database has enought rights on the database. also see if you can open File Explorer and connect to the FT folder Or you can open SSMS and right click over the table to browse the folder

    Regrds

    Javier


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.