What Advanced Features Can Be Built With Code In SQL Server 2005 Reporting Services?

Apr 16, 2007

Hi, all experts here,

Thank you very much for your kind attention.

As we know the limited features on SQL Server 2005 Reporting Services, but we can build advanced features for it with coding on it. Would please any experts shed me any light on it in a summary like what advanced features could be added with coding on SQL Server 2005 Reporting Services?

Thanks a lot in advance for your kind help and advices. And I am looking forward to hearing from you.

With best regards,

Yours sincerely,

View 3 Replies


ADVERTISEMENT

Reporting Services Advanced Features

Mar 27, 2007

I am looking to find more information regarding advanced filtering/report parameters available in SQL Server 2005 Reporting Services. From what I can see, the user can set values for each report parameter and the query defaults to "where x = (param 1) and y = (param 2)" etc. Is there a way that a user can pick parameters that structure a more complex where clause? For example, say I want to filter by all clients enrolled in all of these 3 service programs and have a dog or clients not enrolled in one of the following 3 care programs or clients who live in one of the following cities? So it would be like this:

where (((sp = 1 and sp = 2 and sp = 3) and animal = dog) or ((cp not in (1, 2, 3)) or city in (a, b, c, d)))


In addition, I am looking for more information regarding programmatic capabilities in Reporting Services. Can anyone point me to a good place for this information? I would like to know whether we could structure part of a query in VB.NET code and then pass this query to Reporting Services to join with the basic report query. Also, I would like to know Reporting Services' capability to interact with stored procedures.

In addition, is Reporting Services more for internal business reporting, or do companies add it onto their existing software package to sell to external customers? Does Reporting Services allow one report to be created, and then users (our customers) on different servers who use different databases to run the report by giving Reporting Services their credentials (database, SQL Server login, etc)?

Basically, I have just been following the tutorials on Microsoft's site, but they are all pretty basic so I haven't gotten a good feel for whether this product is good for advanced reporting needs.

Thanks!

View 3 Replies View Related

SQL Express With Advanced Services - What Reporting Features Does It Have?

Mar 14, 2006

I work for an ISV, and some of our customers use SQL Server, others use SQL Server Express. I need to develop some reports, so I was happy to read that SQL Express with Advanced Services would have some (limited?) Reporting Services available. Unfortunately, the sign-up period to beta test appears to be over, and so I am left wondering exactly what functions will be available. Is there anyone out there who has played around with the beta version reporting functions?

View 15 Replies View Related

URGENT! -SQL Server 2005 Express Advanced Features

Nov 19, 2007

Hi,

I wish to know that whether SQL Server 2005 Express Edition ables to integrate with DTS and analysis Manager?
Thank you very much.

Regards,
Chong

View 2 Replies View Related

SQL Server 2005 EXPRESS Advanced Features - URGENT

Nov 20, 2007

Hi,
Can anyone tell me is it possible for SQL Server 2005 Express Edition to open DTS and Analysis Manager?
thanks.

View 1 Replies View Related

Command Line Installation Of SQL Server 2005 Express With Advanced Features

Oct 19, 2006

Hi,

I'm trying to install SQL Express 2005 with Reporting Services using Install Shield 11.5. The command line parameters which i am using is:

/qn ADDLOCAL=SQL_Engine,SQL_Data_Files,RS_Server,RS_Web_Interface,Client_Components SECURITYMODE=SQL SAPWD=<password> DISABLENETWORKPROTOCOLS=0 RSCONFIGURATION=Default RSSQLLOCAL=1 AUTOSTART=1



It installs the SQL Server and Reporting Services. It configures (creates Virtual Directories for report server and database) but it is not initializing the Report Server.

Having done the installation when i check the Report Server Status it was running and everything seems to be OK except it wasn't initialized.

Any idea??

Thanks,

Moby.

View 4 Replies View Related

Installing Reporting Services (SQL 2005 Server Express Edition With Advanced)

Mar 12, 2007

Hello!

Has i install SQL Server 2005 Express Edition with Advanced Services but why that Report Manager it was not installed. To me will not address under the reference http: // localhost/reports$SQLExpress since such catalogue is not present in IIS. In what there can be a problem?

Thank's

View 3 Replies View Related

MsiInstaller Errors: SQL 2005 Express With Advanced Features

May 22, 2006

My machine environment is as follows:

- Windows Server 2003 Standard with SP1
- IIS 6.0 with some "classic ASP" applications running under it (not ASP.NET)
- SQL Server 2000 Client (Enterprise Manager, Query Analyzer etc)
- .NET Framework Runtime 1.1 & 2.0
- Visual Studio.NET 2003 & 2005

I've never installed (or even trusted) any beta/CTP version of either Visual Studio or SQL 2005 (or any other MS trial products for that matter) on my machine.

Initially I installed SQL 2005 Express, and then the RTM version of SQL Management Studio Express.

Later i found this "SQL 2005 Express with Advanced Features" download, and figured that this must be a roll-up of all those features (and then some), so i removed all the old SQL 2005 components and installed this SQLEXPR_ADV.EXE.

I did this twice: the first time with Reporting Services; then removed the whole thing due to errors to be described below; the second time without RS.

The installation process itself is relatively painless, but after it's completed, whenever I open an ASP page from the local IIS server, dozens of warning messages like this would show up in the eventlog:



1.
=============================
Event Type: Warning
Event Source: MsiInstaller
Event Category: None
Event ID: 1015
Date:  2006-05-22
Time:  2:01:24 PM
User:  NT AUTHORITYNETWORK SERVICE
Description:
Failed to connect to server. Error: 0x80070005

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

2.
=============================
Event Type: Warning
Event Source: MsiInstaller
Event Category: None
Event ID: 1001
Date:  2006-05-22
Time:  2:01:24 PM
User:  MYPCIUSR_MYPC
Description:
Detection of product '{A4512736-8D63-4298-9271-5329931FA46B}', feature 'SQL_SSMSEE' failed during request for component '{6EC5DFBD-F6B5-4F02-8432-BFB8B03562B8}'

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

3.
=========================
Event Type: Warning
Event Source: MsiInstaller
Event Category: None
Event ID: 1004
Date:  2006-05-22
Time:  2:01:24 PM
User:  MYPCIUSR_MYPC
Description:
Detection of product '{A4512736-8D63-4298-9271-5329931FA46B}', feature 'SQL_SSMSEE', component '{180F515D-F56C-40DD-9D71-CC532EA8E286}' failed.  The resource '' does not exist.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.


I can use the Management Studio Express to create a database and tables, but having tons of errors flooding my eventlog is still a serious problem.

Any ideas on how to resolve this?

By the way, I think the total experience with SQL 2005 installation is far worse than SQL 2000, which is a very mature product. It seems that SQL 2005 was rushed out of the door to meet some deadlines so quality was seriously comprised as a result. Sending out a service pack less than 6 months after the RTM release is a testament to this conclusion, right?

View 1 Replies View Related

SQL 2005 Express (with Advanced Adv) Install Of OWC11 And Reporting Services Fails 3 Times

Apr 5, 2008



Log shows this:

Product : OWC11
Error : Error 1311. Source file not found: C:DOCUME~1TOMCUR~1LOCALS~1TempIXP000.TMPSKU0A4.CAB. Verify that the file exists and that you can access it.
--------------------------------------------------------------------------------
Machine : D7NSJK71
Product : Microsoft Office 2003 Web Components
Product Version : 11.0.8003.0
Install : Failed
Log File : c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0005_D7NSJK71_OWC11_1.log
Last Action : InstallExecute
Error String : Source file not found(cabinet): C:DOCUME~1TOMCUR~1LOCALS~1TempIXP000.TMPSKU0A4.CAB. Verify that the file exists and that you can access it.
Error Number : 1311


When the dialog box appeared indicating file couldn't found, there was no option to look elsewhere for it the only option was retry or cancel which after 5 or 6 retries I cancelled. Everything else appears to have installed correctly for this instance.

Also earlier attempts to install have left services for named instances that I cannot install to such as SQLEXPRESS , SQLEXPRESS1 and CURRIEREXPRESS, I long ago had a beta version installed and have attempted numerous methods to completely wipe these out using the uninstallbetas tool from Microsoft as well as a number of suggestions from some posts.

Please help - The most significant reason I'm installing this is to practice creating SQL Reporting Service reports

View 3 Replies View Related

SQL Server Express Advanced Reporting Services - Not Working

Nov 26, 2006

I installed the SQL Server Express Advances w/ Reporting Services, but it doesn't appear to be working. When I bring the URL up in my web browser all I get is this:

transam/ReportServer$SQLExpress - /





Microsoft SQL Server Reporting Services Version 9.00.2047.00



Any tips on where to begin looking for what is wrong?

Robert

View 1 Replies View Related

Sql Server Express Advanced-can't Get Business Intelligence Or Reporting Services

Mar 24, 2007

I'm on Windows XP and recently downloaded Sql Server Express Advanced edition from http://msdn.microsoft.com/vstudio/express/sql/download/

I also downloaded the Toolkit but it won't install--says the services are already installed. However, I can't find the Business Intelligence link and don't see any Reporting buttons or menu items in Sql Server Express. I'm trying to learn T-SQL and Reporting Services but am frustrated. I've uninstalled, rebooted and reinstalled and still nothing. I'm even listening to the MS videos on SQL Server Express--Reporting Services but what they tell to download and install is what I've done--but no luck. Help!!!

View 11 Replies View Related

RS 2005 - Reporting Services - Custom Code Box

Aug 30, 2007

Does anyone know if this box will accept VB.Net code or just VB code (old style) .... nothing indicated within the applicaiton IDE ....

Thanks ...

View 1 Replies View Related

How To Use A Variable From The Code On Microsoft Reporting Services 2005

Jan 19, 2007

Hi all.

I have a Application developed on VB2005 with the reports (processed local) from Microsoft Reporting Services 2005.

I would like to know how can i use the value of a variable to be displayed on a textbox on my report.

Thanks for the help.

Best regards.

dp

View 7 Replies View Related

Problem With Embedded Code In REporting Services 2005

May 11, 2007

Hi,
I have a problem that seems impossible to resolve in RS but i need to be sure.
I'm creating an Embedded Code in VB of course, and i need to run a query within my code to be able to continue the rest of the code depending on the result of my query.
The problem is there is no adodb.recordset or adodb.connection like in normal VB.

So i created my query like as string:

Dim Sql as String
Sql="Select ..." into "from ........where...."

At this point if it was in normal VB,
i would do
MyConnection.Execute(SQL)
and then i will get the answer in my recordset.

I need to know if there is a way in RS to run my query since I cannot use use adodb ....
If it's not really possible, is there way to go around this problem????

Thanks for the Help

Mike

View 1 Replies View Related

Upgrade From SQL Express 2005 Report Server With Advanced Services To SQL 2005 Standard Fails

Feb 25, 2008

I am trying to upgrade SQL Server Express 2005 Report Server to SQL 2005 Standard and it fails with the following error:

SQL Server Setup did not have the administrator permissions required to copy a file: C:Program FilesMicrosoft SQL ServerMSSQL.8Reporting ServicesReportServer
ssrvpolicy.config. To continue, verify that the file exists, and either grant administrator permissions to the account currently running Setup or log in with an administrator account. Then run SQL Server Setup again.

After I click OK on the message, this whole path where the upgrade is bieng installed dissapears C:Program FilesMicrosoft SQL ServerMSSQL.8Reporting Services. The error is a bit missleading because the file that it is trying to copy rssrvpolicy.config does appear in that upgrade folder so I am not sure why it would try to copy a file that has already been copied.

I was able to upgrade the Database Engine instance fine but can't upgrade Reporting Services due to that error. I have verified that the account that ran the setup had the administrator permissions. Your prompt reply to my question would be greatly appreciatted.

View 4 Replies View Related

