diff --git a/bin/nuget/Microsoft.SqlServer.Smo.140.17055.0.nupkg b/bin/nuget/Microsoft.SqlServer.Smo.140.17055.0.nupkg
new file mode 100644
index 00000000..b5e7c782
Binary files /dev/null and b/bin/nuget/Microsoft.SqlServer.Smo.140.17055.0.nupkg differ
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
index be3c966b..d5e621e6 100755
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
@@ -2333,6 +2333,14 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
+ public static string DatabaseNotAccessible
+ {
+ get
+ {
+ return Keys.GetString(Keys.DatabaseNotAccessible);
+ }
+ }
+
public static string ScriptingParams_ConnectionString_Property_Invalid
{
get
@@ -4229,6 +4237,9 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string SystemVersioned_LabelPart = "SystemVersioned_LabelPart";
+ public const string DatabaseNotAccessible = "DatabaseNotAccessible";
+
+
public const string ScriptingParams_ConnectionString_Property_Invalid = "ScriptingParams_ConnectionString_Property_Invalid";
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
index 43a5b0da..6f0f854f 100755
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
@@ -1339,6 +1339,10 @@
System-Versioned
+
+ The database {0} is not accessible.
+
+
Error parsing ScriptingParams.ConnectionString property.
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
index 51743cd3..9c86c0fd 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
@@ -667,6 +667,8 @@ History_LabelPart = History
SystemVersioned_LabelPart = System-Versioned
+DatabaseNotAccessible = The database {0} is not accessible.
+
############################################################################
# Scripting Service
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
index 6836f9ad..7ac33727 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
@@ -2096,6 +2096,11 @@
No Applicable Filegroup
+
+ The database {0} is not accessible.
+ The database {0} is not accessible.
+
+