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

NetFx3 in SQL installation

$
0
0
I am getting error while installing SQL Express about NetFx3. What should I do?

Add New Node to SQL Server 2008 x64 Cluster ..Element not found. (Exception from HRESULT: 0x80070490)

SQL

$
0
0

 IN E.T.L ,MY QUERY IS GOING VERY LONG TIME , SO TABLE IS TRUNCATED EVERY DAY, I THINK SO TABLE DONT HAVE FREGNENTATION , SO HOW CAN SOLVE MY PROBLEM, I NEED TO INSERT DATA ORDER BY ?

  PLZ GIVE ME SOME ADVICE

THANK U

 

Could I "Mask" a named instance?

$
0
0

Hy,

some year ago, as a total newbie, I installed a server with a named instance. At that time I used a physical server, and moreover I probably  thought that SQL 2005 was the last version name for SQL server, so I named my instance with something like"hpserver\sql2005"...

Today I have a virtualized system, and I need to migrate SQL2005 to SQL 2014 (or 2016) and I would like to "rename" that instance.

The matter is that in last years more and more programs both with ODBC and ADO.NET connect to my server, and it's impossible to change all this programs in short time to connect to a new server.

My answer so is: it is possible to install a new server, named for example "ALPHA", and find some way to "redirect" all requests for older server to newest? I made some test and my matter is not (obviously) computer name, that I can mask with DNS, but instance name...

Hoping someone can help to correct my youth errors...

thanks

Mauro

SQL SERVER 2012 Express 64 full - A MOF syntax Error occured

$
0
0

I am trying to find a simple portable database (localdb) to use with my .Net apps so I am trying to install SQL Server 2012 express.

I get a MOF and WMI errors when installing SQL Server 2012 Express. I am not a database/windows person so not sure how to solve this complex problem. I have spent 2 days googling, tried many things already posted on this error in 2012 and 2008 with no results.

The history is the machine is Win 7 64 bit.  I had SQL Server 2005 installed sucessfully for years running with .Net until in 2013 a windows update suddenly trashed the instance and I was unable to connect to the database anymore. (Same exact thing happened on my laptop at the exact same time thus for sure it was a windows update). 

So I have uninstalled 2005 and tried to install 2012.

On the install it errors out twice:

1. Slp_Config_Install_Core_WMI_Provider_Cpu64

A MOF syntax Error occured

2.  RS_RunInstallScriptsAction_Cpu_64

Error call to RS WMI native function to retrieve database scripts. Error Code -2147220975

I have tried running mofcomp sqlmgmproviderxpsp2up.mof  manually and I get an error

mofcomp C:\Program Files (x86)\Microsoft SQL Server\110\Shared\sqlmgmproviderxpsp2up.mof

Storing data in the repository…

An Error occurred while processing item 10 defined on lines 73 – 79 in file sqlmgmproviderxpsp2up.mof:

Error number: 0x80070005, Facility: Win32

Description: Access is denied.

The 73 to 79 lines in the file are:

Instance of RegServices

{

  LName = "msftesql$";

  Name = "msftesql";

  ServiceType = "Full Text";

  Type = 3;

};

I have also tried

Winmgmt /verifyrepository 

And it comes back WMI repository is consistant.

I am also running all commands as administrator.

Like I said I really have no clue what I am doing soI may not even be looking in the right place.

Any insight appreciated.  If you need more details just tell me what to get.

thanks, rick

Will installing another instance restart other instances?

$
0
0

Will installing another instance restart other instances?

Server is Windows Server 2012 R2, SQL Server is 2012.

Kind regards.

Need my license # or product key

$
0
0

I have SQL Server 2008 R2 installed on Computer A. I want to remove it from Computer A and install it on Computer B. I have misplaced the original disk which I purchased for the install.

I presume I can download this product for the install on Computer B. I want it to be legitimate & licensed, though. Therefore, I want to locate the license or product key within the installed software or obtain it from Microsoft.

Copy SQL Logins from SQL Server 2005 to SQL Server 2012

$
0
0

Hello,

