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

推荐订阅源

M
MIT News - Artificial intelligence
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
J
Java Code Geeks
G
Google Developers Blog
美团技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
腾讯CDC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
The Blog of Author Tim Ferriss
月光博客
月光博客
B
Blog
WordPress大学
WordPress大学
云风的 BLOG
云风的 BLOG
博客园_首页
人人都是产品经理
人人都是产品经理
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
Jina AI
Jina AI
S
SegmentFault 最新的问题
H
Help Net Security
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
Google DeepMind News
Google DeepMind News

博客园 - 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方式。证书安装正确的话,爬网正常。