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

Issues rebuilding master database

$
0
0

I am having a bit of a problem when I am running the setup with rebuildDatabase option.  The instance is a 2008 Instance, standard edition, running on a 64-bit server.

I have cloned a production database, but only the C:\ drive where the binaries exist. ie no user databases and no system databases.
So now I want to rebuild master, and once successful, I will restore the master database from backup. I have changed the parameters in the sql server configuration services to point to the C:\ drive, as I would hope that it would create them there.
from command prompt, as administrator, I execute this:
Setup /QUIET /ACTION=REBUILDDATABASE /INSTANCENAME=MSSQLSERVER /SQLSYSADMINACCOUNTS=accountname /SAPWD= password123 /SQLCOLLATION=Latin1_General_CI_AS

it fails with the following excerpt in the Details.txt :
Attempting to set directory full path
Attempting to normalize directory path E:\Data
Attempting to check if directory E:\Data exists
SQLEngine: : Checking Engine checkpoint 'CreateDataDir'
SQLEngine: : Create E:\Data Directory
Attempting to set directory full path
Attempting to normalize directory path E:\Data
Attempting to check if directory E:\Data exists
Attempting to create directory E:\Data
Attempting to create directory E:\Data, security descriptor
Attempting to set directory full path
Attempting to normalize directory path E:\Data
Directory 'E:\Data' already exists, skipping creation, moving to set security descriptor.
Configuration action failed for feature SQL_Engine_Core_Inst during timing ConfigNonRC and scenario ConfigNonRC.
The device is not ready.

Configuration action failed for feature SQL_Engine_Core_Inst during timing ConfigNonRC and scenario ConfigNonRC.
Microsoft.SqlServer.Configuration.Sco.ScoException: The device is not ready.
 ---> System.IO.IOException: The device is not ready.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost)
   at System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost)
   at Microsoft.SqlServer.Configuration.Sco.SqlDirectory.Create(ServiceContainer ctx, String directoryFullPath, String sddlString, Boolean overwriteSecurityDescriptor)
   --- End of inner exception stack trace ---
   at Microsoft.SqlServer.Configuration.Sco.SqlDirectory.Create(ServiceContainer ctx, String directoryFullPath, String sddlString, Boolean overwriteSecurityDescriptor)
   at Microsoft.SqlServer.Configuration.Sco.SqlDirectory.Create(ServiceContainer ctx, String directoryFullPath)
   at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPrivate.CreateAndProvisionDataDirectories(EffectiveProperties properties, IEnumerable`1 dataDirs, Boolean breakInheritance)
   at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPrivate.RebuildDatabase_ConfigNonRC(EffectiveProperties properties)
   at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPrivate.RebuildDatabase(ConfigActionTiming timing, Dictionary`2 actionData, PublicConfigurationBase spcb)
   at Microsoft.SqlServer.Configuration.SqlConfigBase.PrivateConfigurationBase.Execute(ConfigActionScenario scenario, ConfigActionTiming timing, Dictionary`2 actionData, PublicConfigurationBase spcbCurrent)
   at Microsoft.SqlServer.Configuration.SqlConfigBase.SqlFeatureConfigBase.Execute(ConfigActionScenario scenario, ConfigActionTiming timing, Dictionary`2 actionData, PublicConfigurationBase spcbCurrent)
   at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.ExecuteAction(String actionId)
   at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String actionId, TextWriter errorStream)
Exception: Microsoft.SqlServer.Configuration.Sco.ScoException.
Source: Microsoft.SqlServer.Configuration.Sco.
Message: The device is not ready.
.Inner exception:
 Exception: System.IO.IOException.
 Source: mscorlib.
 Message: The device is not ready.
Watson Bucket 1

Now, my question, is where on earth is it picking up the E:\Data from? Why is it looking for that particular drive? It is worth noting, that on the production server, the Database Default location is E:\Data, however, I would have thought when rebuilding, it scraps all that, and starts again.

