导致SharePoint发生Timeout的几处门槛设置

IIS connection time-out setting

===========================

如何修改?

  1. Click Start, point to All Programs, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
  2. Right-click the virtual server that you want to configure, and then click Properties.
  3. Click the Web Site tab. Under Connections, type the number of seconds that you want in the Connection time-outbox, and then click OK.

web.config文件中的execution timeout的值

===========================

如何修改?

1. Use Notepad to open the Web application Web.config file. By default, this file is in the following folder:

Inetpub\wwwroot\wss\VirtualDirectories\VirtualDirectoryFolder

2. Change the following line in the file.

原始码

<httpRuntime maxRequestLength="51200" />

替换为

<httpRuntime executionTimeout="999999" maxRequestLength="51200" />

2012-07-11 更新:删掉了错误的SQL端timeout的内容.

更多信息详见文章SharePoint中遇到TimeoutSQL Server中的timeout设置

来源:

http://support.microsoft.com/kb/925083

时间: 2024-10-29 19:07:09

导致SharePoint发生Timeout的几处门槛设置的相关文章

SQL Server Always On模式导致SharePoint 配置向导报错

自从有了 SQL server 2012 Always On模式,有太多的前端应用得到了高效的持续性数据库支持, SharePoint 2013也不除外. 从最初的不支持,到升级为 SharePoint Server 2013 SP1 后的支持, 很多企业都喜欢选择这一高可用组模式来为SharePoint数据保驾护航.但是在长期的使用过程中,难免会遇到一些问题,特别是在升级了 Service Patch之后,重新运行SharePoint 配置向导的时候,会在即将结束的(Step 8 of 10

java在线聊天项目0.2版本 制作客户端窗体,使用swing(用户界面开发工具包)和awt(抽象窗口工具包) BorderLayout布局与GridLayout布局不同之处 JPanel设置大小

代码如下: package com.swift; import java.awt.BorderLayout; import java.awt.Color; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTextArea; i

SharePoint中遇到Timeout

使用SharePoint时会遇到不止一种的timeout(即超时)错误. 如果遇到了timeout, 该怎么区分呢? 大致上SharePoint可以控制和影响的timeout地方如下: 1. SharePoint管理中心中对于文件大小的限制, 默认50M. 2. SharePoint从SQL Server读取数据块的大小上限. Stsadm.exe –o setproperty –pn large–file–chunk–size –pv <size in bytes> 3. SharePoin

WDCP LNMPA和LNMP 504 Gateway time-out错误的解决方法

Nginx的特点是处理静态很给力,Apache的特点是处理动态很稳定,两者结合起来便是LNMPA,nginx处理前端,apache处理后端,这样处理静态会很快,处理动态会很稳定.当我以为安装完成以后便万事大吉,不料更新网站的时候却出现504 Gateway time-out;起初还以为这是偶然,多次尝试后依然出现这样的情况,因此才决定查找解决方法. LNMP面对504 Gateway time-out 因为504 Gateway time-out是Nginx的专属错误,因此起初我以为是nginx

SharePoint 2013 Disaster Recovery——迁移内容数据库

安装和配置SharePoint Farm时,一定要注意将内容数据库不要放在C盘,除非你的C盘能足够承受起日益增长的数据.由于在安装SQL SERVER中没有注意,我将数据库存放在默认的 C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA文件夹中.这时不幸的事情发生了,内容数据库增长过快直到将C盘撑暴,导致SharePoint Server发生意外故障. 所以,迁移内容数据库势在必行了. PowerShell查看

LNMPA遇到504 Gateway time-out错误的解决方法

Nginx的特点是处理静态很给力,Apache的特点是处理动态很稳定,两者结合起来便是LNMPA,nginx处理前端,apache处理后端,这样处理静态会很快,处理动态会很稳定. 当我以为安装完成以后便万事大吉,不料更新网站的时候却出现504 Gateway time-out;起初还以为这是偶然,多次尝试后依然出现这样的情况,因此才决定查找解决方法. LNMP面对504 Gateway time-out    因为504 Gateway time-out是Nginx的专属错误,因此起初我以为是n

增加cacti监控对象时导致无数据无图形出现

生产环境: 操作系统:CentOS release 6.8 (Final) 数据库:mysql 5.5.49-cll-lve 问题:在众多Cacti监控的对象中,由于增加一台服务器增加了一个了监控对象Windows系统,导致cacti在监控所有对象中仅有1个对象出图出数据. 分析: 1.图像没有生成,运行# /usr/bin/php /var/www/html/cacti/poller.php --force #出现数据了吗?2.权限问题,修改权限#chmod 777 -R /var/www/h

在SharePoint 2010中部署RBS

分类:             SharePoint              2015-01-28 10:12     62人阅读     评论(0)     收藏     举报 一.RBS(Remote BLOB Storage)简介 在SharePoint的大部分企业应用案例中,SharePoint都是要承担着非常繁重的文件管理工作,这些文件类型包括了Word文档,Excel文档甚至是数据量庞大的音频.视频文件.对于这些文件,SharePoint默认都是将它们以BLOB的数据形式存储在内容

什么是SharePoint?

在聊SharePoint开发之前,有必要说下什么是SharePoint. 在我工作的过程中,经常遇到客户对SharePoint不太了解的情况.有客户说,SharePoint太烂了,DropBox能做到的什么什么功能,SharePoint竟然做不到,很明显这种客户把SharePoint当成了一个云盘.那么什么是SharePoint呢? 根据Microsoft的说法,SharePoint是一个企业级的协作平台.这个说起来有点抽象啊 :) 那我们先看看SharePoint的发展历史吧.其实最开始的时候