Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reporting services SSRS:写入文件失败<;servername>;找不到网络名称_Reporting Services_Ssrs 2008_Sql Server 2012_Ssrs 2012 - Fatal编程技术网

Reporting services SSRS:写入文件失败<;servername>;找不到网络名称

Reporting services SSRS:写入文件失败<;servername>;找不到网络名称,reporting-services,ssrs-2008,sql-server-2012,ssrs-2012,Reporting Services,Ssrs 2008,Sql Server 2012,Ssrs 2012,我是MS SQL和SSRS的新手。我尝试通过邮件和Windows文件共享发送报告。但我得到了这个错误 写入文件\ogdtek\reports\Report2失败:网络名称 找不到 日志文件在这里。错误在哪里?报告或保存到路径(\ogdtek\reports\Report2)时。我可以看到有关的报告 http://localhost/Reports/Pages/Report.aspx?ItemPath=%2fReportProject2%2fReport2 at System.IO

我是MS SQL和SSRS的新手。我尝试通过邮件和Windows文件共享发送报告。但我得到了这个错误

写入文件\ogdtek\reports\Report2失败:网络名称 找不到

日志文件在这里。错误在哪里?报告或保存到路径(\ogdtek\reports\Report2)时。我可以看到有关的报告

http://localhost/Reports/Pages/Report.aspx?ItemPath=%2fReportProject2%2fReport2

       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
   at Microsoft.ReportingServices.FileShareDeliveryProvider.FileShareProvider.SaveReport(Notification notification, SubscriptionData d)
subscription!WindowsService_8!770!12/04/2013-01:27:16:: i INFO: Error writing file Report2 to path \\ogdtek\reports
notification!WindowsService_8!770!12/04/2013-01:27:16:: e ERROR: Error occurred processing subscription 068c6fdd-b076-4504-b3bc-9ce8459fce84: Failure writing file \\ogdtek\reports\Report2 : The network name cannot be found.
谢谢。抱歉,英语不好

请尝试不带括号的(\\ogdtek\reports\Report2)


我想你错过了领先的(\)

嗨,我收到了同样的错误,这让我发疯。我最终需要启用文件夹以便与网络服务用户共享。不确定这是否合适/安全,但对我有效

我正在使用Windows 8.1 Pro,我转到文件夹并右键单击。然后我转到属性,然后是共享选项卡。单击共享。。。并添加了“网络服务”,我还将权限级别更改为读/写

我还为访问文件夹的用户和网络服务授予了完全权限级别,但您可能只需要添加读写执行权限。要执行此操作,请再次右键单击文件夹并转到“安全”选项卡。单击编辑。。。然后添加。。。在文本块中键入您的用户,然后单击检查名称。那好吧。然后设置该用户的权限。对网络服务也要这样做


我注意到的另一件事是,如果我试图用文件夹中已有的文件名保存报告,则会出现错误。(只是提醒一下…

谢谢你的回答。我添加了相同的日志和错误消息