Quantcast
Channel: SQL Server Setup & Upgrade forum
Viewing all 7696 articles
Browse latest View live

SQL Server 2012 SP1 error: SSRSSHAREPOINTMODECHECK

$
0
0

Hi!

when I try to update 2 instances of SQL Server 2012 with SP1, I recieve the error:

The following error occurred:
There was a failure to calculate the default value of setting SSRSSHAREPOINTMODECHECK.

Allready installed:

2 SQL Server 2008 R2 Instances

1 Instance with SQL Server 2012 RTM with Reporting Services native

Any ideas would be greatly appreciated.


LOG:

Instance SQL03 overall summary:
  Final result:                  The patch installer has failed to update the shared features. To determine the reason for failure, review the log files.
  Exit code (Decimal):           -2057043967
  Exit facility code:            1380
  Exit error code:               1
  Exit message:                  There was a failure to calculate the default value of setting SSRSSHAREPOINTMODECHECK.
  Start time:                    2013-04-03 18:46:51
  End time:                      2013-04-03 18:48:28
  Requested action:              Patch
  Exception help link:           nothing to find...

Machine Properties:
  Machine name:                  xxx
  Machine processor count:       32
  OS version:                    Windows Server 2008 R2
  OS service pack:               Service Pack 1
  OS region:                     United States
  OS language:                   English (United States)
  OS architecture:               x64
  Process architecture:          64 Bit
  OS clustered:                  No


Hard Drive Configuration for New SQL Server Install on Hyper-V Host

$
0
0

Hello,

I am in the process of setting up a new Hyper-V 2012 Server and one of the servers to be hosted on it will be running Windows 2008 R2 with SQL Server 2012. Someone has recommended to me that I split the installation onto two volumes using the 2nd volume for SQL data files. Since both volumes would be carved out of the same underlying RAID volume in Hyper-V I am wondering if that is really necessary.

The Hyper-V host itself has four 15,000 rpm SAS drives configured as RAID-10. It is split into two volumes, one 80gb volume for Hyper-V itself, and the rest a roughly 1TB volume for the Virtual Machines themselves. If I create two volumes for the SQL server they will both come out of the same 1TB volume.

Is it worth the extra trouble to create two partitions for a SQL server in a case such as this?

Thanks in advance.

How to bypass current SQL Server 2005 instance sp upgrade whern trying to install second instance

$
0
0
I am trying to install a second instance of the reporting services to accommodate external user's, but am having an issue with it. The issue is that the install wants to upgrade the current instance of SQL Server 2005. How can I bypass this and go directly to the installation of the new reporting services instance?

how to install sql server 2008 by using iso file

$
0
0

Hi All,

I have sql server 2008 standard edition ISO file.User asked me to install the software.But when am doing right click and open on that file  its showing choose the program from the list or use the web services to find the appropriate program.

Please help me how to install sql server from that iso file.Its very urgent for the client.

Regards,


Maheshwar Reddy

SharePoint 2013 Enterprise and SQL Server 2012 Standard edition vs. Enterprise - feature question

$
0
0

I can't seem to find any clear answers to the implications of installing SQL Server 2012 standard edition vs. enterprise in regards to SharePoint 2013. 

I understand that to get many of the features you need Enterprise edition of SQL 2012; but, what I can't figure out is if the backend SharePoint SQL 2012 is standard; but, the PowerPivot/SSRS server is Enterprise will we still get the features?

If we have 3 tier SharePoint farm, one of those tiers is for the SQL Server database backend.  If that SQL instance is 2012 standard and we add another server to the farm w/ SQL 2012 Enterprise to handle the tabular models, PowerPivot, and SSRS in integrated mode will we still get the features?

Or, can we (should we) install Enterprise 2012 as the SharePoint database backend and let that instance triple down as also the PowerPivot and SSRS instance?


The Degenerate Dimension

SSIS: Required excel columns should be store in three tables, doesn't store excel all columns in all tables

$
0
0

Hi all,

I am importing excel data into three tables using SSIS. I've done package successfully. 

Excel sheet contain below columns'

