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

推荐订阅源

T
Tenable Blog
Last Week in AI
Last Week in AI
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
H
Help Net Security
F
Fortinet All Blogs
MyScale Blog
MyScale Blog
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 司徒正美
量子位
N
Netflix TechBlog - Medium
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
Recorded Future
Recorded Future
博客园 - 三生石上(FineUI控件)
Vercel News
Vercel News
aimingoo的专栏
aimingoo的专栏
I
InfoQ
Microsoft Security Blog
Microsoft Security Blog
Scott Helme
Scott Helme
The Last Watchdog
The Last Watchdog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
IT之家
IT之家
AI
AI
WordPress大学
WordPress大学
Security Archives - TechRepublic
Security Archives - TechRepublic
Google Online Security Blog
Google Online Security Blog
U
Unit 42
V2EX - 技术
V2EX - 技术
MongoDB | Blog
MongoDB | Blog
Schneier on Security
Schneier on Security
博客园 - Franky
H
Heimdal Security Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Jina AI
Jina AI
W
WeLiveSecurity
P
Privacy & Cybersecurity Law Blog
Cloudbric
Cloudbric
B
Blog RSS Feed
N
News | PayPal Newsroom
S
Securelist
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
I
Intezer
Hacker News - Newest:
Hacker News - Newest: "LLM"
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
博客园_首页
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
雷峰网
雷峰网

博客园 - 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>