Quantcast
Channel: Forum SQL Server Setup & Upgrade
Viewing all 7707 articles
Browse latest View live

Can I add source cotrol in SSMS?

$
0
0

Can I add source cotrol in SSMS?

Microsoft SQL Server Management Studio						10.0.5500.0
Microsoft Analysis Services Client Tools						10.0.5500.0
Microsoft Data Access Components (MDAC)						6.1.7601.17514
Microsoft MSXML						3.0 4.0 5.0 6.0 
Microsoft Internet Explorer						9.0.8112.16421
Microsoft .NET Framework						2.0.50727.5466
Operating System						6.1.7601


Upgrading x64 SQL 2005 SP4 from 9.0.5292 to 9.0.5324 fails - why?

$
0
0

I've tried installing Security Update for SQL Server 2005 Service Pack 4 (KB2716427) to our SQL Server 2005 Server which is currently runing 9.0.5292, but it fails.

It manages to install the Integration Services and Tools, but Database services fails to install with this message:

Product Installation Status
Product                   : SQL Server Database Services 2005 (MSSQLSERVER)
Product Version (Previous): 5292
Product Version (Final)   :
Status                    : Failure
Log File                  : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\SQL9_Hotfix_KB2716427_sqlrun_sql.msp.log
Error Number              : 11032
Error Description         : Unable to install Windows Installer MSP file

Looking in HotFix.Log I can see:

03/05/2013 12:05:06.018 Copy Engine: Error, unable to install MSP file: f:\f728e69179bd8bda133a04855b7de1cf\HotFixSQL\Files\sqlrun_sql.msp
03/05/2013 12:05:06.080 The following exception occurred: Unable to install Windows Installer MSP file  Date: 03/05/2013 12:05:06.080  File: \depot\sqlvault\stable\setupmainl1\setup\sqlse\sqlsedll\copyengine.cpp  Line: 807

And then in the actual sql.msp.log file itself:

MSI (s) (0C:88) [12:05:05:488]: Product: Microsoft SQL Server 2005 (64-bit) - Update 'Hotfix 5324 for SQL Server Database Services 2005 (64-bit) ENU (KB2716427)' could not be installed. Error code 1603. Additional information is available in the log file C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\SQL9_Hotfix_KB2716427_sqlrun_sql.msp.log.

MSI (s) (0C:88) [12:05:05:488]: Windows Installer installed an update. Product Name: Microsoft SQL Server 2005 (64-bit). Product Version: 9.4.5000.00. Product Language: 1033. Manufacturer: Microsoft Corporation. Update Name: Hotfix 5324 for SQL Server Database Services 2005 (64-bit) ENU (KB2716427). Installation success or error status: 1603.

MSI (s) (0C:88) [12:05:05:519]: Note: 1: 1729
MSI (s) (0C:88) [12:05:05:519]: Transforming table Error.

MSI (s) (0C:88) [12:05:05:519]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (0C:88) [12:05:05:519]: Transforming table Error.

MSI (s) (0C:88) [12:05:05:519]: Transforming table Error.

MSI (s) (0C:88) [12:05:05:519]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (0C:88) [12:05:05:519]: Transforming table Error.

MSI (s) (0C:88) [12:05:05:519]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (0C:88) [12:05:05:519]: Transforming table Error.

MSI (s) (0C:88) [12:05:05:519]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (0C:88) [12:05:05:519]: Transforming table Error.

MSI (s) (0C:88) [12:05:05:519]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (0C:88) [12:05:05:519]: Transforming table Error.

MSI (s) (0C:88) [12:05:05:519]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (0C:88) [12:05:05:519]: Transforming table Error.

MSI (s) (0C:88) [12:05:05:519]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (0C:88) [12:05:05:534]: Transforming table Error.

MSI (s) (0C:88) [12:05:05:534]: Transforming table Error.

MSI (s) (0C:88) [12:05:05:534]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (0C:88) [12:05:05:534]: Transforming table Error.

MSI (s) (0C:88) [12:05:05:534]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (0C:88) [12:05:05:534]: Transforming table Error.

MSI (s) (0C:88) [12:05:05:534]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (0C:88) [12:05:05:534]: Transforming table Error.

MSI (s) (0C:88) [12:05:05:534]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (0C:88) [12:05:05:534]: Transforming table Error.

MSI (s) (0C:88) [12:05:05:534]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (0C:88) [12:05:05:534]: Product: Microsoft SQL Server 2005 (64-bit) -- Configuration failed

I can't see any other relevant error messages - I have a 7MB Log file but it's not at all clear what is causing the error. Any ideas?


Installing SQL 2008 r2 sp2 remotely unattended/silent through WMI