If anyone has seen this before, any ideas would be appreciated


sql server 2012 installation in windows server 2012 R2 and setup account privileges failed.

$
0
0

Hi 

i have a machine with windows server 2012 R2 Datacenter 

and try to install sql server 2012 enterprise edition and find the following error, i login with a user SPADMIN  it is in local administrators group. i am installing sql server for sharepoint ,

so this user more which permissions need?


adil

Lost Existed Server Name

$
0
0
hai I lost my existed sever name plz help me I need some practise with my sql management studio software

Win Server 2008 R2 and SQL Server 2014

$
0
0

 I installed SQL Server 2014 in my server machine having Windows Server 2008 R2. But when I start the program after installation it made all application crashed like Adobe Acrobat, WinRAR etc, including SQL Server itself.

An error message "APPCRASH" appears.

Please suggest me the requirements to install SQL Server 2014 in a Server Machine with OS Win Server 2008 R2.

        Thanks.

Where and how do I get to ... Integration Services, Analysis Services, etc.

$
0
0
So, I just downloaded and installed Windows 8 and SQL Server 2014 Developer. I used to have Visual Studio, that seems to be gone now. Can't find it. I can't figure out a way to get to SSIS or SSAS. Any help would be appreciated, as apparently Microsoft gives nothing without charging money for the privilege.

Questions around compatibility levels and upgrades

$
0
0

Hi,

 I have a SQL Server 2008 R2 engine running a couple dozen DBs ... many of them are at compatibility levels for SS2000 and SS2005.

 I'm using Upgrade Advisor 2008 R2, but keep getting an error very early in the process:

"Method not found:
'System.Collections.Generic.IEnumerable `1<Microsoft.SqlServer.Management.SqlParser.Parser.Error>
Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCodeObject.get_Errors()'

I've seen several references to this but I haven't seen a fix.

Is using UA2008R2 the right method to check the 2000/2005 DBs so I can upgrade them?

Is there something I need to get the UA to run?

Thanks

eric

One Machine 6 IPs - How to setup DNS for SQL Server.

$
0
0

Hello,

I am running a number of SQL instances on my PC. Within the network, I have think server with various System Center components. For compatibility reasons, some features of System Center 2012 R2 had to be delegated to different SQL databases. My question is, because there is now more than one IP address on my system, and each instance of SQL is assigned to its own IP, is there a way to setup DNS and SQL so the namespace points to the desired IP address? For Instance:

MSSQL2008 instance is set to run on = 11.12.13.1
MSSQL2012 is set to run on = 11.12.13.2

IN DNS:

A Record: Mike-PC = 11.12.13.1
A Record: Mike-PC = 11.12.13.2

If I want to use MSSQL2008 by specifying Mike-PC as the DNS name, how would I do that with 100% accuracy? If there is another way to get the job done, I am more than willing to approach this differently.

Thanks to all that reply,

Mike

Cannot connect to SQL Server 2014 (complex)

$
0
0

I cannot connect an instance of SSMS 2014 installed on my computer with an 2014 instance installed on a (remote) server. Both computers are on the same domain, and I am using NT authentication.  All SQL installs referenced here are Developer 64 bit edition (we are just starting up with it).

On my (local) computer, I have both SQL 2008 installed (default instance) and SQL 2014 (named instance), along with SSMS and other client tools for both versions. OS on my computer is Windows 8.1 Enterprise.

The (remote) server is running Windows Server 2012 R2 Standard, with SQL 2014 installed (default instance). It is configured for NT authentication only, and is configured to allow remote access. The SQL Server Browser service is running on all referenced servers (as well as on my computer). As per the SQL Server Configuration Manager utility, "Control Protocols" are enabled for Shared Memory, TCP/IP, and Named Pipes. (Default instance port is 1433.)

