偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

Microsoft SQL Server 2005 的正確安裝程序

數(shù)據(jù)庫 SQL Server
以下的文章主要描述的是Microsoft SQL Server 2005 的正確安裝程序,以及對其在實際操作中的問題的實際處理。

文章主要描述的是Microsoft SQL Server 2005 的正確安裝程序,安裝程序在正在設置 reporting service 與 share point 排除路徑期間一般的情況下都會遇到錯誤。錯誤為: 安裝時發(fā)生嚴重錯誤,當出現(xiàn)上述錯誤時。

多半是由于在“服務帳戶”頁為 SQL Server 服務分配登錄帳戶的安裝選擇項中選擇了在域控上安裝SQL Server 2005導致的,如果實際不需要使用域安裝強烈建議返回選擇本地安裝,盡量保證DC機器的“干凈”

如果一定要在域上安裝,請參考如下方法進行準確的域設置:

http://www.microsoft.com/technet/prodtechnol/sql/2000/deploy/rsdepgd.mspx

其中有一段幫助,照著做就可以了。

 

if you installed Windows SharePoint services on a server, you need to make a few modifications in order to install and run Reporting Services on the same server.

To enable a side-by-side installation of Reporting Services and Windows SharePoint Services, perform the following steps.

1.

While installing Reporting Services, you might experience activation failures. Ignore any activation errors that occur.

 

2.

Add the Reporting Services virtual directories to the Windows SharePoint Services list of exclusions. If you installed Reporting Services using the default virtual directories, run the following at the command prompt:

 

STSADM.EXE -o addpath -url http://localhost/ReportServer -type exclusion

and

STSADM.EXE -o addpath -url http://localhost/Reports -type exclusion

3.

Add the following text under the HttpModules configuration element of the SharePoint Web.config file. By default, the SharePoint Web.config file is located at C:Inetpubwwwroot.

 

<HttpModules>

<add name="Session" type="System.Web.SessionState.SessionStateModule"/>

 

4.

Enable session state for the pages element by changing the enableSessionState attribute from false to true.

 

5.

If Report Server does not respond, in Internet Service Manager (or in the IIS snap-in), ensure that the report server is in an application pool that is separate from the SharePoint server. Report Manager can remain in the same application pool where it was originally installed. To assign the report server to a separate application pool, you must first create a new application pool. After you have created a new application pool, expand Web Sites, expand Default Web Site, right-click the report server virtual root that you created during setup (the default is ReportServer), and then click Properties. From the Application pool drop-down list, select the newly created application pool. For more information about application pools, see your IIS documentation.

 

6.

In Internet Explorer, navigate to http://<server>/ReportServer. This causes Reporting Services to initialize. Your logged-in account must have local Administrator credentials for the

 

 

 以上的相關內(nèi)容就是對Microsoft SQL Server 2005 安裝程序的介紹,望你能有所收獲。

【編輯推薦】

  1. SQL Server數(shù)據(jù)庫和Oracle數(shù)據(jù)同步方案
  2. SQL Server數(shù)據(jù)庫連接,Web.config的正確配置
  3. SQL Server所有表的列信息展示
  4. SQL Server置疑的出現(xiàn)的原因,現(xiàn)象與破解
  5. SQL Server 數(shù)據(jù)表信息的詳細描述
責任編輯:佚名 來源: 51CTO博客
相關推薦

2010-07-26 17:43:34

SQL Server

2010-07-13 16:48:14

SQL Server

2010-07-26 16:11:45

Microsoft S

2010-07-14 15:11:18

2010-07-13 09:12:56

SQL Server

2010-06-28 09:28:32

SQL Server

2010-07-13 08:30:57

SQL Server

2010-07-22 17:14:37

2010-06-28 15:06:04

SQL Server

2010-06-28 10:13:17

SQL Server

2010-07-12 09:35:02

Sql server

2010-07-05 10:15:40

SQL Server

2011-04-06 13:14:29

SQL Server 安裝

2010-07-23 11:30:13

Microsoft S

2010-06-17 15:33:16

SQL Server

2010-06-17 15:09:49

SQL Server

2011-02-28 17:41:20

SQL Server

2009-12-17 13:40:14

安裝VisualStu

2010-07-16 10:35:19

SQL Server

2010-07-23 12:55:29

SQL Server
點贊
收藏

51CTO技術棧公眾號