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

SQL Server 2012 agent will not start after doing an in-place upgrade from SQL Servr 2008 R2

$
0
0

After performing an in-place upgrade from SQL Server 2008 R2 to SQL Server 2012, he SQL Server agent service no longer can start.  In SSMS SQL Server Agent displays (Agent XPs disabled). After searching Google, I ran the script below, which enables them but still the service will not start.

Additional information is below.  Can anyone suggest a fix?

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

sp_configure'show advanced options', 1;

GO

RECONFIGURE;

GO

sp_configure'Agent XPs', 1;

GO

RECONFIGURE

GO

EXECSP_CONFIGURE'show advanced options',0

GO

RECONFIGURE

GO

Event viewer displays the following:

MSSQLSERVER, Event ID: 17750

Could not load the DLL xplog70.dll, or oen of the DLLs it references. Reason: (null).

I verifed that xplog70.dll exists and even replaced it from a different, working SQL Server 2012 server but it still displays the same message.

SQLSERVERAGENT, Event ID: 103

SQLServerAgent could not be started (reason: Failed to load any subsystems. Check errorlog for details.).

TITLE: Microsoft SQL Server Management Studio
------------------------------
Unable to start service SQLSERVERAGENT on server SQLSERVER01. (mscorlib)
------------------------------
ADDITIONAL INFORMATION:
The SQLSERVERAGENT service on SQLSERVER01 started and then stopped. (ObjectExplorer)
------------------------------
BUTTONS:
OK
------------------------------

Additional information:

===================================
Unable to start service SQLSERVERAGENT on server SQLSERVER01. (mscorlib)
------------------------------
Program Location:

Server stack trace:
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.Service.Start()
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
   at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ServiceActionHandler.EndInvoke(IAsyncResult result)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ServiceControlProgress.ActionCompletedHandler(IAsyncResult result)

===================================
The SQLSERVERAGENT service on SQLSERVER01 started and then stopped. (ObjectExplorer)
------------------------------
Program Location:
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.Service.Start()

Thanks,

Chuck



Chuck King I.S. Technical Analyst United Regional Health Care System


SQL Server Enterprise Core 2012 SP1 Setup failure

$
0
0

When trying to install SQL Server Enterprise Core 2012 SP1 on Windows Server 2012 (Standard) from a ISO image, I'm receiving the following error message once it attempts to install the setup files:

Error Message

SQL Server Setup has encountered the following error:

The patch file cannot be opened. The file is: E:\PCUSOURCE\x64\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msp.

Error code 0x84B20001

----------

What steps and procedures do I need to take in order to resolve this issue and continue with the installation?

SQL Server 2008 upgradation error from SP1 TO SP3

$
0
0

HI,

I am getting below error while upgrading service pack from sp1 to sp3 .

TITLE: SQL Server Setup failure.
------------------------------

SQL Server Setup has encountered the following error:

The cached patch file "C:\Windows\Installer\3f9e306.msp" is missing.
 The original file for
 this cached file is
 "sql_engine_core_inst.msp", which can be installed from "", 
version 10.1.2841.0.