Using SSMS 2008 on my laptop, I can connect to both local instances (2008 and 2014), and existing remote 2008 instances. I cannot connect to 2014 on the remote server. (SQL 2014 is currently only installed on my computer and the one server.)

Using SSMS 2014 on my laptop, I can connect to both local instances (2008 and 2014), and existing remote 2008 instances. I cannot connect to 2014 on the new instance.

I can remote-desktop to the remote server, and I can run SSMS on that local desktop and access the instance. (I am local admin on the box, and have SysAdmin rights on SQL.) I can “ping” the server. It is a virtual instance--Hyper V, I believe, but I have no access to that level of our infrastructure.

When I try to connect to the remote server (dev-db1) via SSMS 2008 or 2014, I get the following message:

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

Cannot connect to dev-db1.

Additional information:

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. (provider: TCP Provider, error: 0 – No such host is known.) (Microsoft SQL Server, Error: 11001)

No such host is known

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

The fun part: everyone else on the team is able to connect to the 2014 instance, using SSMSes 2008, 2012, and 2014. I know little of firewalls, but this fact would seem to indicate that they are properly configured. Perhaps a firewall setting on my computer?…except I haven’t messed with it, and it looks like a totally default (corporate) setup.

This is a new laptop, prepped and distributed by "corporate IT". It has been demonstrably flaky in a few cases, and I half-suspect some files or drivers may not have been installed. Any help would be greatly appreciated!


updating downtimetimingconfigaction, install SQL 2008R2 SP3 hanged

$
0
0

The install hanged when it is doing "instance ***: Updating *** downtimeTimingConfigAction

Please advise

Thanks

known compatibility issues with 2008 and 2008 R2

$
0
0
For some reason i am not able to make remote connections from VS 2013 to my current installation of SQL server 2008 so i thought to uninstall it and install another edition i got from MSDN but i the uninstall process keeps failing saying theres a known compatibility issues with 2008 and 2008 R2. it also gave me the option to seek solution online but when i click on it it is unable to get a solution online and i am never able to uninstall it. please help me here. i need to get SQL server up and running. thanks

SQL Server Data Tools for SQL 2014 setup

$
0
0

Hello,

I have been using SQL server 2008 with Visual Studio 2008 to perform the ETL processes.

I have recently got SQL 2014 and realized that Business Intelligence Development Studio does not come with it so I have to download SQL Server Data Tools for Visual Basics 2012 or 2013 from:

https://msdn.microsoft.com/en-us/data/hh297027

Can someone advise what exactly I have to do if I want to start using SQL  2014 with SSDT? I still have VB 2008 installed and all my packages were created with that version.

Do I need to download VB 2012 or 2013 plus SSDT and then SSDT? Do I also uninstall VB2008?

Thanks in advnce

Can't connect to remote SQL Server 2014 Standard with VS 2012

$
0
0

Hi all,

I am trying to create a development environment using SQL Server 2014 (not Express).  The SQL server instance is on a Windows 8.1 Pro machine in a non-domain environment.  I have Visual Studio 2012 installed on the same machine which can connect to the SQL server instance without problems.  I have another machine with VS 2012 that cannot connect.  SQL server is configured for mixed authentication.  The SSDT on the remote machine can see the SQL server networked instance, but will not connect with SQL authentication. 

I have rounded up all the usual suspects;

- The SQL server service is running

- Remote connections are enabled on SQL server and the relevant firewall ports are open.

- TCP/IP and named pipes are enabled

- Remote connections are enabled in Management Studio

- SQL Server Browser service in enabled and running

What am I missing?  I have been out of developer mode for a few years and all of the tools have changed, but I seem to be missing something obvious.

Many thanks in advance,

Tim


Tim in Dublin

Renaming Cluster Sql

$
0
0

Hi all,

By mistake i renamed a cluster sql server name thinking of it as an standalone installation which caused the node to fail,please kindly suggest how can i fix this issue.

Reagrds..

chandan

RPC Server is unavailable / account is not valid during setup

$
0
0

Hey all,

Working with a brand new environment. During install (both SQL 2012 and 2014) on any one of four servers, they all fail on the service accounts page with a "RPC server is unavailable" error and "The SQL Server service account login or password is not valid."

I've verified that RPC server is unavailable is related to only the agent, and the account invalid is only for the engine. Verified this by trying each one separately and putting the other back to default. For the latter (account login or password is not valid), that's definitely not accurate being that I can use that account & password successfully elsewhere.

The best article I've found so far is here - http://sqlwithmanoj.com/tag/the-rpc-server-is-unavailable/.

I've verified all 5 are in place and changed the group policy. Still errors out every time. Even if I can fix the RPC issue, not sure what's wrong with the engine account? I think both issues still stem back to the RPC, even though the engine doesn't report it in the setup. In the detail log, I'm assuming "Slp: Sco.User.OpenRoot - root DirectoryEntry object already opened for this computer for this object" is the core of my problem.

Here's a full output of a failed run:

(08) 2015-04-27 18:28:19 Slp: Sco: Attempting to determine if the password is required for account 'MyDomain\svcSQLEngine'
(08) 2015-04-27 18:28:19 Slp: Sco: Attempting to determine if the account 'MyDomain\svcSQLEngine' is Virtual Account
(08) 2015-04-27 18:28:19 Slp: Sco: Attempting to get account sid for user account MyDomain\svcSQLEngine
(08) 2015-04-27 18:28:19 Slp: Sco: Attempting to get sid for user account MyDomain\svcSQLEngine
(08) 2015-04-27 18:28:19 Slp: Sco: GetSidForAccount normalized accountName MyDomain\svcSQLEngine parameter to MyDomain\svcSQLEngine
(08) 2015-04-27 18:28:19 Slp: Sco: Attempting to determine if the account 'MyDomain\svcSQLEngine' is Managed Service Account
(08) 2015-04-27 18:28:25 Slp: Sco: Attempting to determine if the password is required for account 'MyDomain\svcSQLAgent'
(08) 2015-04-27 18:28:25 Slp: Sco: Attempting to determine if the account 'MyDomain\svcSQLAgent' is Virtual Account
(08) 2015-04-27 18:28:25 Slp: Sco: Attempting to get account sid for user account MyDomain\svcSQLAgent
(08) 2015-04-27 18:28:25 Slp: Sco: Attempting to get sid for user account MyDomain\svcSQLAgent
(08) 2015-04-27 18:28:25 Slp: Sco: GetSidForAccount normalized accountName MyDomain\svcSQLAgent parameter to MyDomain\svcSQLAgent
(08) 2015-04-27 18:28:25 Slp: Sco: Failed when querying buffer size
(08) 2015-04-27 18:28:25 Slp: Sco: Attempting to determine if the account 'MyDomain\svcSQLAgent' is Managed Service Account
(03) 2015-04-27 18:28:27 ACE: Normalizing user input on public configuration object.
(03) 2015-04-27 18:28:27 ACE: Formatting user name 'MyDomain\svcSQLAgent'
(03) 2015-04-27 18:28:27 Slp: Sco: Attempting to get account sid for user account MyDomain\svcSQLAgent
(03) 2015-04-27 18:28:27 Slp: Sco: Attempting to get sid for user account MyDomain\svcSQLAgent
(03) 2015-04-27 18:28:27 Slp: Sco: GetSidForAccount normalized accountName MyDomain\svcSQLAgent parameter to MyDomain\svcSQLAgent
(03) 2015-04-27 18:28:27 Slp: Sco: Failed when querying buffer size
(03) 2015-04-27 18:28:27 Slp: Sco: Attempting to get account sid for user account MyDomain
(03) 2015-04-27 18:28:27 Slp: Sco: Attempting to get sid for user account MyDomain
(03) 2015-04-27 18:28:27 Slp: Sco: GetSidForAccount normalized accountName MyDomain parameter to MyDomain
(03) 2015-04-27 18:28:27 ACE: Formatted user name is 'MyDomain\svcSQLAgent'
(03) 2015-04-27 18:28:27 ACE: Can't get InstanceName, fall back to INSTANCENAME input setting value
(03) 2015-04-27 18:28:27 ACE: Got instanceName=MSSQLSERVER
(03) 2015-04-27 18:28:27 ACE: ValidateUserNameAndPassword started with userName = 'MyDomain\svcSQLAgent', userNameRequired = 'True', isCluster = 'False'
(03) 2015-04-27 18:28:27 ACE: Validating username 'MyDomain\svcSQLAgent' and password '***'
(03) 2015-04-27 18:28:27 Slp: Sco: Attempting to validate credentials for user account 'MyDomain\svcSQLAgent' and service name 'SQLSERVERAGENT'
(03) 2015-04-27 18:28:27 Slp: Sco: Attempting to determine if the account 'MyDomain\svcSQLAgent' is Virtual Account
(03) 2015-04-27 18:28:27 Slp: Sco: Attempting to get account sid for user account MyDomain\svcSQLAgent
(03) 2015-04-27 18:28:27 Slp: Sco: Attempting to get sid for user account MyDomain\svcSQLAgent
(03) 2015-04-27 18:28:27 Slp: Sco: GetSidForAccount normalized accountName MyDomain\svcSQLAgent parameter to MyDomain\svcSQLAgent
(03) 2015-04-27 18:28:27 Slp: Sco: Failed when querying buffer size
(03) 2015-04-27 18:28:27 Slp: Sco: Attempting to see if user MyDomain\svcSQLAgent exists
(03) 2015-04-27 18:28:27 Slp: Sco.User.OpenRoot - root DirectoryEntry object already opened for this computer for this object
(03) 2015-04-27 18:28:27 Slp: Sco: Attempting to check if user account MyDomain\svcSQLAgent exists
(03) 2015-04-27 18:28:27 Slp: Sco: Attempting to look up AD entry for user MyDomain\svcSQLAgent
(03) 2015-04-27 18:28:27 Slp: Sco.User.OpenRoot - root DirectoryEntry object already opened for this computer for this object
(03) 2015-04-27 18:28:27 Slp: Sco.User.LookupADEntry - Attempting to find user account MyDomain\svcSQLAgent
(03) 2015-04-27 18:28:27 Slp: Sco: Attempting to check if container 'WinNT://MyDomain' of user account exists
(03) 2015-04-27 18:28:29 ACE: The credentials you provided for the SQL Server Agent service are invalid. To continue, provide a valid account and password for the SQL Server Agent service.
(03) 2015-04-27 18:28:29 SQLBrowser: StartMethod Type='SqlBrowserPublicConfig' Method='ValidateSettings'.
(03) 2015-04-27 18:28:29 SQLBrowser: Validating intended SQL Server Browser service properties.  The current intended values are: service account = 'NT AUTHORITY\LOCAL SERVICE', start type = 'Disabled' (source: 'Default').
(03) 2015-04-27 18:28:29 SQLBrowser: StartMethod Type='SqlBrowserPublicConfig' Method='ValidateUserNamePassword'.
(03) 2015-04-27 18:28:29 SQLBrowser: ValidateUserNamePassword: UserName contains its default value of 'NT AUTHORITY\LOCAL SERVICE'.  Setting internal property ApplyAccount to 'True'.
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get local service account name
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get NT account from sid S-1-5-19
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get account from sid S-1-5-19
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get local service account name
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get NT account from sid S-1-5-19
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get account from sid S-1-5-19
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\LOCAL SERVICE
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\LOCAL SERVICE
(03) 2015-04-27 18:28:29 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\LOCAL SERVICE parameter to NT AUTHORITY\LOCAL SERVICE
(03) 2015-04-27 18:28:29 SQLBrowser: EndMethod Type='SqlBrowserPublicConfig' Method='ValidateUserNamePassword'.
(03) 2015-04-27 18:28:29 SQLBrowser: StartMethod Type='SqlBrowserPublicConfig' Method='ValidateStartMode'.
(03) 2015-04-27 18:28:29 SQLBrowser: EndMethod Type='SqlBrowserPublicConfig' Method='ValidateStartMode'.
(03) 2015-04-27 18:28:29 SQLBrowser: EndMethod Type='SqlBrowserPublicConfig' Method='ValidateSettings'.
(03) 2015-04-27 18:28:29 SQLEngine: : Action Scenario: Install, Feature Scenario: Install, Resolved Scenario Install 
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get account sid for user account MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get sid for user account MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: GetSidForAccount normalized accountName MyDomain\svcSQLEngine parameter to MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get account sid for user account MyDomain
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get sid for user account MyDomain
(03) 2015-04-27 18:28:29 Slp: Sco: GetSidForAccount normalized accountName MyDomain parameter to MyDomain
(03) 2015-04-27 18:28:29 SQLEngine: --EffectiveProperties: Dumping Effective Properties for new instance.
(03) 2015-04-27 18:28:29 SQLEngine: --EffectiveProperties: InstanceId = MSSQL11.MSSQLSERVER
(03) 2015-04-27 18:28:29 SQLEngine: --EffectiveProperties: InstanceName = MSSQLSERVER
(03) 2015-04-27 18:28:29 SQLEngine: --EffectiveProperties: IsDefaultInstance = True
(03) 2015-04-27 18:28:29 SQLEngine: --EffectiveProperties: SqlServerServiceName = MSSQLSERVER
(03) 2015-04-27 18:28:29 SQLEngine: --EffectiveProperties: IsExpressSku = False
(03) 2015-04-27 18:28:29 SQLEngine: --InstallProperties: Dumping Install Properties
(03) 2015-04-27 18:28:29 SQLEngine: --InstallProperties: EnableRanu = False
(03) 2015-04-27 18:28:29 SQLEngine: --InstallProperties: SecurityMode = 
(03) 2015-04-27 18:28:29 SQLEngine: --InstallProperties: LoginMode = 1
(03) 2015-04-27 18:28:29 SQLEngine: --InstallProperties: SqlCollation = SQL_Latin1_General_CP1_CI_AS
(03) 2015-04-27 18:28:29 SQLEngine: --InstallProperties: SqlAdminAcounts = 
(03) 2015-04-27 18:28:29 SQLEngine: --InstallProperties: SqlServiceStartupType = Automatic
(03) 2015-04-27 18:28:29 SQLEngine: --InstallProperties: SqlAccount = MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 SQLEngine: --InstallProperties: AddCurrentUserAsSQLAdmin = False
(03) 2015-04-27 18:28:29 SQLEngine: --PublicBasedDirectoryProperties: Dumping Directory Propreties
(03) 2015-04-27 18:28:29 SQLEngine: --PublicBasedDirectoryProperties: DataRootDirectory = C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL
(03) 2015-04-27 18:28:29 SQLEngine: --PublicBasedDirectoryProperties: SystemDataDirectory = C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA
(03) 2015-04-27 18:28:29 SQLEngine: --PublicBasedDirectoryProperties: InstallSqlInstanceDir = C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL
(03) 2015-04-27 18:28:29 SQLEngine: --PublicBasedDirectoryProperties: DefaultDataDirectory = C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA
(03) 2015-04-27 18:28:29 SQLEngine: --PublicBasedDirectoryProperties: DefaultLogDirectory = C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA
(03) 2015-04-27 18:28:29 SQLEngine: --PublicBasedDirectoryProperties: BackupDirectory = C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Backup
(03) 2015-04-27 18:28:29 SQLEngine: --PublicBasedDirectoryProperties: TempDbDirectory = C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA
(03) 2015-04-27 18:28:29 SQLEngine: --PublicBasedDirectoryProperties: TempDbLogDirectory = C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA
(03) 2015-04-27 18:28:29 SQLEngine: --PublicBasedDirectoryProperties: ErrorLogDirectory = C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Log
(03) 2015-04-27 18:28:29 SQLEngine: --PublicBasedDirectoryProperties: TemplateDataDirectory = C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Template Data
(03) 2015-04-27 18:28:29 SQLEngine: --PublicBasedDirectoryProperties: SqlInstanceBinnDir = C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn
(03) 2015-04-27 18:28:29 SQLEngine: --PublicBasedDirectoryProperties: SqlInstanceTemplatesDir = C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn\Templates
(03) 2015-04-27 18:28:29 SQLEngine: --PublicBasedDirectoryProperties: MasterDbPath = 
(03) 2015-04-27 18:28:29 SQLEngine: --PublicBasedDirectoryProperties: MasterLogPath = 
(03) 2015-04-27 18:28:29 SQLEngine: --InputValidator: --- Validating Engine Settings ---
(03) 2015-04-27 18:28:29 SQLEngine: --InputValidator: Engine: Validating StartMode
(03) 2015-04-27 18:28:29 SQLEngine: --InputValidator: Engine: Validating FileStreamLevel : FILESTREAMLEVEL is 0
(03) 2015-04-27 18:28:29 SQLEngine: --InputValidator: Engine: Validating FileStreamSharename : No sharename specified
(03) 2015-04-27 18:28:29 SQLEngine: --InputValidator: Engine: Validating EnableRanu
(03) 2015-04-27 18:28:29 SQLEngine: --InputValidator: Validating SqlCollation
(03) 2015-04-27 18:28:29 SQLEngine: --InputValidator: SqlCollation = SQL_Latin1_General_CP1_CI_AS
(03) 2015-04-27 18:28:29 SQLEngine: --InputValidator: SqlCollation 'SQL_Latin1_General_CP1_CI_AS' is valid.
(03) 2015-04-27 18:28:29 SQLEngine: --InputValidator: Engine : Validating Service Account
(03) 2015-04-27 18:28:29 SQLEngine: --InputValidator: SQLEngine : Validating Engine Service Account 
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to determine if the account 'MyDomain\svcSQLEngine' is Virtual Account
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to determine if the account 'MyDomain\svcSQLEngine' is Managed Service Account
(03) 2015-04-27 18:28:29 SQLEngine: --InputValidator: Engine : Attempting to get account sid for account MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get account sid for user account MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get sid for user account MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: GetSidForAccount normalized accountName MyDomain\svcSQLEngine parameter to MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get account from sid S-1-5-21-2005767751-3441520766-2436301181-2505
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to initialize user group MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get account sid for user account MyDomain
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get sid for user account MyDomain
(03) 2015-04-27 18:28:29 Slp: Sco: GetSidForAccount normalized accountName MyDomain parameter to MyDomain
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to check if user group svcSQLEngine exists
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to open root DirectoryEntry object for domain/computer 'MyDomain'
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to check if container 'WinNT://MyDomain' of group exists
(03) 2015-04-27 18:28:29 Slp: Sco: User group svcSQLEngine doesn't exist
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get account sid for user account MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get sid for user account MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: GetSidForAccount normalized accountName MyDomain\svcSQLEngine parameter to MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get account sid for user account MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get sid for user account MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: GetSidForAccount normalized accountName MyDomain\svcSQLEngine parameter to MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get account sid for user account MyDomain
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get sid for user account MyDomain
(03) 2015-04-27 18:28:29 Slp: Sco: GetSidForAccount normalized accountName MyDomain parameter to MyDomain
(03) 2015-04-27 18:28:29 SQLEngine: --InputValidator: Engine : Service Acccount Specified, Validating Password
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to validate credentials for user account 'MyDomain\svcSQLEngine' and service name 'MSSQLSERVER'
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to determine if the account 'MyDomain\svcSQLEngine' is Virtual Account
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get account sid for user account MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to get sid for user account MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: GetSidForAccount normalized accountName MyDomain\svcSQLEngine parameter to MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to see if user MyDomain\svcSQLEngine exists
(03) 2015-04-27 18:28:29 Slp: Sco.User.OpenRoot - root DirectoryEntry object already opened for this computer for this object
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to check if user account MyDomain\svcSQLEngine exists
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to look up AD entry for user MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco.User.OpenRoot - root DirectoryEntry object already opened for this computer for this object
(03) 2015-04-27 18:28:29 Slp: Sco.User.LookupADEntry - Attempting to find user account MyDomain\svcSQLEngine
(03) 2015-04-27 18:28:29 Slp: Sco: Attempting to check if container 'WinNT://MyDomain' of user account exists
(03) 2015-04-27 18:28:29 SQLEngine: --InputValidator: Engine: Validation for account MyDomain\svcSQLEngine failed. The RPC server is unavailable.

Never seen this before, any suggestions?

Thanks

Want to change the SQL Server Agent Job History Text Files Location

$
0
0

We have SQL Server 2014 installed on a couple servers, but they were not consistent on directory paths during the installs. I am trying to get the servers to all match.

On one server, SQL Server the Agent Log and Job History files were being written to [H:\Data Root Directory\MSSQL12.MSSQLSERVER\MSSQL\Log].

I want to change that to [H:\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQL\Log] to match the other server.

I have ALREADY gone into SSMS - [SQL Server Agent] - [Properties] and changed the "Error Log " "Fle Name" to [H:\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQL\Log\SQLAGENT.OUT].  And that is working great.

In [SQL Server Configuration Manager] - [SQL Server (MSSQLSERVER)] - [Properties] - Startup Parameters entries have been changed to the new path (-d, -e, and -l), and under [Advanced] both Data Path and Dump Directory are pointing to the new path. 

In [SQL Server Configuration Manager] - [SQL Server Agent (MSSQLSERVER)] - [Properties] - [Advanced] Dump Directory is pointing to the new path. 

However, the job's History text files are still being written to the old path.

There is no setting in the Jobs or the Maintenance Plans that controls the history file location.

I have searched the registry and changed three settings from the old path to the new path.  The registry does NOT contain any more references to the old path.

