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

Installing SQL Server 2014

$
0
0

Hi,

I have SQL Server 2008 R2 installed on Windows Server 2008 R2 (64-bit).

Can I install an instance of SQL Server 2014 on the same server?


SQL max memory, page file, max degree parallelism

$
0
0
Hi,

Three questions hope you can answer:

1) I know it is best practise to set sql server max memory in sql server db engine.
So if a SQL server with 44 GB RAM has DB engine installed we should set sql server max memory to approx 37GB

But what should we set if next to the DB engine also SQL Analysis Service and SQL Reporting Services is installed on the same sql server?
Is it then better to set sql max memory to 22GB RAM so Analysis can take the other 22GB RAM?

2) A sql server with 44 GB RAM what is best practise to set the page file?
I read on Brent Ozar (http://www.brentozar.com/archive/2014/06/sql-server-setup-checklist-free-ebook-download/) the following

sql server doest not need a giant page file. if you're installing other applications on the server (which we don't recommend-- sql server should be isolated). you mad need a larger page file.
if sql server is the only major service running on the box, we typicalle create a 2GB size page file on the system drive.

Microsoft says we should set page file system managed to 1.5x the RAM 
Remus also says we should set page file to 1.5x RAM (see -> http://rusanu.com/2009/11/22/system-pagefile-size-on-machines-with-large-ram/)

So on our sql server with 44GB RAM we have DB engine installed next to SQL Analysis Service and SQL Reporting Services, What size should we set the page file?

3) For sharepoint the sql server that is part of sharepoint farm and where sharepoint stores it's databases , max degree of parallelism should be set on 1.
Now we have a sql server that is not part of the sharepoint farm (call it sql2) on this server we have sql db engine, sql analysis and reporting installed.
sharepoint does not stores it databases on this sql2 server , on this sql2 server we have reporting and analysis databases/cubes created where sharepoint reads and writes to.

Brent Ozar (http://www.brentozar.com/archive/2014/06/sql-server-setup-checklist-free-ebook-download/) says 
Rule of thumb: set this to the number of physical cores in a single numa node (processor) sockets on your hardware or less

What should we configure on this sql server for max degree of parallelism , the sql2 has 4 vcpus.


Unable to install SQL 2012 due to file 0gi5cdu2.chm

$
0
0

I have tried to install SQL 2012 Developer Edition twice without success due the following error:

Error reading from file D:\1033_ENU_LP\x64\setup\sql2008support\PFiles\SqlServr\100\Setup\Release\x64\Help\1033\0gi5cdu2.chm.  Verify that the file exists and that you can access it

I have verified the file by opening it.

I am wondering if anyone could offer some tips about how to remedy this?

Thanks in advance.


Hong


ODBC connection failed SQL 2012

$
0
0

Hi Everyone

Im having problems Creating a ODBC Connection(x64) to my SQL server 2012(x64). Server OS is Microsoft Server 2012(x64).
The computer im trying to connect with has Windows 7(x64).

the error message im getting is this:

MICROSOFT SQL SERVER LOGIN
Connection Failed
SQLState: 08001
SQL Server Error: 5
[Microsoft][SQL Server Native Client 11.0]Named Pipes provider:
Could not open a Connection to SQL server [5].

Connection Failed
SQLState: HYT00
SQL Server Error:0
[Microsoft][SQL Server Native Client 11.0] Login timeout expired.

I have disabled the server firewall but dident have any effect. If i try to make a Connection on the server it works.

Anyone got any thoughts?

/Daniel

Windows 10 SQL Server 2012 Data Tools Assembly Install Error

$
0
0

This issue is driving me crazy.  I upgraded to Windows10 from Windows7 and have been unable to install SQL Server 2012 Data Tools.  The error message is "An error occured during the installation of assembly "Microsoft.VC80.CRT,version="8.0.50727.4053",publicKeyToken"",processorArchitecture="amd64",type="win32". Please refer to Help and Support for more information. HRESULT: 0x80073715"

Unfortunately, I am past the 30 window of going back to Windows7.  I restored the operating system to a fresh version of Windows10 and the install error still exists.  I have an Intel 64 chip so I don't know why it is referencing a processorArchitecture of "amd64".  Does anyone have any suggestions?



 

Help on Cumulative update for SQL 2005 SP4 download

$
0
0

Hi,

The download page of "Cumulative update package 3 foe SQL server 2005 Service pack 4" failed with the error message: Page does not exist. Please let me know if there is any alternate page for it.

Thanks in advance

Deploy SQL Management Studio 2012 through SCCM

$
0
0

Hello,

Has anyone successfully deployed SQL Management Studio 2012 with SCCM?

A couple of specific questions:

- Which folder from the SQL Media is required to ensure that only Management Studio deploys (we would like to limit the size of the deployment Package)?

- What command line options do we need to use to install the Advanced version of Management Studio with all of the Tools and Books Online.  I have found the following but there is not a clear distinction about what is required and what is optional: http://msdn.microsoft.com/en-us/library/ms144259.aspx

- Can someone confirm the following command line options for machine that has 2008 R2 Management Studio on it?
Setup.exe /q /ACTION=upgrade /IACCEPTSQLSERVERLICENSETERMS /FEATURES=Tools

- Can someone confirm the following command line options for a new installation of 2012 Management Studio?
Setup.exe /q /ACTION=Install /IACCEPTSQLSERVERLICENSETERMS /FEATURES=Tools

- Do I need to use /PID for the product key if I am only installing Management Studio?

Thank you,

Matt

SQL cluster Installation failed on adding node (passive) to cluster.

$
0
0

Hello:

During the installation of Adding node to a SQL Server failover cluster(On passive node) getting error like..

 

TITLE: Microsoft SQL Server 2012  Setup

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

 

The following error has occurred:

 

The MOF compiler could not connect with the WMI server. This is either because of a semantic error such as an incompatibility with the existing WMI repository or an actual error such as the failure of the WMI server to start.

 

 

We  run the below commands but didn’t get any resolution & got the same above error .

 

1<sup>st</sup> Method…

 

1. Open console command (Run->CMD with administrator privileges). 

2. net stop winmgmt 

3. Rename folder %windir%\System32\Wbem\Repository to other one, for backup purposes (for example _Repository). 

4. net start winmgmt

 

2<sup>nd</sup> Method..

 

1. Disable and stop the WMI service.

a) Command : - sc config winmgmt start= disabled