Id
Name
Sales_Stage
Primary_Sales_Rep_Login
Product
Description
First_Name varchar(100),
Last_Name varchar(100),
Street_Address varchar(1000),
Street_Address_2 varchar(1000),
Street_Address_3 varchar(1000),
City
State
Postal_Code
Country 
Territory
Account_Id 
Account
Main_Phone_Number
Main_Fax_Number
Record_State 
HP_Customer_Agreement_
Legacy_opportunity_ID 
LegacyAccount_ID 
LegacyProduct

Now, i imported these columns into three tables, like as below.

create table tblproduct(
Id varchar(50),
Name varchar(200),
Sales_Stage varchar(200),
Primary_Sales_Rep_Login varchar(300),
Product varchar(300),
Description varchar(1000),
)
create table tblcustomer(
First_Name varchar(100),
Last_Name varchar(100),
Street_Address varchar(1000),
Street_Address_2 varchar(1000),
Street_Address_3 varchar(1000),
City varchar(100),
State varchar(100),
Postal_Code varchar(50),
Country varchar(100)
)

create table tbltransact(
Territory varchar(200),
Account_Id varchar(200),
Account varchar(200),
Main_Phone_Number varchar(30),
Main_Fax_Number varchar(30),
Record_State varchar(10),
HP_Customer_Agreement_ varchar(20),
Legacy_opportunity_ID varchar(50),
LegacyAccount_ID varchar(50),
LegacyProduct varchar(50)
)

After debug the package successfully completed. But the problem is all excel columns are storing in all destination tables. I need only required columns should be stored in three tales. And there is no problem in package. I used below query.

SELECT DISTINCT Id, Name, Sales_Stage, Primary_Sales_Rep_Login, Product, Description, First_Name + Last_Name AS Full_Name, IIF(ISNULL(Street_Address),'',Street_Address) + IIF(ISNULL(Street_Address_2),'',Street_Address_2) + IIF(ISNULL(Street_Address_3),'',Street_Address_3) AS Street, City, State, Postal_Code, Country, Territory, Account_Id, Account, Main_Phone_Number, Main_Fax_Number, Record_State, HP_Customer_Agreement_, Legacy_opportunity_ID, LegacyAccount_ID, LegacyProduct FROM [SiebelIndigoData$]

Please tell me anybody.

Internal Query Processor Error - During Installation

$
0
0

I am having problem installing SQL Server 2008 R2 express (SP2) , on a Win7 Home Premium pc.

Error occured near the end of the installation process.

The Error message : Internal Query Processor Error : xxx

I checked the event log and found that it actually referencing to e: , but e: is a cdrom.

I am installing from D: , so it doesn't make sense that it refers to e:

I have tried disabling the cdrom drive, so that the e: disappear from "My Computer", but the error still persisted.

Is there any solution for this?

PC Specification:

Win7 Home Premium

32 bit , 4gb ram

SQL Server 2008 R2 SP1 won't install. Can't find instance

$
0
0

Hey folks,

I need some help.  I'm trying to install SP1 of the SQL Server 2008 R2.  The install script gets stuck right at the beginning where it looks for existing instances.  It tells me there aren't any.

Background - I sucessfully installed SQL Server today.  When I installed, it didn't automatically create the instance like it has in the past.  When I specified a server (machinename\SQLEXPRESS), it finally let me into the Management Studio.  That was my first clue something might not be right.

Is there some option I missed or something else I've done wrong?

FWIW, I'm not a DBA, but I am technical.  So if you could please keep the discussion to layman term, it would be greatly appreciated

edit - tried to upload a screenshot of the error, but I can't link or upload until I've been verified.  Hand tight folks

SQL Server 2008 R2 Management Studio install fails telling me to install Visual Studio 2008 SP1!

$
0
0

Hi,

I am getting the following error when trying to install SQL Server 2008 R2 Management Studio (SQLManagementStudio_x86_ENU.exe or SQLManagementStudio_x64_ENU.exe) on a new Toshiba Portege R830-10R:

Another version of Microsoft Visual Studio 2008 has been detected on this system that must be updated to SP1.  Please update all Visual Studio 2008 installations to SP1 level, by visiting Microsoft Update.

