积极答复者
wss3.0 error

问题
-
我平时用以下命令备份wss3.0都没有问题
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>stsa
dm.exe -o backup -url http://192.168.1.5 -filename f:\wss_backup\wss3-07.data -o
verwrite
几天前开始出现如下错误导致备份失败,
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
查了下日志,发现有很多9002的错误,如下:
The description for Event ID ( 9002 ) in Source ( MSSQL$MICROSOFT##SSEE ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: SharePoint_Config_1764c9a0-5cbd-4d09-9ffa-d4b901b11142.
谢谢
andy tan
答案
全部回复
-
sharepointc_config数据库的日志原来有5G多,我做了shrink database后,现在很小了;
但是我发现现在在SMSE管理工具中,SharePoint_AdminContent,sharepoint _search数据库属性都无法打开,得到下面的提示:
event viewer中出现了id:6398/3760的错误信息(原来的9002错误已经没有):
Event Type: Error
Event Source: Windows SharePoint Services 3
Event Category: Timer
Event ID: 6398
Date: 2012-08-07
Time: 14:05:57
User: N/A
Computer: CIGERP1
Description:
The Execute method of job definition Microsoft.SharePoint.Search.Administration.SPSearchJobDefinition (ID c3830fd6-9263-41dd-8814-a6eca1146356) threw an exception. More information is included below.Cannot open database "WSS_Search_CIGERP1" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
andy tan
-
Hi andy,
一般出现数据库无法访问,可能有以下两种原因。
1.你修改了域账户SharePoint场管理员的密码,建议你到IIS中,找到SharePoint场的应用程序池,点击右键,会有一个Identity选项,你可以将你的场管理员的用户名和密码重新输入,保存退出。
2.按照下面的链接提供的方法,将'NT AUTHORITY\NETWORK SERVICE'账户赋予dbowner的权限。
Thanks,
Jack