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

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
博客园_首页
WordPress大学
WordPress大学
博客园 - 聂微东
P
Privacy International News Feed
Forbes - Security
Forbes - Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Last Week in AI
Last Week in AI
C
CERT Recently Published Vulnerability Notes
月光博客
月光博客
NISL@THU
NISL@THU
美团技术团队
T
Tailwind CSS Blog
Jina AI
Jina AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
C
Cisco Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The Hacker News
The Hacker News
B
Blog
P
Palo Alto Networks Blog
L
Lohrmann on Cybersecurity
有赞技术团队
有赞技术团队
The Register - Security
The Register - Security
S
Securelist
A
Arctic Wolf
MyScale Blog
MyScale Blog
H
Help Net Security
N
Netflix TechBlog - Medium
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
Threatpost
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Security Latest
Security Latest
T
Tor Project blog
V
Vulnerabilities – Threatpost
V
V2EX
AI
AI
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏
博客园 - Franky
Simon Willison's Weblog
Simon Willison's Weblog
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Troy Hunt's Blog
Schneier on Security
Schneier on Security
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
H
Heimdal Security Blog
Google Online Security Blog
Google Online Security Blog
Know Your Adversary
Know Your Adversary

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