I have all Windows Updates installed on this machine and I DO NOT have VS 2008 installed on this computer (VS2008 was never installed on this computer), but VS 2010 SP1 with .Net Framework 4.0 SP1!

I have sent all day trying to install either ones of the above .exe, but always get the same error message.

I have checked the registry and see that I do not have a  HKLM\SOFTWARE\Microsoft\DevDiv\VS key but only a HKLM\SOFTWARE\Microsoft\DevDiv\VC key (probably since I configured VS1010 for C#).  The HKLM\SOFTWARE\Microsoft\DevDiv\VC\Servicing\9.0 contains SP = 1 and SPIndex = 1.

Please help.
Thanks.

Eric

Moving SQL Server to a new Domain

$
0
0

Hi

We have been taken over by another company and have migrated all our AD Accounts PC's and Servers to the new Domain except for our SQL servers that are still running in the old domain.

I need to move the SQL servers to the new Domain now.  We are still running Windows 2003 AD.  We have a full trust relationship between the old Domain and the New Domain.  We have all the SQL Services running as service accounts in the New Domain.

Is there anything else I should consider before moving the Old SQL Servers to the New Domain?

Regards

Kevan

SQL Server 2005 Upgrade to 2012

$
0
0
I have done an in-place upgrade of SQL Server 2005 to SQL Server 2012. It appears that SQL Server 2005 is still installed on the server. This is my first in-place upgrade of SQL so I am not sure if there would be any issues uninstalling SQL Server 2005. Will I run into trouble if I uninstall it? Thank you in advance for the help.

Matt Georgetti

SQL Server 2008 r2 firewall issues

$
0
0

I am in the process of setting up a new testing "server" for web/desktop app development/testing. The machine is an i3 with windows 8 Pro on it. I have installed SQL Server 2008 r2 standard edition (this is what the production server will have), and I have enabled TCP/IP networking for my database, as well as opened port 1433 and 1434 on Windows Firewall (I have set this database to use port 1433 as the static ip). 

When I try accessing the database from another computer on the network, I am unable to connect. If I turn off the firewall on the "server" off altogether though it works just fine. Am I missing something here in the configuration?

UPDATE: Even with the firewall turned off, I was able to connect, but lost the connection shortly after and can no longer find the server. I have to restart the server in order to connect again, and I loose connection shortly after connecting again. Obviously I have more going on here than just the firewall. I have done this is the past with sql express and not had any issues - just enabled TCP/IP and added the port through the firewall and been done. Is there something more with SQL Standard that I am missing? are there additional steps for setting up the networking correctly?

query to get sql server version information?

$
0
0
Hi!

I'm new to sql and would appreciate it if anyone could show me the query that i need to type to get the server version information - I do not have direct access to the sql database (doing some work on an old website that runs on windows box w/ coldfusion :p)

appreciate it!

Network error when installing SQL Server 2008 Enterprise

$
0
0

Hi guys, I'm trying to install an SQL Server 2008 Enterprise on Windows Server 2008 R2 Standard and I've got an network error:

 

TITLE: Microsoft SQL Server 2008 Setup
------------------------------

The following error has occurred:

A network error occurred while attempting to read from the file: C:\Publico\en_sql_server_2008_enterprise_x86_x64_ia64_dvd_x14-89207\x64\setup\x64\SQL93C3.tmp.msi

For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.0.1600.22&EvtType=0xDF039760%25401201%25401

------------------------------
BUTTONS:

OK
------------------------------

 

I don't know why a network error, because I'm intalling from an local .ISO file.

Thanks,
Luciano

SQL 2012 - An error has occurred while trying to access the license validation file. Please reinstall SQL server to correct this file.

$
0
0

I had an evaluation copy of SQL Server 2012 installed which expired yesterday. Even though a had subsequently installed a valid copy SQL 2012 Enterprise I could not open the management studio.

Based on advice in other articles I completely un-installed all additions of SQL Server on the machine followed by a fresh install of SQL 2012 Enterprise (64bit).

I now get the message "An error has occurred while trying to access the license validation file. Please reinstall SQL server to correct this file."

A previous post suggested the below, what should I do for a 2012 install to correct the issue?

"Hi Kevin,

It should be a known issue. It is caused by that the setup fail to create the checksun key in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100\Tools\ClientSetup because of sqlboot.dll issue.

To fix the issue, please follow these steps:

  1. Create a text file with the following content:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100\Tools\ClientSetup]"checksum"=hex:38,39,33,66,66,66,30,65,62,38,32,62,30,34,37,62,31,30,35,31,36,\
     38,32,31,30,30,63,63,36,36,33,30,30,31,35,36,38,61,38,33,36,31,37,63,66,62,\
     31,61,38,61,36,63,32,66,36,35,32,31,39,65,66,34,30,30,39,32,62,37,61,39,32,\
     62,32,35,33,32,33,39,63,62,36,35,33,38,65,31,66,34,61,31,33,63,61,64,32,65,\
     33,34,37,66,37,64,30,64,33,32,32,64,36,36,62,31,62,66,33,66,63,34,34,65,65,\
     35,37,38,34,63,61,65,66,33,64,31,30,31,31,38,65,30,37,63,39,66,66,31,32,61,\
     66,66,63,35,32,32,31,64,61,34,34,32,34,64,37,34,66,63,37,30,39,35,32,32,39,\
     38,62,31,63,34,34,65,66,35,00"ProductID"="00001-296-0000007-05075""DigitalProductID"=hex:a4,00,00,00,03,00,00,00,30,30,30,30,31,2d,32,39,36,2d,\
     30,30,30,30,30,30,37,2d,30,35,30,37,35,00,0a,00,00,00,38,31,30,2d,30,37,34,\
     31,36,00,00,00,00,00,00,00,00,34,49,a3,e1,b4,0c,65,79,03,e0,fe,9e,92,01,00,\
     00,00,00,00,02,19,9f,4a,c3,75,c1,0a,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,34,36,31,30,33,00,00,00,00,00,00,00,65,05,\
     00,00,77,b1,01,90,af,0f,00,00,17,0d,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,a7,a1,77,36
  2. Change the file extension to be .reg
  3. Double-click the file to create the keys
  4. Uninstall the SQL Server Management Studio(SSMS)
  5. Re-install the SSMS

