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

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
G
Google Developers Blog
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
爱范儿
爱范儿
B
Blog
云风的 BLOG
云风的 BLOG
H
Hackread – Cybersecurity News, Data Breaches, AI and More
GbyAI
GbyAI
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
博客园_首页
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence

博客园 - Snapping

PLSQL-Developer beautifier xml skill note Delete temp files to get more disk space 设置控件text(兼容浏览器) Oracle: where to add tns key sql server process query Default permissions and user rights for IIS 6.0 C#获取项目程序路径的方法 Get the source code via a url __doPostBack ASP.NET 2.0 中的UrlRewrite var container = $get('divA'); var links = container.getElementsByTagName("A"); static variables and web.config file Register dll for asp application The report server cannot decrypt the symmetric key 泛型 List 和 Dictionary 类的互相转换 短歌行 CSS: 在半透明的层上放一个不透明层 技巧和诀窍;在VS 2005里优化ASP.NET 2.0Web项目的Build性能
install report server
Snapping · 2008-02-20 · via 博客园 - Snapping

1. uninstall sql server2005,
2. uninstaill vs2005
3. uninstaill .net framework2.0
4. install sp3 for sql2000
5. install report server for sql 2000 xp

But I met the problem error info at the end of the installing:

Error 1920. Service 'ReportServer' (ReportServer) failed to start.  Verify that you have sufficient privileges to start system services.

Then I found the post from http://www.sqlreportingservices.net/Ask/4743.aspx

My problem is solved; I think you only need to change the installation path of RS during the setup, but the following are the steps I follow:

 1. Uninstall RS
 2. Clean all signs of RS in the registry, the service and components
     Delete in the registry the entries in 
       HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\RS Rep..
    Delete the service using the command prompt
      sc delete ReportServer
   Delete the components in Component Services in the control panel Administrative Tools in the COM+ Applications for the ISS part of RS.
 3. Install RS in a different path
    I install RS in C:\Program Files\Microsoft SQL ServerRS
   Also i rename the services in the setup to MSReportService, MSReports for the
   IIS part.

 I have Windows XP with all in one box; I use a domain account for the services
 and for the SQL login.