Visual Studio 2005 Bootstrap Package For SQL Server 2005 Express Edition With Advanced Services SP2

Feb 15, 2008

Hi there,

Anyone know how I can replace (or download) the sqlexpr32.exe bootstrap package with the advanced services SP2 edition of SQL 2005 express ?

Pieter

View 9 Replies View Related

Advanced Features For DTSs?

Apr 17, 2006

Hi,

Since I am new to DTSs therefore currently I am making my DTSs in a manner where there probably is a room for improvement e.g. When I have to Import data from one server to another I use the Import feature and then I go through all the steps of the wizard (at the end of which I get the option to save my DTS)....

In the DTS "design window" there are many options under the TASK menu option and is there a url from where I can learn how to use these options (under TASK i.e. File Transfer Protocaol task, ActiveX Script Task, Transform Data Task, etc. etc.).

Maybe if I know how to use these options, I might be able to write my DTS in better and flexible manner...

Hope my posts is making some sense????

Thanks

View 1 Replies View Related

Advanced Features For DTSs?

Apr 17, 2006

Hi,

Since I am new to DTSs therefore currently I am making my DTSs in a manner where there probably is a room for improvement e.g. When I have to Import data from one server to another I use the Import feature and then I go through all the steps of the wizard (at the end of which I get the option to save my DTS)....

In the DTS "design window" there are many options under the TASK menu option and is there a url from where I can learn how to use these options (under TASK i.e. File Transfer Protocaol task, ActiveX Script Task, Transform Data Task, etc. etc.).

Maybe if I know how to use these options, I might be able to write my DTS in better and flexible manner...

Hope my posts is making some sense????

Thanks

View 1 Replies View Related

Advanced Topics/features/usage Of DTS's

Mar 13, 2007

Hello,

I know the basics of DTSs and have been using them for a while. Now I REALLY want to learn the advanced concepts related to DTS's e.g.


How to make use of the "Inner Package Global Variables" Tab (which is visible in the DTS Designer "window")

How to make use of the "Outer Package Global Variables" Tab (which is visible in the DTS Designer "window")