b. Command : -                 net stop winmgmt

 

2. Run the following commands.

a).  Command:  Winmgmt /salvagerepository %windir%\System32\wbem

b). Command:   Winmgmt /resetrepository %windir%\System32\wbem

 

3. Re-enable the WMI service

Command:          sc config winmgmt start= auto 

 

Last command to run after above steps

 

4. Command:     mofcomp "%programfiles(x86)%\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof"

 

File not found Error for above command

Kindly help if anyone have any resolution.

Bob


Sql Server Installation Error - missing msi (?)

$
0
0

When trying to install MS SQL 2014 Enterprise Edition, I'm receiving the following error:

TITLE: SQL Server Setup failure.
------------------------------
SQL Server Setup has encountered the following error:
C:\Windows\Installer\3232aa.msi.
For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&EvtType=0x7B2055F0%25400xB7EAF00B
------------------------------
BUTTONS:
OK
------------------------------

It could be a past/unsuccessful installation & uninstallation of another MS SQL edition; trying to uninstall/repair but no so sure I was completely successful (it is a test machine, not entirely under my control etc). Past VS 2012/2013 installation(s), also.

Machine: Win7 Ultimate SP1, up-to-date. Some past installers were clean-up, for sure. Microsoft FixIt - said that some problems were fixed, others were not. Integrity check sfc /scannow: OK (nothing found)

Trying to find out some info about 3232aa.msi - nothing found.

Some ideas, please ...? Thanks in advance.


Proper version of SSDT for Sql Server 2014

$
0
0

Sql 2014 does not come with BIDS or SSRS out-of-the box. (I need to install SSDT on our Sql 2014 server to emulate that.). But what is the proper version of SSDT to use? (It seems to be tied into the version of VS which I am not installing directlyon the sql server). URL appreciated.

TIA,

edm2

Backing Up SQL Server 2014

$
0
0

My company has recently began using an SQL Server, located on the Head-Production computer, to store data for the factory. I am trying to learn more about the backup process for this, since the server holds basically all of our data.

1. What happens to the information if the computer itself dies

2. Is there a way to backup the information to another computer?

Thank you in advance

Monika

users with sysadmin role can't access network drives

$
0
0

Hello

When I create logins for SQL Server 2012, something strange happens. When I assign the sysadmin role to a login, the login loses the access to the network drives (for example when creating or attaching databases). The only possible place is the c:drive of the computer that is running SQL Server.

Can anyone help me?

Thanks.

Guust

Unable to uninstall SQL Server 2008 R2 - Stuck on SqlEngineConfigAction_remove_unconfigrc_Cpu64

$
0
0

Hi

I have been attempting to uninstall my version of SQL Server 2008 R2 as we are migrating to SQL 2014 and I need to leverage the default instance. I have managed to uninstall all the SQL Server 2008 R2 features except for the database engine. When I attempt to delete the Database Engine it hangs (left it for over 4 hours) at the SqlEngineConfigAction_remove_unconfigrc_Cpu64 section within the uninstall. After checking in the Detail logs for the uninstall I can see that it is stuck at the following step:

2015-09-17 16:49:51 SQLEngine: --RsFxConfiguration: RsFxConfiguration:Uninstall :
2015-09-17 16:49:51 Slp: Sco: Attempting to open SC Manager
2015-09-17 16:49:51 Slp: Sco: Attempting to open service handle for service RsFx0151
2015-09-17 16:49:51 Slp: Sco: Attempting to close service handle for service RsFx0151
2015-09-17 16:49:51 Slp: Sco: Attempting to close SC Manager
2015-09-17 16:49:51 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
2015-09-17 16:49:51 Slp: Sco: Attempting to open registry subkey SYSTEM\CurrentControlSet\Services\RsFx0151\InstancesShares
2015-09-17 16:49:51 Slp: Sco: Attempting to get service status for service RsFx0151
2015-09-17 16:49:51 Slp: Sco: Attempting to open SC Manager
2015-09-17 16:49:51 Slp: Sco: Attempting to open service handle for service RsFx0151
2015-09-17 16:49:51 Slp: Invoking QueryServiceStatus Win32 API
2015-09-17 16:49:51 Slp: Sco: Attempting to close service handle for service RsFx0151
2015-09-17 16:49:51 Slp: Sco: Attempting to close SC Manager
2015-09-17 16:49:51 Slp: Sco: Returning service status Running
2015-09-17 16:49:51 SQLEngine: --RsFxConfiguration: RsFxConfiguration:Uninstall : Issuing driver stop IOCTL

