惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
Microsoft Security Blog
Microsoft Security Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
V
Visual Studio Blog
宝玉的分享
宝玉的分享
IT之家
IT之家
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
I
InfoQ
B
Blog RSS Feed
T
Threatpost
博客园_首页
M
MIT News - Artificial intelligence
Spread Privacy
Spread Privacy
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Know Your Adversary
Know Your Adversary
U
Unit 42
Engineering at Meta
Engineering at Meta
C
Cyber Attacks, Cyber Crime and Cyber Security
月光博客
月光博客
Scott Helme
Scott Helme
T
Tor Project blog
有赞技术团队
有赞技术团队
AWS News Blog
AWS News Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Last Week in AI
Last Week in AI
S
Schneier on Security
Vercel News
Vercel News
博客园 - Franky
C
Cybersecurity and Infrastructure Security Agency CISA
L
LINUX DO - 热门话题
NISL@THU
NISL@THU
L
LangChain Blog
爱范儿
爱范儿
Google DeepMind News
Google DeepMind News
The GitHub Blog
The GitHub Blog
雷峰网
雷峰网
Latest news
Latest news
C
CXSECURITY Database RSS Feed - CXSecurity.com
Hugging Face - Blog
Hugging Face - Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
www.infosecurity-magazine.com
www.infosecurity-magazine.com
G
GRAHAM CLULEY
S
Security Affairs
A
About on SuperTechFans
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
大猫的无限游戏
大猫的无限游戏
W
WeLiveSecurity
Cisco Talos Blog
Cisco Talos Blog
罗磊的独立博客

博客园 - ocean

系统升级日记(4):如何快速的修改Infopath中的各种URL 系统升级日记(3)- 升级SharePoint解决方案和Infopath 系统升级日记(2)- 升级到SharePoint Server 2013 系统升级日记(1)- 升级到SQL Server 2012 一边是招人难,一边是找工作难,这个世界真的很有意思 SharePoint2010-CustomAction中的ContentTypeId属性已经消失了 office2010和sharepoint2010可以下载了? 一个子目录里放100W个文件及SQL Server File Stream中放100W文件,会怎么样? Prism2.0之自定义ModuleCatalog(for Silverlight) Teched2008 DEV301 ADO.NET Data Service资料下载 Teched 2008课程:ADO.NET Data Service & UC开发概览 我的基于Silverlight2的相册,也刚刚升级到了RTW了。 很囧,请大家不要给我留言 在MOSS中给增强型RTF字段增加按钮 在MOSS中实现自动上传图片 我也谈谈执行力 微软新技术巡展活动 将网站从WSS2.0升级到WSS3.0的心得 借宝地宣传一下:海洋工作室sps2007版用户系统正式运行!
在Windows Server2008中运行MOSS不能启动Excel Service的问题
ocean · 2007-09-09 · via 博客园 - ocean

      如果你现在使用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>