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