Let me start off by stating I am not a seasoned DBA. I have been given a project to copy everything (SQL databases, SSIS Packages, SQL Jobs, Logins, Server Roles assigned to users, etc…). Basically set up a new SQL Server so that I can decommission the old SQL Server. I think I have everything copied over except for the SQL logins. I was able to copy over the users with Windows (Active directory) logins by simply choosing Script login as; CREATE To; New Query Editor Window on the source SQL server and then copy, paste and run the query on the destination server. When I follow this same method on the SQL logins the query is created as below:

/****** Object: Login [MyDataBase]    Script Date: 09/08/2015 11:50:40 ******/

/* For security reasons the login is created disabled and with a random password. */

/****** Object: Login [MyDataBase]    Script Date: 09/08/2015 11:50:40 ******/

CREATELOGIN [MyDataBase] WITHPASSWORD=N'¬G4~)mà_u131 ?_6;$ãÍæ)KÞÅ´ò5_ëÜÉw_h|',DEFAULT_DATABASE=[MyDataBase],DEFAULT_LANGUAGE=[us_english],CHECK_EXPIRATION=OFF,CHECK_POLICY=OFF

GO

ALTERLOGIN [MyDataBase]DISABLE

My question is; if I create the SQL login using the script above it will generate a random password. How can I change this password if it is random and I don’t know what it is?

If I go into the properties of a SQL login I see the Password and Confirm password fields are populated. The person who set this up no longer works at my instution so I don’t know which password he created for the SQL logins.

How do I copy a SQL login from the source SQL server to the new destination SQL server?

Also, When I finally do copy over the SQL logins will there be an issue with the SID’s? If yes, what will that effect?

The source SQL server is SQL Server 2005 SP2 standard edition 32 bit. The OS is Windows Server 2003 R2 SP2. The destination SQL server is SQL Server 2012 Developer Edition x64 and the OS is Windows Server 2012 R2 Standard.

Any assistance will be greatly appreciated. Thank you.

Dave


David Young


Can't install sql server 2014 og management

$
0
0

Hi

I´ve been trying to install sql server and management, but it fails every time or gives the error msg that it´s already have been installed..
And can't delete anything either.. 

Error msg: TITLE: Microsoft SQL Server 2014 Setup ------------------------------ The following error has occurred: Den angivne tjeneste findes ikke som en installeret tjeneste. Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this action and continue setup. For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=0x4E01BCF2%25400xDC80C325 ------------------------------ BUTTONS: &Retry Cancel ------------------------------

Log

Overall summary:
  Final result:                  Failed: see details below
  Exit code (Decimal):           -2068119551
  Start time:                    2015-09-27 20:56:04
  End time:                      2015-09-27 21:08:44
  Requested action:              Install

Setup completed with required actions for features.
Troubleshooting information for those features:
  Next step for SQLEngine:       Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
  Next step for Replication:     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.


Machine Properties:
  Machine name:                  JIMMY
  Machine processor count:       8
  OS version:                    Windows 8
  OS service pack:               
  OS region:                     United States
  OS language:                   dansk (Danmark)
  OS architecture:               x64
  Process architecture:          64 Bit
  OS clustered:                  No

Product features discovered:
  Product              Instance             Instance ID                    Feature                                 Language             Edition              Version         Clustered  Configured
  SQL Server 2014      SQLEXPRESS           MSSQL12.SQLEXPRESS             Database Engine Services                 1033                Express Edition      12.0.2000.8     No         Yes       
  SQL Server 2014      SQLEXPRESS           MSSQL12.SQLEXPRESS             SQL Server Replication                   1033                Express Edition      12.0.2000.8     No         Yes       
  SQL Server 2014      MSSQLSERVER          MSSQL12.MSSQLSERVER            Database Engine Services                 1033                Express Edition      12.0.2000.8     No         Yes       
  SQL Server 2014      MSSQLSERVER          MSSQL12.MSSQLSERVER            SQL Server Replication                   1033                Express Edition      12.0.2000.8     No         Yes       
  SQL Server 2014                                                          Management Tools - Basic                                                          12.0.2000.8     No         No       
  SQL Server 2014                                                          Management Tools - Complete                                                       12.0.2000.8     No         No       
  SQL Server 2014                                                          Client Tools Connectivity                                                         12.0.2000.8     No         No       
  SQL Server 2014                                                          Client Tools Backwards Compatibility                                              12.0.2000.8     No         No        
  SQL Server 2014                                                          Client Tools SDK                                                                  12.0.2000.8     No        No        