Now, we should be able to open the SSMS and connect to SQL Server instances.

If you have any more questions, please feel free to ask.

Thanks,
Jin Chen


Jin Chen - MSFT"



Repair SQL Server 2008 R2 SP2

$
0
0

Hi everyone,

  I would like to repair my actual SQL Server 2008 R2 SP2 CU1 Express with Advanced Services setup.

  BTW, the "SELECT @@VERSION" statement actually gives me this result:

Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0 (Intel X86)   Jun 28 2012 08:42:37   Copyright (c) Microsoft Corporation  Express Edition with Advanced Services on Windows NT 6.0 <X86> (Build 6002: Service Pack 2)

  When going through the "control panel/add-remove programs",  I then got a popup window:  "Browse for SQL Server 2008 R2 installation media".  Where should I find this setup file the repair process is asking for?

  Looking at my C: drive for any setup files like "SQLEXPRADV_*.exe", I could find the following:

  • C:\ProgramData\Microsoft\SQL Server 2008 Express Install\Downloads\SqlExpressWithAdv\SQLEXPRADV_x86_FRA.exe:  version is 10.0.1601.1
  • C:\Users\All Users\Microsoft\SQL Server 2008 Express Install\Downloads\SqlExpressWithAdv\SQLEXPRADV_x86_FRA.exe: version is also 10.0.1601.1
  • The one I recently downloaded from the web - SQLEXPRADV_x86_ENU.exe:  version is10.50.4000.0

  I also found these ones:

  • C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x86\setup100.exe
    version: 10.50.4000.0   date: 2012-06-29
  • C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Update Cache\KB2494086\QFE\x86\setup100.exe
    version: 10.50.1790.0   date: 2011-06-14
  • C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Update Cache\KB2507770\QFE\x86\setup100.exe
    version: 10.50.1777.0   date: 2011-06-10
  • C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Update Cache\KB2528583\ServicePack\x86\setup100.exe
    version: 10.50.2500.0  date: 2011-07-25
  • C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Update Cache\KB2544793\QFE\x86\setup100.exe
    version:  10.50.2769.0 date: 2011-07-27
  • C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Update Cache\KB2630458\ServicePack\x86\setup100.exe
    version:  10.50.4000.0 date: 2013-01-10