$
0
0

For some reason there is a difference between the WMI call I am making remotely (win32_process create metod with identity impersonate) and executing it as that same user while logged in. I ran the WMI command with just a whoami and it shows up as the administrator account I expect it to run as. When I copy and paste this cmd into a command prompt and execute it works fine logged in as the administrator account.

Here is the cmd:

cmd /c "C:\bvs\SQLServer2008R2_SP2_Slipstream\Setup.exe /IAcceptSQLServerLicenseTerms /SQLSYSADMINACCOUNTS="BUILTIN\Administrators" /INSTANCEID="MSSQLSERVER" /INSTANCENAME="MSSQLSERVER" /ACTION="Install" /FEATURES=SQLENGINE,REPLICATION,FULLTEXT,SSMS,ADV_SSMS /INDICATEPROGRESS="True" /QUIET="True" /X86="False" /ENU="True" /PCUSOURCE="C:\bvs\SQLServer2008R2_SP2_Slipstream\SP" /ERRORREPORTING="False" /INSTALLSHAREDDIR="C:\Program Files\Microsoft SQL Server" /INSTALLSHAREDWOWDIR="C:\Program Files (x86)\Microsoft SQL Server" /INSTANCEDIR="C:\Program Files\Microsoft SQL Server" /SQMREPORTING="False" /ISSVCSTARTUPTYPE="Automatic" /SAPWD="xxx" /AGTSVCACCOUNT="Administrator" /AGTSVCPASSWORD="xxx" /ISSVCACCOUNT="NT AUTHORITY\NetworkService" /SQLSVCACCOUNT="Administrator" /SQLSVCPASSWORD="xxx" /SECURITYMODE="SQL" /SQLSVCSTARTUPTYPE="Automatic" /FILESTREAMLEVEL="0" /TCPENABLED="1" /NPENABLED="0" /BROWSERSVCSTARTUPTYPE="Disabled" /RSSVCSTARTUPTYPE="Automatic" /RSINSTALLMODE="FilesOnlyMode" > "C:\bvs\Install.log" 2>&1"

Here is the summary:

Overall summary:
  Final result:                  Failed: see details below
  Exit code (Decimal):           -2068774911
  Exit facility code:            1201
  Exit error code:               1
  Exit message:                  There was an error generating the XML document.
  Start time:                    2013-03-18 15:53:17
  End time:                      2013-03-18 15:53:25
  Requested action:              RunRules

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

Package properties:
  Description:                   SQL Server Database Services 2008 R2
  ProductName:                   SQL Server 2008 R2
  Type:                          RTM
  Version:                       10
  Installation location:         C:\bvs\SQLServer2008R2_SP2_Slipstream\x64\setup\
  Installation edition:          ENTERPRISE

  Slipstream:                    True

User Input Settings:
  ACTION:                        RunRules
  CONFIGURATIONFILE:             
  ENU:                           True
  FARMACCOUNT:                   <empty>
  FARMADMINPORT:                 0
  FARMPASSWORD:                  *****
  FEATURES:                      SQLENGINE,REPLICATION,FULLTEXT,SSMS,ADV_SSMS
  HELP:                          False
  INDICATEPROGRESS:              True
  INSTANCENAME:                  MSSQLSERVER
  PASSPHRASE:                    *****
  QUIET:                         True
  QUIETSIMPLE:                   False
  RULES:                         GlobalRules
  UIMODE:                        Normal
  X86:                           False

  Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20130318_155315\ConfigurationFile.ini

Detailed results:

Rules with failures:

Global rules:

There are no scenario-specific rules.

Rules report file:               The rule result report file is not available.

Exception summary:
The following is an exception stack listing the exceptions in outermost to innermost order
Inner exceptions are being indented