Package properties:
  Description:                   Microsoft SQL Server 2014 
  ProductName:                   SQL Server 2014
  Type:                          RTM
  Version:                       12
  SPLevel:                       0
  Installation location:         C:\Users\Jimmy\Downloads\SQLEXPR_x64_ENU\x64\setup\
  Installation edition:          Express

Product Update Status:
  None discovered.

User Input Settings:
  ACTION:                        Install
  ADDCURRENTUSERASSQLADMIN:      true
  AGTSVCACCOUNT:                 NT AUTHORITY\NETVÆRKSTJENESTE
  AGTSVCPASSWORD:                *****
  AGTSVCSTARTUPTYPE:             Disabled
  ASBACKUPDIR:                   Backup
  ASCOLLATION:                   Latin1_General_CI_AS
  ASCONFIGDIR:                   Config
  ASDATADIR:                     Data
  ASLOGDIR:                      Log
  ASPROVIDERMSOLAP:              1
  ASSERVERMODE:                  MULTIDIMENSIONAL
  ASSVCACCOUNT:                  <empty>
  ASSVCPASSWORD:                 <empty>
  ASSVCSTARTUPTYPE:              Automatic
  ASSYSADMINACCOUNTS:            <empty>
  ASTEMPDIR:                     Temp
  BROWSERSVCSTARTUPTYPE:         Disabled
  CLTCTLRNAME:                   <empty>
  CLTRESULTDIR:                  <empty>
  CLTSTARTUPTYPE:                0
  CLTSVCACCOUNT:                 <empty>
  CLTSVCPASSWORD:                <empty>
  CLTWORKINGDIR:                 <empty>
  COMMFABRICENCRYPTION:          0
  COMMFABRICNETWORKLEVEL:        0
  COMMFABRICPORT:                0
  CONFIGURATIONFILE:             
  CTLRSTARTUPTYPE:               0
  CTLRSVCACCOUNT:                <empty>
  CTLRSVCPASSWORD:               <empty>
  CTLRUSERS:                     <empty>
  ENABLERANU:                    true
  ENU:                           true
  ERRORREPORTING:                true
  FEATURES:                      SQLENGINE, REPLICATION, SNAC_SDK
  FILESTREAMLEVEL:               0
  FILESTREAMSHARENAME:           <empty>
  FTSVCACCOUNT:                  <empty>
  FTSVCPASSWORD:                 <empty>
  HELP:                          false
  IACCEPTSQLSERVERLICENSETERMS:  true
  INDICATEPROGRESS:              false
  INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
  INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
  INSTALLSQLDATADIR:             <empty>
  INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
  INSTANCEID:                    SQLSERVEREN
  INSTANCENAME:                  SQLSERVEREN
  ISSVCACCOUNT:                  NT AUTHORITY\Network Service
  ISSVCPASSWORD:                 <empty>
  ISSVCSTARTUPTYPE:              Automatic
  MATRIXCMBRICKCOMMPORT:         0
  MATRIXCMSERVERNAME:            <empty>
  MATRIXNAME:                    <empty>
  NPENABLED:                     0
  PID:                           *****
  QUIET:                         false
  QUIETSIMPLE:                   false
  ROLE:                          AllFeatures_WithDefaults
  RSINSTALLMODE:                 DefaultNativeMode
  RSSHPINSTALLMODE:              DefaultSharePointMode
  RSSVCACCOUNT:                  <empty>
  RSSVCPASSWORD:                 <empty>
  RSSVCSTARTUPTYPE:              Automatic
  SAPWD:                         <empty>
  SECURITYMODE:                  <empty>
  SQLBACKUPDIR:                  <empty>
  SQLCOLLATION:                  Danish_Norwegian_CI_AS
  SQLSVCACCOUNT:                 NT Service\MSSQL$SQLSERVEREN
  SQLSVCPASSWORD:                <empty>
  SQLSVCSTARTUPTYPE:             Automatic
  SQLSYSADMINACCOUNTS:           JIMMY\Jimmy
  SQLTEMPDBDIR:                  <empty>
  SQLTEMPDBLOGDIR:               <empty>
  SQLUSERDBDIR:                  <empty>
  SQLUSERDBLOGDIR:               <empty>
  SQMREPORTING:                  true
  TCPENABLED:                    0
  UIMODE:                        AutoAdvance
  UpdateEnabled:                 true
  UpdateSource:                  MU
  USEMICROSOFTUPDATE:            false
  X86:                           false

  Configuration file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150927_205601\ConfigurationFile.ini