Which one would you suggest I choose for my repair?  I would myself choose the last one (KB2630458) but I'm not sure because of the SP2CU1 level I currently am. Or maybe I'm still not looking at the right place?

Thanks in advance for helping,

Stéphane


Moving MSDB database

$
0
0

When i am trying to shift msdb database from it's default path(C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA) to another drive(E:\). After shifting the database i am getting error as shown below.(the error i am getting while expanding database node in SSMS an d now i am not able to access any database.)

Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476

------------------------------
ADDITIONAL INFORMATION:

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------

Database 'msdb' cannot be opened due to inaccessible files or insufficient memory or disk space.  See the SQL Server errorlog for details. (Microsoft SQL Server, Error: 945)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.00.2531&EvtSrc=MSSQLServer&EvtID=945&LinkId=20476

------------------------------


The procedure i followed to shift msdb database is as follows:

1. For each file to be moved, run the following statement.

 ALTER DATABASE msdb
 MODIFY FILE ( NAME = MSDBData , FILENAME = 'E:\MSDBData.mdf' )
 ALTER DATABASE msdb
 MODIFY FILE ( NAME = MSDBLog , FILENAME = 'E:\MSDBLog.ldf' )

2. Stop the instance of SQL Server to perform maintenance.
3. Move the file or files to the new location.
4. Restart the instance of SQL Server or the server.

Also i did confirm the path by running following query

    SELECT name, physical_name AS CurrentLocation, state_desc

    FROM sys.master_files

    WHERE database_id = DB_ID(N'msdb');

And output was showing current location of both MSDBdata and MSDBLog as E:\


This error happened while i did it for testing server. I want to do it for a production server. So please help me on this error. How exactly to shift msdb database?


Can't Uninstall SQL Server 2005 Express Tools

$
0
0

I am attempting to install SQL Server 2008 Enterprise Trial and receive the follow error during installation.

 

"The SQL Server 2005 Express Tools are installed. To continue, remove the SQL Server 2005 Express Tools."

 

I have used Add or Remove programs to remove all components of SQL Server 2005 Express.  I have even reinstalled the Workstation Tools of SQL Server 2005 just so I could indiviually remove those tools, and then completly removed the SQL 2005 installation.

 

I have used regedit to search for any instance of SQL Server 2005, there is none.

 

 

There is still an entry for SQL Server Mangement Express in my all programs listing.  However trying to launch that program fails with errors, so it is partial still installed.

 

Can anyone tell me how to wipe out these last bits of SQL Server 2005 Express Tools?  I have tried everything I have found searching this forum to no avail.

 

Bill

SQL Server 2012 - Database Engine Services Failed

$
0
0

Hi all,

I can't install the SQL Server 2012 Express version with tools downloaded from http://www.microsoft.com/en-us/sqlserver/editions/2012-editions/express.aspx

I'm getting the following error: 

Error installing SQL Server Database Engine Services Instance Features
Could not find the Database Engine startup handle.
Error code: 0x851A0019

I'm trying to install a new stand-alone version with a default instance but always getting this error. From the features I'm installing the database engine services (not the replication), all the tools, only the basic management toolds and the SQL Client connectivity SDK.

Further in the installation I'm choosing the Windows authentication and in the list of SQL administrators I've already tried to install as current user but also as System. Both with the same error result.

The Summary File can be found here: http://d.pr/f/didH

Note: Visual studio is not installed.

Thanks in advance

sql server 2008 r2 installation problem with sqlenginedbstartconfigaction_install_configrc_Cpu64 error

$
0
0

I have similar problem with "http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/6491c614-56ee-4c31-ba12-8a766ef806d5/".

Since 1 week ago, I have tried  to uninstall and reinstall sqlserver 2008 r2 again in windows 7 professional x64.
I have check windows power shell
from this link "http://blogs.technet.com/b/josebda/archive/2009/11/25/download-for-powershell-v2-for-windows-7-no-need-it-s-already-there.aspx"..it is no problem.
I have check framework from HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5\..I got the folder. it mean my laptop have framework .net 3.5 sp1