Exception type: Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException
    Message: 
        There was an error generating the XML document.
    Data: 
      DisableWatson = true
    Stack: 
        at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.SerializeObject(String rootPath, Object objectToSerialize, Boolean saveToCache)
        at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.SerializeObject(Object objectToSerialize)
        at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.SaveInputSettingValueToObject(InputSettingInfo inputSettingInfo, List`1 values)
        at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.SaveParsedArgumentsIntoInputSettingStore(InputSettingSource source, Dictionary`2 parsedArguments, Boolean chainerSetting, Boolean ignoreSettingsForNotAllowedScnearios)
        at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.ProcessCommandLineArguments(String[] commandLineArguments, Boolean chainerSetting)
        at Microsoft.SqlServer.Configuration.BootstrapExtension.ProcessFeatureCommandLineArgumentsAction.ExecuteAction(String actionId)
        at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
        at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
    Inner exception type: System.InvalidOperationException
        Message: 
                There was an error generating the XML document.
        Stack: 
                at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
                at System.Xml.Serialization.XmlSerializer.Serialize(TextWriter textWriter, Object o)
                at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.SerializeObject(String rootPath, Object objectToSerialize, Boolean saveToCache)
        Inner exception type: System.Security.Cryptography.CryptographicException
            Message: 
                        Access is denied.
                        
            Stack: 
                        at System.Security.Cryptography.ProtectedData.Protect(Byte[] userData, Byte[] optionalEntropy, DataProtectionScope scope)
                        at Microsoft.SqlServer.Common.SqlSecureString.WriteXml(XmlWriter writer)
                        at System.Xml.Serialization.XmlSerializationWriter.WriteSerializable(IXmlSerializable serializable, String name, String ns, Boolean isNullable, Boolean wrapped)
                        at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterSqlEngineSetupPublic.Write6_SqlEngineSetupPublic(String n, String ns, SqlEngineSetupPublic o, Boolean isNullable, Boolean needType)
                        at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterSqlEngineSetupPublic.Write7_SqlEngineSetupPublic(Object o)

Unattended Deployment of SQL 2008 R2

$
0
0

Hello,

I'm trying to install MS SQL 2008 R2 Express unattended as part of a setup for a new application. I'm from Austria, so our target machines have the default language setting "Deutsch (Österreich)" - "German (Austria)". SQL-Setup failes with the well-known message "SQL Server setup media does not support the language of the OS or does not have ENU localized files. Use the matching language-specific SQL Server media or change the OS locale through Control Panel."

