diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
index 9cfdb072..da92b2f8 100755
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
@@ -2405,6 +2405,14 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
+ public static string ScriptingUnexpectedError
+ {
+ get
+ {
+ return Keys.GetString(Keys.ScriptingUnexpectedError);
+ }
+ }
+
public static string unavailable
{
get
@@ -4600,6 +4608,9 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string ScriptingListObjectsCompleteParams_ConnectionString_Property_Invalid = "ScriptingListObjectsCompleteParams_ConnectionString_Property_Invalid";
+ public const string ScriptingUnexpectedError = "ScriptingUnexpectedError";
+
+
public const string unavailable = "unavailable";
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
index 0c7d3c4b..da0e2b8c 100755
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
@@ -1380,6 +1380,10 @@
Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.
+
+ Unexpected error while scripting: no result returned from script operation.
+
+
Unavailable
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
index 1d7d1c16..307814b3 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
@@ -690,6 +690,8 @@ ScriptingParams_FilePath_Property_Invalid = Invalid directory specified by the S
ScriptingListObjectsCompleteParams_ConnectionString_Property_Invalid = Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.
+ScriptingUnexpectedError = Unexpected error while scripting: no result returned from script operation.
+
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
index 84b7d2c9..2fedb3b0 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
@@ -2311,6 +2311,11 @@
.
Parameters: 0 - value (string), 1 - columnType (string)
+
+ Unexpected error while scripting: no result returned from script operation.
+ Unexpected error while scripting: no result returned from script operation.
+
+