I have check windows installer from "http://stackoverflow.com/questions/1144888/how-can-i-detect-if-windows-installer-is-installed"
I got Windows ® Installer. V 5.0.7601.17514.

and I have use Run As Administrator to start the setup, and reformat this OS again but  I still get the similar error "sqlenginedbstartconfigaction_install_configrc_Cpu64" during installation process.


I have no idea to solve this problem, anyone can help ?
thanks ..

-----summary----

Overall summary:
  Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
  Exit code (Decimal):           -391544739
  Exit facility code:            169
  Exit error code:               32861
  Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
  Start time:                    2013-03-31 14:30:32
  End time:                      2013-03-31 15:40:01
  Requested action:              Install
  Log with failure:              c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20130331_142758\Detail.txt
  Exception help link:           http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.50.1600.1%26EvtType%3d0x987D2693%400xE8A9805D

Machine Properties:
  Machine name:                  PL-PC
  Machine processor count:       2
  OS version:                    Windows 7
  OS service pack:               Service Pack 1
  OS region:                     United States
  OS language:                   English (United States)
  OS architecture:               x64
  Process architecture:          64 Bit
  OS clustered:                  No

Product features discovered:
  Product              Instance             Instance ID                    Feature                                  Language             Edition              Version         Clustered

Package properties:
  Description:                   SQL Server Database Services 2008 R2
  ProductName:                   SQL Server 2008 R2
  Type:                          RTM
  Version:                       10
  SPLevel:                       0
  Installation location:         C:\Users\pl\Documents\MSSQL2008R2\MSSQL2008R2\x64\setup\
  Installation edition:          DEVELOPER

User Input Settings:
  ACTION:                        Install
  ADDCURRENTUSERASSQLADMIN:      False
  AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
  AGTSVCPASSWORD:                *****
  AGTSVCSTARTUPTYPE:             Manual
  ASBACKUPDIR:                   c:\Program Files\Microsoft SQL Server\MSAS10_50.MSSQLSERVER\OLAP\Backup
  ASCOLLATION:                   Latin1_General_CI_AS
  ASCONFIGDIR:                   c:\Program Files\Microsoft SQL Server\MSAS10_50.MSSQLSERVER\OLAP\Config
  ASDATADIR:                     c:\Program Files\Microsoft SQL Server\MSAS10_50.MSSQLSERVER\OLAP\Data
  ASDOMAINGROUP:                 <empty>
  ASLOGDIR:                      c:\Program Files\Microsoft SQL Server\MSAS10_50.MSSQLSERVER\OLAP\Log
  ASPROVIDERMSOLAP:              1
  ASSVCACCOUNT:                  NT AUTHORITY\NETWORK SERVICE
  ASSVCPASSWORD:                 *****
  ASSVCSTARTUPTYPE:              Automatic
  ASSYSADMINACCOUNTS:            BUILTIN\Administrators
  ASTEMPDIR:                     c:\Program Files\Microsoft SQL Server\MSAS10_50.MSSQLSERVER\OLAP\Temp
  BROWSERSVCSTARTUPTYPE:         Disabled
  CONFIGURATIONFILE:             c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20130331_142758\ConfigurationFile.ini
  CUSOURCE:                      
  ENABLERANU:                    False
  ENU:                           True
  ERRORREPORTING:                True
  FARMACCOUNT:                   <empty>
  FARMADMINPORT:                 0
  FARMPASSWORD:                  *****
  FEATURES:                      SQLENGINE,REPLICATION,FULLTEXT,AS,RS,BIDS,CONN,IS,BC,SDK,BOL,SSMS,ADV_SSMS,OCS
  FILESTREAMLEVEL:               0
  FILESTREAMSHARENAME:           <empty>
  FTSVCACCOUNT:                  NT AUTHORITY\LOCAL SERVICE
  FTSVCPASSWORD:                 *****
  HELP:                          False
  IACCEPTSQLSERVERLICENSETERMS:  False
  INDICATEPROGRESS:              False
  INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
  INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
  INSTALLSQLDATADIR:             <empty>
  INSTANCEDIR:                   c:\Program Files\Microsoft SQL Server\
  INSTANCEID:                    MSSQLSERVER
  INSTANCENAME:                  MSSQLSERVER
  ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
  ISSVCPASSWORD:                 *****
  ISSVCSTARTUPTYPE:              Automatic
  NPENABLED:                     0
  PASSPHRASE:                    *****
  PCUSOURCE:                     
  PID:                           *****
  QUIET:                         False
  QUIETSIMPLE:                   False
  ROLE:                          <empty>
  RSINSTALLMODE:                 DefaultNativeMode
  RSSVCACCOUNT:                  NT AUTHORITY\NETWORK SERVICE
  RSSVCPASSWORD:                 *****
  RSSVCSTARTUPTYPE:              Automatic
  SAPWD:                         *****
  SECURITYMODE:                  SQL
  SQLBACKUPDIR:                  <empty>
  SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
  SQLSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
  SQLSVCPASSWORD:                *****
  SQLSVCSTARTUPTYPE:             Automatic
  SQLSYSADMINACCOUNTS:           pl-PC\pl
  SQLTEMPDBDIR:                  <empty>
  SQLTEMPDBLOGDIR:               <empty>
  SQLUSERDBDIR:                  <empty>
  SQLUSERDBLOGDIR:               <empty>
  SQMREPORTING:                  False
  TCPENABLED:                    0
  UIMODE:                        Normal
  X86:                           False

  Configuration file:            c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20130331_142758\ConfigurationFile.ini