For more information about how to resolve 
this problem, 
see “Steps to resolve missing media issue with SQL Server 2008” 
(http://go.microsoft.com/fwlink/?LinkId=144387)
 in the Microsoft Knowledge Base.

Error code 0x84B20003.

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

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

I have referred the link mentioned in the above error and provided the required patch file to the windows installer.

but after that  I am getting following error.

SQL Server Setup has encountered the following error:

The system cannot open the device or file specified.

Please help.

How do I clean SQL from the registry

$
0
0
I am trying to create an installation program for an app we have developed.  Part of the installation will be to install SQL Express if not found on the target computer.  I unistalled SQL from my test computer but the installer won't install SQL.  I need to make sure there are no references to SQL in the registry.  How would I clean the registry of any references to SQL Server?

SQL Server 2008 R2 problem, error 926

$
0
0

I have an installation on a private pc, SQL Server 2008 R2 developer edition. SQL Server Management Studio R2 does not work any more. I get the following error on startup of Management Studio:

database 'msdb' cannot be opened. It has been marked SUSPECT by recovery. See the SQL Server errorlog for more information. (Microsoft SQL Server, Error:926)

I cannot look into databases as before from SQL Server Management Studio. However, the databases are available from Visual Studio 2010 and can be opened from there.

I look into errorlog, I am able to run  SP_readerrorlog for master database from SQL Serve Management Studio but it does not give me any answers.

My pc is set up with Visual Studio 2010 and afterwards I installed VS2012. Both VS installations coexist on the PC. I have not started to use VS 2012 yet.

I have no backup of the database. I have tried "repair" from the installation media. I still have the problem.

Regards


Tore

On SQL Server 2008 installation, How to change "Shared feature directory" under Feature Selection?

$
0
0
On SQL Server 2008 installation, How to change the default "Shared feature directory" under Feature Selection?
Sivaprasad S http://sivasql.blogspot.com Please click the Mark as Answer button if a post solves your problem!

help with installing sql server 2012 upgrade advisor

$
0
0

Hello there,

I have two questions here:

1. My sql server 2005 is on Window Server 2003/SP2. Does this mean I cannot install sql server 2012 upgrade advisor on it? This page (http://msdn.microsoft.com/en-us/library/ms144256.aspx) cites that the supported OS are "Windows Vista SP1, or SP2, Windows 7 and Windows Server 2008 R2."

2. I tried to install the upgrade advisor on my local machine (windows 7, 64-bit). Even after I installed "Microsoft SQL Server Transact-SQL ScriptDom ", I still got the error message "Setup is missing prerequisites: - Microsoft SQL Server 2012 Transact-SQL ScriptDom, which is not installed by Updgrade Advisor Setup........" Why is that?

Thank you for your help in advance!

Error error 80004003 when trying to install SQL Server 2012 SP1

$
0
0
I have not been able to install SQL Server 2012 SP1. I always get error 80004003.

How to find sql server components installed ?

$
0
0

Greetings,

I need to know what are the components of sql server installed, for example I need to know whether the Analysis services, Integration services are installed in the server or not. Let me know if there is any way to get this information. I need this information for upgrading a sql server 2000 server to 2008.

With regards,

Gopinath


With regards, Gopinath.

SQL server - Possible schema corruption

$
0
0

Hello,

Please let me know if you have any sugestion, other than restore from backup, on the following issue :

Failed on trying to patch SQL server to SP4 (now version is - Microsoft SQL Server 2005 - 9.00.3042.00 (X64)   Enterprise Edition), on an 2 nodes cluster Server 2003.

Running "dbcc checkdb" on master and one "big" database (1TB), we've got message :

"Msg 211, Level 23, State 51, Line 1
Possible schema corruption. Run DBCC CHECKCATALOG.
Msg 0, Level 20, State 0, Line 0
A severe error occurred on the current command.  The results, if any, should be discarded."

running DBCC CHECKCATALOG shows no error.

"DBCC execution completed. If DBCC printed error messages, contact your system administrator."

Any advise is appreciated.

Thank you.

How to clear logs on a regular basis

$
0
0

Hello,

I have a SQL2005 server that is now running in a hyper V virtual machine.   We make a full copy of the VHD every night (only takes about 15 minutes) so we don't need complicated backup process any more.   We would like to clear out old log files on a regular basis though as they don't need to build up.

Please be aware I don't know how to run any commands within SQL so what I'm looking for is a simple instruction set e.g. go to SQL MGR, Maintenance plan... Shrink or truncate or ... select database...

If anyone can assist with this I would greatly appreciate it.


Msdb size - History Retention In Days and job history log size?

$
0
0

We need to estimate initial size of data an log file for msdb database. The customer only have two jobs recurring once a day. There are no Database MAil, log shipping , maintenance plans, backup, no replication and the recovery model is simple. The values for history retention interval are set to 0 and maximum job history log size is 1000 by default.

So if we have only two jobs msdb database will hold history of 500 rows for each job. Syspolicy_purge_history job will do nothing if history retention interval in Policy Management is set to 0. So we don't have to worry about msdb getting large over the time?

Are there any other msdb system tables that can increase in size we should care, or even to create a job that would wipe the old data?

Thanks.

SQL Server 2008 SP2 installation failed with Exit facility code 1203.

$
0
0

Hi Sir,

Could anyone tell me the problem in the machine. One more doubt is why it is showing the OS version as "Windows Vista Service Pack 1" but my acutall OS is Windows 7 32 bit. please find the summary content below.

Thanks in advance

Overall summary:
  Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
  Exit code (Decimal):           -2068643839
  Exit facility code:            1203
  Exit error code:               1
  Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
  Start time:                    2013-07-11 10:04:54
  End time:                      2013-07-11 10:05:44
  Requested action:              Install
  Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20130711_100438\Detail.txt
  Exception help link:           http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.0.5500.0%26EvtType%3d0x1971D459%400xC24842DB

Machine Properties:
  Machine name:                  sdsds_dsds
  Machine processor count:       8
  OS version:                    Windows Vista
  OS service pack:               Service Pack 1
  OS region:                     United States
  OS language:                   English (United States)
  OS architecture:               x86
  Process architecture:          32 Bit
  OS clustered:                  No

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

Package properties:
  Description:                   SQL Server Database Services 2008
  SQLProductFamilyCode:          {628F8F38-600E-493D-9946-F4178F20A8A9}
  ProductName:                   SQL2008
  Type:                          RTM
  Version:                       10
  Installation location:         c:\673fbe8ebe86da3dfdd3e42098810356\x86\setup\
  Installation edition:          EXPRESS

  Slipstream:                    True
  SP Level                       2

User Input Settings:
  ACTION:                        Install
  ADDCURRENTUSERASSQLADMIN:      False
  AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
  AGTSVCPASSWORD:                *****
  AGTSVCSTARTUPTYPE:             Disabled
  ASBACKUPDIR:                   Backup
  ASCOLLATION:                   Latin1_General_CI_AS
  ASCONFIGDIR:                   Config
  ASDATADIR:                     Data
  ASDOMAINGROUP:                 <empty>
  ASLOGDIR:                      Log
  ASPROVIDERMSOLAP:              1
  ASSVCACCOUNT:                  <empty>
  ASSVCPASSWORD:                 *****
  ASSVCSTARTUPTYPE:              Automatic
  ASSYSADMINACCOUNTS:            <empty>
  ASTEMPDIR:                     Temp
  BROWSERSVCSTARTUPTYPE:         Disabled
  CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20130711_100438\ConfigurationFile.ini
  CUSOURCE:                     
  ENABLERANU:                    True
  ERRORREPORTING:                False
  FEATURES:                      SQLENGINE
  FILESTREAMLEVEL:               0
  FILESTREAMSHARENAME:           <empty>
  FTSVCACCOUNT:                  <empty>
  FTSVCPASSWORD:                 *****
  HELP:                          False
  INDICATEPROGRESS:              False
  INSTALLSHAREDDIR:              c:\Program Files\Microsoft SQL Server\
  INSTALLSHAREDWOWDIR:           C:\Program Files\Microsoft SQL Server\
  INSTALLSQLDATADIR:             <empty>
  INSTANCEDIR:                   C:\PCMDataBases\
  INSTANCEID:                    PCMSERVER
  INSTANCENAME:                  PCMSERVER
  ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
  ISSVCPASSWORD:                 *****
  ISSVCSTARTUPTYPE:              Automatic
  NPENABLED:                     0
  PCUSOURCE:                     c:\673fbe8ebe86da3dfdd3e42098810356\PCUSOURCE
  PID:                           *****
  QUIET:                         False
  QUIETSIMPLE:                   True
  RSINSTALLMODE:                 FilesOnlyMode
  RSSVCACCOUNT:                  <empty>
  RSSVCPASSWORD:                 *****
  RSSVCSTARTUPTYPE:              Automatic
  SAPWD:                         *****
  SECURITYMODE:                  SQL
  SQLBACKUPDIR:                  <empty>
  SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
  SQLSVCACCOUNT:                 NT AUTHORITY\SYSTEM
  SQLSVCPASSWORD:                *****
  SQLSVCSTARTUPTYPE:             Automatic
  SQLSYSADMINACCOUNTS:           BUILTIN\Administrators
  SQLTEMPDBDIR:                  <empty>
  SQLTEMPDBLOGDIR:               <empty>
  SQLUSERDBDIR:                  <empty>
  SQLUSERDBLOGDIR:               <empty>
  SQMREPORTING:                  False
  TCPENABLED:                    1
  X86:                           False

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

Detailed results:
  Feature:                       Database Engine Services
  Status:                        Failed: see logs for details
  MSI status:                    Passed
  Configuration status:          Failed: see details below
  Configuration error code:      0xC24842DB
  Configuration error description: The system cannot find the path specified
  Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20130711_100438\Detail.txt

Rules with failures:

Global rules:

Scenario specific rules:

Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20130711_100438\SystemConfigurationCheck_Report.htm

How to install SQL Server 2008 R2 std to 2008 R2 server where already is SQL Server 2008 R2 Express

$
0
0

Hi,

My customer has a booking application on windows 2008 R2 server. It runs on SQL Server 2008 R2 Express.

Now I have to install SQL Server 2008 R2 std to same server for another application.

How I make installation not disturbing booking system.


Jari Auvinen

error while installing sql server 2012 in windows7 64 bit

$
0
0

error in management tools...

i'm facing a problem like this ;

    SQL Server Data Tools    Failed

,    Management Tools - Complete    Failed, 

   Management Tools - Basic    Failed

Action required:
Use the following information to resolve the error, and then try the setup process again.

Feature failure reason:
An error occurred for a dependency of the feature causing the setup process for the feature to fail.

Error details:
§ Error installing Microsoft .NET Framework 4.0
Microsoft .NET Framework 4.0 installation has failed with exit code 536870913.
Error code: 536870913
Log file: C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20130124_143445\DotNetKB2544514_Cpu64_1.log

i dont know how to solve this ,, please help me


Can you specify the shared feature directory on new SQL 2008 cluster node?

$
0
0

After adding a node to an failover cluster I noticed that the shared features directory (SSMS, SSIS, etc.) directory was not the same as on the first node. It defaults back to C:\Program Files\ where on the first node I made it E:\Progarm Files\.  I did not see a place to change this in the Add-node setup. The instance root directory path was picked up but not the shared features.

 

SQL 2008 R2 setup.exe does nothing

$
0
0
I have a Windows 7 64 bit machine running SQL Server 2008 Enterprise.

I would like to upgrade it to SQL Server 2008 R2 Enterprise. I loaded the media on the machine, but when i double click on the setup.exe, it displays a command box for a split second, goes away, and then nothing happens.

I tried rebooting the box, running as Administrator (by the way, I am part of local Admin group on this box), but nothing happens when I double click on setup.exe.

I have used this same media on other machines and it works fine.

Are there any logs that I can check to see what may be causing the issue?

thanks
scott

Bought SQL Server Developer 2012 6 months ago. Now asking me to upgrade my Evaluation Version.

$
0
0

I just tried to start my SQL Server 2012 and got this message:

I paid for this software (got it on Amazon) about 6 months ago.  Is there some setting that I can check?  Is there something that I need to enable, or disable?

Thanks everyone.


Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

There was an error setting private property 'RequireKerberos' to value '1' for resource 'SQL Network Name (SERVERNAME)'. Error: Value

$
0
0

Hi, 

I am trying to setup sql cluster on 2008 R2 Machine and its falling with the below error message.

There was an error setting private property 'RequireKerberos' to value '1' for resource 'SQL Network Name (SERVERNAME)'.  Error: Value

Any idea on this error message,please let me know if you need any more info


can't uninstall a named instance on SQL Server 2008 R2

$
0
0
I am trying to uninstall a single SQL Server named instance on a machine that apparently has too many of them.  When I try to uninstall I get the following error
cd C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Release
Setup.exe /Action=Uninstall /Q /FEATURES=SQL /INSTANCENAME=BANDOL
Overall summary:
  Final result:                  Échec : voir les détails ci-dessous
  Exit code (Decimal):           2064843076
  Exit facility code:            787
  Exit error code:               324
  Exit message:                  SQL Server 2008 ne peut plus ajouter d'instances. Pour continuer l'installation de cette instance, vous devez désinstaller une instance existante.
  Start time:                    2011-08-30 17:02:48
  End time:                      2011-08-30 17:03:16
  Requested action:              Uninstall
  Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110830_170213\Detail.txt
  Exception help link:           http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.0.2531.0%26EvtType%3d0xE9BC3D64
Which basically means that even though I am trying to uninstall the instance, SQL Server setup thinks I'm trying to add one.


Viewing all 3540 articles
Browse latest View live


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