It never gets past this step. I have had to restore my computer 3 - 4 times today because the only way to stop the uninstall was to reboot my machine and then restore so I could attempt to uninstall again.

Before I started the uninstall this last time, I made sure that all SQL Services were disabled; that all service/websites that talked to SQL were disabled but I am still running into this issue. The closest issue I found on that net that was close to the same symptoms (hanging on SqlEngineConfigAction_remove_validation_Cpu64) but I don't have the registry item of AppCompat in the folder to even try setting that registry key to a different value.

Hopefully someone else has encountered this and knows how to fix it because my next steps are a complete reformat but I don't really have the time to start that.

Thanks for your help,

CG

"There are no sql server instances or shared features that can be updated on this computer" when updating SQL Server 2012 from SP1 to SP2

$
0
0

I have:

Microsoft SQL Server 2012 - 11.0.5343.0 (X64) 
May  4 2015 19:11:32 
Copyright (c) Microsoft Corporation
Developer Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)

And I need to update to SP2 (SQLServer2012SP2-KB2958429-x64-ENU.exe), but I'm getting the following error:



Not clustered or the cluster service is up and online. failed - I am running SP1 on a Standalone system

$
0
0

Hi All,

I installed a SQL server 2008 R2 on a 64 bit Stand alone system today morning

Now i am trying to apply SP1 on it. But it is not progressing further with the below. Please suggest me how to over cum this issue.

Note: Cluster services not installed on this server. Cluster service is not there in the services.msc as well.


Database Backup to Network Share on an Islion and Restore onto another offline Server

$
0
0

I need to backup a SQL Database on a SQL 2014 to network share on a EMC Islion (Windows NTFS) and then a day later restore the database onto a offline server .  How is this best achieve, TSQL Scripts seem to fail, making a local copy and then copy it up seems to work.  But there must be easier and inbuilt way to do it

1.Back the database to network share

2.Take that current backup and restore it on another server

MSSQL 2014 SSDTBI Installation Failure - INSTANCENAMELIST

$
0
0

I am unable to install SQL Server 2014 SSDTBI due to the following error:

"Unable to retrieve a public configuration object type Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings for setting INSTANCENAMELIST.

Error result: -2057043961

Result facility code: 1380

Result error code: 7

Please review the summary.txt log for further details."

First, it does not write to any summary.txt file so there are no further details.

I have MSSQL 2012 Developer installed as a default instance and 2014 Developer as a naanksmed instance.

Visual Studio Pro 2012 and Pro 2013 are installed as well.

I haven't been able to find information on this error or how to get around it so for the moment, I'm stuck using SQL Server Data Tools for 2012 (and VS 2010).

Does anyone know how to fix this error?

Thanks!

Steve Lundahl

Addendums:

First, I should note that the same downloaded installation zip file was successfully installed on another computer.

Second, I found the log file and here it is from the point of the beginning of the error(s):

