惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
博客园 - Franky
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
量子位
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
V
Visual Studio Blog
雷峰网
雷峰网
T
Tailwind CSS Blog
宝玉的分享
宝玉的分享
Blog — PlanetScale
Blog — PlanetScale
有赞技术团队
有赞技术团队
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
T
The Blog of Author Tim Ferriss
U
Unit 42
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
阮一峰的网络日志
阮一峰的网络日志
Y
Y Combinator Blog

博客园 - KXLF

SharePoint 事件 2137 / 2138 :SharePoint 运行状况分析器检测到错误。驱动器的可用空间不足。 SharePoint 事件 7363:对象缓存:缓存使用的超级读者帐户没有足够的权限访问SharePoint数据库。 [转] geochart 地图控件官方示例 [转]Publishing files stored in the file system through external list(使用bcs映射文件系统) SPContext.Current.Web.CurrentUser 为 null [转]Use PowerShell to Manage Lists, Views, and Items in SharePoint(使用PowerShell管理列表、视图、列表项) 连接TFS服务器记住密码。 [转]Login over HTTPS from HTTP pages(使用https登陆) [转]How to Handle Long PowerShell Statements(在PowerShell中使用多行模式) [转]How to use String.Format in PowerShell?(如何在PowerShell中使用string.format?) 推荐一个电子书网站,里面关于SharePoint的英文书籍有很多。 SharePoint 2010 术语表 [转]SharePoint 2010: Client Object Model for JavaScript (ECMAScript)(使用客户端对象模型) [转]Importing documents to Document Libraries with Mavention Import Document Library Contents(使用VS插件导出文档库内容定义) [转]Import List Instances and their data with Mavention Import List Instance(使用VS插件导出列表数据定义) [转]how to programatically access built-in properties of open xml word doc(如何读取open xml格式文档属性) [转]Content targeting for anonymous users with SharePoint Server 2010(给匿名用户配置外部配置文件) [转]Allowing anonymous users access to SharePoint user's profile pictures(允许匿名用户访问用户配置文件中的头像图片) [转][MS-MAVA]: Microsoft Office SharePoint Server (MOSS) Analytics View Access Protocol Specification
Outlook 2007 同步到本地的SharePoint文档库,点击不同文件夹...
KXLF · 2011-12-29 · via 博客园 - KXLF

一、环境

a)         版本:SharePoint 2010

b)         访问方式:https + IP

c)         客户端:outlook 2007

二、现象

a)         使用https+ip打开网站中的文档库,点击ribbon的“连接到outlook”。

b)         将连接添加到outlook,并开始同步文档。

c)         同步完成后,点击outlook左侧文档库中的不同文件夹,这时会弹出登陆框。并且输入正确的用户名密码无法登陆。

三、原因

a)         Outlook 2007 同步文档库,连接Sharepoint时,使用的是ip访问,但是切换文档库时候会使用机器名的方式请求。

b)         因为站点证书是发给IP地址的,所以通过机器名请求会失败。

四、解决

a)         将该web应用程序的备用访问映射设置成只有https+IP的方式,去除https+机器名。

b)         这样,outlook就都是请求ip而不是机器名了。切换文件夹就不会再弹出登陆框。

五、其他

a)         给客户端office 2007安装SP3补丁,并重启、重新添加文档库连接,依旧存在此问题。

b)         如果爬网内容源使用的是机器名,需要改成目前设置的Http+IP方式。证书安装正确的话,爬网正常。