MySite 文件创建时未发现错误?
对于一个用户 mysite 创建错误(对于所有其他创建 mysite 的用户都创建得很好)。创建 mysite 时会抛出错误 400(错误请求)。
我尝试使用以下命令删除网站。它的投掷错误。
stsadm -o deletesite -url "http://mysite/personal/0011585"
错误:
The system cannot find the path specified. (Exception from HRESULT: 0x80070003)
即使我尝试从 SSP 中删除站点。 (管理个人网站)
File Not Found. at Microsoft.SharePoint.Library.SPRequestInternalClass.OpenWebInternal(String bstrUrl, Guid& pguidID, String& pbstrRequestAccessEmail, UInt32& pwebVersion, String&
pbstrServerRelativeUrl, UInt32& pnLanguage, UInt32& pnLocale, String& pbstrDefaultTheme, String& pbstrDefaultThemeCSSUrl, String& pbstrAlternateCSSUrl, String& pbstrCustomizedCssFileList, String& pbstrCustomJSUrl, String& pbstrAlternateHeaderUrl, String& pbstrMasterUrl, String& pbstrCustomMasterUrl, String& pbstrSiteLogoUrl, String& pbstrSiteLogoDescription, Object& pvarUser, Boolean& pvarIsAuditor, Int32& plSiteFlags)
我应该如何清理这个网站?并重新创建一个新的?
for one user mysite created wrong ( for all others creating mysites are creating fine). While creating mysite it throws an error 400 (Bad request).
I try to delete site using below command. Its throwing error.
stsadm -o deletesite -url "http://mysite/personal/0011585"
error:
The system cannot find the path specified. (Exception from HRESULT: 0x80070003)
Even I tried to delete site from SSP. (Manage Personl site)
File Not Found. at Microsoft.SharePoint.Library.SPRequestInternalClass.OpenWebInternal(String bstrUrl, Guid& pguidID, String& pbstrRequestAccessEmail, UInt32& pwebVersion, String&
pbstrServerRelativeUrl, UInt32& pnLanguage, UInt32& pnLocale, String& pbstrDefaultTheme, String& pbstrDefaultThemeCSSUrl, String& pbstrAlternateCSSUrl, String& pbstrCustomizedCssFileList, String& pbstrCustomJSUrl, String& pbstrAlternateHeaderUrl, String& pbstrMasterUrl, String& pbstrCustomMasterUrl, String& pbstrSiteLogoUrl, String& pbstrSiteLogoDescription, Object& pvarUser, Boolean& pvarIsAuditor, Int32& plSiteFlags)
How should I cleanup this website? and recreat new one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您能否检查用户的个人资料并尝试清除存储用户 MySite URL 的字段。当 MySite 创建过程中发生错误时,SharePoint 会向此字段写入一条错误消息。只要此错误消息出现在该字段中,每次重新创建 MySite 的尝试都会失败。
我不确定这是否能解决您的问题,但您可以尝试一下。
Could you check the user's profile and try to clear the field which stores the URL to user's MySite. SharePoint writes an error message to this field when an error occurred during the MySite creation process. As long as this error message is in the field every try to recreate the MySite will fail.
I'm not sure if this will solve you problem, but you can give it a try.