(01) 2015-10-14 13:11:22 Slp: Running Action: ExecuteBootstrapProcessInputSettings
(01) 2015-10-14 13:11:22 Slp: Workflow to execute: 'BOOTSTRAPPROCESSINPUTSETTINGS'
(01) 2015-10-14 13:11:22 Slp: ----------------------------------------------------------------------
(01) 2015-10-14 13:11:22 Slp: Running Action: StartSqmSession
(01) 2015-10-14 13:11:22 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
(01) 2015-10-14 13:11:22 Slp: Sco: Attempting to open registry subkey Software\Microsoft\Microsoft SQL Server\120
(01) 2015-10-14 13:11:22 Slp: Sco: Attempting to get registry value CustomerFeedback
(01) 2015-10-14 13:11:22 Slp: A new SQM session is created successfully
(01) 2015-10-14 13:11:22 Slp: Error: Action "Microsoft.SqlServer.Configuration.BootstrapExtension.StartSqmSessionAction" threw an exception during execution.
(01) 2015-10-14 13:11:22 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: Unable to retrieve a public configuration object type Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings for setting INSTANCENAMELIST. ---> Microsoft.SqlServer.Chainer.Infrastructure.UnableRetrieveConfigObjectForSettingException: Unable to retrieve a public configuration object type Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings for setting INSTANCENAMELIST. ---> Microsoft.SqlServer.Chainer.Infrastructure.UnableRetrieveConfigObjectException: Unable to retrieve a public configuration object type Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings. ---> Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException: There is an error in XML document (1, 2). ---> System.InvalidOperationException: There is an error in XML document (1, 2). ---> System.BadImageFormatException: Could not load file or assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The module was expected to contain an assembly manifest.
(01) 2015-10-14 13:11:22 Slp: File name: 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.ConvertDefaultValue(String defaultValueAsString, Type propertyType)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.InternalLoadTypeRelationsInformationThroughReflection(Type sfcType)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.GetTypeRelations(Type sfcType)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.get_Relations()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.get_InternalStorageSupportedCount()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyCollection..ctor(PropertyDataDispatcher dispatcher)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance.get_Properties()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigurationBase.set_Name(String value)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigurationBase.Initialize()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigurationBase..ctor()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.PublicConfigurationBase..ctor()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings..ctor()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read104_SlpInputSettings(Boolean isNullable, Boolean checkType)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read360_SlpInputSettings()
(01) 2015-10-14 13:11:22 Slp: WRN: Assembly binding logging is turned OFF.
(01) 2015-10-14 13:11:22 Slp: To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
(01) 2015-10-14 13:11:22 Slp: Note: There is some performance penalty associated with assembly bind failure logging.
(01) 2015-10-14 13:11:22 Slp: To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
(01) 2015-10-14 13:11:22 Slp:    --- End of inner exception stack trace ---
(01) 2015-10-14 13:11:22 Slp:    at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
(01) 2015-10-14 13:11:22 Slp:    at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(String rootPath, Type type, String elementXPath)
(01) 2015-10-14 13:11:22 Slp:    --- End of inner exception stack trace ---
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(String rootPath, Type type, String elementXPath)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(String rootPath, Type type)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(Type type)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.PublicConfigurationBridge.GetHostingObject()
(01) 2015-10-14 13:11:22 Slp:    --- End of inner exception stack trace ---
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.PublicConfigurationBridge.GetHostingObject()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.SettingBridge.GetHostingObject()
(01) 2015-10-14 13:11:22 Slp:    --- End of inner exception stack trace ---
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.SettingBridge.GetHostingObject()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.SettingBridge.GetSQMObject()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.StartSqmSessionAction.CollectDatapointsForAllInputSettings()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.StartSqmSessionAction.ExecuteAction(String actionId)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.<>c__DisplayClasse.<ExecuteActionWithRetryHelper>b__b()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
(01) 2015-10-14 13:11:22 Slp:    --- End of inner exception stack trace ---
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
(01) 2015-10-14 13:11:22 Slp: Error: Action "Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction" threw an exception during execution.
(01) 2015-10-14 13:11:22 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: Unable to retrieve a public configuration object type Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings for setting INSTANCENAMELIST. ---> Microsoft.SqlServer.Chainer.Infrastructure.UnableRetrieveConfigObjectForSettingException: Unable to retrieve a public configuration object type Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings for setting INSTANCENAMELIST. ---> Microsoft.SqlServer.Chainer.Infrastructure.UnableRetrieveConfigObjectException: Unable to retrieve a public configuration object type Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings. ---> Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException: There is an error in XML document (1, 2). ---> System.InvalidOperationException: There is an error in XML document (1, 2). ---> System.BadImageFormatException: Could not load file or assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The module was expected to contain an assembly manifest.
(01) 2015-10-14 13:11:22 Slp: File name: 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.ConvertDefaultValue(String defaultValueAsString, Type propertyType)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.InternalLoadTypeRelationsInformationThroughReflection(Type sfcType)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.GetTypeRelations(Type sfcType)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.get_Relations()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.get_InternalStorageSupportedCount()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyCollection..ctor(PropertyDataDispatcher dispatcher)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance.get_Properties()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigurationBase.set_Name(String value)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigurationBase.Initialize()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigurationBase..ctor()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.PublicConfigurationBase..ctor()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings..ctor()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read104_SlpInputSettings(Boolean isNullable, Boolean checkType)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read360_SlpInputSettings()
(01) 2015-10-14 13:11:22 Slp: WRN: Assembly binding logging is turned OFF.
(01) 2015-10-14 13:11:22 Slp: To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
(01) 2015-10-14 13:11:22 Slp: Note: There is some performance penalty associated with assembly bind failure logging.
(01) 2015-10-14 13:11:22 Slp: To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
(01) 2015-10-14 13:11:22 Slp:    --- End of inner exception stack trace ---
(01) 2015-10-14 13:11:22 Slp:    at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
(01) 2015-10-14 13:11:22 Slp:    at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(String rootPath, Type type, String elementXPath)
(01) 2015-10-14 13:11:22 Slp:    --- End of inner exception stack trace ---
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(String rootPath, Type type, String elementXPath)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(String rootPath, Type type)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(Type type)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.PublicConfigurationBridge.GetHostingObject()
(01) 2015-10-14 13:11:22 Slp:    --- End of inner exception stack trace ---
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.PublicConfigurationBridge.GetHostingObject()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.SettingBridge.GetHostingObject()
(01) 2015-10-14 13:11:22 Slp:    --- End of inner exception stack trace ---
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.SettingBridge.GetHostingObject()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.SettingBridge.GetSQMObject()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.StartSqmSessionAction.CollectDatapointsForAllInputSettings()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.StartSqmSessionAction.ExecuteAction(String actionId)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.<>c__DisplayClasse.<ExecuteActionWithRetryHelper>b__b()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
(01) 2015-10-14 13:11:22 Slp:    --- End of inner exception stack trace ---
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.<>c__DisplayClasse.<ExecuteActionWithRetryHelper>b__b()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
(01) 2015-10-14 13:11:22 Slp: Error: Action "Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction" threw an exception during execution.
(01) 2015-10-14 13:11:22 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: Unable to retrieve a public configuration object type Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings for setting INSTANCENAMELIST. ---> Microsoft.SqlServer.Chainer.Infrastructure.UnableRetrieveConfigObjectForSettingException: Unable to retrieve a public configuration object type Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings for setting INSTANCENAMELIST. ---> Microsoft.SqlServer.Chainer.Infrastructure.UnableRetrieveConfigObjectException: Unable to retrieve a public configuration object type Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings. ---> Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException: There is an error in XML document (1, 2). ---> System.InvalidOperationException: There is an error in XML document (1, 2). ---> System.BadImageFormatException: Could not load file or assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The module was expected to contain an assembly manifest.
(01) 2015-10-14 13:11:22 Slp: File name: 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.ConvertDefaultValue(String defaultValueAsString, Type propertyType)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.InternalLoadTypeRelationsInformationThroughReflection(Type sfcType)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.GetTypeRelations(Type sfcType)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.get_Relations()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.get_InternalStorageSupportedCount()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyCollection..ctor(PropertyDataDispatcher dispatcher)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance.get_Properties()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigurationBase.set_Name(String value)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigurationBase.Initialize()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigurationBase..ctor()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.PublicConfigurationBase..ctor()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings..ctor()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read104_SlpInputSettings(Boolean isNullable, Boolean checkType)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read360_SlpInputSettings()
(01) 2015-10-14 13:11:22 Slp: WRN: Assembly binding logging is turned OFF.
(01) 2015-10-14 13:11:22 Slp: To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
(01) 2015-10-14 13:11:22 Slp: Note: There is some performance penalty associated with assembly bind failure logging.
(01) 2015-10-14 13:11:22 Slp: To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
(01) 2015-10-14 13:11:22 Slp:    --- End of inner exception stack trace ---
(01) 2015-10-14 13:11:22 Slp:    at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
(01) 2015-10-14 13:11:22 Slp:    at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(String rootPath, Type type, String elementXPath)
(01) 2015-10-14 13:11:22 Slp:    --- End of inner exception stack trace ---
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(String rootPath, Type type, String elementXPath)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(String rootPath, Type type)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(Type type)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.PublicConfigurationBridge.GetHostingObject()
(01) 2015-10-14 13:11:22 Slp:    --- End of inner exception stack trace ---
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.PublicConfigurationBridge.GetHostingObject()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.SettingBridge.GetHostingObject()
(01) 2015-10-14 13:11:22 Slp:    --- End of inner exception stack trace ---
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.SettingBridge.GetHostingObject()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.SettingBridge.GetSQMObject()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.StartSqmSessionAction.CollectDatapointsForAllInputSettings()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.StartSqmSessionAction.ExecuteAction(String actionId)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.<>c__DisplayClasse.<ExecuteActionWithRetryHelper>b__b()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
(01) 2015-10-14 13:11:22 Slp:    --- End of inner exception stack trace ---
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.<>c__DisplayClasse.<ExecuteActionWithRetryHelper>b__b()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.<>c__DisplayClasse.<ExecuteActionWithRetryHelper>b__b()
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
(01) 2015-10-14 13:11:22 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
(01) 2015-10-14 13:11:23 Slp: Received request to add the following file to Watson reporting: C:\Users\SLundahl\AppData\Local\Temp\tmp7C13.tmp
(01) 2015-10-14 13:11:23 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
(01) 2015-10-14 13:11:23 Slp: Inner exceptions are being indented
(01) 2015-10-14 13:11:23 Slp: 
(01) 2015-10-14 13:11:23 Slp: Exception type: Microsoft.SqlServer.Chainer.Infrastructure.UnableRetrieveConfigObjectForSettingException
(01) 2015-10-14 13:11:23 Slp:     Message: 
(01) 2015-10-14 13:11:23 Slp:         Unable to retrieve a public configuration object type Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings for setting INSTANCENAMELIST.
(01) 2015-10-14 13:11:23 Slp:     HResult : 0x85640007
(01) 2015-10-14 13:11:23 Slp:         FacilityCode : 1380 (564)
(01) 2015-10-14 13:11:23 Slp:         ErrorCode : 7 (0007)
(01) 2015-10-14 13:11:23 Slp:     Data: 
(01) 2015-10-14 13:11:23 Slp:       SettingId = INSTANCENAMELIST
(01) 2015-10-14 13:11:23 Slp:       ConfigObjectType = Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings
(01) 2015-10-14 13:11:23 Slp:       WatsonData = Microsoft.SqlServer.Chainer.Infrastructure.UnableRetrieveConfigObjectForSettingException@7
(01) 2015-10-14 13:11:23 Slp:     Stack: 
(01) 2015-10-14 13:11:23 Slp:         at Microsoft.SqlServer.Chainer.Infrastructure.SettingBridge.GetHostingObject()
(01) 2015-10-14 13:11:23 Slp:         at Microsoft.SqlServer.Chainer.Infrastructure.SettingBridge.GetSQMObject()
(01) 2015-10-14 13:11:23 Slp:         at Microsoft.SqlServer.Configuration.BootstrapExtension.StartSqmSessionAction.CollectDatapointsForAllInputSettings()
(01) 2015-10-14 13:11:23 Slp:         at Microsoft.SqlServer.Configuration.BootstrapExtension.StartSqmSessionAction.ExecuteAction(String actionId)
(01) 2015-10-14 13:11:23 Slp:         at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
(01) 2015-10-14 13:11:23 Slp:         at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.<>c__DisplayClasse.<ExecuteActionWithRetryHelper>b__b()
(01) 2015-10-14 13:11:23 Slp:         at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
(01) 2015-10-14 13:11:23 Slp:     Inner exception type: Microsoft.SqlServer.Chainer.Infrastructure.UnableRetrieveConfigObjectException
(01) 2015-10-14 13:11:23 Slp:         Message: 
(01) 2015-10-14 13:11:23 Slp:                 Unable to retrieve a public configuration object type Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings.
(01) 2015-10-14 13:11:23 Slp:         HResult : 0x85640012
(01) 2015-10-14 13:11:23 Slp:                 FacilityCode : 1380 (564)
(01) 2015-10-14 13:11:23 Slp:                 ErrorCode : 18 (0012)
(01) 2015-10-14 13:11:23 Slp:         Data: 
(01) 2015-10-14 13:11:23 Slp:           ConfigObjectType = Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings
(01) 2015-10-14 13:11:23 Slp:           WatsonData = Microsoft.SqlServer.Chainer.Infrastructure.UnableRetrieveConfigObjectException@18
(01) 2015-10-14 13:11:23 Slp:         Stack: 
(01) 2015-10-14 13:11:23 Slp:                 at Microsoft.SqlServer.Chainer.Infrastructure.PublicConfigurationBridge.GetHostingObject()
(01) 2015-10-14 13:11:23 Slp:                 at Microsoft.SqlServer.Chainer.Infrastructure.SettingBridge.GetHostingObject()
(01) 2015-10-14 13:11:23 Slp:         Inner exception type: Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException
(01) 2015-10-14 13:11:23 Slp:             Message: 
(01) 2015-10-14 13:11:23 Slp:                         There is an error in XML document (1, 2).
(01) 2015-10-14 13:11:23 Slp:             HResult : 0x84b10001
(01) 2015-10-14 13:11:23 Slp:                         FacilityCode : 1201 (4b1)
(01) 2015-10-14 13:11:23 Slp:                         ErrorCode : 1 (0001)
(01) 2015-10-14 13:11:23 Slp:             Stack: 
(01) 2015-10-14 13:11:23 Slp:                         at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(String rootPath, Type type, String elementXPath)
(01) 2015-10-14 13:11:23 Slp:                         at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(String rootPath, Type type)
(01) 2015-10-14 13:11:23 Slp:                         at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(Type type)
(01) 2015-10-14 13:11:23 Slp:                         at Microsoft.SqlServer.Chainer.Infrastructure.PublicConfigurationBridge.GetHostingObject()
(01) 2015-10-14 13:11:23 Slp:             Inner exception type: System.InvalidOperationException
(01) 2015-10-14 13:11:23 Slp:                 Message: 
(01) 2015-10-14 13:11:23 Slp:                                 There is an error in XML document (1, 2).
(01) 2015-10-14 13:11:23 Slp:                 HResult : 0x80131509
(01) 2015-10-14 13:11:23 Slp:                 Stack: 
(01) 2015-10-14 13:11:23 Slp:                                 at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
(01) 2015-10-14 13:11:23 Slp:                                 at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
(01) 2015-10-14 13:11:23 Slp:                                 at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.DeserializeObject(String rootPath, Type type, String elementXPath)
(01) 2015-10-14 13:11:23 Slp:                 Inner exception type: System.BadImageFormatException
(01) 2015-10-14 13:11:23 Slp:                     Message: 
(01) 2015-10-14 13:11:23 Slp:                                         Could not load file or assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The module was expected to contain an assembly manifest.
(01) 2015-10-14 13:11:23 Slp:                     HResult : 0x80131018
(01) 2015-10-14 13:11:23 Slp:                     Stack: 
(01) 2015-10-14 13:11:23 Slp:                                         at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.ConvertDefaultValue(String defaultValueAsString, Type propertyType)
(01) 2015-10-14 13:11:23 Slp:                                         at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.InternalLoadTypeRelationsInformationThroughReflection(Type sfcType)
(01) 2015-10-14 13:11:23 Slp:                                         at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.GetTypeRelations(Type sfcType)
(01) 2015-10-14 13:11:23 Slp:                                         at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.get_Relations()
(01) 2015-10-14 13:11:23 Slp:                                         at Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataDiscovery.get_InternalStorageSupportedCount()
(01) 2015-10-14 13:11:23 Slp:                                         at Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyCollection..ctor(PropertyDataDispatcher dispatcher)
(01) 2015-10-14 13:11:23 Slp:                                         at Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance.get_Properties()
(01) 2015-10-14 13:11:23 Slp:                                         at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigurationBase.set_Name(String value)
(01) 2015-10-14 13:11:23 Slp:                                         at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigurationBase.Initialize()
(01) 2015-10-14 13:11:23 Slp:                                         at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigurationBase..ctor()
(01) 2015-10-14 13:11:23 Slp:                                         at Microsoft.SqlServer.Configuration.SqlConfigBase.PublicConfigurationBase..ctor()
(01) 2015-10-14 13:11:23 Slp:                                         at Microsoft.SqlServer.Configuration.SetupExtension.SlpInputSettings..ctor()
(01) 2015-10-14 13:11:23 Slp:                                         at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read104_SlpInputSettings(Boolean isNullable, Boolean checkType)
(01) 2015-10-14 13:11:23 Slp:                                         at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read360_SlpInputSettings()
(01) 2015-10-14 13:11:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
(01) 2015-10-14 13:11:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\Microsoft SQL Server\120
(01) 2015-10-14 13:11:23 Slp: Sco: Attempting to get registry value CustomerFeedback