How to make use of the "Outer Package Global Variables" Tab (which is visible in the menu bar option #4 Designer "window")



Thanks.

View 1 Replies View Related

Advanced Topics/features/usage Of DTS's

Mar 13, 2007

Hello,

I know the basics of DTSs and have been using them for a while. Now I REALLY want to learn the advanced concepts related to DTS's e.g.

How to make use of the "Inner Package Global Variables" Tab (which is visible in the DTS Designer "window")

How to make use of the "Outer Package Global Variables" Tab (which is visible in the DTS Designer "window")

How to make use of the "Outer Package Global Variables" Tab (which is visible in the menu bar option #4 Designer "window")



Many advance thanks for your help.

View 8 Replies View Related

SQL Server 2005 Express Edition With Advanced Services SP2

Mar 23, 2007

Folks, Today I saw that an upgraded(?) version of SQL Server express was available.  Since it is supposed to have the ability to generate a script to put a database on a hosted server I decided to get it.  Bad decision.  I uninstalled my previous version of SSE. and attempted to install the SP2 version with Advanced Services.  After three installs I finally got the server to start.  Now I can not log onto it using Management Studio Express.  I know the server is running because I can see it in the task manager and I can open one database used with an ASP.NET web site through Visual Studio.  Can you provide any suggestions on how to find my server or server instances through Management Studio?  Do I need to remove all sql server related items and do a complete reinstall?  I can see the server in the Configuration Manager and in the Surface configuration manager. Any assistance would be greatly appreciated.   I have spent way too much time on this.Thanks 

View 1 Replies View Related

SQL Server 2005 Express Edition With Advanced Services

Jun 9, 2006

Does SQL Server 2005 Express Edition with Advance Services comes with Reporting service. I mean to say If I have installed Express Edition in my computer, does seperate installation of Reporting service required.

View 8 Replies View Related

SQL Server 2005 Express Edition With Advanced Services SP1

Nov 28, 2006

i have an installation of SQL Server 2005 Express Edition and now i want to upgrade to SQL Server 2005 Express Edition with Advanced Services SP1 but without uninstall the old version...could someone help me...

View 3 Replies View Related

Server 2005 Express Vs Advanced SErvices Version

Sep 7, 2007



Our new version of a VB.net 2005 program uses

Install Microsoft SQL Server 2005 Express Edition


While upgrading a client over PCAnywhere in another state, I inadvertantly installed

Microsoft SQL Server 2005 Express Edition with Advanced Services


I have had an absolute nightmare with SQL 2005 uninstalling it from a laptop on my desk, so you can understand why I don't want to try uninstalling the Advanced Services version on a computer over PCAnywhere.


However, the remote computer does not have IIS on it, which prompts a warning form Microsoft SQL Server 2005 Express Edition with Advanced Services.


So, the simple question is, if the program works Microsoft SQL Server 2005 Express Edition then I assume it will work with Microsoft SQL Server 2005 Express Edition with Advanced Services, since it doesn't use any advance services.


Please advise.


Bob

View 4 Replies View Related

Advice On SQL Server 2005 Vs. Express Edition W/ Advanced Services

Apr 24, 2006

I've been using SQL Server 2005 Std. for my development work on a laptop w/ 2 GHz Celeron and 768 Mb RAM. Now that Express Edition has Reporting Services and Full-Text Search, would I be wise to just use it instead? I actually have both on my machine since Express Edition installed with VS 2005 Standard. Also, if I uninstall SQL Server 2005 Std. what will I lose? Thanks in advance.

-Mike

View 3 Replies View Related

Is SQL Server 2005 Express Edition With Advanced Services FREE ????

Apr 23, 2006

I can't find any information on this. Thanks.

View 1 Replies View Related

Bug Installing SQL Server 2005 Express Edition With Advanced Services

Apr 20, 2006

ENVIRONMENT

Windows 2000 Professional (Build 2195: Service Pack 4)

Previous version of SQL Server 2005 Express Edition with Advanced Services CTP was removed using Add/Remove Programs

Visual Studio 2005 Professional is installed

WARNING MESSAGE (should it be an error message since what was requested did not take place?)

---------------------------
Microsoft SQL Server 2005 Setup
---------------------------
Warning 28123.Warning: SQL Server Setup cannot install this feature because a different edition of this feature is already installed. For more information, see 'Version and Edition Upgrades' in SQL Server Books Online.
---------------------------
OK  
---------------------------

FAILED WORKAROUND STEPS

1. Used Add/Remove Programs to remove Microsoft SQL Server 2005 (there was only a single instance).

2. Since Microsoft SQL Server 2005 still appeared in the list of programs to remove, decided to reboot.

3. After reboot, Microsoft SQL Server 2005 still appeared in Add/Remove Programs. Clicked the Remove button a second time and clicked the Yes button to remove it from the list.

4. Used Add/Remove Programs to remove Microsoft SQL Server Management Studio Express.

5. Used Add/Remove Programs to remove Microsoft SQL Server Native Client.

6. Rebooted.

7. deleted services

C:WINNT>sc delete MSSQLServerADHelper
[SC] DeleteService SUCCESS

C:WINNT>sc delete SQLBrowser
[SC] DeleteService SUCCESS

C:WINNT>sc delete MsDtsServer
[SC] OpenService FAILED 1060:

The specified service does not exist as an installed service

C:WINNT>sc delete MSSQL
[SC] OpenService FAILED 1060:

The specified service does not exist as an installed service

C:WINNT>sc delete SqlAgent
[SC] OpenService FAILED 1060:

The specified service does not exist as an installed service

C:WINNT>sc delete MSOLAP
[SC] OpenService FAILED 1060:

The specified service does not exist as an installed service

C:WINNT>sc delete ReportServer
[SC] OpenService FAILED 1060:

The specified service does not exist as an installed service

C:WINNT>sc delete Msftesql
[SC] DeleteService SUCCESS

8. Deleted assemblies.

C:WINNT>if exist "%windir%assemblyGAC*SQLServer*" del /s /q /f "%windir%assemblyGAC*SQLServer*"

C:WINNT>
C:WINNT>if exist "%windir%assemblyGAC_32*SQLServer*" del /s /q /f "%windir%assemblyGAC_32*SQLServer*"
Deleted file - C:WINNTassemblyGAC_32Microsoft.SqlServer.BatchParser9.0.242.
0__89845dcd8080cc91microsoft.sqlserver.batchparser.dll
Deleted file - C:WINNTassemblyGAC_32Microsoft.SqlServer.MgdSqlDumper9.0.242
.0__89845dcd8080cc91microsoft.sqlserver.mgdsqldumper.dll
Deleted file - C:WINNTassemblyGAC_32Microsoft.SqlServer.Replication9.0.242.
0__89845dcd8080cc91Microsoft.SqlServer.Replication.dll

C:WINNT>
C:WINNT>if exist "%windir%assemblyGAC_MSIL*SQLServer*" del /s /q /f "%windir%assemblyGAC_MSIL*SQLServer*"
Deleted file - C:WINNTassemblyGAC_MSILMicrosoft.SqlServer.ConnectionInfo9.0
.242.0__89845dcd8080cc91Microsoft.SqlServer.ConnectionInfo.dll
Deleted file - C:WINNTassemblyGAC_MSILMicrosoft.SqlServer.CustomControls9.0
.242.0__89845dcd8080cc91Microsoft.SqlServer.CustomControls.dll
Deleted file - C:WINNTassemblyGAC_MSILMicrosoft.SqlServer.GridControl9.0.24
2.0__89845dcd8080cc91Microsoft.SqlServer.GridControl.dll
Deleted file - C:WINNTassemblyGAC_MSILMicrosoft.SqlServer.Instapi9.0.242.0_
_89845dcd8080cc91Microsoft.SqlServer.InstApi.dll
Deleted file - C:WINNTassemblyGAC_MSILMicrosoft.SqlServer.msxml6_interop6.0
.0.0__89845dcd8080cc91Microsoft.SqlServer.msxml6_interop.dll
Deleted file - C:WINNTassemblyGAC_MSILMicrosoft.SqlServer.RegSvrEnum9.0.242
.0__89845dcd8080cc91Microsoft.SqlServer.RegSvrEnum.dll
Deleted file - C:WINNTassemblyGAC_MSILMicrosoft.SqlServer.Replication.Busine
ssLogicSupport9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.Replication.Busin
essLogicSupport.dll
Deleted file - C:WINNTassemblyGAC_MSILMicrosoft.SqlServer.Rmo9.0.242.0__898
45dcd8080cc91Microsoft.SqlServer.Rmo.dll
Deleted file - C:WINNTassemblyGAC_MSILMicrosoft.SqlServer.ServiceBrokerEnum
9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.ServiceBrokerEnum.dll
Deleted file - C:WINNTassemblyGAC_MSILMicrosoft.SqlServer.Smo9.0.242.0__898
45dcd8080cc91Microsoft.SqlServer.Smo.dll
Deleted file - C:WINNTassemblyGAC_MSILMicrosoft.SqlServer.SmoEnum9.0.242.0_
_89845dcd8080cc91Microsoft.SqlServer.SmoEnum.dll
Deleted file - C:WINNTassemblyGAC_MSILMicrosoft.SqlServer.SqlEnum9.0.242.0_
_89845dcd8080cc91Microsoft.SqlServer.SqlEnum.dll
Deleted file - C:WINNTassemblyGAC_MSILMicrosoft.SqlServer.SqlTDiagM9.0.242.
0__89845dcd8080cc91Microsoft.SqlServer.SqlTDiagM.dll
Deleted file - C:WINNTassemblyGAC_MSILMicrosoft.SqlServer.SString9.0.242.0_
_89845dcd8080cc91Microsoft.SqlServer.SString.dll
Deleted file - C:WINNTassemblyGAC_MSILMicrosoft.SqlServer.WmiEnum9.0.242.0_
_89845dcd8080cc91Microsoft.SqlServer.WmiEnum.dll

9. Deleted the entire C:Program FilesMicrosoft SQL Server folder.

10. Deleted the entire HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL Server registry key.

11. Deleted the entire HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSSQLServer registry key.

12. Rebooted

13. Deleted these registry keys:

HKEY_CLASSES_ROOTApplicationssqlwb.exe
HKEY_CLASSES_ROOTApplicationsssmsee.exe

14. Used a program to delete every registry key with a string value of C:Program FilesMicrosoft SQL Server in itself or any of its subkeys.

15. Deleted every registry key beginning with DTS

16. Removed all references to SQL Server from the PATH variable and rebooted.

17. Ran SQLEXPR_ADV.EXE (version that was signed on April 15, 2006 1:24:21 AM).

18. Unchecked Hide advanced configuration options.

19. Selected all features.

20. Selected Default instance.

21. Changed to Mixed Mode.

22. Selected Latin1_General under Collation designator and sort order.

23. Unchecked Enable User Instances.

24. Setup fails on product Workstation Components, Books Online and Development Tools with the dialog box shown near the top of this post.

Summary Log

--------------------------------------------------------------------------------
Machine         : SomeComputerName
Product         : Workstation Components, Books Online and Development Tools
Warning         : Warning 28123.Warning: SQL Server Setup cannot install this feature because a different edition of this feature is already installed. For more information, see 'Version and Edition Upgrades' in SQL Server Books Online.
--------------------------------------------------------------------------------

Detailed Tools Log

=== Verbose logging started: 4/20/2006  10:55:39  Build type: SHIP UNICODE 3.01.4000.2435  Calling process: C:Program FilesMicrosoft SQL Server90Setup Bootstrapsetup.exe ===
MSI (c) (04:B8) [10:55:39:234]: Resetting cached policy values
MSI (c) (04:B8) [10:55:39:234]: Machine policy value 'Debug' is 0
MSI (c) (04:B8) [10:55:39:234]: ******* RunEngine:
           ******* Product: e:6771b864b449c707fd961a7fd719a8c1SetupSqlRun_Tools.msi
           ******* Action:
           ******* CommandLine: **********
MSI (c) (04:B8) [10:55:39:250]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (04:B8) [10:55:39:250]: Grabbed execution mutex.
MSI (c) (04:B8) [10:55:39:250]: Cloaking enabled.
MSI (c) (04:B8) [10:55:39:250]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (04:B8) [10:55:39:250]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (3C:88) [10:55:39:265]: Grabbed execution mutex.
MSI (s) (3C:20) [10:55:39:265]: Resetting cached policy values
MSI (s) (3C:20) [10:55:39:265]: Machine policy value 'Debug' is 0
MSI (s) (3C:20) [10:55:39:265]: ******* RunEngine:
           ******* Product: e:6771b864b449c707fd961a7fd719a8c1SetupSqlRun_Tools.msi
           ******* Action:
           ******* CommandLine: **********
MSI (s) (3C:20) [10:55:39:265]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (3C:20) [10:55:39:281]: File will have security applied from OpCode.
MSI (s) (3C:20) [10:55:45:015]: End dialog not enabled
MSI (s) (3C:20) [10:55:45:015]: Original package ==> e:6771b864b449c707fd961a7fd719a8c1SetupSqlRun_Tools.msi
MSI (s) (3C:20) [10:55:45:015]: Package we're running from ==> C:WINNTInstaller19c5ce.msi
MSI (s) (3C:20) [10:55:45:046]: APPCOMPAT: looking for appcompat database entry with ProductCode '{58D379F7-62BC-4748-8237-FE071ECE797C}'.
MSI (s) (3C:20) [10:55:45:046]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (3C:20) [10:55:45:046]: MSCOREE already loaded, using loaded copy
MSI (s) (3C:20) [10:55:45:046]: Machine policy value 'TransformsSecure' is 0
MSI (s) (3C:20) [10:55:45:046]: User policy value 'TransformsAtSource' is 0
MSI (s) (3C:20) [10:55:45:046]: Machine policy value 'DisablePatch' is 0
MSI (s) (3C:20) [10:55:45:046]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (3C:20) [10:55:45:046]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (3C:20) [10:55:45:046]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (3C:20) [10:55:45:046]: APPCOMPAT: looking for appcompat database entry with ProductCode '{58D379F7-62BC-4748-8237-FE071ECE797C}'.
MSI (s) (3C:20) [10:55:45:046]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (3C:20) [10:55:45:046]: Transforms are not secure.
MSI (s) (3C:20) [10:55:45:046]: Command Line: USERNAME=SomeCompanyName COMPANYNAME=SomeCompanyName INSTALLSQLSHAREDDIR=C:Program FilesMicrosoft SQL Server SAMPLEDATABASESERVER=SomeMachineName STPSETUPTHREADID=1740 STPSETUPPROCESSID=260 EXTERNALCONTROL=1 ADDLOCAL=Client_Components,Connectivity,SDK,SQL_SSMSEE REBOOT=ReallySuppress CURRENTDIRECTORY=C:Program FilesMicrosoft SQL Server90Setup Bootstrap CLIENTUILEVEL=3 CLIENTPROCESSID=260 %HOMEPATH=Documents and SettingsSomeUserName %HOMEDRIVE=D: %HOMESHARE=
MSI (s) (3C:20) [10:55:45:046]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{89DAFCFE-ED1B-4EC7-82EE-1D153F4C0980}'.
MSI (s) (3C:20) [10:55:45:046]: Product Code passed to Engine.Initialize:           ''
MSI (s) (3C:20) [10:55:45:046]: Product Code from property table before transforms: '{58D379F7-62BC-4748-8237-FE071ECE797C}'
MSI (s) (3C:20) [10:55:45:046]: Product Code from property table after transforms:  '{58D379F7-62BC-4748-8237-FE071ECE797C}'
MSI (s) (3C:20) [10:55:45:046]: Product not registered: beginning first-time install
MSI (s) (3C:20) [10:55:45:046]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (s) (3C:20) [10:55:45:046]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (3C:20) [10:55:45:046]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (3C:20) [10:55:45:046]: Adding new sources is allowed.
MSI (s) (3C:20) [10:55:45:046]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (s) (3C:20) [10:55:45:046]: Package name extracted from package path: 'SqlRun_Tools.msi'
MSI (s) (3C:20) [10:55:45:062]: Package to be registered: 'sqlrun_tools.msi'
MSI (s) (3C:20) [10:55:45:062]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (3C:20) [10:55:45:062]: Machine policy value 'DisableMsi' is 0
MSI (s) (3C:20) [10:55:45:062]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (3C:20) [10:55:45:062]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (3C:20) [10:55:45:062]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (s) (3C:20) [10:55:45:062]: Running product '{58D379F7-62BC-4748-8237-FE071ECE797C}' with elevated privileges: Product is assigned.
MSI (s) (3C:20) [10:55:45:062]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'SomeCompanyName'.
MSI (s) (3C:20) [10:55:45:062]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'SomeCompanyName'.
MSI (s) (3C:20) [10:55:45:062]: PROPERTY CHANGE: Adding INSTALLSQLSHAREDDIR property. Its value is 'C:Program FilesMicrosoft SQL Server'.
MSI (s) (3C:20) [10:55:45:062]: PROPERTY CHANGE: Adding SAMPLEDATABASESERVER property. Its value is 'SomeMachineName'.
MSI (s) (3C:20) [10:55:45:062]: PROPERTY CHANGE: Adding STPSETUPTHREADID property. Its value is '1740'.
MSI (s) (3C:20) [10:55:45:062]: PROPERTY CHANGE: Adding STPSETUPPROCESSID property. Its value is '260'.
MSI (s) (3C:20) [10:55:45:062]: PROPERTY CHANGE: Adding EXTERNALCONTROL property. Its value is '1'.
MSI (s) (3C:20) [10:55:45:062]: PROPERTY CHANGE: Adding ADDLOCAL property. Its value is 'Client_Components,Connectivity,SDK,SQL_SSMSEE'.
MSI (s) (3C:20) [10:55:45:062]: PROPERTY CHANGE: Adding REBOOT property. Its value is 'ReallySuppress'.
MSI (s) (3C:20) [10:55:45:062]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:Program FilesMicrosoft SQL Server90Setup Bootstrap'.
MSI (s) (3C:20) [10:55:45:062]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
MSI (s) (3C:20) [10:55:45:062]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '260'.
MSI (s) (3C:20) [10:55:45:062]: TRANSFORMS property is now:
MSI (s) (3C:20) [10:55:45:062]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '150'.
MSI (s) (3C:20) [10:55:45:062]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsSomeUserNameApplication Data
MSI (s) (3C:20) [10:55:45:062]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsSomeUserNameFavorites
MSI (s) (3C:20) [10:55:45:062]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsSomeUserNameNetHood
MSI (s) (3C:20) [10:55:45:062]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsSomeUserNameMy Documents
MSI (s) (3C:20) [10:55:45:062]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsSomeUserNamePrintHood
MSI (s) (3C:20) [10:55:45:078]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsSomeUserNameRecent
MSI (s) (3C:20) [10:55:45:078]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsSomeUserNameSendTo
MSI (s) (3C:20) [10:55:45:078]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsSomeUserNameTemplates
MSI (s) (3C:20) [10:55:45:078]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsAll UsersApplication Data
MSI (s) (3C:20) [10:55:45:078]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsSomeUserNameLocal SettingsApplication Data
MSI (s) (3C:20) [10:55:45:078]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsSomeUserNameMy DocumentsMy Pictures
MSI (s) (3C:20) [10:55:45:078]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsAll UsersStart MenuProgramsAdministrative Tools
MSI (s) (3C:20) [10:55:45:078]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsAll UsersStart MenuProgramsStartup
MSI (s) (3C:20) [10:55:45:078]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsAll UsersStart MenuPrograms
MSI (s) (3C:20) [10:55:45:078]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsAll UsersStart Menu
MSI (s) (3C:20) [10:55:45:078]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsAll UsersDesktop
MSI (s) (3C:20) [10:55:45:078]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsSomeUserNameStart MenuProgramsAdministrative Tools
MSI (s) (3C:20) [10:55:45:093]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsSomeUserNameStart MenuProgramsStartup
MSI (s) (3C:20) [10:55:45:093]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsSomeUserNameStart MenuPrograms
MSI (s) (3C:20) [10:55:45:093]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsSomeUserNameStart Menu
MSI (s) (3C:20) [10:55:45:093]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsSomeUserNameDesktop
MSI (s) (3C:20) [10:55:45:093]: SHELL32::SHGetFolderPath returned: D:Documents and SettingsAll UsersTemplates
MSI (s) (3C:20) [10:55:45:093]: SHELL32::SHGetFolderPath returned: C:WINNTFonts
MSI (s) (3C:20) [10:55:45:093]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (3C:20) [10:55:45:093]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (3C:20) [10:55:45:093]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:WINNTInstaller19c5ce.msi'.
MSI (s) (3C:20) [10:55:45:093]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'e:6771b864b449c707fd961a7fd719a8c1SetupSqlRun_Tools.msi'.
MSI (s) (3C:20) [10:55:45:093]: Note: 1: 2205 2:  3: PatchPackage
MSI (s) (3C:20) [10:55:45:093]: Machine policy value 'DisableRollback' is 0
MSI (s) (3C:20) [10:55:45:093]: User policy value 'DisableRollback' is 0
MSI (s) (3C:20) [10:55:45:093]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
=== Logging started: 4/20/2006  10:55:45 ===
MSI (s) (3C:20) [10:55:45:093]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.
MSI (s) (3C:20) [10:55:45:093]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (3C:20) [10:55:45:093]: Doing action: INSTALL
MSI (s) (3C:20) [10:55:45:109]: Running ExecuteSequence
MSI (s) (3C:20) [10:55:45:109]: Doing action: SystemFolder.60A85CA1_D9D8_43FA_9DD5_574BEF970F9F
Action start 10:55:45: INSTALL.
MSI (s) (3C:20) [10:55:45:109]: PROPERTY CHANGE: Adding SystemFolder.60A85CA1_D9D8_43FA_9DD5_574BEF970F9F property. Its value is 'C:WINNTsystem32'.
Action start 10:55:45: SystemFolder.60A85CA1_D9D8_43FA_9DD5_574BEF970F9F.
MSI (s) (3C:20) [10:55:45:109]: Doing action: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E
Action ended 10:55:45: SystemFolder.60A85CA1_D9D8_43FA_9DD5_574BEF970F9F. Return value 1.
MSI (s) (3C:20) [10:55:45:109]: PROPERTY CHANGE: Adding WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNT'.
Action start 10:55:45: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:109]: Doing action: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E
Action ended 10:55:45: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:109]: PROPERTY CHANGE: Adding SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNTsystem32'.
Action start 10:55:45: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:109]: Doing action: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
Action ended 10:55:45: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:109]: PROPERTY CHANGE: Adding WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNT'.
Action start 10:55:45: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:109]: Doing action: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
Action ended 10:55:45: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:109]: PROPERTY CHANGE: Adding SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNTsystem32'.
Action start 10:55:45: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:125]: Doing action: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
Action ended 10:55:45: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:125]: PROPERTY CHANGE: Adding WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNT'.
Action start 10:55:45: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:125]: Doing action: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
Action ended 10:55:45: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:125]: PROPERTY CHANGE: Adding SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNTsystem32'.
Action start 10:55:45: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:125]: Doing action: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
Action ended 10:55:45: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:125]: PROPERTY CHANGE: Adding WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNT'.
Action start 10:55:45: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:125]: Doing action: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
Action ended 10:55:45: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:125]: PROPERTY CHANGE: Adding SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNTsystem32'.
Action start 10:55:45: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:125]: Doing action: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E
Action ended 10:55:45: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:125]: PROPERTY CHANGE: Adding WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNT'.
Action start 10:55:45: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:140]: Doing action: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E
Action ended 10:55:45: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:140]: PROPERTY CHANGE: Adding SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNTsystem32'.
Action start 10:55:45: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:140]: Doing action: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
Action ended 10:55:45: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:140]: PROPERTY CHANGE: Adding WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNT'.
Action start 10:55:45: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:140]: Doing action: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
Action ended 10:55:45: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:140]: PROPERTY CHANGE: Adding SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNTsystem32'.
Action start 10:55:45: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:140]: Doing action: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
Action ended 10:55:45: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:140]: PROPERTY CHANGE: Adding WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNT'.
Action start 10:55:45: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:140]: Doing action: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
Action ended 10:55:45: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:140]: PROPERTY CHANGE: Adding SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNTsystem32'.
Action start 10:55:45: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:156]: Doing action: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
Action ended 10:55:45: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:156]: PROPERTY CHANGE: Adding WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNT'.
Action start 10:55:45: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:156]: Doing action: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
Action ended 10:55:45: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:156]: PROPERTY CHANGE: Adding SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E property. Its value is 'C:WINNTsystem32'.
Action start 10:55:45: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E.
MSI (s) (3C:20) [10:55:45:156]: Doing action: ProgramMenuFolder.ConfigurationTools1033
Action ended 10:55:45: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E. Return value 1.
MSI (s) (3C:20) [10:55:45:156]: PROPERTY CHANGE: Adding ProgramMenuFolder.ConfigurationTools1033 property. Its value is 'D:Documents and SettingsAll UsersStart MenuPrograms'.
Action start 10:55:45: ProgramMenuFolder.ConfigurationTools1033.
MSI (s) (3C:20) [10:55:45:156]: Doing action: ProgramFilesFolder.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 10:55:45: ProgramMenuFolder.ConfigurationTools1033. Return value 1.
MSI (s) (3C:20) [10:55:45:156]: PROPERTY CHANGE: Adding ProgramFilesFolder.D20239D7_E87C_40C9_9837_E70B8D4882C2 property. Its value is 'C:Program Files'.
Action start 10:55:45: ProgramFilesFolder.D20239D7_E87C_40C9_9837_E70B8D4882C2.
MSI (s) (3C:20) [10:55:45:156]: Skipping action: SetMDACSxS (condition is false)
MSI (s) (3C:20) [10:55:45:156]: Doing action: LaunchConditions
Action ended 10:55:45: ProgramFilesFolder.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (3C:20) [10:55:45:156]: Note: 1: 2205 2:  3: LaunchCondition
MSI (s) (3C:20) [10:55:45:156]: Note: 1: 2228 2:  3: LaunchCondition 4: SELECT `Condition`, `Description` FROM `LaunchCondition`
Action start 10:55:45: LaunchConditions.
MSI (s) (3C:20) [10:55:45:156]: Doing action: StreamSupportFiles.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 10:55:45: LaunchConditions. Return value 0.
MSI (s) (3C:BC) [10:55:45:171]: Invoking remote custom action. DLL: C:WINNTInstallerMSI299.tmp, Entrypoint: StreamSupportFiles
MSI (s) (3C:D0) [10:55:45:171]: Generating random cookie.
MSI (s) (3C:D0) [10:55:45:171]: Created Custom Action Server with PID 616 (0x268).
MSI (s) (3C:70) [10:55:45:187]: Running as a service.
MSI (s) (3C:70) [10:55:45:187]: Hello, I'm your 32bit Impersonated custom action server.
Action start 10:55:45: StreamSupportFiles.D20239D7_E87C_40C9_9837_E70B8D4882C2.
Property(SQL): Setup Bootstrap Directory = C:Program FilesMicrosoft SQL Server90Setup Bootstrap
1: 0 2: Iterating through _sqlSupportFiles entries
Streamed sqlca.D20239D7_E87C_40C9_9837_E70B8D4882C2 to C:Program FilesMicrosoft SQL Server90Setup Bootstrapin{58D379F7-62BC-4748-8237-FE071ECE797C}sqlca.dll
MSI (s) (3C:20) [10:55:45:312]: Doing action: Do_LogInstallStart.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 10:55:45: StreamSupportFiles.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (3C:BC) [10:55:45:328]: Invoking remote custom action. DLL: C:WINNTInstallerMSI29A.tmp, Entrypoint: Do_LogInstallStart
Action start 10:55:45: Do_LogInstallStart.D20239D7_E87C_40C9_9837_E70B8D4882C2.
Property(SQL): Setup Bootstrap Directory = C:Program FilesMicrosoft SQL Server90Setup Bootstrap
Property(SQL): CA DLL Path = C:Program FilesMicrosoft SQL Server90Setup BootstrapBin{58D379F7-62BC-4748-8237-FE071ECE797C}sqlca.dll
<Func Name='LaunchFunction'>
Function=Do_LogInstallStart
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
Doing Action: Do_LogInstallStart
PerfTime Start: Do_LogInstallStart : Thu Apr 20 10:55:46 2006
<Func Name='Do_LogInstallStart'>
<EndFunc Name='Do_LogInstallStart' Return='0' GetLastError='203'>
PerfTime Stop: Do_LogInstallStart : Thu Apr 20 10:55:46 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='203'>
MSI (s) (3C:20) [10:55:46:625]: Doing action: GetDefaultDomain.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 10:55:46: Do_LogInstallStart.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (3C:BC) [10:55:46:625]: Invoking remote custom action. DLL: C:WINNTInstallerMSI29B.tmp, Entrypoint: GetDefaultDomain
Action start 10:55:46: GetDefaultDomain.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
Function=GetDefaultDomain
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
Doing Action: GetDefaultDomain
PerfTime Start: GetDefaultDomain : Thu Apr 20 10:55:46 2006
<Func Name='GetDefaultDomain'>
MSI (s) (3C!38) [10:55:46:687]: PROPERTY CHANGE: Adding DefaultDomain property. Its value is 'SomeDomainName'.
MSI (s) (3C!38) [10:55:46:687]: PROPERTY CHANGE: Adding QuotedDefaultDomain property. Its value is 'SomeDomainName'.
MSI (s) (3C!38) [10:55:46:687]: PROPERTY CHANGE: Adding QuotedComputerName property. Its value is 'SomeMachineName'.
PerfTime Stop: GetDefaultDomain : Thu Apr 20 10:55:46 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='997'>
MSI (s) (3C:20) [10:55:46:687]: Doing action: RestoreSetupParams.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 10:55:46: GetDefaultDomain.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (3C:BC) [10:55:46:687]: Invoking remote custom action. DLL: C:WINNTInstallerMSI29C.tmp, Entrypoint: RestoreSetupParams
Action start 10:55:46: RestoreSetupParams.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
Function=RestoreSetupParams
Skipping Action: RestoreSetupParams (Condition is false)
<EndFunc Name='LaunchFunction' Return='0' GetLastError='203'>
MSI (s) (3C:20) [10:55:46:718]: Doing action: ShutdownServiceManager.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 10:55:46: RestoreSetupParams.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (3C:BC) [10:55:46:718]: Invoking remote custom action. DLL: C:WINNTInstallerMSI29D.tmp, Entrypoint: ShutdownServiceManager
Action start 10:55:46: ShutdownServiceManager.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
Function=ShutdownServiceManager
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
Doing Action: ShutdownServiceManager
PerfTime Start: ShutdownServiceManager : Thu Apr 20 10:55:46 2006
<Func Name='ShutdownServiceManager'>
<EndFunc Name='ShutdownServiceManager' Return='0' GetLastError='2'>
PerfTime Stop: ShutdownServiceManager : Thu Apr 20 10:55:46 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='2'>
MSI (s) (3C:20) [10:55:46:750]: Doing action: Write_sqlWellKnownAccountNames.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 10:55:46: ShutdownServiceManager.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (3C:BC) [10:55:46:765]: Invoking remote custom action. DLL: C:WINNTInstallerMSI29E.tmp, Entrypoint: Write_sqlWellKnownAccountNames
Action start 10:55:46: Write_sqlWellKnownAccountNames.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
Function=Write_sqlWellKnownAccountNames
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
Doing Action: Write_sqlWellKnownAccountNames
PerfTime Start: Write_sqlWellKnownAccountNames : Thu Apr 20 10:55:46 2006
<Func Name='Write_sqlWellKnownAccountNames'>
MSI (s) (3C!38) [10:55:46:781]: PROPERTY CHANGE: Adding AdministratorsGroup property. Its value is 'BUILTINAdministrators'.
MSI (s) (3C!38) [10:55:46:796]: PROPERTY CHANGE: Adding UsersGroup property. Its value is 'BUILTINUsers'.
MSI (s) (3C!38) [10:55:46:812]: PROPERTY CHANGE: Adding LocalSystemAccount property. Its value is 'NT AUTHORITYSYSTEM'.
<EndFunc Name='Write_sqlWellKnownAccountNames' Return='0' GetLastError='1332'>
PerfTime Stop: Write_sqlWellKnownAccountNames : Thu Apr 20 10:55:46 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='1332'>
MSI (s) (3C:20) [10:55:46:843]: Skipping action: PropSetSQLAutoStart.D20239D7_E87C_40C9_9837_E70B8D4882C2 (condition is false)
MSI (s) (3C:20) [10:55:46:843]: Doing action: CheckIIS.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 10:55:46: Write_sqlWellKnownAccountNames.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (3C:BC) [10:55:46:843]: Invoking remote custom action. DLL: C:WINNTInstallerMSI29F.tmp, Entrypoint: CheckIIS
Action start 10:55:46: CheckIIS.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
Function=CheckIIS
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
Doing Action: CheckIIS
PerfTime Start: CheckIIS : Thu Apr 20 10:55:46 2006
<Func Name='CheckIIS'>
MSI (s) (3C!38) [10:55:46:906]: PROPERTY CHANGE: Adding IISCHECKED property. Its value is '0'.
MSI (s) (3C!38) [10:55:46:921]: PROPERTY CHANGE: Adding SqlASPNETInstalled property. Its value is '1'.
Skipping RS Feature Dependency Check
<Func Name='GetXMLAttributeValue'>
Error to find XML node /configuration/system.web/compilation
<EndFunc Name='GetXMLAttributeValue' Return='2' GetLastError='0'>
Failed to get ModuleID_RS_Server when getting the ASP Temp directory.
MSI (s) (3C!38) [10:55:47:031]: PROPERTY CHANGE: Adding SqlCOMPlusInstalled property. Its value is '1'.
Could not get the ASP temp directory.
MSI (s) (3C!38) [10:55:47:031]: PROPERTY CHANGE: Adding RSPREREQUISITECHECKED property. Its value is '1'.
MSI (s) (3C!38) [10:55:47:031]: PROPERTY CHANGE: Modifying IISCHECKED property. Its current value is '0'. Its new value: '1'.
SqlCOMPlusInstalled value set to 1
<EndFunc Name='CheckIIS' Return='0' GetLastError='0'>
PerfTime Stop: CheckIIS : Thu Apr 20 10:55:47 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
MSI (s) (3C:20) [10:55:47:031]: Doing action: Create_RSGUID.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 10:55:47: CheckIIS.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (3C:BC) [10:55:47:046]: Invoking remote custom action. DLL: C:WINNTInstallerMSI2A0.tmp, Entrypoint: Create_RSGUID
Action start 10:55:47: Create_RSGUID.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
Function=Create_RSGUID
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
Doing Action: Create_RSGUID
PerfTime Start: Create_RSGUID : Thu Apr 20 10:55:47 2006
<Func Name='Create_RSGUID'>
MSI (s) (3C!38) [10:55:47:156]: PROPERTY CHANGE: Adding RSGUIDVALUE property. Its value is '{91051fc0-581b-4a79-8672-9ae717477574}'.
Starting Create_RSGUID
Created new GUID: {91051fc0-581b-4a79-8672-9ae717477574}
<EndFunc Name='Create_RSGUID' Return='0' GetLastError='0'>
PerfTime Stop: Create_RSGUID : Thu Apr 20 10:55:47 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
MSI (s) (3C:20) [10:55:47:171]: Doing action: CheckPassedPropertiesLength.D20239D7_E87C_40C9_9837_E70B8D4882C2
Action ended 10:55:47: Create_RSGUID.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
MSI (s) (3C:BC) [10:55:47:171]: Invoking remote custom action. DLL: C:WINNTInstallerMSI2A1.tmp, Entrypoint: CheckPassedPropertiesLength
Action start 10:55:47: CheckPassedPropertiesLength.D20239D7_E87C_40C9_9837_E70B8D4882C2.
<Func Name='LaunchFunction'>
Function=CheckPassedPropertiesLength
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
Doing Action: CheckPassedPropertiesLength
PerfTime Start: CheckPassedPropertiesLength : Thu Apr 20 10:55:47 2006
<Func Name='CheckPassedPropertiesLength'>
CheckPassedPropertiesLength:  Property USERNAME is of legal length.
MSI (s) (3C!38) [10:55:47:203]: PROPERTY CHANGE: Adding RSSqlPoolLimit property. Its value is '100'.
CheckPassedPropertiesLength:  Property COMPANYNAME is of legal length.
<EndFunc Name='CheckPassedPropertiesLength' Return='0' GetLastError='0'>
PerfTime Stop: CheckPassedPropertiesLength : Thu Apr 20 10:55:47 2006
<EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
MSI (s) (3C:20) [10:55:47:203]: Skipping action: CheckForGDRPatch.D20239D7_E87C_40C9_9837_E70B8D4882C2 (condition is false)
MSI (s) (3C:20) [10:55:47:203]: Doing action: FindRelatedProducts
Action ended 10:55:47: CheckPassedPropertiesLength.D20239D7_E87C_40C9_9837_E70B8D4882C2. Return value 1.
Action start 10:55:47: FindRelatedProducts.
MSI (s) (3C:20) [10:55:47:218]: PROPERTY CHANGE: Adding UPGRADETOOLS90 property. Its value is '{A30965BD-2D4D-45CE-8F04-6A6889818CF1}'.
MSI (s) (3C:20) [10:55:47:218]: PROPERTY CHANGE: Adding PRODUCT_TOOLS property. Its value is '{A30965BD-2D4D-45CE-8F04-6A6889818CF1}'.
MSI (s) (3C:20) [10:55:47:218]: Doing action: FindUpgradeableProduct
Action ended 10:55:47: FindRelatedProducts. Return value 1.
MSI (s) (3C:BC) [10:55:47:218]: Invoking remote custom action. DLL: C:WINNTInstallerMSI2A2.tmp, Entrypoint: FindUpgradeableProduct
Action start 10:55:47: FindUpgradeableProduct.
<Func Name='LaunchFunction'>
Function=FindUpgradeableProduct
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
Doing Action: FindUpgradeableProduct
PerfTime Start: FindUpgradeableProduct : Thu Apr 20 10:55:47 2006
<Func Name='FindUpgradeableProduct'>
Warning 28123.Warning: SQL Server Setup cannot install this feature because a different edition of this feature is already installed. For more information, see 'Version and Edition Upgrades' in SQL Server Books Online.
<EndFunc Name='FindUpgradeableProduct' Return='259' GetLastError='0'>
PerfTime Stop: FindUpgradeableProduct : Thu Apr 20 11:08:55 2006
Gathering darwin properties for failure handling.
Loaded DLL:
C:Program FilesMicrosoft SQL Server90Setup Bootstrapxmlrw.dll
 Version:
2.0.3609.0


<EndFunc Name='LaunchFunction' Return='259' GetLastError='0'>
Action ended 11:08:55: FindUpgradeableProduct. Return value 5.
Action ended 11:08:55: INSTALL. Return value 1.
Property(S): ProductCode = {58D379F7-62BC-4748-8237-FE071ECE797C}
Property(S): ProductLanguage = 1033
Property(S): Manufacturer = Microsoft Corporation
Property(S): ProductVersion = 9.1.2047.00
Property(S): MEDIAPACKAGEPATH = Setup
Property(S): ALLUSERS = 1
Property(S): NULLGUID = {00000000-0000-0000-0000-000000000000}
Property(S): ASPNetVersion = 2.0.50727
Property(S): ARPHELPLINK = http://go.microsoft.com/fwlink/?LinkId=52152
Property(S): ARPPRODUCTICON = ARPIcon.ico
Property(S): ARPNOREPAIR = 1
Property(S): ARPSYSTEMCOMPONENT = 1
Property(S): MsiHiddenProperties = SQLPASSWORD;AGTPASSWORD;ASPASSWORD;RSPASSWORD;SQLBROWSERPASSWORD;RSSQLPASSWORD;RSSQLPassword;RSSQLPasswordQuoted;RSSETUPPASSWORD;RSSetupPassword;SAPWD;saPWD;UPGRADEPWD;SqlUpgradePwd;SQLPassword;ServicePassword;ADMINPASSWORD;PIDKEY;FTEPassword.68C6D15C_77E0_11D5_8528_00C04F68155C;checksum.7354AFCB_913B_4E9F_B76C_2376101FDE0C;checksum.;DigitalProductID;DPID;Do_sqlScript.D20239D7_E87C_40C9_9837_E70B8D4882C2;Rollback_SqlConnection.D20239D7_E87C_40C9_9837_E70B8D4882C2;Do_XmlSingleNode.D20239D7_E87C_40C9_9837_E70B8D4882C2;Do_RSSetting.D20239D7_E87C_40C9_9837_E70B8D4882C2;PID;ProductID;RSUPGRADEPASSWORD;Do_RSSetSharePointExclusionPath.D20239D7_E87C_40C9_9837_E70B8D4882C2
Property(S): SecureCustomProperties = SQL_SHOWLIC;PRODUCT_TOOLS;UPGRADETOOLS90;PRODUCT_TOOLS_LCID
Property(S): SqlServerBuild = 1
Property(S): SqlCluster = 0
Property(S): INSTALLLEVEL = 90
Property(S): FXAssemblyVersion = 2.0.0.0
Property(S): VSAssemblyVersion = 8.0.0.0
Property(S): SqlErrorReporting = #0
Property(S): SqlSqmReporting = #0
Property(S): SqlEnableRanu = 0
Property(S): SqlPatchLevel = 9.1.2047
Property(S): ReleaseProductVersion = 9.00.2047.00
Property(S): SpLevel = 1
Property(S): PIDTemplate = <````=````=````=````=`````>@@@@@
Property(S): UPGRADETOOLS90 = {A30965BD-2D4D-45CE-8F04-6A6889818CF1}
Property(S): UpgradeCode = {FED8B2D9-159B-41B0-826C-E3E0F8ADE264}
Property(S): PRODUCT_TOOLS = {A30965BD-2D4D-45CE-8F04-6A6889818CF1}
Property(S): BOL_INSTALL = SQLServer90
Property(S): ProgramFilesFolder = C:Program Files
Property(S): DefaultUIFont = Tahoma8
Property(S): VersionNT = 500
Property(S): INSTALLSQLSHAREDDIR = C:Program FilesMicrosoft SQL Server
Property(S): LocalSystemAccount = NT AUTHORITYSYSTEM
Property(S): DefaultBuiltInAccount = NetworkServiceAccount
Property(S): SqlDisableNetworkProtocols = 1
Property(S): SimpleFeatureTitle_Feat6 = Client Components
Property(S): SimpleFeature_Feat6_Expr = &Workstation components and development tools
Property(S): Service_AGT = SQL Server Agent
Property(S): Service_OLAP = SQL Server Analysis Services
Property(S): Service_SQL = SQL Server
Property(S): Service_RS = SQL Server Reporting Services
Property(S): Service_Browse = SQL Server Browser
Property(S): Service_DTS = SQL Server Integration Services
Property(S): Service_ADHelper = SQL Server Active Directory Helper
Property(S): Service_SQLWriter = SQL Server VSS Writer
Property(S): Service_FTS = SQL Server FullText Search
Property(S): ServiceDesc_RS = Manages, executes, renders, schedules and delivers reports.
Property(S): ServiceDesc_AGT = Executes jobs, monitors SQL Server, and fires alerts, and allows automation of some administrative tasks.
Property(S): ServiceDesc_SQL = Provides storage, processing and controlled access of data and rapid transaction processing.
Property(S): ServiceDesc_Browse = Provides SQL Server connection information to client computers.
Property(S): ServiceDesc_OLAP = Supplies online analytical processing (OLAP) and data mining functionality for business intelligence applications.
Property(S): ServiceDesc_DTS = Provides management support for SSIS package storage and execution.
Property(S): ServiceDesc_ADHelper = Enables integration with Active Directories.
Property(S): ServiceDesc_SQLWriter = Provides the interface to backup/restore Microsoft SQL server through the Windows VSS infrastructure.
Property(S): ServiceDesc_FTS = Quickly creates full-text indexes on content and properties of structured and semi-structured data to allow fast linguistic searches on this data.
Property(S): ServiceGroupDesc_ADHelper = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Active Directory Helper in SQL Server 2005.
Property(S): ServiceGroupDesc_AGT = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Agent in SQL Server 2005.
Property(S): ServiceGroupDesc_OLAP = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Analysis Services in SQL Server 2005.
Property(S): ServiceGroupDesc_Browse = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Browser in SQL Server 2005.
Property(S): ServiceGroupDesc_DTS = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Integration Services in SQL Server 2005.
Property(S): ServiceGroupDesc_FTS = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server and SQL Server FullText Search in SQL Server 2005.
Property(S): ServiceGroupDesc_NS = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Notification Services in SQL Server 2005.
Property(S): ServiceGroupDesc_RS = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Reporting Services in SQL Server 2005.
Property(S): ServiceGroupDesc_RSWeb = Members in the group have the required access to be assigned as the log on account for the associated instance of SQL Server Reporting Services in SQL Server 2005
Property(S): ServiceGroupDesc_SQL = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server and SQL Server FullText Search in SQL Server 2005.
Property(S): ServiceGroupDesc_SQL_NEW = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server in SQL Server 2005.
Property(S): ServiceGroupDesc_FTS_NEW = Members in the group have the required access and privileges to be assigned as the log on account for the associated instance of SQL Server Full Text Search in SQL Server 2005.
Property(S): DlgService_AGT = SQL Server Agent
Property(S): DlgService_OLAP = Analysis Services
Property(S): DlgService_SQL = SQL Server
Property(S): DlgService_RS = Reporting Services
Property(S): DlgService_Browse = SQL Browser
Property(S): AutoStart_AGT = SQL Server A&gent
Property(S): AutoStart_OLAP = &Analysis Services
Property(S): AutoStart_SQL = &SQL Server
Property(S): AutoStart_RS = Rep&orting Services
Property(S): AutoStart_Browse = SQL Bro&wser
Property(S): AutoStart_FTS = SQL Server &FullText Search
Property(S): _AuthenticationType = Windows
Property(S): SQL_rgCollation = 1
Property(S): OLAP_rgCollation = 0
Property(S): _InstanceType = Default
Property(S): _LicensingMode = PerSeat
Property(S): AGTLogin = DomainAccount
Property(S): ASLogin = DomainAccount
Property(S): SingleLogin = DomainAccount
Property(S): SQLLogin = DomainAccount
Property(S): RSLogin = DomainAccount
Property(S): SQLBROWSERLogin = DomainAccount
Property(S): _UpgradeLogon = Windows
Property(S): _SampleDBMode = InstallSD
Property(S): ButtonTextStyle = {ButtonTextStyle}
Property(S): DlgTextStyle = {DlgTextStyle}
Property(S): DlgTextStyleB = {DlgTextStyleB}
Property(S): DlgTitleStyle = {DlgTitleStyle}
Property(S): DlgTitleStyleB = {DlgTitleStyleB}
Property(S): FixedStyle = {FixedStyle}
Property(S): T_DataFree = T_DataFree
Property(S): T_DataReq = T_DataReq
Property(S): T_ProgramFree = T_ProgramFree
Property(S): T_ProgramReq = T_ProgramReq
Property(S): T_IPVal = T_IPVal
Property(S): T_Subnet = T_Subnet
Property(S): ErrorDialog = ErrorDlg
Property(S): ENABLERANU = 1
Property(S): AccountForAllNodesDlg_Desc = Account for remote setup.
Property(S): AccountForAllNodesDlg_Text = Enter a user name and password that is a valid administrator account for all nodes in the cluster system. This will be used during setup only.
Property(S): AccountForAllNodesDlg_Title = Remote Account Information
Property(S): Authentication_ConfirmPWText = Confirm &password:
Property(S): Authentication_DlgDesc = The authentication mode specifies the security used when connecting to SQL Server.
Property(S): Authentication_DlgText = Select the authentication mode to use for this installation.
Property(S): Authentication_DlgTitle = Authentication Mode
Property(S): Authentication_EnterPWText = &Enter password:
Property(S): Authentication_saPasswordText = Specify the sa logon password below:
Property(S): Authentication_SQL = &Mixed Mode (Windows Authentication and SQL Server Authentication)
Property(S): Authentication_Windows = &Windows Authentication Mode
Property(S): BrowseFolder_ComboText = &Install in:
Property(S): BrowseFolder_DlgDesc = You can select a different folder for installation.
Property(S): BrowseFolder_DlgTitle = Change Folders
Property(S): BrowseFolder_TailText = Installation &path:
Property(S): BrowseFolder_TailTextShared = The SQL Server shared path has already been configured.
Property(S): ButtonText_Abort = &Abort
Property(S): ButtonText_Add = &Add
Property(S): ButtonText_Back = < &Back
Property(S): ButtonText_Browse = B&rowse...
Property(S): ButtonText_Cancel = Cancel
Property(S): ButtonText_Close = &Close
Property(S): ButtonText_Complete = &Complete
Property(S): ButtonText_ContinueLater = &Continue Later
Property(S): ButtonText_DiskCost = &Disk Cost...
Property(S): ButtonText_Exit = &Exit
Property(S): ButtonText_Finish = &Finish
Property(S): ButtonText_Help = &Help
Property(S): ButtonText_Ignore = &Ignore
Property(S): ButtonText_Install = &Install
Property(S): ButtonText_Minimal = &Minimal
Property(S): ButtonText_New = &New
Property(S): ButtonText_Next = &Next >
Property(S): ButtonText_No = &No
Property(S): ButtonText_Normal = &Normal
Property(S): ButtonText_OK = OK
Property(S): ButtonText_Open = &Open
Property(S): ButtonText_Reinstall = &Reinstall
Property(S): ButtonText_ReinstallMode = &Select the reinstall mode
Property(S): ButtonText_Remove = &Remove
Property(S): ButtonText_Remove2 = &Remove
Property(S): ButtonText_Report = &Report
Property(S): ButtonText_Reset = &Reset
Property(S): ButtonText_Restore = &Restore
Property(S): ButtonText_Resume = &Resume
Property(S): ButtonText_Retry = &Retry
Property(S): ButtonText_Up = &Up
Property(S): ButtonText_Yes = &Yes
Property(S): Cancel_DlgDesc = Are you sure you want to cancel the installation?
Property(S): Cancel_DlgText = The installation is not complete. If you exit the wizard now, Microsoft SQL Server will not be installed.
Property(S): ClusterGroup_DlgDesc = Select the cluster group where the virtual server resources will be installed.
Property(S): ClusterGroup_DlgStaticTextAvailable = Available cluster groups:
Property(S): ClusterGroup_DlgStaticTextUnavailable = Unavailable cluster groups:
Property(S): ClusterGroup_DlgTitle = Cluster Group Selection
Property(S): ClusterNodeDlg_ButtonTextAdd = &Add ->
Property(S): ClusterNodeDlg_ButtonTextRemove = <- &Remove
Property(S): ClusterNodeDlg_StaticTextAvailableNode = Available nodes:
Property(S): ClusterNodeDlg_StaticTextRequiredNode = Required node:
Property(S): ClusterNodeDlg_StaticTextSelectedNode = Selected nodes:
Property(S): ClusterNodeDlg_StaticTextUnavailableNode = Unavailable nodes:
Property(S): ClusterNodeDlg_Text = Select the nodes to include in the virtual server.
Property(S): ClusterNodeDlg_Title = Cluster Node Configuration
Property(S): Collation_Service = S&ervice:
Property(S): Collation_Service1 = Collation settings for service:
Property(S): Collation_AS_Collation = Analysis Services Collation:
Property(S): Collation_ChkBinary = Binary
Property(S): Collation_ChkBinary2 = Binary - code point
Property(S): Collation_ChkCase = Case - sensitive
Property(S): Collation_ChkAccent = Accent - sensitive
Property(S): Collation_ChkKana = Kana - sensitive
Property(S): Collation_ChkWidth = Width - sensitive
Property(S): Collation_Designator = Collation &designator and sort order:
Property(S): Collation_DlgDesc = Collation settings define the sorting behavior for your server.
Property(S): Collation_DlgCusomizeText = &Customize for each service account
Property(S): Collation_DlgTitle = Collation Settings
Property(S): Collation_SQL = &SQL collations (used for compatibility with previous versions of SQL Server)
Property(S): DiskPrompt = Please insert next disk
Property(S): DiskSpace_DlgDesc = Disk space required for the installation exceeds available disk space.
Property(S): DiskSpace_DlgDesc1 = The available disk space and the space required for installation are shown below.
Property(S): DiskSpace_DlgText = The highlighted volumes, if any, do not have enough disk space available for the currently selected features. Click Disk Cleanup to free disk space and then click Resume to continue the installation, or click Exit to exit the wizard.
Property(S): DiskSpace_DlgTitle = Out of Disk Space
Property(S): DiskSpace_DlgTitle1 = Disk Cost
Property(S): DiskSpace_LBDiskCleanup = Use disk cleanup to free more disk space by removing unneeded files.
Property(S): REASON_ADMIN_DISABLED = Administrative shares must be enabled in order to let Setup access remote nodes
Property(S): REASON_DARWIN_VER = Windows installer is not present or has not the required version
Property(S): REASON_DUP_INSTANCE_NAME_CLST = An instance with the same name is already installed in one or more nodes of the cluster.
Property(S): REASON_GROUP_HOSTS_VS = Already contains a SQL Virtual Server
Property(S): REASON_GROUP_NO_DISK = Does not contain any valid cluster disk
Property(S): ERROR_INVALID_PID = This is an invalid Product Key value.  Please check the number located on your Product Key sticker.
Property(S): ERROR_INVALID_USERNAME = The Name is required for the installation.
Property(S): REASON_NODE_DOWN = The node is down or unavailable
Property(S): REASON_NOT_KNOWN = Unknown
Property(S): REASON_PENDING_REBOOT = The node must be rebooted before running setup
Property(S): REASON_SCC_CHECK_FAILED = A SCC check failed on the node
Property(S): ERROR_UNKNOWN = Installation error. Install it by running setup.exe.
Property(S): REASON_VERSION_ADDNODE = Adding nodes to the Virtual Server definition using a newer version of Setup is not allowed.
Property(S): REASON_OS_VER = SQL Server requires Windows 2000 Service Pack 4, or Windows XP Service Pack 1 or later for installation.
Property(S): REASON_OS_TYPE = This version of SQL Server is not supported on this version of Windows.
Property(S): Exit_DlgDesc1 = Setup has installed Microsoft SQL Server successfully. Click Finish to exit.
Property(S): Exit_DlgDesc2 = Setup has removed Microsoft SQL Server successfully. Click Finish to exit.
Property(S): Exit_DlgDesc3 = Setup has updated Microsoft SQL Server successfully. Click Finish to exit.
Property(S): Exit_DlgDesc4 = Setup has reinstalled Microsoft SQL Server successfully. Click Finish to exit.
Property(S): Exit_DlgDesc5 = Setup has upgraded Microsoft SQL Server successfully. Click Finish to exit.
Property(S): Exit_DlgTitle = Completing Microsoft SQL Server Setup
Property(S): SimpleFeature_DlgDesc = Select the components to install or upgrade.
Property(S): SimpleFeature_DlgTitle = Components to Install
Property(S): SimpleFeature_Feat1 = &SQL Server Database Services
Property(S): SimpleFeature_SQLEngineVS = Create a SQL Server failover cluster
Property(S): SimpleFeature_Feat2 = &Analysis Services
Property(S): SimpleFeature_AnalysisServerVS = Create an Analysis Server failover cluster
Property(S): SimpleFeature_Feat3 = &Reporting Services
Property(S): SimpleFeature_Feat4 = N&otification Services
Property(S): SimpleFeature_Feat5 = &Integration Services
Property(S): SimpleFeature_Feat6 = &Workstation components, Books Online and development tools
Property(S): SimpleFeatureTitle_Feat1 = SQL Server Database Services
Property(S): SimpleFeatureTitle_Feat2 = Analysis Services
Property(S): SimpleFeatureTitle_Feat3 = Reporting Services
Property(S): SimpleFeatureTitle_Feat4 = Notification Services
Property(S): SimpleFeatureTitle_Feat5 = Integration Services
Property(S): SimpleFeature_Advanced = A&dvanced
Property(S): SimpleFeature_AdvancedText = For more options, click Advanced.
Property(S): SimpleFeature_Components = Components to be installed
Property(S): SimpleFeature_OutOfSpace = There is not enough disk space to install the selected components. Click Advanced for more options.
Property(S): Feature_DlgDesc = Select the program features you want installed.
Property(S): Feature_DlgText = Click an icon in the following list to change how a feature is installed.
Property(S): Feature_DlgTitle = Feature Selection
Property(S): Feature_FeatureFrame = Feature description
Property(S): Feature_GroupBox1 = Installation path
Property(S): FileInUse_DlgDesc = Some files that need to be updated are currently in use.
Property(S): FileInUse_DlgText = The following applications are using files that need to be updated by this setup. Close these applications and click Retry to continue.
Property(S): FileInUse_DlgTitle = Files in Use
Property(S): InitDlg_Title = Microsoft SQL Server Installation
Property(S): InitDlg_Desc = Setup is preparing to continue with the installation.
Property(S): InitDlg_Text = Please wait while setup prepares to continue with the installation.
Property(S): Instance_Default = &Default instance
Property(S): Instance_DlgDesc = You can install a default instance or you can specify a named instance.
Property(S): Instance_DlgText = Provide a name for the instance. For a default installation, click Default instance and click Next. To upgrade an existing default instance, click Default instance. To upgrade an existing named instance select Named instance and specify the instance name.
Property(S): Instance_DlgText1 = To view a list of existing instances and components click on Installed instances.
Property(S): Instance_DlgTitle = Instance Name
Property(S): Instance_Named = N&amed instance
Property(S): IPAddress_DlgDesc = Enter virtual server information.
Property(S): IPAddress_DlgStaticTextClusterIP = Network address:
Property(S): IPAddress_DlgStaticTextIPAddress = &IP address:
Property(S): IPAddress_DlgStaticTextIPSel = &Selected networks and IP addresses:
Property(S): IPAddress_DlgStaticTextNetToUse = N&etwork to use:
Property(S): IPAddress_DlgStaticTextSubnet = Network subnet:
Property(S): IPAddress_DlgStaticTextVSName = Virtual server name:
Property(S): IPAddress_DlgText = Enter an IP address for the virtual server. To add IP addreses for additional networks, click Add.
Property(S): IPAddress_DlgTitle = Virtual Server Configuration
Property(S): License_Devices = devices
Property(S): License_Processors = processors
Property(S): LicenseModeDlg_DlgDesc = SQL server supports two client licensing modes: per seat licensing and processor licensing.
Property(S): LicenseModeDlg_DlgText = Choose the appropriate licensing modes.
Property(S): LicenseModeDlg_DlgText1 = Per seat license: each device that accesses Microsoft SQL Server requires a separate license.
Property(S): LicenseModeDlg_DlgText2 = Processor license: each processor on this server requires a separate license.
Property(S): LicenseModeDlg_DlgTitle = Licensing Mode
Property(S): LicenseModeDlg_Processor = &Processor license for
Property(S): LicenseModeDlg_RadioButtonGroup = Licensing mode
Property(S): LicenseModeDlg_Seat = Per &seat license for
Property(S): Maintenance_ChgLabel = Ch&ange Installed Components
Property(S): Maintenance_ChgLabelCl = &Maintain the Virtual Server
Property(S): Maintenance_ChgText = Maintain features of this instance.
Property(S): Maintenance_ChgTextCl = Add or remove nodes to the virtual server.
Property(S): Maintenance_DlgDesc = You can change or remove this instance of SQL Server.
Property(S): Maintenance_DlgTitle = Change or Remove Instance
Property(S): Maintenance_RmvLabel = R&emove Microsoft SQL Server
Property(S): Maintenance_RmvText = Remove all features of this existing installation from your computer.
Property(S): Maintenance_RmvTextCl = Remove the virtual server from your cluster.
Property(S): Maintenance_ChgLabelResume = Complete the &suspended installation
Property(S): Maintenance_ChgTextResume = Complete the suspended installation of Microsoft SQL Server on your computer.
Property(S): Progress_DlgDesc1 = The program features you selected are being installed.
Property(S): Progress_DlgDesc2 = The Microsoft SQL Server is being removed.
Property(S): Progress_DlgDesc3 = Setup is installing the components you selected.
Property(S): Progress_DlgDesc4 = The Microsoft SQL Server is being reinstalled.
Property(S): Progress_DlgText1 = Please wait while Setup installs Microsoft SQL Server. Installation may take several minutes.
Property(S): Progress_DlgText2 = Please wait while Setup removes Microsoft SQL Server. This may take several minutes.
Property(S): Progress_DlgText3 = Please wait while Setup updates Microsoft SQL Server. This may take several minutes.
Property(S): Progress_DlgText4 = Please wait while Setup reinstalls Microsoft SQL Server. Installation may take several minutes.
Property(S): Progress_DlgTitle1 = Installing Microsoft SQL Server
Property(S): Progress_DlgTitle2 = Removing Microsoft SQL Server
Property(S): Progress_DlgTitle3 = Configuring Microsoft SQL Server
Property(S): Progress_DlgTitle4 = Reinstalling Microsoft SQL Server
Property(S): Progress_lbStatus = Status:
Property(S): Register_CompLabel = C&ompany:
Property(S): Register_DlgSpec = The following information will personalize your installation.
Property(S): Register_DlgText = The Name field must be filled in prior to proceeding. The Company field is optional.
Property(S): Register_DlgText1 = Please enter your 25 character Product Key. You can find this number on the yellow sticker in the CD liner notes or the CD sleeve.
Property(S): Register_DlgTitle = Registration Information
Property(S): Register_NameLabel = N&ame:
Property(S): Resume_ResumeText = Setup will complete the suspended installation of Microsoft SQL Server on your computer. To continue, click Next.
Property(S): Resume_TextLine1 = Microsoft SQL Server Installation Wizard
Property(S): ServiceAccountDlg_Advanced = &Customize for each service account
Property(S): ServiceAccountDlg_Autostart = Start services at the end of setup
Property(S): ServiceAccountDlg_AutostartServices = Start services at the end of setup
Property(S): ServiceAccountDlg_DlgDesc = Service accounts define which accounts to log in.
Property(S): ServiceAccountDlg_DlgTitle = Service Account
Property(S): ServiceAccountDlg_Domain = Use a domain use&r account
Property(S): ServiceAccountDlg_DomainLabel = &Domain:
Property(S): ServiceAccountDlg_BuiltIn = Use the built-in S&ystem account
Property(S): ServiceAccountDlg_PasswordLabel = &Password:
Property(S): ServiceAccountDlg_Service = S&ervice:
Property(S): ServiceAccountDlg_Service1 = Service:
Property(S): ServiceAccountDlg_UsernameLabel = &Username:
Property(S): Setup = Setup
Property(S): StartCopy_DlgDesc = Setup is ready to begin installation.
Property(S): StartCopy_DlgDescReinst = Setup is ready to begin reinstallation.
Property(S): StartCopy_DlgDescRemove = You have chosen to remove the program from your system.
Property(S): StartCopy_DlgDescRemoveCl = You have chosen to remove the program from your cluster.
Property(S): StartCopy_DlgDescVSConfig = Setup is ready to begin updating your virtual server.
Property(S): StartCopy_DlgText = Setup has enough information to start copying the program files. To proceed, click Install. To change any of your installation settings, click Back. To exit setup, click Cancel.
Property(S): StartCopy_DlgText2 = Click Cancel to exit setup.
Property(S): StartCopy_DlgTextConfig = Setup has enough information to start installation. Click Install to proceed.
Property(S): StartCopy_DlgTextReinstData = You have chosen to re-install all features of existing installation including data files, and therefore overwrite the system database. Click Reinstall to proceed.
Property(S): StartCopy_DlgTextReinst = You have chosen to re-install all features of existing installation. Click Reinstall to proceed.
Property(S): StartCopy_DlgTextRemove = Click Remove to remove Microsoft SQL Server from your computer. After removal, this program will no longer be available for use.
Property(S): StartCopy_DlgTextRemoveCl = Click Remove to remove Microsoft SQL Server from your cluster. After removal, this program will no longer be available for use.
Property(S): StartCopy_DlgTextUnchanged = You did not change your virtual server configuration.
Property(S): StartCopy_DlgTitle = Ready to Install
Property(S): StartCopy_DlgTitleConfig = Ready to Update
Property(S): StartCopy_DlgTitleReinst = Ready to Reinstall
Property(S): StartCopy_DlgTitleRemove = Remove Microsoft SQL Server
Property(S): StaticUserName = Account:
Property(S): StaticUserPassword = &Password:
Property(S): TextDataDir = &Data files:
Property(S): TextProgramFileDir = Program files

View 5 Replies View Related

Cannot Install 'SQL Server 2005 Express Edition With Advanced Services'

Jun 3, 2006

I tried to install 'SQL Server 2005 Express Edition with Advanced Services'. First, I uninstalled the old version thru Add/Delete Programs in the Control Panel.

My first problem was I didn't have IIS installed on my computer, but, I could not find it in the downloads section.

Then the installation aborted because old version databases were in C:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLData. But, it would not let me delete them, saying that they were being used, even though nothing was running at the time that I tried to delete them.

View 10 Replies View Related

Cannot Install SQL Server 2005 Express Edition With Advanced Services SP2

Sep 13, 2007

I get the following error message each time I try to install SQL Server 2005 Express Edition with Advanced Services SP2:

Microsoft Internet Information Services (IIS) is either not installed or is disabled. IIS is required by some SQL Server features. Without IIS, some SQL Server features will not be available for installation. To install all SQL Server features, install IIS from Add or Remove Programs in Control Panel or enable the IIS service through the Control Panel if it is already installed, and then run SQL Server Setup again. For a list of features that depend on IIS, see Features Supported by Editions of SQL Server in Books Online.

This problem is described in:
http://support.microsoft.com/kb/920201
and each of the IIS 7 components specified in this article have been installed.

When I continue with:
http://support.microsoft.com/kb/934162,
the script 'adsutil.vbs' cannot be executed because it does not exist anywhere on my drive.

My question is, what is the 'adsutil.vbs' script and how do I get a hold of it? Are these contortions really necessary to get SQL server working or has MS provided a patch for this nasty problem?

My system:

VISTA Home Premium, x64
Intel Quad CPU, 2.4GHz
4Gig RAM
500Gig hard disk



Thanks,

Ian

View 8 Replies View Related

Problems Installing SQL Server 2005 Express With Advanced Services

Mar 18, 2008


I installed Sql Server Express 2005 with Advanced Services on a PC.

Several critical items failed to install including:
Sql Native Client
Sql Server Database Services

The installer Summary Log says:
1) the system does not meet the hardware requirements. (I do not know why... see below)
2) SQL Native Client Error: An installation package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'.

This is a WinXP SP2 PC with 1.67 ghz processor & 512Meg ram with 12 Gig of Hard disk space remaining unused.

The web site said to install .Net Framework 2.0. I did not see that listed on the links provided so I installed .Net Framework 3.5 instead. That installed fine, althought I get a message that .Net Framework 3.0 failed to install.

When I downloaded Sql Server Express 2005 with Advanced Services, from this web site http://msdn2.microsoft.com/en-us/express/bb410792.aspx, I thought it was unusual... but the download screen said "Publisher Unknown" instead of the usual "Microsoft".

This installation went normally but failed to install those critical items. Can someone tell me what I did wrong, and how to get it installed from here?

Thank you.

Joe A

View 1 Replies View Related

Installation Of Sql Express Edition With Advanced Features

Sep 21, 2007

hi friends
where i can find the installation guide for sql express 2005. mine is windows xp os.

regards

sekar.r

View 1 Replies View Related

Problem Install SQL Server 2005 Expess SP2 With Advanced Services On Windows XP SP3

May 20, 2008



When I try to install SQL Server 2005 Expess SP2 with Advanced Services on a clean Windows XP system that has had Service Pack 3 applied I get the error "Setup is missing prerequisites: - MSXML6" when it starts to install SQL Server Management Studio Express. This is despite the fact that earlier in the installation is says it installed MSXML6, and my understanding is that MSXML6 is part of Windows XP Service Pack 3 anyway.

The SQL Express installation stops installing components at this point. The database server itself does seem to be operational.

Is there anything I can do to work around this? I would like our customers to be able to install and use Management Studio Express.

Here is the relevant snippet from SQLSetup0006_LUDQAVMXPEN_SSMSEE_1.log

Action start 8:03:54: AppSearch.
MSI (s) (CC:98) [08:03:54:078]: PROPERTY CHANGE: Adding INSTALLSQLSHAREDDIR property. Its value is 'C:Program FilesMicrosoft SQL Server'.
MSI (s) (CC:98) [08:03:54:078]: PROPERTY CHANGE: Adding UI_INSTALLSQLSHAREDDIR property. Its value is 'C:Program FilesMicrosoft SQL Server'.
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerSSMSEECurrentVersion 3: 2
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSXML60Setup 3: 2
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: PROPERTY CHANGE: Adding SNACPRESENT property. Its value is '{11111111-1111-1111-1111-111111111111},{B0F9497C-52B4-4686-8E73-74D866BBDF59},{58D379F7-62BC-4748-8237-FE071ECE797C}'.
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerASOLEDB9MSIRefCount 3: 2
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerADOMDMSIRefCount 3: 2
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerXMOMSIRefCount 3: 2
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL Server90ToolsShell 3: 2
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:093]: PROPERTY CHANGE: Adding DW20PATH_X86.8D56D6B0_25DE_4471_A64F_717FC5AB6330 property. Its value is 'C:PROGRA~1COMMON~1MICROS~1DWDW20.EXE'.
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 1402 2: HKEY_LOCAL_MACHINECLSID{31411198-a502-11d2-bbca-00c04f8ec294}InprocServer32 3: 2
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 1402 2: HKEY_LOCAL_MACHINECLSID{31411198-a502-11d2-bbca-00c04f8ec294}InprocServer32 3: 2
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:093]: Doing action: CA_URTVersionCmd.3643236F_FC70_11D3_A536_0090278A1BB8
Action ended 8:03:54: AppSearch. Return value 1.
MSI (s) (CC:98) [08:03:54:093]: PROPERTY CHANGE: Adding URTVersion property. Its value is 'v2.0.50727'.
Action start 8:03:54: CA_URTVersionCmd.3643236F_FC70_11D3_A536_0090278A1BB8.
MSI (s) (CC:98) [08:03:54:093]: Skipping action: CA_SSMSAlreadyInstalled (condition is false)
MSI (s) (CC:98) [08:03:54:093]: Doing action: MISSINGMSXML6.6D658EB9_E2B8_429A_92C4_84337700878E
Action ended 8:03:54: CA_URTVersionCmd.3643236F_FC70_11D3_A536_0090278A1BB8. Return value 1.
MSI (s) (CC:98) [08:03:54:093]: PROPERTY CHANGE: Adding MISSINGREDISTPREREQS property. Its value is '
- MSXML6'.
Action start 8:03:54: MISSINGMSXML6.6D658EB9_E2B8_429A_92C4_84337700878E.
MSI (s) (CC:98) [08:03:54:093]: Skipping action: MISSINGSNAC.6D658EB9_E2B8_429A_92C4_84337700878E (condition is false)
MSI (s) (CC:98) [08:03:54:093]: Skipping action: MISSINGPTS9.6D658EB9_E2B8_429A_92C4_84337700878E (condition is false)
MSI (s) (CC:98) [08:03:54:093]: Skipping action: MISSINGADOMD9.6D658EB9_E2B8_429A_92C4_84337700878E (condition is false)
MSI (s) (CC:98) [08:03:54:093]: Skipping action: MISSINGXMO.6D658EB9_E2B8_429A_92C4_84337700878E (condition is false)
MSI (s) (CC:98) [08:03:54:093]: Doing action: MISSINGPREREQERROR.6D658EB9_E2B8_429A_92C4_84337700878E
Action ended 8:03:54: MISSINGMSXML6.6D658EB9_E2B8_429A_92C4_84337700878E. Return value 1.
MSI (s) (CC:98) [08:03:54:109]: PROPERTY CHANGE: Adding MISSINGREDISTPREREQERROR property. Its value is 'Setup is missing prerequisites:
- MSXML6
Go to http://go.microsoft.com/fwlink/?LinkId=54583'.
Action start 8:03:54: MISSINGPREREQERROR.6D658EB9_E2B8_429A_92C4_84337700878E.
MSI (s) (CC:98) [08:03:54:109]: Doing action: CA_ErrorMissingPreReqs
Action ended 8:03:54: MISSINGPREREQERROR.6D658EB9_E2B8_429A_92C4_84337700878E. Return value 1.
Action start 8:03:54: CA_ErrorMissingPreReqs.
MSI (s) (CC:98) [08:23:30:937]: Product: Microsoft SQL Server Management Studio Express -- Setup is missing prerequisites:
- MSXML6
Go to http://go.microsoft.com/fwlink/?LinkId=54583
Setup is missing prerequisites:
- MSXML6
Go to http://go.microsoft.com/fwlink/?LinkId=54583
Action ended 8:23:30: CA_ErrorMissingPreReqs. Return value 3.
Action ended 8:23:30: INSTALL. Return value 3.


Going to the mentioned link offers me a download of MSXML6, among other things....

Thanks,
---
Barry Roskuski barry.roskuski@esko.com
EskoArtwork
Ludlow, MA

View 1 Replies View Related

Problem Install SQL Server 2005 Expess SP2 With Advanced Services On Windows XP SP3

May 22, 2008

I originally posted this on the SQL Server Setup and Upgrade forum, but then I found this forum and though it might be more appropriate...



When I try to install SQL Server 2005 Expess SP2 with Advanced Services on a clean Windows XP system that has had Service Pack 3 applied I get the error "Setup is missing prerequisites: - MSXML6" when it starts to install SQL Server Management Studio Express. This is despite the fact that earlier in the installation is says it installed MSXML6, and my understanding is that MSXML6 is part of Windows XP Service Pack 3 anyway.

The SQL Express installation stops installing components at this point. The database server itself does seem to be operational.

Is there anything I can do to work around this? I would like our customers to be able to install and use Management Studio Express.

Here is the relevant snippet from SQLSetup0006_LUDQAVMXPEN_SSMSEE_1.log

Action start 8:03:54: AppSearch.
MSI (s) (CC:98) [08:03:54:078]: PROPERTY CHANGE: Adding INSTALLSQLSHAREDDIR property. Its value is 'C:Program FilesMicrosoft SQL Server'.
MSI (s) (CC:98) [08:03:54:078]: PROPERTY CHANGE: Adding UI_INSTALLSQLSHAREDDIR property. Its value is 'C:Program FilesMicrosoft SQL Server'.
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerSSMSEECurrentVersion 3: 2
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSXML60Setup 3: 2
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: PROPERTY CHANGE: Adding SNACPRESENT property. Its value is '{11111111-1111-1111-1111-111111111111},{B0F9497C-52B4-4686-8E73-74D866BBDF59},{58D379F7-62BC-4748-8237-FE071ECE797C}'.
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerASOLEDB9MSIRefCount 3: 2
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerADOMDMSIRefCount 3: 2
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerXMOMSIRefCount 3: 2
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 1402 2: HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL Server90ToolsShell 3: 2
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:078]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:093]: PROPERTY CHANGE: Adding DW20PATH_X86.8D56D6B0_25DE_4471_A64F_717FC5AB6330 property. Its value is 'C:PROGRA~1COMMON~1MICROS~1DWDW20.EXE'.
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 1402 2: HKEY_LOCAL_MACHINECLSID{31411198-a502-11d2-bbca-00c04f8ec294}InprocServer32 3: 2
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 1402 2: HKEY_LOCAL_MACHINECLSID{31411198-a502-11d2-bbca-00c04f8ec294}InprocServer32 3: 2
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:093]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (CC:98) [08:03:54:093]: Doing action: CA_URTVersionCmd.3643236F_FC70_11D3_A536_0090278A1BB8
Action ended 8:03:54: AppSearch. Return value 1.
MSI (s) (CC:98) [08:03:54:093]: PROPERTY CHANGE: Adding URTVersion property. Its value is 'v2.0.50727'.
Action start 8:03:54: CA_URTVersionCmd.3643236F_FC70_11D3_A536_0090278A1BB8.
MSI (s) (CC:98) [08:03:54:093]: Skipping action: CA_SSMSAlreadyInstalled (condition is false)
MSI (s) (CC:98) [08:03:54:093]: Doing action: MISSINGMSXML6.6D658EB9_E2B8_429A_92C4_84337700878E
Action ended 8:03:54: CA_URTVersionCmd.3643236F_FC70_11D3_A536_0090278A1BB8. Return value 1.
MSI (s) (CC:98) [08:03:54:093]: PROPERTY CHANGE: Adding MISSINGREDISTPREREQS property. Its value is '
- MSXML6'.
Action start 8:03:54: MISSINGMSXML6.6D658EB9_E2B8_429A_92C4_84337700878E.
MSI (s) (CC:98) [08:03:54:093]: Skipping action: MISSINGSNAC.6D658EB9_E2B8_429A_92C4_84337700878E (condition is false)
MSI (s) (CC:98) [08:03:54:093]: Skipping action: MISSINGPTS9.6D658EB9_E2B8_429A_92C4_84337700878E (condition is false)
MSI (s) (CC:98) [08:03:54:093]: Skipping action: MISSINGADOMD9.6D658EB9_E2B8_429A_92C4_84337700878E (condition is false)
MSI (s) (CC:98) [08:03:54:093]: Skipping action: MISSINGXMO.6D658EB9_E2B8_429A_92C4_84337700878E (condition is false)
MSI (s) (CC:98) [08:03:54:093]: Doing action: MISSINGPREREQERROR.6D658EB9_E2B8_429A_92C4_84337700878E
Action ended 8:03:54: MISSINGMSXML6.6D658EB9_E2B8_429A_92C4_84337700878E. Return value 1.
MSI (s) (CC:98) [08:03:54:109]: PROPERTY CHANGE: Adding MISSINGREDISTPREREQERROR property. Its value is 'Setup is missing prerequisites:
- MSXML6
Go to http://go.microsoft.com/fwlink/?LinkId=54583'.
Action start 8:03:54: MISSINGPREREQERROR.6D658EB9_E2B8_429A_92C4_84337700878E.
MSI (s) (CC:98) [08:03:54:109]: Doing action: CA_ErrorMissingPreReqs
Action ended 8:03:54: MISSINGPREREQERROR.6D658EB9_E2B8_429A_92C4_84337700878E. Return value 1.
Action start 8:03:54: CA_ErrorMissingPreReqs.
MSI (s) (CC:98) [08:23:30:937]: Product: Microsoft SQL Server Management Studio Express -- Setup is missing prerequisites:
- MSXML6
Go to http://go.microsoft.com/fwlink/?LinkId=54583
Setup is missing prerequisites:
- MSXML6
Go to http://go.microsoft.com/fwlink/?LinkId=54583
Action ended 8:23:30: CA_ErrorMissingPreReqs. Return value 3.
Action ended 8:23:30: INSTALL. Return value 3.


Going to the mentioned link offers me a download of MSXML6, among other things....

Thanks,
---
Barry Roskuski barry.roskuski@esko.com
EskoArtwork
Ludlow, MA

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved