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

Created Maintenence Plan on SQL 2008 x64 - log states: Job has been suspended - SSIS subsystems failed to load

$
0
0

Created a basic db backup only Maintenence Plan on SQL 2008 x64 - at runtime the log states: Job has been suspended - SSIS subsystems failed to load

I am logged on remotely with an account that has local admin rights on the server and I can backup the databases directly - I just cannot get the Mantenence plan job steps to run on the schedule.

SSIS is installed on the machine

I think it may be due to the service account I'm using the run the maint plan? 

 

 

 


Thank You - Sheri Ibbotson MCT

Unable to Restore Database .bak file and the backup with verify fails

$
0
0

I'm having a nasty issue with a SQL 2000 server that has been migrated into a 2008 R2 environment. Something was done at some point to the database where there is an NDF file that is in a defunct state. I am not sure if this is the direct cause of the problem I have but it is the only issue I have found outstanding.

I inherited an environment when a RAID was failing on a 2000 Windows Server with SQL 2000. I created a .bak file of the database and tried to restore that .bak file on the new 2008 R2 server but it did not work. Ultimately, I ended up copying the .mdf and .ldf file and was able to get it to mount as a new database on the new server. Since then all operations are working successfully and the database is great. I created a backup plan and it ran successfully for over a week.

I then decided to check and verify that the database is actually restorable. When I tried to restore the .bak file to a test database, I got the error:
"Restore failed for Server 'servername'
System.Data.SqlClient/SqlError: The media family on device 'D:\Backup Folder\Database\database_live.bak' is incorrectly formed. SQL Server cannot process this media family. "

I ran the query:
SP_HelpDB TMW_Live
This generated 1 database name and then 3 files. The .mdf and ldf file. Then a TSFirstDBase file that has a location that did not exist on the old (or new server) e:\mssql7\data\TSFirstDabase_Data.ndf

filegroup is NULL and all size data is 0 KB (usage: data only)

I ran:

select * from sys.database_files; ## results:
The NDF file is in state_desc defunct.

It seems that this file is no longer used but is still locked to the database somehow. Could this be the culprit of my backup issues? If so, how could I unlink this file to the database?

SQL Server 2008 SP3 cu #10 install or not?

$
0
0

I've just installed SQL Server 2008 (not R2) and applied SP1 and then found this link.  

http://support.microsoft.com/kb/2814783

Cumulative Update Package #10 for SQL Server 2008 Service Pack 3

Should I install this to bring SQL2008 up to date with the latest service pack and cumulative hot fixes or just leave it at SP1?  I can't tell you if we're having any of the problems the hotfixes resolve.  I'm going with the "this is the latest service pack so it should be installed" school of thought.

How can I find something on MSDN?!

$
0
0

Where can I find a sql server 2012 enterprise edition SP1 ISO file in MSDN??

I am on the MSDN site for the last 90 minutes and can not find what I need. It is SO frustrating!

The configuration of the AdminConnection\TCP protocol in the SQL instance SQLEXPRESS is not valid

$
0
0

Hello,

I am getting the following warning in the Application Event Log:

The configuration of the AdminConnection\TCP protocol in the SQL instance SQLEXPRESS is not valid.

The warning is logged by the SQLBrowser service.

This is happening on Windows 2003 server with SQL Server Express 2005. On the same machine SQL Server 2000 is installed.

I am currently unable to connect from remote clients to the instance of SQL Express and I believe it has to do with this warning (I've tried all the usual remote connection troubleshooting without success - enabled protocols, SQL Browser Service running, there is no firewall on the server, I disabled firewall on the client when trying to connect).

Does anyone know how to resolve this issue?

If you need additional information please let me know.

I'm unable to login windows authentication in sql2K5

$
0
0

I installed sql 2k5 with windows mode only.When i'm installing i selected windows mode rather than mixed mode.

After i finished every thing, i tried to login but i'm unable to do it.It showing error.

Is it not acceptable to install sql2k5 with this mode.If i did it with mixed then we can go through by 'sa'

but what to do in this case!

Remove SQL Server 2012 Service Pack 1

$
0
0

Our testing and production environments went under upgrade to SQL Server 2012 SP1 last week. We started facing issues with our ongoing processes post this upgrade.

Msg 50000, Level 16, State 1, Procedure udp__Leaf, Line 2182

SYSERR245|Conversion failed when converting the nvarchar value ' ' to data type int.

Following are the scenarios

  • Service Pack 1 was applied to Microsoft SQL Server 2012 Master Data Services
  • MDS with entity-based staging process to update attribute values
  • Domain-based attributes have change tracking enabled

http://support.microsoft.com/kb/2800293

As suggested in the article Cumulative Updates 2 and 3 were applied on the testing environment

  • CU2 - http://support.microsoft.com/kb/2790947
  • CU3 - http://support.microsoft.com/kb/2812412

But it didn't solve the issue. Instead our SSIS packages with data level security implemented started throwing an error as below

TITLE: Microsoft Visual Studio
------------------------------

The type initializer for 'Microsoft.DataTransformationServices.Design.SharedIcons' threw an exception.

------------------------------
ADDITIONAL INFORMATION:

Value of 'null' is not valid for 'stream'. (System.Drawing)

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

http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/94b78c79-e12a-49d2-8153-bba3904ad9a7

Are there any resolutions to above mentioned issues available?

I guess removing the SP1 will solve the problems, but unfortunately I cannot figure out any way out on this either. Any suggestions?

Thanks in Advance!

Sarang



Error Instaling SQLSERVER 2008

$
0
0

  Hello, I am trying install sqlserver 2008 a lot of times but i am getting erros, and don't get. I had install it in my pc, but there was some troubles and I can't open it more. So, I try reinstall, but don't work more. What I need to do. Bellow is my log file, please somebody help me.

2013-04-02 10:20:15 Slp: Sco: Attempting to close SC Manager
2013-04-02 10:20:15 Slp: Error: Action "Microsoft.SqlServer.Configuration.UIExtension.WaypointAction" threw an exception during execution.
2013-04-02 10:20:15 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: O thread estava sendo anulado. ---> System.Threading.ThreadAbortException: O thread estava sendo anulado.
2013-04-02 10:20:15 Slp:    em System.Threading.WaitHandle.WaitOneNative(SafeWaitHandle waitHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
2013-04-02 10:20:15 Slp:    em System.Threading.WaitHandle.WaitOne(Int64 timeout, Boolean exitContext)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Configuration.UIExtension.Request.Wait()
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Configuration.UIExtension.UserInterfaceProxy.NavigateToWaypoint(String moniker)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Configuration.UIExtension.WaypointAction.ExecuteAction(String actionId)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2013-04-02 10:20:15 Slp:    --- Fim do rastreamento de pilha de exceções internas ---
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
2013-04-02 10:20:15 Slp: Error: Action "Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction" threw an exception during execution.
2013-04-02 10:20:15 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: O thread estava sendo anulado. ---> System.Threading.ThreadAbortException: O thread estava sendo anulado.
2013-04-02 10:20:15 Slp:    em System.Threading.WaitHandle.WaitOneNative(SafeWaitHandle waitHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
2013-04-02 10:20:15 Slp:    em System.Threading.WaitHandle.WaitOne(Int64 timeout, Boolean exitContext)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Configuration.UIExtension.Request.Wait()
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Configuration.UIExtension.UserInterfaceProxy.NavigateToWaypoint(String moniker)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Configuration.UIExtension.WaypointAction.ExecuteAction(String actionId)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2013-04-02 10:20:15 Slp:    --- Fim do rastreamento de pilha de exceções internas ---
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
2013-04-02 10:20:15 Slp: Error: Action "Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction" threw an exception during execution.
2013-04-02 10:20:15 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: O thread estava sendo anulado. ---> System.Threading.ThreadAbortException: O thread estava sendo anulado.
2013-04-02 10:20:15 Slp:    em System.Threading.WaitHandle.WaitOneNative(SafeWaitHandle waitHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
2013-04-02 10:20:15 Slp:    em System.Threading.WaitHandle.WaitOne(Int64 timeout, Boolean exitContext)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Configuration.UIExtension.Request.Wait()
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Configuration.UIExtension.UserInterfaceProxy.NavigateToWaypoint(String moniker)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Configuration.UIExtension.WaypointAction.ExecuteAction(String actionId)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2013-04-02 10:20:15 Slp:    --- Fim do rastreamento de pilha de exceções internas ---
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2013-04-02 10:20:15 Slp:    em Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2013-04-02 10:20:19 Slp: Received request to add the following file to Watson reporting: C:\Users\SERVER\AppData\Local\Temp\tmp16B8.tmp
2013-04-02 10:20:19 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
2013-04-02 10:20:19 Slp: Inner exceptions are being indented
2013-04-02 10:20:19 Slp: 
2013-04-02 10:20:19 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.ScoException
2013-04-02 10:20:19 Slp:     Message: 
2013-04-02 10:20:19 Slp:         O sistema não pode encontrar o arquivo especificado.
2013-04-02 10:20:19 Slp:         
2013-04-02 10:20:19 Slp:     Data: 
2013-04-02 10:20:19 Slp:       WatsonData = SQLBrowser
2013-04-02 10:20:19 Slp:       DisableRetry = true
2013-04-02 10:20:19 Slp:     Stack: 
2013-04-02 10:20:19 Slp:         em Microsoft.SqlServer.Configuration.Sco.Service.GetStartAccount()
2013-04-02 10:20:19 Slp:         em Microsoft.SqlServer.Configuration.SqlBrowser.SqlBrowserPublicConfig.CalculateUserNamePassword()
2013-04-02 10:20:19 Slp:         em Microsoft.SqlServer.Configuration.SqlBrowser.SqlBrowserPublicConfig.Calculate()
2013-04-02 10:20:19 Slp:         em Microsoft.SqlServer.Configuration.PublishedProperties.Calculate()
2013-04-02 10:20:19 Slp:         em Microsoft.SqlServer.Configuration.PublishedProperties.Calculate()
2013-04-02 10:20:19 Slp:         em Microsoft.SqlServer.Configuration.InstallWizardFramework.ConfigurationController.LoadData()
2013-04-02 10:20:19 Slp:         em Microsoft.SqlServer.Configuration.InstallWizard.ServicesController.LoadData()
2013-04-02 10:20:19 Slp:         em Microsoft.SqlServer.Configuration.InstallWizardFramework.InstallWizardPageHost.PageEntered(PageChangeReason reason)
2013-04-02 10:20:19 Slp:         em Microsoft.SqlServer.Configuration.InstallWizardFramework.InstallWizardTabbedPageHost.PageEntered(PageChangeReason reason)
2013-04-02 10:20:19 Slp:         em Microsoft.SqlServer.Configuration.WizardFramework.UIHost.set_SelectedPageIndex(Int32 value)
2013-04-02 10:20:19 Slp:         em Microsoft.SqlServer.Configuration.WizardFramework.NavigationButtons.nextButton_Click(Object sender, EventArgs e)
2013-04-02 10:20:19 Slp:         em System.Windows.Forms.Control.OnClick(EventArgs e)
2013-04-02 10:20:19 Slp:         em System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
2013-04-02 10:20:19 Slp:         em System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
2013-04-02 10:20:19 Slp:         em System.Windows.Forms.Control.WndProc(Message& m)
2013-04-02 10:20:19 Slp:         em System.Windows.Forms.ButtonBase.WndProc(Message& m)
2013-04-02 10:20:19 Slp:         em System.Windows.Forms.Button.WndProc(Message& m)
2013-04-02 10:20:19 Slp:         em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
2013-04-02 10:20:19 Slp:         em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
2013-04-02 10:20:19 Slp:     Inner exception type: System.ComponentModel.Win32Exception
2013-04-02 10:20:19 Slp:         Message: 
2013-04-02 10:20:19 Slp:                 O sistema não pode encontrar o arquivo especificado.
2013-04-02 10:20:19 Slp:                 
2013-04-02 10:20:19 Slp:         Stack: 
2013-04-02 10:20:19 Slp:                 em Microsoft.SqlServer.Configuration.Sco.Service.QueryServiceConfig()
2013-04-02 10:20:19 Slp:                 em Microsoft.SqlServer.Configuration.Sco.Service.GetStartAccount()
2013-04-02 10:20:27 Slp: Watson Bucket 1 
 Original Parameter Values 

2013-04-02 10:20:27 Slp: Parameter 0 : SQL Server 2008 R2@RTM@ 

2013-04-02 10:20:27 Slp: Parameter 3 : Microsoft.SqlServer.Configuration.Sco.ScoException@1211@1 

2013-04-02 10:20:27 Slp: Parameter 4 : System.ComponentModel.Win32Exception@-2147467259 


Installing SQL Server 2008 R2 on widows 8

$
0
0

I am trying to install sql server 2008 R2 onto windows 8 and I get a Microsoft. NET framework message that reads something like:

"An unhandled exception has occured in your application. If you click continue the application will ignore the error and continue. If you click quite the application will close immediatley......."

This is a brand new computer and I am not sure what the message means. I have enabled .net framework 3.5.1 in programs and features...not sure what to do... the details of the error are below:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for userSettings/Microsoft.SqlServer.Configuration.LandingPage.Properties.Settings: Could not load file or assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. (C:\Users\ProcessEcology2\AppData\Local\Microsoft_Corporation\LandingPage.exe_StrongName_ryspccglaxmt4nhllj5z3thycltsvyyx\10.0.0.0\user.config line 5) ---> System.IO.FileNotFoundException: Could not load file or assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
File name: 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
at System.Configuration.TypeUtil.GetTypeWithReflectionPermission(IInternalConfigHost host, String typeString, Boolean throwOnError)
at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.Init(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord)
at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.InitWithRestrictedPermissions(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord)
at System.Configuration.RuntimeConfigurationRecord.CreateSectionFactory(FactoryRecord factoryRecord)
at System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean& isRootDeclaredHere)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

--- End of inner exception stack trace ---
at System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean& isRootDeclaredHere)
at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)
at System.Configuration.ConfigurationManager.GetSection(String sectionName)
at System.Configuration.ClientSettingsStore.ReadSettings(String sectionName, Boolean isUserScoped)
at System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
at System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
at System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName)
at System.Configuration.SettingsBase.get_Item(String propertyName)
at System.Configuration.ApplicationSettingsBase.GetPropertyValue(String propertyName)
at System.Configuration.ApplicationSettingsBase.get_Item(String propertyName)
at Microsoft.SqlServer.Configuration.LandingPage.LandingPageForm.OnLoad(EventArgs e)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5466 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
LandingPage
Assembly Version: 10.0.0.0
Win32 Version: 10.50.2500.0 ((KJ_PCU_Main).110617-0038 )
CodeBase: file:///c:/41812e9d0b91cbda33b2/x64/LandingPage.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.SqlServer.Configuration.Sco
Assembly Version: 10.0.0.0
Win32 Version: 10.50.2500.0 ((KJ_PCU_Main).110617-0038 )
CodeBase: file:///c:/41812e9d0b91cbda33b2/x64/Microsoft.SqlServer.Configuration.Sco.DLL
----------------------------------------
Microsoft.SqlServer.Chainer.Infrastructure
Assembly Version: 10.0.0.0
Win32 Version: 10.50.2500.0 ((KJ_PCU_Main).110617-0038 )
CodeBase: file:///c:/41812e9d0b91cbda33b2/x64/Microsoft.SqlServer.Chainer.Infrastructure.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Microsoft.SqlServer.Management.Controls
Assembly Version: 10.0.0.0
Win32 Version: 10.50.1600.1 ((KJ_RTM).100402-1539 )
CodeBase: file:///c:/41812e9d0b91cbda33b2/x64/Microsoft.SqlServer.Management.Controls.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

the setting 'pid' is not allowed when the value of setting 'action' is 'repair'

$
0
0

Hi all,

I got a user running parallel desktop (windows 7 sp1) on a mac.  I installed sql ssms 2012 w/ sp1 and all we well until yesterday when his Apple side decided to do some god awful update.  After the update, ssms won't open up.  when you double click on it, it doesn't do anything, doesn't show up in process monitor.

worse, I can't even see the uninstall option in Programs and Features but the folders and registry are present.

I have tried to do a repair but I ended up with this error:

the setting 'pid' is not allowed when the value of setting 'action' is 'repair'

error code 0x84b40005

has anyone see this, if so can you please provide a fix?

Thanks,

Maintenance Plan Creation Failure

$
0
0

I just tried to create a maintenance plan on a SQL Server 2012 instance (build 11.0.3349), but I receive this error:
"TITLE: Microsoft SQL Server Management Studio
------------------------------
Provide value on 'System.Windows.Markup.StaticExtension' threw an exception. (PresentationFramework)
------------------------------
ADDITIONAL INFORMATION:
Exception has been thrown by the target of an invocation. (mscorlib)
------------------------------
The type initializer for 'Microsoft.SqlServer.Graph.Extended.HighContrastSupport' threw an exception. (Microsoft.SqlServer.IntegrationServices.Graph)
------------------------------
C:\Program Files\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\devenv.exe (System)"


This was already working on my system. I recently had to install .NET Framework 4.5 for VS 2012. Maybe it corrupted anything?

C:\Windows\system32>regsvr32 "C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\DTS.dll" did not help for this issue.

Does anybody have an idea what's wrong here?

Thanks, Klaus


Change SQL Server 2008 R2 Enterprise License to SQL Server 2008 R2 Developer License after installation

$
0
0

Hi All,

Can a SQL Server 2008 R2 Enterprise License be changed to a SQL Server 2008 R2 Developer License after the installation is complete?

If yes, how is this operation performed?

Any hints appreciated.

Thanks,

Ludwig

Named instance in sql server 2012

$
0
0

Hello,

I installed SQl server 2012. Evrything is working fine. Then i try to install a nmed instance but in the middle of the installation process i get the following errors and the process stops. ANy ideas how to resolve this issue?

Thnaks in advance,

Andreas

unable to install Business Intelligence for Visual Studio 2012

$
0
0

I have tried to install Business Intelligence for Visual Studio 2012 on my SQL 2012 instance without success.

I get a component code error of : -1073741819

I include the logs here but currently I am in a state of being unable to develop SSIS packages which is not great. Any assistance greatly appreciated.

The logs look like this:

Overall summary:
  Final result:                  Failed: see details below
  Exit code (Decimal):           -2068054011
  Start time:                    2013-04-02 01:55:53
  End time:                      2013-04-02 01:58:26
  Requested action:              Install

Setup completed with required actions for features.
Troubleshooting information for those features:
  Next step for SSDTBI_VS2012:   Use the following information to resolve the error, and then try the setup process again.


Machine Properties:
  Machine name:                  JET
  Machine processor count:       4
  OS version:                    Future Windows Version
  OS service pack:               
  OS region:                     United States
  OS language:                   English (United Kingdom)
  OS architecture:               x64
  Process architecture:          32 Bit
  OS clustered:                  No

Product features discovered:
  Product              Instance             Instance ID                    Feature                                  Language             Edition              Version         Clustered  Configured
  SQL Server 2012      MSSQLSERVER          MSSQL11.MSSQLSERVER            Database Engine Services                 1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012      MSSQLSERVER          MSSQL11.MSSQLSERVER            SQL Server Replication                   1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012      MSSQLSERVER          MSSQL11.MSSQLSERVER            Full-Text and Semantic Extractions for Search 1033                 Developer Edition    11.1.3000.0     No         Yes       
  SQL Server 2012      MSSQLSERVER          MSSQL11.MSSQLSERVER            Data Quality Services                    1033                 Developer Edition    11.1.3000.0     No         Yes       
  SQL Server 2012      MSSQLSERVER          MSAS11.MSSQLSERVER             Analysis Services                        1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012      MSSQLSERVER          MSRS11.MSSQLSERVER             Reporting Services - Native              1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012                                                          Management Tools - Basic                 1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012                                                          Management Tools - Complete              1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012                                                          Client Tools Connectivity                1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012                                                          Client Tools Backwards Compatibility     1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012                                                          Client Tools SDK                         1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012                                                          SQL Server Data Tools                    1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012                                                          Integration Services                     1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012                                                          LocalDB                                  1033                 Express Edition      11.1.3000.0     No         Yes       

Package properties:
  Description:                   Microsoft SQL Server 2012 Service Pack 1
  ProductName:                   SQL Server 2012
  Type:                          RTM
  Version:                       11
  Installation location:         K:\8bdbb6888796ca8226cd67d9\x86\setup\
  Installation edition:          Express

  Slipstream:                    True
  SP Level                       1
  Patch Level:                   11.1.3128.0

Product Update Status:
  Success: KB 2674319, KB 2793634

Product Updates Selected for Installation:
  Title:                         Service Pack 1
  Knowledge Based Article:       KB 2674319
  Version:                       11.1.3000.0
  Architecture:                  x86
  Language:                      1033

  Title:                         SQL Server 2012 SP1 GDR Product Update
  Knowledge Based Article:       KB 2793634
  Version:                       11.1.3128.0
  Architecture:                  x86
  Language:                      All

  Update Source:                 MU


User Input Settings:
  ACTION:                        Install
  ADDCURRENTUSERASSQLADMIN:      true
  AGTSVCACCOUNT:                 <empty>
  AGTSVCPASSWORD:                <empty>
  AGTSVCSTARTUPTYPE:             Manual
  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:                    false
  ENU:                           true
  ERRORREPORTING:                false
  FEATURES:                      SSDTBI_VS2012
  FILESTREAMLEVEL:               0
  FILESTREAMSHARENAME:           <empty>
  FTSVCACCOUNT:                  <empty>
  FTSVCPASSWORD:                 <empty>
  HELP:                          false
  IACCEPTSQLSERVERLICENSETERMS:  true
  INDICATEPROGRESS:              false
  INSTALLSHAREDDIR:              F:\Program Files\Microsoft SQL Server\
  INSTALLSHAREDWOWDIR:           F:\Program Files (x86)\Microsoft SQL Server\
  INSTALLSQLDATADIR:             <empty>
  INSTANCEDIR:                   C:\Program Files (x86)\Microsoft SQL Server\
  INSTANCEID:                    <empty>
  INSTANCENAME:                  <empty>
  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:                  SQL_Latin1_General_CP1_CI_AS
  SQLSVCACCOUNT:                 <empty>
  SQLSVCPASSWORD:                <empty>
  SQLSVCSTARTUPTYPE:             Automatic
  SQLSYSADMINACCOUNTS:           <empty>
  SQLTEMPDBDIR:                  <empty>
  SQLTEMPDBLOGDIR:               <empty>
  SQLUSERDBDIR:                  <empty>
  SQLUSERDBLOGDIR:               <empty>
  SQMREPORTING:                  true
  TCPENABLED:                    0
  UIMODE:                        AutoAdvance
  UpdateEnabled:                 true
  UpdateSource:                  MU
  X86:                           false

  Configuration file:            C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\ConfigurationFile.ini

Detailed results:
  Feature:                       SQL Server Data Tools - Business Intelligence for Visual Studio 2012
  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 Tools for Applications 2012
  Component error code:          -1073741819
  Component log file:            C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1.log
  Error description:             VS Shell 2012 installation has failed with exit code -1073741819.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3360.12&EvtType=VSTA2012_LangsSupport%40Install%400x-1073741819

Rules with failures:

Global rules:

Scenario specific rules:

Rules report file:               C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\SystemConfigurationCheck_Report.htm

</empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty></empty>

with the component log file looking like this