Detailed results:
  Feature:                       Database Engine Services
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred during the setup process of the feature.
  Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
  Component name:                SQL Server Database Engine Services Instance Features
  Component error code:          0x84BB0001
  Error description:             Den angivne tjeneste findes ikke som en installeret tjeneste.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=0x4E01BCF2%400xDC80C325&EvtType=0x4E01BCF2%400xDC80C325

  Feature:                       SQL Server Replication
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
  Component name:                SQL Server Database Engine Services Instance Features
  Component error code:          0x84BB0001
  Error description:             Den angivne tjeneste findes ikke som en installeret tjeneste.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=0x4E01BCF2%400xDC80C325&EvtType=0x4E01BCF2%400xDC80C325

  Feature:                       SQL Writer
  Status:                        Passed

  Feature:                       SQL Client Connectivity
  Status:                        Passed

  Feature:                       SQL Client Connectivity SDK
  Status:                        Passed

Rules with failures:

Global rules:

Scenario specific rules:

Rules report file:               C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150927_205601\SystemConfigurationCheck_Report.htm


install sql server 2008 r2 .. help me

$
0
0

I recieved this error while installing sql server r2 :

An error occurred during the installation of assembly 'microsoft.vc80.CRT', Public Key Token="1fc8b3b9a1e18e3b", Type="Win32", Version="8.0.50727.762" HRESULT: 0x8007054F



How to install SQL Server 2008 R2 WITHOUT reboot

$
0
0

I have created a .ini file with all my configuration settings for SQL Server 2008 R2. I need the application to install and not reboot automatically at the end as I am deploying it as a task sequence using MDT. 

How can I suppress the reboot at the end?

Overlapped I/O error 997 installing SQL Server 2014 Express on Windows Server 2012 R2

$
0
0

I'm attempting to install SQL Server 2014 Express on a Windows Server 2012 R2 system. When I do the install, it fails (several times) with an "Error: 997. Overlapped I/O operation is in progress.". From searching the web, I can see many people have had this problem with this installer and other non-SQL server installers.

I've tried every solution I can find discussed, but none help with my problems The system is fully updated, with the exception of the KB2538243 (VC 2008 SP1 redist), which is probably failing for the same reason.

I've tried removing several updates mentioned in other articles (KB2918614). I've confirmed that I'm not using a temporary profile.

Does anyone have an idea of how I can solve this issue?

Thanks,

Zack

Partial detail from install log file:

Detailed results:

  Feature:                       Management Tools - Complete
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                Microsoft Visual Studio 2010 Redistributables
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150205_151618\VC10Redist_Cpu64_1.log
  Error description:             Error 997.Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=vc_red.msi%40ProcessComponents%40997

  Feature:                       Client Tools Connectivity
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                Microsoft Visual Studio 2010 Redistributables
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150205_151618\VC10Redist_Cpu64_1.log
  Error description:             Error 997.Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=vc_red.msi%40ProcessComponents%40997

Partial detail from component log file:

MSI (s) (D8:3C) [15:18:29:173]: Resolving source.
MSI (s) (D8:3C) [15:18:29:173]: Resolving source to launched-from source.
MSI (s) (D8:3C) [15:18:29:173]: Setting launched-from source as last-used.
MSI (s) (D8:3C) [15:18:29:188]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Users\zerhart\Downloads\SQLEXPRWT_x64_ENU\redist\VisualStudioShell\VC10SP1\x64\'.
MSI (s) (D8:3C) [15:18:29:188]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Users\zerhart\Downloads\SQLEXPRWT_x64_ENU\redist\VisualStudioShell\VC10SP1\x64\'.
MSI (s) (D8:3C) [15:18:29:188]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{1D8E6291-B0D5-35EC-8441-6616F567A0F7}'.
MSI (s) (D8:3C) [15:18:29:188]: SOURCEDIR ==> C:\Users\zerhart\Downloads\SQLEXPRWT_x64_ENU\redist\VisualStudioShell\VC10SP1\x64\
MSI (s) (D8:3C) [15:18:29:188]: SOURCEDIR product ==> {1D8E6291-B0D5-35EC-8441-6616F567A0F7}
MSI (s) (D8:3C) [15:18:29:188]: SECREPAIR: A general error running CryptAcquireContext
MSI (s) (D8:3C) [15:18:29:188]: Determining source type
MSI (s) (D8:3C) [15:18:29:188]: Source type from package 'VC_RED.MSI': 2
MSI (s) (D8:3C) [15:18:29:188]: SECREPAIR: Hash Database: C:\Windows\Installer\SourceHash{1D8E6291-B0D5-35EC-8441-6616F567A0F7}
MSI (s) (D8:3C) [15:18:29:188]: SECREPAIR: SourceHash database file already exists. Deleting it.
MSI (s) (D8:3C) [15:18:29:204]: Note: 1: 2262 2: SourceHash 3: -2147287038 
MSI (s) (D8:3C) [15:18:29:235]: SECREPAIR: New Hash Database creation complete.
MSI (s) (D8:3C) [15:18:29:235]: SECREPAIR: Crypt Provider not initialized. Error:0
MSI (s) (D8:3C) [15:18:29:235]: SECREPAIR: Crypt Provider not initialized. Error:0
MSI (s) (D8:3C) [15:18:29:235]: SECREPAIR: Crypt Provider not initialized. Error:0
MSI (s) (D8:3C) [15:18:29:235]: SECREPAIR: Crypt Provider not initialized. Error:0
MSI (s) (D8:3C) [15:18:29:235]: SECREPAIR: Crypt Provider not initialized. Error:0
MSI (s) (D8:3C) [15:18:29:235]: SECREPAIR: Crypt Provider not initialized. Error:0
MSI (s) (D8:3C) [15:18:29:235]: SECREPAIR: Crypt Provider not initialized. Error:997
MSI (s) (D8:3C) [15:18:29:235]: SECUREREPAIR: Failed to CreateContentHash of the file: install.res.1040.dll: for computing its hash. Error: 997
MSI (s) (D8:3C) [15:18:29:235]: SECREPAIR: Failed to create hash for the install source files
MSI (s) (D8:3C) [15:18:29:235]: SECUREREPAIR: SecureRepair Failed. Error code: 3e561F257D8
Action start 15:18:29: ProcessComponents.
MSI (s) (D8:3C) [15:19:28:843]: 
Error 997.Overlapped I/O operation is in progress.

SQL Server Service Pack 2

$
0
0

Hello All,<o:p></o:p>

I am new using the SQL Server, i am trying to install the SP 2 but i am getting and this error message: There are no SQL Server instances or shared features that can be updated on this computer…<o:p></o:p>

I’ve tried to install it twice (removing it each time) , but I am still not able to get this to work on my PC. <o:p></o:p>

I hope you can give me some help! <o:p></o:p>

Regards!<o:p></o:p>

Upgrading a Clustered environment

$
0
0

I am fairly new to the failover clustering of servers and have somewhat been thrown in the mix. What I do know, we have a cluster consisting of two MS Windows Server 2008 R2 Enterprise (x64) physical servers running SQL Server 2008 SP1. We have, on each box, 3 different SQL instances running with a total of 50 databases that have been created. Not to get into to many details, I have a backup created from a SQL Server 2008 R2 SP1 that i cannot restore because the difference in versions which has led me to have to upgrade my version of SQL to match that of the backup.

What is my best course of action to upgrade this clustered environment with minimal faults?

Any and all help is appreciated and if I have left out anything pertinent please let me know. Thank you in advance for any advice. I do not wish to attempt to rush this process however management is always in a hurry.   

Missing SqlSqmShared.msp when trying to apply hotfix in SQL 2012

$
0
0

Where to find SqlSqmShared.msp?

