



























如果你现在使用Windows Server 2008 beta3 来运行MOSS2007,那么你可能会遇到一个我问题,就是MOSS2007中的Excel Calculation Service 无法启动,这是Windows Server 2008 beta3中的一个已知Bug,并且这个Bug在下一个版本里面将会修复。你可以采用下面的命令启动Excel Calculation Service。
STSADM.EXE -o provisionservice -action start -servicetype "Microsoft.Office.Excel.Server.ExcelServerSharedWebService,Microsoft.Office.Excel.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
运行完后你就可以看到Excel Calculation Service正常启动了。执行得界面如下:

启动后出错的界面:
同时你在系统日志中会发现下面的记录:
Log Name: Application
Source: Windows SharePoint Services 3
Date: 2007/9/4 23:24:02
Event ID: 7034
Task Category: Topology
Level: Error
Keywords: Classic
User: N/A
Computer: vhaijulonghorn.fareast.corp.microsoft.com
Description:
An attempt to start/stop instance of service Excel Calculation Services on server VHAIJULONGHORN did not succeed. Re-run the action via UI or command line on the specified server. Additional information is below.
Failed to resolve the site ID for 'Office Server Web Services'.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Windows SharePoint Services 3" />
<EventID Qualifiers="0">7034</EventID>
<Level>2</Level>
<Task>807</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2007-09-04T15:24:02.000Z" />
<EventRecordID>4113</EventRecordID>
<Channel>Application</Channel>
<Computer>vhaijulonghorn.fareast.corp.microsoft.com</Computer>
<Security />
</System>
<EventData>
<Data>
</Data>
<Data>Excel Calculation Services</Data>
<Data>VHAIJULONGHORN</Data>
<Data>Failed to resolve the site ID for 'Office Server Web Services'.</Data>
</EventData>
</Event>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。