I rebooted the server, but when the jobs run their history text files are still be written to the old path.

Does anybody have any ideas??   Thanks


upgrade sql server 2008 to 2014

$
0
0

Hello,

1- is it possible to install 2014 while 2008 is installed. And then restore the 2008 database into the 2014 version?
2- is 2014 version out and can it be fully used now?

Thanks

Trying to install Support for DTS packages in SQL server 2008

$
0
0

Hi all

I am trying to follow the instructions in the following link...

technet.microsoft.com/en-us/library/ms143755(v=sql.105).aspx

...to install support for DTS packages - when it says on the Feature Selection page, select Integration Services - none of the installs I have tried show this as an option - what should I be installing in order to see this and get this feature installed?

I just need to be able to view some DTS packages - help!

Thank you! James

Creating Service Accounts For Components of SQL Server

$
0
0
Hello , am trying to install SQL Server 2014 on a windows  8 but dont know how to create the service accounts for the various components . 

SQL Server 2008 R2 installation.

$
0
0

Hi all,

I try to install sql server 2008 r2 in my laptop which has windows 8.1 OS running on it. But while I'm on the process of installing it there is a window that pops up saying that there is a compatibility issue. Can you please give me some advice.

Thanks and God Bless All.

help needed in installing sql server 2014

$
0
0

i am trying to install sql server 2014 ,but error keeps coming .Any websites from which i can download.

Thank you

Viewing all 5760 articles
Browse latest View live


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