My question: How can I change the OS locale through code (C# / C++ / whatever) during the setup to get it working? Which settings must be changed?

Please help!

How to add new nodes to the existing sql 2000 cluster

$
0
0

Hello,

We have a requirement where we will have to add 2 new servers to our existing sql 2000 cluster environment.

We currently have 2 server in the cluster. We are using sql 2000 enterprise for the purpose.

It would be great if you guide us through the whole procedure for it.


Regards, Amit Khamkar.

configuring partitions where to put mdf and ldf files problem

$
0
0

Hello,

I have Windows 2008 on one HDD and other HDD having 300GB Raid 1. There I'm suppose to put mdf and ldf files and backups. Please advice do I make partitions and what should be the size of each partition? What is the best practice when there is only 1 hdd?

SQL server setup failure

$
0
0

hi!

I am installing Sql server 2012 on windows 8 and i get the following error

SQL Server Setup has encountered the following error:

Timed out waiting for a program to execute. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v2.0.50727\csc.exe" /noconfig /fullpaths @"C:\Users\cyabeko\AppData\Local\Temp\pc2gon7h.cmdline"..

For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&EvtType=0x86203738%25400x612CBF57

pliz help

SQL Server 2012 install encounter error

$
0
0

Hi, Experts

I try to install a sql server 2012 express version on my pc, but encountered an error , no idea how to fix, please help me , thanks.

Regards

Garey


Microsoft SQL 2005 Installation

$
0
0
Can some body help me install SQL 2005 on PC. I tried to install it successfully before. When I want to open it, the password and the username is always wrong  

Upgrade RAM for 32bit SQL Server 2008

$
0
0

Hi,

My SQL Server 2008 SP1 Enterprise Edition resides in Windows 2008 Server 32bit Standard with 4GB RAM. My SQL Server now complains of insufficient memory. What steps are required to increase the memory to 8GB ?

Please advise.

TIA !

SQL Server 2012 setup hangs during wizard

$
0
0

I'm trying to re-install SQL Server 2012 Enterprise on a laptop that had an expired Trial edition.  Every step of this process is painfully slow, taking 5-10 minutes or more to launch and move between most steps in the Setup wizard.  In my Task Manager I can see ScenarioEngine.exe thrashing 100% of 1 core during that time.

OK its not a powerful laptop but it is running Windows 7, Office 2013, SQL 2008 R2 OK. All the SQL 2008 R2 services are stopped BTW.

I'm puzzled what that process could be working on e.g. while moving from the Feature Selection step to the Installation Rules step?

And when it hangs it really hangs - I cant even move the window around it is so stuck.

I'm starting Setup.exe as Administrator, from a C: drive folder.

Does anyone know how to avoid this issue?

SQL SERVER STANDARD 2012 installation wont proceed on WINDOWS SERVER STANDARD 2012

$
0
0
We're setting up 3-servers, running on WINDOWS SERVER STANDARD 2012. 2 servers clustered and the 3rd will act as a storage. 

we've already setup everything.

And the system has passed the cluster validation test.

The problem is whenever we install the SQL SERVER STANDARD 12 when its almost about to finish this error message pops up:

"THE FOLLOWING ERROR HAS OCCURRED WAIT ON THE DATABASE ENGINE RECOVERY HANDLE FAILED."
We've tried several times to reset-up everything. But we still end up with the same error message. - Could you please help.

SCCM 2012 installation error, connection to DB istance

$
0
0
Hello everyone I am installing the new infrastructure SCCM 2012 configured as follows:

A primary site with all roles
A database server SQL 2012 Standard R2 Sp1

During the installation of SQL 2012 I had some problems and I tried to run the first part of the installation of SQL 2008 (for testing the connection of domain users that start the service). After solving I started the installation of SQL 2012, everything successfully.

I'm trying to install SCCM 2012 connecting to my remote SQL instance but it generates the following error:

Why does this happen? Might have been some info on SQL 2008?

Thank to all

SQL Server 2008 R2 Does not Open

$
0
0

I have a SQL Server 2008 R2 installed on Windows Server 2008 R2 Enterprise and built a template from that in vmware. When I create a server from template and try to open SQL Server Managment Studio I see the splash screen and nothing happens after that.  I go to check the services for SQL Server but see the below error:

MMC could not create the snap-in.

MMC could not create the snap-in. The snap-in might not have been installed correctly.

  Name: SQL Server Configuration Manager

  CLSID: { numbersinhere }

When I go back and open the original template, everything works fine.  Has anyone experienced this or may know an answer to it?

-Thanks!

Process to Downgrade SQL Server 2008 R2 SP2 to SP1 on Windows 2008R2

$
0
0

Process to Downgrade SQL Server 2008 R2 SP2 to SP1 on Windows 2008R2.

I knew to downgrade, we need to uninstall SP2 and Install SP1 . But its not visible in Windows 2008R2.


How Upgrade Sql server 2008 to 2008 r2

$
0
0

HI All,

         I have machine installed with Sql server 2008.And I would like to upgrade from sql server 2008 to sql server r2,Can any one let me know how can I do it.


Thanks, Quality Communication Provides Quality Work. http://siddiq-sharepoint2010.blogspot.in/ Siddiqali Mohammad .


SQL Server 2012 Setup administrator and setup account privileges failed

$
0
0

Hello everyone,

I'm currently trying to install a SQL Server (2012) instance on a Windows Server 2008R2 server.

My first move is to install the shared features on the server. I launched the "New SQL Server stand-alone installation or add features to on existing installation" in the setup.exe. It runs some tests but the two first fails everytime ("Setup administrator" and "Setup account privileges").

I'm an administrator of the machine. I tried to execute it in three different ways:

- Launch setup.exe --> fails

- Right-click>Run as administrator --> fails (I tried this even if the UAC didn't prompted me)

- Run setup.exe from a commandbox (cmd title: "Administrator:Command Prompt") --> fails

Everywhere I watched, I'm part of the Administrators group. I've installed another instance on another machine with the exact same binaries yesterday... (and I already tried to execute setup.exe from another copy of the binaries). Additional info: These machines are a cluster so they have the "exact" same configuration. One works, the other not.

What did I miss? Does anyone have an idea?

Thanks for the help!

Analyse the current Prod server performance, databse size, growth etc..and request new physical server

$
0
0

what is the best practice to recommend a new server ?

scenario: currentlt we have prod box 2003 windows and 2005 sql server. our plan is to upgrade it to windows 2012 and sql server 2012, my responsibilty is to suggest things like disk space and partitions, cpu, memory, virtual or physical box etc...considering present statistics of current prod box

what information do i need to collect from the current server?

can someone help me in this how to startup and document this recommendations

Thanks in advance!



SQL 2008 Enterprise FILESTREAM Share Error

$
0
0
Microsoft SQL Server Management Studio   10.0.5512.0
Microsoft Analysis Services Client Tools       10.0.5500.0
Microsoft Data Access Components (MDAC)      6.0.6002.18005
Microsoft MSXML                    3.0 6.0
Microsoft Internet Explorer      9.0.8112.16421
Microsoft .NET Framework      2.0.50727.4234
Operating System                  6.0.6002

Spammer Hammer

The Share path for FILESTREAM has illegal charcters: \MSSQLSERVER">


Unable to install SQL Server 2008 R2 SP1 running Express edition earlier

$
0
0

The error i got while installing

The version of SQL Server instance SQLEXPRESS does not match the version expected by the SQL Server update. The installed SQL Server product version is 10.2.4000.0, and the expected SQL Server version is 10.50.1600.1.



sadankumar


Viewing all 7707 articles
Browse latest View live


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