询问者
CiSvr服务的事务处理响应超时,请问一下该怎么找造成此错误的原因

问题
-
各位高手~~~
WIN2K3 用户在共享文件夹中搜索文件时超时,查看日志如下,请问一下该如何找寻相关错误问题原因。
有知道原因的也请告知,谢谢
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7011
Date: 2009-8-3
Time: 12:40:54
User: N/A
Computer: xxxxxxx
Description:
Timeout (30000 milliseconds) waiting for a transaction response from the CiSvc service.For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
- 已编辑 a.0-0_ 2009年8月3日 5:52
全部回复
-
你可以尝试以下操作,但操作记得备份好注册表。
- 单击 开始 ,单击 运行 ,键入 regedit 。
- 找到并单击下面的注册表子项:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
- 在右边的窗格找到 ServicesPipeTimeout 项。
请注意 如果不存在 ServicesPipeTimeout 项,您必须创建它。 涓烘 请按照下列步骤操作: - 在 编辑 菜单上指向 新建 ,然后单击 DWORD 。
- 键入 ServicesPipeTimeout ,然后按 Enter。
- 用鼠标右键单击 ServicesPipeTimeout ,然后单击 修改 。
- 单击 十进制 键入 60000 ,然后单击 确定 。
此值代表时间以毫秒为单位),服务超时之前。 - 重新启动计算机。
-
或者参见以下两组地址信息:
http://support.microsoft.com/kb/922918/zh-cn
http://www.microsoft.com/technet/support/ee/transform.aspx?ProdName=Windows%20Operating%20System&ProdVer=5.2&EvtID=7011&EvtSrc=Service%20Control%20Manager&LCID=1033