Skip to content

Commit 472f317

Browse files
committed
Remove redundant error message for obtaining SQL Server instance
1 parent 9bbfc19 commit 472f317

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

source/Modules/SqlServerDsc.Common/en-US/SqlServerDsc.Common.strings.psd1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ ConvertFrom-StringData @'
4343
NotOwnerOfClusterResource = The node '{0}' is not the owner of the cluster resource '{1}'. The owner is '{2}' so no restart is needed. (SQLCOMMON0067)
4444
LoadedAssembly = Loaded the assembly '{0}'. (SQLCOMMON0068)
4545
FailedToLoadAssembly = Failed to load the assembly '{0}'. (SQLCOMMON0069)
46-
FailedToObtainServerInstance = Failed to obtain a SQL Server instance with name '{0}' on server '{1}'. Ensure the SQL Server instance exists on the server and that the 'SQLServer' module references a version of the 'Microsoft.SqlServer.Management.Smo.Wmi' library that supports the version of the SQL Server instance. (SQLCOMMON0070)
4746
DatabaseEngineInstanceNotOnline = The SQL instance '{0}' was expected to have the status 'Online', but had status '{1}'. (SQLCOMMON0071)
4847
WaitForDatabaseEngineInstanceStatus = The SQL instance status is '{0}' expected '{1}', waiting {2} seconds. (SQLCOMMON0072)
4948
'@

source/Modules/SqlServerDsc.Common/sv-SE/SqlServerDsc.Common.strings.psd1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ ConvertFrom-StringData @'
4949
NotOwnerOfClusterResource = The node '{0}' is not the owner of the cluster resource '{1}'. The owner is '{2}' so no restart is needed. (SQLCOMMON0067)
5050
LoadedAssembly = Loaded the assembly '{0}'. (SQLCOMMON0068)
5151
FailedToLoadAssembly = Failed to load the assembly '{0}'. (SQLCOMMON0069)
52-
FailedToObtainServerInstance = Failed to obtain a SQL Server instance with name '{0}' on server '{1}'. Ensure the SQL Server instance exists on the server and that the 'SQLServer' module references a version of the 'Microsoft.SqlServer.Management.Smo.Wmi' library that supports the version of the SQL Server instance. (SQLCOMMON0070)
5352
DatabaseEngineInstanceNotOnline = The SQL instance '{0}' was expected to have the status 'Online', but had status '{1}'. (SQLCOMMON0071)
5453
WaitForDatabaseEngineInstanceStatus = The SQL instance status is '{0}' expected '{1}', waiting {2} seconds. (SQLCOMMON0072)
5554
'@

0 commit comments

Comments
 (0)