在我的Site Collection中有一个「页面」文件库, 里面有??10,000以上的aspx页, 由于超过List View Threshold, 好几个功能都出现「已禁止尝试的作业,因为该作业超过管理员强制设定的清单检视阈值」的错误
我尝试用档案总管开启, 然后用copy & paste方法抽到另一个文件库, 抄是抄了, 但打开时发现页面上的内文都不能显示出来。
我用notepad打开aspx看, 开头几行是这样的:
<%@ Page Inherits="Microsoft.SharePoint.Publishing.TemplateRedirectionPage,Microsoft.SharePoint.Publishing,Version=14.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" %> <%@ Reference VirtualPath="~TemplatePageUrl" %> <%@ Reference VirtualPath="~masterurl/custom.master" %><%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"><head>
<!--[if gte mso 9]><SharePoint:CTFieldRefs runat=server Prefix="mso:" FieldList="FileLeafRef,Comments,PublishingStartDate,PublishingExpirationDate,PublishingContactEmail,PublishingContactName,.........."><xml>
<mso:CustomDocumentProperties>
看来这些aspx页都是custom content type以及有自己的layout的... 但是我不太懂这方面, 可以教我一下怎样搬才对吗?
------解决思路----------------------
一般有两种方式吧:
1. 在管理中心中增加这个最大的阀值,让视图能够正常打开,或者使用索引列
2. 使用explorer view打开,然后操作页面文件
------解决思路----------------------
log中有错误信息吗? 如果是在同一个Site Collection中搬家,应该不会有content type和layout方面的问题。
另外”档案总管“是指什么?
------解决思路----------------------
有没有想过使用第三方的工具什么的。
------解决思路----------------------
那还不如自己写个程序了,将现有的页面归档都别的地方去,这样比较靠谱