Detailed results:
  Feature:                       Database Engine Services
  Status:                        Failed: see logs for details
  MSI status:                    Passed
  Configuration status:          Failed: see details below
  Configuration error code:      0xE8A9805D
  Configuration error description: External component has thrown an exception.
  Configuration log:             c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20130331_142758\Detail.txt

  Feature:                       SQL Server Replication
  Status:                        Failed: see logs for details
  MSI status:                    Passed
  Configuration status:          Failed: see details below
  Configuration error code:      0xE8A9805D
  Configuration error description: External component has thrown an exception.
  Configuration log:             c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20130331_142758\Detail.txt

  Feature:                       Full-Text Search
  Status:                        Failed: see logs for details
  MSI status:                    Passed
  Configuration status:          Failed: see details below
  Configuration error code:      0xE8A9805D
  Configuration error description: External component has thrown an exception.
  Configuration log:             c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20130331_142758\Detail.txt

  Feature:                       Analysis Services
  Status:                        Passed
  MSI status:                    Passed
  Configuration status:          Passed

  Feature:                       Reporting Services
  Status:                        Failed: see logs for details
  MSI status:                    Passed
  Configuration status:          Failed: see details below
  Configuration error code:      0xE8A9805D
  Configuration error description: External component has thrown an exception.
  Configuration log:             c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20130331_142758\Detail.txt

  Feature:                       Integration Services
  Status:                        Passed
  MSI status:                    Passed
  Configuration status:          Passed

  Feature:                       Client Tools Connectivity
  Status:                        Passed
  MSI status:                    Passed
  Configuration status:          Passed

  Feature:                       Management Tools - Complete
  Status:                        Passed
  MSI status:                    Passed
  Configuration status:          Passed

  Feature:                       Management Tools - Basic
  Status:                        Passed
  MSI status:                    Passed
  Configuration status:          Passed

  Feature:                       Client Tools SDK
  Status:                        Passed
  MSI status:                    Passed
  Configuration status:          Passed

  Feature:                       Client Tools Backwards Compatibility
  Status:                        Passed
  MSI status:                    Passed
  Configuration status:          Passed

  Feature:                       Business Intelligence Development Studio
  Status:                        Passed
  MSI status:                    Passed
  Configuration status:          Passed

  Feature:                       SQL Server Books Online
  Status:                        Passed
  MSI status:                    Passed
  Configuration status:          Passed

  Feature:                       Microsoft Sync Framework
  Status:                        Passed
  MSI status:                    Passed
  Configuration status:          Passed

Rules with failures:

Global rules:

Scenario specific rules:

Rules report file:               c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20130331_142758\SystemConfigurationCheck_Report.htm

Viewing all 7696 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>