SSRS Subscriptions - Windows Share Error: Failure writing file: XXX : The network name cannot be found

StackOverflow https://stackoverflow.com/questions/23374386

Вопрос

When trying to create a subscription of a report, that delivers the report via Windows File Share, I am receiving this error:

enter image description here

This is a valid location, as demonstrated:

enter image description here

The report subscription values read:

enter image description here

The credentials for this report is vendoradmin. This user has full access to the directory:

enter image description here

Am I missing something?

Это было полезно?

Решение

The default setup for the D$ shares is for machine administrators. If the user account that SSRS is running under is not an administrator it will not be able to write to the share.

By using \localhost\D$ it is accessing the local D drive. It should work by just specifying D:\PrimeCare\import\sprinkle. Other users can then access the location with \{servername}\d$\PrimeCare\import\sprinkle

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top