Below from Summary.txt:

Overall summary:
  Final result:                  The patch installer has failed to update the shared features. To determine the reason for failure, review the log files.
  Exit code (Decimal):           -2068709373
  Exit facility code:            1202
  Exit error code:               3
  Exit message:                  The cached patch file "C:\windows\Installer\5655457.msp" is missing. The original file for this cached file is "SqlSqmShared.msp", which can be installed from "Service Pack 2 for SQL Server 2012 (KB2958429) (64-bit)", version 11.2.5058.0.  For more information about how to resolve this problem, see “Steps to resolve missing media issue with SQL Server 2012” (http://go.microsoft.com/fwlink/?LinkId=144387) in the Microsoft Knowledge Base.
  Start time:                    2015-11-28 15:50:46
  End time:                      2015-11-28 15:56:21
  Requested action:              Patch
  Exception help link:           http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.5613.0&EvtType=0xCACAAFBF%400xF762992B%401202%403&EvtType=0xCACAAFBF%400xF762992B%401202%403

Obvioulsy as the error message indicates I looked after it in the extracted SP2. BUT no luck.

Any one know, I'm still trying to find a solution ...


sql 2008 setup problem with system admistration

$
0
0

Missing system administration account.  To continue provide at least one window account to provision as a sql server system admistrator.

 

 

error message at server configuration.  After i hit next.  I really need some help and dont know what to do with the passwords and accounts.

 

 

I am in it deep

 

Jim

SQL Server 2014 installation-failed-error-1723-problem with windows installer package

$
0
0

Hi All,

I am trying to install SQL Server 2014 express edition on my Windows 7 64 Bit system, but unfortunately, everything I have tried so far has resulted in the same error.

Error: 1723 There is a problem with this Windows Installer package. A DLL required for this installation to complete could not be run. Contact your support personnel or package vendor.

I have tried all the possible solutions that I found online. So please refrain from posting a link to another blog or forum because chances are that I have already tried that.

Things that I have tried:

  • Giving myself/Everyone "Full Control" over the folder C:\Users\username\AppData\Local\Temp
  • Disabling .Net Framework 3.5 SP1 and then re-enabling.
  • Installing sqlncli.msi manually from cmd with Administrative Privileges (Note that this too fails with the same error).
  • Removing all instances and traces (registry values, folders, uninstalling) of SQL Server 2008 R2 installed previously on my machine. 
  • Downloading SQL Server from Microsoft's website again (in case the previous installer was corrupted), performed checksum and validated the installer.
  • Making sure that I have Service Pack 1 installed for my operating system.
  • Resetting windows installer.


I am aware that there are multiple threads with the same issue, but none have been able to resolve this for me. 

It is really urgent for me to resolve this and install the package over the weekend. Any help would be really appreciated.

Note: I am unable to add the links to the log files as of now, but would do so ASAP.

12.1.4416 vs 12.0.4416

$
0
0
I have seen version references to SQL Server 2014 SP1 CU1 as being 12.1.4416 and 12.0.4416, I would believe that the later on is the correct one, however since 12.1.4416 is not uncommon to see i was wondering if MSFT did change the naming concept or what is the reason for that ?

SQL Server licence agreement cannot be located for the selected edition, EXPRESS

$
0
0

Hello,

I tried to install a new software from a company in Germany and get the following error:

SQL Server Setup has encountered the following error:
The SQL Server licence agreement cannot be located for the selected edition, EXPRESS. THis could be a result of corrupted media or the edition being unsupported by the media.
Error code 0X858C001B

I'd appreciate your help.

Kind regards

Peter

Do I need to reinstall SQL 2008 Service Pack 4

$
0
0

I installed SQL Server 2008 on my server, with the features that I required.  I then installed Service Pack 4 and also installed any important SQL updates, that have been released since SP4.

I have since had to add an additional feature to the installation - the 'Management Tools - Complete' feature.  This is because I was unable to modify Maintenance Plans, using SQL Server Management Studio, on the server.

Do I now need to reinstall SQL 2008 Service Pack 4 and the subsequent SQL updates, on my SQL Server?

Thanks.

Viewing all 3540 articles
Browse latest View live


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