Temporary System folde left after SQL 2014 install

$
0
0

Hi there,

            after upgrading my SQL Server 2012 instance to 2014 I now have a temporary system folder on C: with sub folders such as redist, resources and x64 e.t.c.  I assume this is not longer required.  However I can't remove it, despite being in the local administrators group.  If I try and take ownership of the folder structure an error occurs.

SQL server instacne alias works locally but not remotely on 2 Node Cluster

$
0
0

I configured Alias for SQL Named instance in 2 Node cluster.users are able to access the SQl instance using alias locally 
But,when they try to access remotely from SSMS,alias is not working and Getting below error

A network related or instance-specific error occurred while establishing a connection to SQL Server.  The server was not found or was not accessible.  
Verify that the instance name is correct and that SQL Server is configured to allow remote connections


1) created alias on both 32 & 64 SQL Native Client 10.0 Configuration 

2) Enable TCP/IP Protocol and Created Alias in SQL Server Client Network Utility on both 32 & 64 bit

%systemdrive%\Windows\System32\cliconfg.exe

%SystemDrive%\Windows\sysWOW64\cliconfg.exe 

3) Browser Service is up & running

4) Cross verified windows register keys
HKLM\SOFTWARE\Wow6432Node\Microsoft\MSSQLServer\Client\ConnectTo
HKLM\SOFTWARE\Microsoft\MSSQLServer\Client\ConnectTo

