自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

Microsoft SQL Server 2005 的正確安裝程序

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

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

多半是由于在“服務(wù)帳戶”頁為 SQL Server 服務(wù)分配登錄帳戶的安裝選擇項(xiàng)中選擇了在域控上安裝SQL Server 2005導(dǎo)致的,如果實(shí)際不需要使用域安裝強(qiáng)烈建議返回選擇本地安裝,盡量保證DC機(jī)器的“干凈”

如果一定要在域上安裝,請(qǐng)參考如下方法進(jìn)行準(zhǔn)確的域設(shè)置:

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

 

 

 以上的相關(guān)內(nèi)容就是對(duì)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ù)表信息的詳細(xì)描述
責(zé)任編輯:佚名 來源: 51CTO博客
相關(guān)推薦

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-06-28 15:06:04

SQL Server

2010-07-22 17:14:37

2010-06-28 10:13:17

SQL Server

2011-04-06 13:14:29

SQL Server 安裝

2010-07-12 09:35:02

Sql server

2010-07-05 10:15:40

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

2010-07-23 12:55:29

SQL Server

2009-12-17 13:40:14

安裝VisualStu

2010-07-16 10:35:19

SQL Server

2011-02-28 17:41:20

SQL Server
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)