[1238:11E4][2013-04-02T01:57:30]: Burn v3.6.3408.0, Windows v6.2 (Build 9200: Service Pack 0), path: K:\8bdbb6888796ca8226cd67d9\redist\VSTA2012\vsta_ls.exe, cmdline: '/Q /NoRestart /Full /Log "C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1.log" -burn.unelevated BurnPipe.{AA802CF4-7656-4CB7-9246-ABA7E2173564} {3BF98951-5090-46D9-A1EF-3B760C1CB817} 6772'
[1238:11E4][2013-04-02T01:57:30]: Initializing string variable 'EditionDisplayName' to value 'Tools for Applications 2012 Language Support'
[1238:11E4][2013-04-02T01:57:30]: Initializing numeric variable 'MoreLanguageFwlinkId' to value '0'
[1238:11E4][2013-04-02T01:57:30]: Initializing numeric variable 'PrivacyAgreementFwlinkId' to value '123857'
[1238:11E4][2013-04-02T01:57:30]: Initializing numeric variable 'VSUpdateFwlinkId' to value '248251'
[1238:11E4][2013-04-02T01:57:30]: Initializing numeric variable 'SolutionFwlinkId' to value '242624'
[1238:11E4][2013-04-02T01:57:30]: Initializing numeric variable 'HelpFwlinkId' to value '235127'
[1238:11E4][2013-04-02T01:57:30]: Initializing string variable 'NetfxProductVersion' to value '4.5.50709'
[1238:11E4][2013-04-02T01:57:30]: Initializing string variable 'ProductKey' to value 'YQ7PRQTHDMHCBCV9GKGGTB2TM'
[1238:11E4][2013-04-02T01:57:30]: Setting string variable 'WixBundleLog' to value 'C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1.log'
[1238:11E4][2013-04-02T01:57:30]: Setting string variable 'WixBundleOriginalSource' to value 'K:\8bdbb6888796ca8226cd67d9\redist\VSTA2012\vsta_ls.exe'
[1238:11E4][2013-04-02T01:57:30]: Loading managed bootstrapper application.
[1238:11E4][2013-04-02T01:57:31]: Creating BA thread to run asynchronously.
[1238:17C0][2013-04-02T01:57:31]: Ux Started
[1238:17C0][2013-04-02T01:57:31]: MUX:  Loading LocalizableStrings.xml string from LocalizableStrings.xml
[1238:17C0][2013-04-02T01:57:31]: MUX:  Reset Result
[1238:17C0][2013-04-02T01:57:31]: MUX:  Current action: Install
[1238:17C0][2013-04-02T01:57:31]: Setting string variable 'CurrentOperation' to value 'Install'
[1238:17C0][2013-04-02T01:57:31]: Setting string variable 'IsLanguagePack' to value ''
[1238:17C0][2013-04-02T01:57:31]: MUX:  Current action: Install
[1238:17C0][2013-04-02T01:57:31]: Setting string variable 'CurrentOperation' to value 'Install'
[1238:17C0][2013-04-02T01:57:31]: MUX:  New last unconfirmed source: Web
[1238:17C0][2013-04-02T01:57:31]: MUX:  Source confirmed
[1238:17C0][2013-04-02T01:57:31]: Setting string variable 'CurrentRepairPackage' to value ''
[1238:17C0][2013-04-02T01:57:31]: MUX:  Resume = Interrupted
[1238:17C0][2013-04-02T01:57:31]: MUX:  Restart = Never
[1238:17C0][2013-04-02T01:57:31]: MUX:  Relation = None
[1238:17C0][2013-04-02T01:57:31]: MUX:  Action = Install
[1238:17C0][2013-04-02T01:57:31]: MUX:  Display = None
[1238:17C0][2013-04-02T01:57:31]: Setting string variable 'RelationType' to value 'None'
[1238:17C0][2013-04-02T01:57:31]: Setting string variable 'DisplayMode' to value 'None'
[1238:17C0][2013-04-02T01:57:31]: MUX:  SetupAction: Install
[1238:17C0][2013-04-02T01:57:31]: MUX:  ProductVersion: 11.0.50727.607
[1238:17C0][2013-04-02T01:57:31]: MUX:  ProductLanguage: 1033
[1238:17C0][2013-04-02T01:57:31]: MUX:  Branch: RTMLDR
[1238:17C0][2013-04-02T01:57:31]: MUX:  OS: Windows 8 Pro
[1238:17C0][2013-04-02T01:57:31]: MUX:  OSVersion: 6.2.9200.0
[1238:17C0][2013-04-02T01:57:31]: MUX:  OSLanguage: 2057
[1238:17C0][2013-04-02T01:57:31]: MUX:  OSArchitecture: AMD64
[1238:17C0][2013-04-02T01:57:32]: MUX:  Ux Initialized
[1238:17C0][2013-04-02T01:57:32]: MUX:  Enter Run
[1238:11E4][2013-04-02T01:57:32]: Detect 4 packages
[1238:11E4][2013-04-02T01:57:32]: MUX:  Detection Phase
[1238:11E4][2013-04-02T01:57:32]: MUX:  ---------------
[1238:11E4][2013-04-02T01:57:32]: Setting string variable 'help3vs_49_DetectKey' to value '2.0.50727'
[1238:11E4][2013-04-02T01:57:32]: Setting numeric variable 'help3vs_49_DetectKeyExists' to value 1
[1238:11E4][2013-04-02T01:57:32]: MUX:  Adding package: vsta_lscore to package detect list
[1238:11E4][2013-04-02T01:57:32]: MUX:  Reset Result
[1238:11E4][2013-04-02T01:57:32]: MUX:  Reset Result
[1238:11E4][2013-04-02T01:57:32]: Detected partially cached package: vsta_lslp, invalid payload: vsta_lslp, reason: 0x80070570
[1238:11E4][2013-04-02T01:57:32]: MUX:  Adding package: vsta_lslp to package detect list
[1238:11E4][2013-04-02T01:57:32]: MUX:  Reset Result
[1238:11E4][2013-04-02T01:57:32]: MUX:  Reset Result
[1238:11E4][2013-04-02T01:57:32]: Detected partially cached package: help3_vs_msi, invalid payload: help3_vs_msi, reason: 0x80070570
[1238:11E4][2013-04-02T01:57:32]: Detected partially cached package: help3_vs_msi, invalid payload: cab34958789E794BEBDB3C921C52EF9A48A, reason: 0x80070570
[1238:11E4][2013-04-02T01:57:32]: MUX:  Adding package: help3_vs_msi to package detect list
[1238:11E4][2013-04-02T01:57:32]: MUX:  Reset Result
[1238:11E4][2013-04-02T01:57:32]: MUX:  Reset Result
[1238:11E4][2013-04-02T01:57:32]: Detected partially cached package: vsta_langsfinalizer, invalid payload: vsta_langsfinalizer, reason: 0x80070570
[1238:11E4][2013-04-02T01:57:32]: MUX:  Adding package: vsta_langsfinalizer to package detect list
[1238:11E4][2013-04-02T01:57:32]: MUX:  Reset Result
[1238:11E4][2013-04-02T01:57:32]: MUX:  Reset Result
[1238:11E4][2013-04-02T01:57:32]: Detected package: vsta_lscore, state: Absent, cached: Complete
[1238:11E4][2013-04-02T01:57:32]: Detected package: vsta_lslp, state: Absent, cached: Partial
[1238:11E4][2013-04-02T01:57:32]: Detected package: help3_vs_msi, state: Present, cached: Partial
[1238:11E4][2013-04-02T01:57:32]: Detected package: vsta_langsfinalizer, state: Absent, cached: Partial
[1238:11E4][2013-04-02T01:57:32]: Condition 'CompatibilityMode = 0' evaluates to false.
[1238:11E4][2013-04-02T01:57:32]: Condition '(VersionNT < v6.1)' evaluates to false.
[1238:11E4][2013-04-02T01:57:32]: MUX:  Default Selectable Items state:
[1238:11E4][2013-04-02T01:57:32]: MUX:  Initial Selectable Items state:
[1238:11E4][2013-04-02T01:57:32]: MUX:  Non-applicable packages grouped by Selectable Items:
[1238:11E4][2013-04-02T01:57:32]: Detect complete, result: 0x0
[1238:11E4][2013-04-02T01:57:32]: Plan 4 packages, action: Install
[1238:11E4][2013-04-02T01:57:32]: MUX:  Plan Phase Begin
[1238:11E4][2013-04-02T01:57:32]: MUX:  ----------------
[1238:11E4][2013-04-02T01:57:32]: Setting string variable 'WixBundleRollbackLog_vsta_lscore' to value 'C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1_0_vsta_lscore_rollback.log'
[1238:11E4][2013-04-02T01:57:32]: Setting string variable 'WixBundleLog_vsta_lscore' to value 'C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1_0_vsta_lscore.log'
[1238:11E4][2013-04-02T01:57:32]: Setting string variable 'WixBundleRollbackLog_vsta_lslp' to value 'C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1_1_vsta_lslp_rollback.log'
[1238:11E4][2013-04-02T01:57:32]: Setting string variable 'WixBundleLog_vsta_lslp' to value 'C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1_1_vsta_lslp.log'
[1238:11E4][2013-04-02T01:57:32]: Condition 'VersionNT > v6.2 OR (VersionNT = v6.2 AND (NTProductType = 1)) OR (VersionNT = v6.2 AND NOT (NTProductType = 1)) OR (VersionNT = v6.0 AND NOT (NTProductType = 1)) OR (VersionNT = v5.2 AND NOT (NTProductType = 1)) OR (VersionNT = v6.0 AND (NTProductType = 1)) OR (VersionNT = v6.1 AND (NTProductType = 1)) OR (VersionNT = v6.1 AND NOT (NTProductType = 1)) OR (VersionNT = v5.1)' evaluates to true.
[1238:11E4][2013-04-02T01:57:32]: Setting string variable 'WixBundleRollbackLog_vsta_langsfinalizer' to value 'C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1_2_vsta_langsfinalizer_rollback.log'
[1238:11E4][2013-04-02T01:57:32]: Setting string variable 'WixBundleLog_vsta_langsfinalizer' to value 'C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1_2_vsta_langsfinalizer.log'
[1238:11E4][2013-04-02T01:57:32]: Planned package: vsta_lscore, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: No, uncache: No, dependency: Register
[1238:11E4][2013-04-02T01:57:32]: Planned package: vsta_lslp, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1238:11E4][2013-04-02T01:57:32]: Planned package: help3_vs_msi, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: Register
[1238:11E4][2013-04-02T01:57:32]: Planned package: vsta_langsfinalizer, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1238:11E4][2013-04-02T01:57:32]: MUX:  InstallPath: C:\Program Files (x86)
[1238:11E4][2013-04-02T01:57:32]: MUX:  PathCheckResult = CustomInstallPath_Valid
[1238:11E4][2013-04-02T01:57:32]: Plan complete, result: 0x0
[1238:11E4][2013-04-02T01:57:32]: Apply begin
[1238:11E4][2013-04-02T01:57:32]: MUX:  Apply Phase Begin
[1238:11E4][2013-04-02T01:57:32]: MUX:  -----------------
[1238:11E4][2013-04-02T01:57:32]: MUX:  Metrics: ShouldSendData=True
[1238:11E4][2013-04-02T01:57:32]: Setting string variable 'CEIPConsent' to value '/CEIPconsent'
[1238:11E4][2013-04-02T01:57:32]: MUX:  Free Disk Space before install:  SystemDrive C:\ 25376141312 bytes  AppDrive C:\ 25376141312 bytes
[1A74:197C][2013-04-02T01:57:32]: Creating a system restore point.
[1A74:197C][2013-04-02T01:57:33]: Created a system restore point.
[1A74:197C][2013-04-02T01:57:33]: Caching bundle from: 'C:\Users\krystan\AppData\Local\Temp\{44774b10-3e2b-443c-899b-56c46b370aa7}\.be\vsta_ls.exe' to: 'C:\ProgramData\Package Cache\{44774b10-3e2b-443c-899b-56c46b370aa7}\vsta_ls.exe'
[1A74:197C][2013-04-02T01:57:33]: Registering bundle dependency provider: {44774b10-3e2b-443c-899b-56c46b370aa7}, version: 11.0.50727.0
[1238:0BE8][2013-04-02T01:57:33]: MUX:  Cache Begin
[1A74:0C3C][2013-04-02T01:57:33]: Verified existing payload: vsta_lscore at path: C:\ProgramData\Package Cache\{CDB2EAAE-87B3-3AB7-952D-B666E755CB27}v11.0.50727\packages\vsta_lscore\vsta_lscore.msi.
[1238:0BE8][2013-04-02T01:57:33]: MUX:  Source confirmed
[1238:0BE8][2013-04-02T01:57:37]: MUX:  Source confirmed
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write message type to pipe.
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write send message to pipe.
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to send BURN_ELEVATION_MESSAGE_TYPE_CACHE_OR_LAYOUT_CONTAINER_OR_PAYLOAD message to per-machine process.
[1238:0BE8][2013-04-02T01:57:37]: MUX:  Verify Failed.  Retry acquiring, Retry Count: 1 of 3
[1238:0BE8][2013-04-02T01:57:37]: MUX:  Set Result: Return Code=-2147024664 (0x800700E8), Error Message=, Result Detail=, Vital=True, Package Action=Verify, Package Id=vsta_lslp
[1238:0BE8][2013-04-02T01:57:37]: Failed to cache payload: vsta_lslp from working path: C:\Users\krystan\AppData\Local\Temp\{44774b10-3e2b-443c-899b-56c46b370aa7}\vsta_lslp, error: 0x800700e8.
[1238:0BE8][2013-04-02T01:57:37]: Application requested retry of payload: vsta_lslp, encountered error: 0x800700e8. Retrying...
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write message type to pipe.
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write send message to pipe.
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to send BURN_ELEVATION_MESSAGE_TYPE_CACHE_OR_LAYOUT_CONTAINER_OR_PAYLOAD message to per-machine process.
[1238:0BE8][2013-04-02T01:57:37]: MUX:  Verify Failed.  Retry acquiring, Retry Count: 2 of 3
[1238:0BE8][2013-04-02T01:57:37]: Failed to cache payload: vsta_lslp from working path: C:\Users\krystan\AppData\Local\Temp\{44774b10-3e2b-443c-899b-56c46b370aa7}\vsta_lslp, error: 0x800700e8.
[1238:0BE8][2013-04-02T01:57:37]: Application requested retry of payload: vsta_lslp, encountered error: 0x800700e8. Retrying...
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write message type to pipe.
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write send message to pipe.
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to send BURN_ELEVATION_MESSAGE_TYPE_CACHE_OR_LAYOUT_CONTAINER_OR_PAYLOAD message to per-machine process.
[1238:0BE8][2013-04-02T01:57:37]: MUX:  Verify Failed.  Retry acquiring, Retry Count: 3 of 3
[1238:0BE8][2013-04-02T01:57:37]: Failed to cache payload: vsta_lslp from working path: C:\Users\krystan\AppData\Local\Temp\{44774b10-3e2b-443c-899b-56c46b370aa7}\vsta_lslp, error: 0x800700e8.
[1238:0BE8][2013-04-02T01:57:37]: Application requested retry of payload: vsta_lslp, encountered error: 0x800700e8. Retrying...
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write message type to pipe.
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write send message to pipe.
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to send BURN_ELEVATION_MESSAGE_TYPE_CACHE_OR_LAYOUT_CONTAINER_OR_PAYLOAD message to per-machine process.
[1238:0BE8][2013-04-02T01:57:37]: MUX:  Set Result: Return Code=-2147024664 (0x800700E8), Error Message=, Result Detail=, Vital=True, Package Action=Verify, Package Id=vsta_lslp
[1238:0BE8][2013-04-02T01:57:37]: Failed to cache payload: vsta_lslp from working path: C:\Users\krystan\AppData\Local\Temp\{44774b10-3e2b-443c-899b-56c46b370aa7}\vsta_lslp, error: 0x800700e8.
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write message type to pipe.
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write send message to pipe.
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to send BURN_ELEVATION_MESSAGE_TYPE_CLEAN_PACKAGE message to per-machine process.
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write message type to pipe.
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write send message to pipe.
[1238:0BE8][2013-04-02T01:57:37]: Error 0x800700e8: Failed to send BURN_ELEVATION_MESSAGE_TYPE_CACHE_CLEANUP message to per-machine process.
[1238:11E4][2013-04-02T01:57:37]: Error 0x800700e8: Failed while caching, aborting execution.
[1238:11E4][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write message type to pipe.
[1238:11E4][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write send message to pipe.
[1238:11E4][2013-04-02T01:57:37]: Error 0x800700e8: Failed to send message to per-machine process.
[1238:11E4][2013-04-02T01:57:37]: Error 0x800700e8: Failed to end session in per-machine process.
[1238:11E4][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write message type to pipe.
[1238:11E4][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write send message to pipe.
[1238:11E4][2013-04-02T01:57:37]: Error 0x800700e8: Failed to send message to per-machine process.
[1238:11E4][2013-04-02T01:57:37]: MUX:  Apply Complete: Disk Space Used in bytes for Installation:  MaxAppDrive: 0  MaxSysDrive: 921600  AppDrive: 0  SysDrive: 1089536
[1238:11E4][2013-04-02T01:57:37]: MUX:  Free Disk Space after install:  SystemDrive C:\ 25375064064 bytes  AppDrive C:\ 25375064064 bytes
[1238:11E4][2013-04-02T01:57:37]: Apply complete, result: 0x800700e8, restart: None, ba requested restart:  No
[1238:17C0][2013-04-02T01:57:37]: MUX:  Exit Run
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: ShouldSendData=True
[1238:17C0][2013-04-02T01:57:37]: MUX:  Permission to upload: Yes
[1238:17C0][2013-04-02T01:57:37]: MUX:  Preparing to serialize data.
[1238:17C0][2013-04-02T01:57:37]: MUX:  Data serialized.
[1238:17C0][2013-04-02T01:57:37]: MUX:  Number of SQM File queued: 0
[1238:17C0][2013-04-02T01:57:37]: MUX:  SQM sent: True
[1238:17C0][2013-04-02T01:57:37]: Setting string variable 'CEIPConsent' to value ''
[1238:17C0][2013-04-02T01:57:37]: Setting string variable 'SqmOption' to value ''
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: Configuration State
[1238:17C0][2013-04-02T01:57:37]: MUX:  ----------------------------
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DATAID_SP_ISINTERNAL = 0
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SQM_STARTUPAPPID = 31
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DP_SETUP_MSIVERSION = 5.0.0.0
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DATAID_SP_PACKAGENAME = vsta_ls
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DATAID_SP_PACKAGEVERSION = 11.0.50727.607
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DATAID_SP_APPLICATIONVERSION = 11.0.50727
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DP_SETUP_BUILDBRANCH = RTMLDR
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DATAID_SP_DISPLAYLCID2 = 1033
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SQM_PERFCPUCOUNT = 4
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SQM_PERFPROCFREQUENCY = 2925
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SQM_PERFPROCFAMILY = 1
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SQM_PERFMEMORY = 8192
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DP_SETUP_OS = 100798609
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DATAID_SP_SYSTEMFREEDISKSPACE = 24200
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DATAID_SP_OSFULLVERSION = 6.2.9200.0
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SQM_STARTUPAPPSYSTEMLOCALE = 2057
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_VMTYPE = 0
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DP_ISDOMAINMEMBER = False
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DATAID_SP_OPERATIONUI = 2
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DP_SETUP_REBOOTPENDING = 0
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DP_SETUP_CHAININGPACKAGE = 
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DP_SETUP_SOURCETYPE = 2
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DP_SETUP_CUSTOMIZE = False
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_FROMADMINFILE = False
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_FULL = False
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DP_SETP_PID_INSTALLEDSKUS = 00000000
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_LANGSINSTALLED = 0000
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_DEFAULTFEATUREMAP = 
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_INITIALFEATUREMAP = 
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_REQUIREDDISKSPACE_APP = 0
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_REQUIREDDISKSPACE_SYS = 44
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_ACQUISITIONTIME = 3
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_APPLYTIME = 4
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_USEDDISKSPACE_APP = 0
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_USEDDISKSPACE_SYS = 1
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_MAXDISKSPACE_APP = 0
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_MAXDISKSPACE_SYS = 0
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DP_SETUP_REBOOTCOUNT = 0
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DP_SETUP_FAILCOUNT = 1
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DATAID_SP_PACKAGENAME = vsta_ls
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DATAID_SP_PACKAGEVERSION = 11.0.50727.607
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DATAID_SP_APPLICATIONVERSION = 11.0.50727
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DATAID_SP_OPERATIONREQUESTED = 1
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DATAID_SP_CURRENTITEM = vsta_lslp
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DP_SETUP_CURRENTFLAGS2 = Verify
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DP_SETUP_RESULTCODE = 0x800700E8
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DP_SETUP_RESULTDETAIL = 
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DP_SETUP_CURRENTITEMSTEP = 
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_CUSTOMPATH = 0
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_SETUP_BUNDLERESULT = 1603
[1238:17C0][2013-04-02T01:57:37]: MUX:  Metrics: DATAID_DATAID_SP_INSTALLTIME = 5
[1238:17C0][2013-04-02T01:57:37]: MUX:  Watson Bucketting Parameters
[1238:17C0][2013-04-02T01:57:37]: MUX:  P1 - vsta_ls
[1238:17C0][2013-04-02T01:57:37]: MUX:  P2 - 11.0.50727.607
[1238:17C0][2013-04-02T01:57:37]: MUX:  P3 - 11.0.50727
[1238:17C0][2013-04-02T01:57:37]: MUX:  P4 - Install
[1238:17C0][2013-04-02T01:57:37]: MUX:  P5 - vsta_lslp
[1238:17C0][2013-04-02T01:57:37]: MUX:  P6 - Verify
[1238:17C0][2013-04-02T01:57:37]: MUX:  P7 - 0x800700E8
[1238:17C0][2013-04-02T01:57:37]: MUX:  P8 - 
[1238:17C0][2013-04-02T01:57:37]: MUX:  P9 - 
[1238:17C0][2013-04-02T01:57:37]: MUX:  Adding Install Log to Watson=C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1.log
[1238:17C0][2013-04-02T01:57:37]: Setting string variable 'LastGoodSource' to value '<arrayofpackagesource xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><packagesource path="Web" retrylimit="3"></packagesource></arrayofpackagesource>'
[1238:17C0][2013-04-02T01:57:37]: Setting string variable 'IsWebBundle' to value 'False'
[1238:17C0][2013-04-02T01:57:37]: MUX:  Ux Uninitialized
[1238:17C0][2013-04-02T01:57:37]: MUX:  Exit with 0x643 (Failed)
[1238:11E4][2013-04-02T01:57:37]: Shutting down, exit code: 0x643
[1238:11E4][2013-04-02T01:57:37]: Variable: CEIPConsent = 
[1238:11E4][2013-04-02T01:57:37]: Variable: CompatibilityMode = 1
[1238:11E4][2013-04-02T01:57:37]: Variable: CurrentOperation = Install
[1238:11E4][2013-04-02T01:57:37]: Variable: CurrentRepairPackage = 
[1238:11E4][2013-04-02T01:57:37]: Variable: CustomInstallPath = C:\Program Files (x86)
[1238:11E4][2013-04-02T01:57:37]: Variable: DisplayMode = None
[1238:11E4][2013-04-02T01:57:37]: Variable: EditionDisplayName = Tools for Applications 2012 Language Support
[1238:11E4][2013-04-02T01:57:37]: Variable: help3vs_49_DetectKey = 2.0.50727
[1238:11E4][2013-04-02T01:57:37]: Variable: help3vs_49_DetectKeyExists = 1
[1238:11E4][2013-04-02T01:57:37]: Variable: HelpFwlinkId = 235127
[1238:11E4][2013-04-02T01:57:37]: Variable: IsLanguagePack = 
[1238:11E4][2013-04-02T01:57:37]: Variable: IsWebBundle = False
[1238:11E4][2013-04-02T01:57:37]: Variable: LastGoodSource = <arrayofpackagesource xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><packagesource path="Web" retrylimit="3"></packagesource></arrayofpackagesource>
[1238:11E4][2013-04-02T01:57:37]: Variable: MoreLanguageFwlinkId = 0
[1238:11E4][2013-04-02T01:57:37]: Variable: NetfxProductVersion = 4.5.50709
[1238:11E4][2013-04-02T01:57:37]: Variable: NTProductType = 1
[1238:11E4][2013-04-02T01:57:37]: Variable: PrivacyAgreementFwlinkId = 123857
[1238:11E4][2013-04-02T01:57:37]: Variable: ProductKey = YQ7PRQTHDMHCBCV9GKGGTB2TM
[1238:11E4][2013-04-02T01:57:37]: Variable: RebootPending = 0
[1238:11E4][2013-04-02T01:57:37]: Variable: RelationType = None
[1238:11E4][2013-04-02T01:57:37]: Variable: SolutionFwlinkId = 242624
[1238:11E4][2013-04-02T01:57:37]: Variable: SqmOption = 
[1238:11E4][2013-04-02T01:57:37]: Variable: VersionMsi = 5.0.0.0
[1238:11E4][2013-04-02T01:57:37]: Variable: VersionNT = 6.2.0.0
[1238:11E4][2013-04-02T01:57:37]: Variable: VSUpdateFwlinkId = 248251
[1238:11E4][2013-04-02T01:57:37]: Variable: WixBundleAction = 4
[1238:11E4][2013-04-02T01:57:37]: Variable: WixBundleElevated = 1
[1238:11E4][2013-04-02T01:57:37]: Variable: WixBundleInstalled = 0
[1238:11E4][2013-04-02T01:57:37]: Variable: WixBundleLog = C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1.log
[1238:11E4][2013-04-02T01:57:37]: Variable: WixBundleLog_vsta_langsfinalizer = C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1_2_vsta_langsfinalizer.log
[1238:11E4][2013-04-02T01:57:37]: Variable: WixBundleLog_vsta_lscore = C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1_0_vsta_lscore.log
[1238:11E4][2013-04-02T01:57:37]: Variable: WixBundleLog_vsta_lslp = C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1_1_vsta_lslp.log
[1238:11E4][2013-04-02T01:57:37]: Variable: WixBundleName = Microsoft Visual Studio Tools for Applications 2012 Language Support
[1238:11E4][2013-04-02T01:57:37]: Variable: WixBundleOriginalSource = K:\4655ed8d325454225d675c0d12186f\redist\VSTA2012\vsta_ls.exe
[1238:11E4][2013-04-02T01:57:37]: Variable: WixBundleProviderKey = {44774b10-3e2b-443c-899b-56c46b370aa7}
[1238:11E4][2013-04-02T01:57:37]: Variable: WixBundleRollbackLog_vsta_langsfinalizer = C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1_2_vsta_langsfinalizer_rollback.log
[1238:11E4][2013-04-02T01:57:37]: Variable: WixBundleRollbackLog_vsta_lscore = C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1_0_vsta_lscore_rollback.log
[1238:11E4][2013-04-02T01:57:37]: Variable: WixBundleRollbackLog_vsta_lslp = C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20130402_015448\VSTA2012_LangsSupport_Cpu32_1_1_vsta_lslp_rollback.log
[1238:11E4][2013-04-02T01:57:37]: Variable: WixBundleTag = 
[1238:11E4][2013-04-02T01:57:37]: Variable: WixBundleVersion = 11.0.50727.0
[1238:11E4][2013-04-02T01:57:37]: Error 0x800700e8: Failed to write message type to pipe.
[1238:11E4][2013-04-02T01:57:37]: Error 0x800700e8: Failed to post terminate message to child process cache thread.
[1238:11E4][2013-04-02T01:57:37]: Exit code: 0x643, restarting: No

How to Determine SQL Edition Before Installation

$
0
0
Our company has installation folders on a network drive.  These are not properly labelled.  My goal was to install SQL Server 2008 R2 Standard.  However, I ended up first installing SQL Server 2008 Standard, then SQL Server 2008 R2 Developer, then SQL Server 2008 R2 Standard.  This was unsuccessful, I believe, because of the confusion between editions.  Other users in our company will, I fear, end up making the same mistake.  Both SQL Server 2008 R2 Developer and Standard have the same version number 10.50.1600.1  However, how can users tell if it's developer or standard Before installation?

SSIS Package Error after installing SQL Server 2012 SP1 Cumulative Update 3

$
0
0

After updating my desktop to SQL Server 2012 SP1 CU3 (11.0.3349), my SSIS Projects fail with the following error:

TITLE: Microsoft Visual Studio
------------------------------

The type initializer for 'Microsoft.DataTransformationServices.Design.SharedIcons' threw an exception.

------------------------------
ADDITIONAL INFORMATION:

Value of 'null' is not valid for 'stream'. (System.Drawing)

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

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

I uninstalled the hot fix back to Cumulative Update 2 (11.0.3339) and the packages open without error.

Is there a published workaround for this issue?

Thanks,

Repair SQL Server 2008 R2 SP2

$
0
0

Hi everyone,

  Following an upgrade to SQL Server 2012 which didn't succeed, someone recommended that I repair my actual SQL Server 2008 R2 SP2 setup.  The actual setup I have, which btw is running without any problem, is the following:

  • SQL Server 2008 R2 SP2 CU1 Express Edition with advanced services  (Reporting Services is installed and active)
  • Visual Studio 2010 SP1 Professionnal Edition
  • Visual Studio 2008 SP1 Express Edition
  • Windows VISTA SP2 Ultimate Edition

  My request is very simple.  Before repairing a SQL setup:

  • Do I need to stop any services?
  • Any other thing I should stop, uninstall or else?
  • Do I launch the repair from the "Control Panel - Install/uninstall program" menu or can I just run the "SQL Server 2008 R2 SP2" setup file I just downloaded from the .NET.  I prefer asking because I thought that running this setup file under administrative rights could help avoiding privilege problems or else?

  Hope to hear from someone,

Stéphane



SQL error during new installation

$
0
0
I need to remove SQL 2005 on my machine in order to install a new software product. I have followed the MS support recommendation to do so. I am now attempting to install the new software program on my machine and I get this error > Error 5 Invalid procedure call or argument (C:\Users\David\Desktop\WV-ASM200P_V1.22_English\1 SQL Server2005\English\Component\SQLEXPR.EXE/qb ADDLOCAL=ALL SecuirtyMODE=SQL GTAUTOSTART=1 ASCOLLATION=Latin1_General_CS_AS_KS_WS DISABLENETWORKPROTOCOLS=2 xp_cmdshell=1 INSTANCENAME=ASM200 SQLACCOUNT="NT AUTHORITY\SYSTEM" SAPWD=tcs5y0na) Is this a user security issues or a registry problem or what do I need to do to resolve?

Upgrading SQL 2005 x64 Enterprise to 2008 R2 Enterprise

$
0
0

Hi all.

I'm having a problem running an in place upgrade of SQL Server 2005 x64 Enterprise to 2008 R2 Enterprise.

When I run setup.exe and choose "upgrade", I am able to upgrade all components apart from the database engine. I am not given the option to select an instance prior to this. I have ensured that "x64" is selected from the bottom "options" tab on the initial setup screen. My current installed version of SQL is definitely 2005 x64 Enterprise, I have checked this with @@version and in the general properties of the Management Studio.

The strange thing is that if I select "x86" from the bottoms tab in SQL setup I AM able to select the 2005 instance, which lists the database engine as something it will upgrade in the next screen. Obviously I have not proceeded with the upgrade as I feel something is wrong somewhere.

Does anyone have any ideas as to how I can get the x64 install to detect the 2005 instance and upgrade the database engine?

Thanks

Hard Drive Configuration for New SQL Server Install on Hyper-V Host

$
0
0

Hello,

I am in the process of setting up a new Hyper-V 2012 Server and one of the servers to be hosted on it will be running Windows 2008 R2 with SQL Server 2012. Someone has recommended to me that I split the installation onto two volumes using the 2nd volume for SQL data files. Since both volumes would be carved out of the same underlying RAID volume in Hyper-V I am wondering if that is really necessary.

The Hyper-V host itself has four 15,000 rpm SAS drives configured as RAID-10. It is split into two volumes, one 80gb volume for Hyper-V itself, and the rest a roughly 1TB volume for the Virtual Machines themselves. If I create two volumes for the SQL server they will both come out of the same 1TB volume.

Is it worth the extra trouble to create two partitions for a SQL server in a case such as this?

Thanks in advance.

Viewing all 7701 articles
Browse latest View live


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