5) Firewall is disabled and port is open between the servers

6) Remote Connection is Enabled for SQL instance

Can someone help us on resolving the alias remote connection issue.Thanks in Advance

Note :- When I try to ping the alias it is pointing to the Active node





SQL 2012 "TESTDBUPGRADE " is failing

$
0
0
I'm trying to test my sccm 2012 DB upgrade and in the log I getting a connection failure.

I built a new test server 2012 R2 running sql 2012. Same version as my sccm server.
I copied the DB over and atteched it to the test sql.
then I ran "setup.exe /TESTDBUPGRADE cm_sjc"

Now I see the following in the C:\ConfigMgrSetup.log

~~===================== << Starting Configuration Manager 2012 Setup >> =====================  $$<Configuration Manager Setup><10-16-2015 10:21:29.059+420><thread=2864 (0xB30)>
INFO: ConfigMgr2012 Setup was started by GLOBAL\rdefino-a.  $$<Configuration Manager Setup><10-16-2015 10:21:29.060+420><thread=2864 (0xB30)>
INFO: Command line specified was: "SetupWpf.exe"  /TESTDBUPGRADE cm_sjc  $$<Configuration Manager Setup><10-16-2015 10:21:29.060+420><thread=2864 (0xB30)>
~FQDN for server SCCM-SQL-TEST is sccm-sql-test.global.<domain_name>.com $$<Configuration Manager Setup><10-16-2015 10:21:29.062+420><thread=2864 (0xB30)>
INFO: Target computer is a 64 bit operating system.  $$<Configuration Manager Setup><10-16-2015 10:21:29.166+420><thread=2864 (0xB30)>
INFO: Checking for existing setup information.  $$<Configuration Manager Setup><10-16-2015 10:21:29.166+420><thread=2864 (0xB30)>
INFO: Checking for existing SQL information.  $$<Configuration Manager Setup><10-16-2015 10:21:29.166+420><thread=2864 (0xB30)>
INFO: Verifying the registry entry for Asset Intelligence installation  $$<Configuration Manager Setup><10-16-2015 10:21:29.167+420><thread=2864 (0xB30)>
INFO: Setting the default CSV folder path  $$<Configuration Manager Setup><10-16-2015 10:21:29.167+420><thread=2864 (0xB30)>
INFO: No language packs detected.  $$<Configuration Manager Setup><10-16-2015 10:21:29.168+420><thread=2864 (0xB30)>
INFO: Configuration Manager Build Number = 7958  $$<Configuration Manager Setup><10-16-2015 10:21:29.215+420><thread=2864 (0xB30)>
INFO: Configuration Manager Version = 5.0  $$<Configuration Manager Setup><10-16-2015 10:21:29.215+420><thread=2864 (0xB30)>
INFO: Configuration Manager Minimum Build Number = 800  $$<Configuration Manager Setup><10-16-2015 10:21:29.215+420><thread=2864 (0xB30)>
INFO: Verifying Configuration Manager Active Directory Schema Extensions.  $$<Configuration Manager Setup><10-16-2015 10:21:29.215+420><thread=2864 (0xB30)>
INFO: Found DS Root:CN=Schema,CN=Configuration,DC=dr,DC=<domain_name>,DC=com~ $$<Configuration Manager Setup><10-16-2015 10:21:29.228+420><thread=2864 (0xB30)>
INFO: Verifying Configuration Manager Active Directory Schema Extensions.  $$<Configuration Manager Setup><10-16-2015 10:21:29.230+420><thread=2864 (0xB30)>
INFO: Found DS Root:CN=Schema,CN=Configuration,DC=dr,DC=<domain_name>,DC=com~ $$<Configuration Manager Setup><10-16-2015 10:21:29.234+420><thread=2864 (0xB30)>
INFO: Command line options being used are /TESTDBUPGRADE CM_SJC   $$<Configuration Manager Setup><10-16-2015 10:21:29.236+420><thread=2864 (0xB30)>
INFO: the install path is set to temp folder: C:\Users\RDEFIN~1\AppData\Local\Temp\SCCM. $$<Configuration Manager Setup><10-16-2015 10:21:29.236+420><thread=2864 (0xB30)>
INFO: SqlInstName = Default Instance  $$<Configuration Manager Setup><10-16-2015 10:21:29.236+420><thread=2864 (0xB30)>
Failed to connect HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL registry key for reading on SQL Server [sccm-sql-test.global.<domain_name>.com]. $$<Configuration Manager Setup><10-16-2015 10:21:29.529+420><thread=2864 (0xB30)>
WARNING: failed to retrieve port number for sccm-sql-test.global.<domain_name>.com. $$<Configuration Manager Setup><10-16-2015 10:21:29.529+420><thread=2864 (0xB30)>
WARNING: failed to retrieve port number for sccm-sql-test.global.<domain_name>.com. $$<Configuration Manager Setup><10-16-2015 10:21:29.530+420><thread=2864 (0xB30)>
INFO: Registered type SCCM-SQL-TEST.GLOBAL.<domain_name>.COM MASTER for sccm-sql-test.global.<domain_name>.com master  $$<Configuration Manager Setup><10-16-2015 10:21:29.556+420><thread=2864 (0xB30)>
INFO: Registered type SMS Master for sccm-sql-test.global.<domain_name>.com master  $$<Configuration Manager Setup><10-16-2015 10:21:29.556+420><thread=2864 (0xB30)>
INFO: Registered type SCCM-SQL-TEST.GLOBAL.<domain_name>.COM CM_SJC for sccm-sql-test.global.<domain_name>.com cm_sjc  $$<Configuration Manager Setup><10-16-2015 10:21:29.556+420><thread=2864 (0xB30)>
INFO: Registered type SMS ACCESS for sccm-sql-test.global.<domain_name>.com cm_sjc  $$<Configuration Manager Setup><10-16-2015 10:21:29.556+420><thread=2864 (0xB30)>
INFO: Testing SQL Server database upgrade on cm_sjc database, on the sccm-sql-test.global.<domain_name>.com server.  $$<Configuration Manager Setup><10-16-2015 10:21:29.556+420><thread=2864 (0xB30)>
*** [08001][17][Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not exist or access denied.  $$<Configuration Manager Setup><10-16-2015 10:22:32.982+420><thread=2864 (0xB30)>
*** [01000][2][Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (Connect()).  $$<Configuration Manager Setup><10-16-2015 10:22:33.002+420><thread=2864 (0xB30)>
*** Failed to connect to the SQL Server, connection type: SCCM-SQL-TEST.GLOBAL.<domain_name>.COM MASTER.  $$<Configuration Manager Setup><10-16-2015 10:22:33.002+420><thread=2864 (0xB30)>
INFO: SQL Connection failed. Connection: SCCM-SQL-TEST.GLOBAL.<domain_name>.COM MASTER, Type: Unsecure  $$<Configuration Manager Setup><10-16-2015 10:22:33.002+420><thread=2864 (0xB30)>
*** [08001][17][Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not exist or access denied.  $$<Configuration Manager Setup><10-16-2015 10:23:38.530+420><thread=2864 (0xB30)>
*** [01000][2][Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (Connect()).  $$<Configuration Manager Setup><10-16-2015 10:23:38.530+420><thread=2864 (0xB30)>
*** Failed to connect to the SQL Server, connection type: SCCM-SQL-TEST.GLOBAL.<domain_name>.COM MASTER.  $$<Configuration Manager Setup><10-16-2015 10:23:38.530+420><thread=2864 (0xB30)>
INFO: SQL Connection failed. Connection: SCCM-SQL-TEST.GLOBAL.<domain_name>.COM MASTER, Type: Unsecure  $$<Configuration Manager Setup><10-16-2015 10:23:38.530+420><thread=2864 (0xB30)>
*** [08001][17][Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not exist or access denied.  $$<Configuration Manager Setup><10-16-2015 10:24:44.057+420><thread=2864 (0xB30)>
*** [01000][2][Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (Connect()).  $$<Configuration Manager Setup><10-16-2015 10:24:44.057+420><thread=2864 (0xB30)>
*** Failed to connect to the SQL Server, connection type: SCCM-SQL-TEST.GLOBAL.<domain_name>.COM MASTER.  $$<Configuration Manager Setup><10-16-2015 10:24:44.057+420><thread=2864 (0xB30)>
INFO: SQL Connection failed. Connection: SCCM-SQL-TEST.GLOBAL.<domain_name>.COM MASTER, Type: Unsecure  $$<Configuration Manager Setup><10-16-2015 10:24:44.058+420><thread=2864 (0xB30)>
*** [08001][17][Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not exist or access denied.  $$<Configuration Manager Setup><10-16-2015 10:25:49.613+420><thread=2864 (0xB30)>
*** [01000][2][Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (Connect()).  $$<Configuration Manager Setup><10-16-2015 10:25:49.613+420><thread=2864 (0xB30)>
*** Failed to connect to the SQL Server, connection type: SCCM-SQL-TEST.GLOBAL.<domain_name>.COM MASTER.  $$<Configuration Manager Setup><10-16-2015 10:25:49.613+420><thread=2864 (0xB30)>
INFO: SQL Connection failed. Connection: SCCM-SQL-TEST.GLOBAL.<domain_name>.COM MASTER, Type: Unsecure  $$<Configuration Manager Setup><10-16-2015 10:25:49.614+420><thread=2864 (0xB30)>
*** [08001][17][Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not exist or access denied.  $$<Configuration Manager Setup><10-16-2015 10:26:55.140+420><thread=2864 (0xB30)>
*** [01000][2][Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (Connect()).  $$<Configuration Manager Setup><10-16-2015 10:26:55.140+420><thread=2864 (0xB30)>
*** Failed to connect to the SQL Server, connection type: SCCM-SQL-TEST.GLOBAL.<domain_name>.COM MASTER.  $$<Configuration Manager Setup><10-16-2015 10:26:55.140+420><thread=2864 (0xB30)>
Viewing all 4282 articles
Browse latest View live


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