【发布时间】:2013-08-06 17:59:05
【问题描述】:
我已经为 Sharepoint 2013 的自定义 BCS 索引连接器示例配置并运行了从 MSDN 网站获取的示例代码:
http://code.msdn.microsoft.com/SharePoint-2013-MyFileConne-79d2ea26
在意图爬取期间,爬虫在爬取日志中显示此错误:
myfile://servername/CustomConnectorTest 爬取 LOB 内容时出错。 (异常导致的错误:System.UnauthorizedAccessException 对路径'\servername\CustomConnectorTest\MyFileModel.xml'的访问被拒绝。)
关于我为什么会收到此错误的任何想法?我涵盖了所有显而易见的内容(文件共享/文件夹具有正确的权限,默认内容访问帐户具有正确的权限等)。
【问题讨论】:
标签: search indexing web-crawler sharepoint-2013