Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix | Update some of the error strings in SQLServerResource #1105

Merged
merged 1 commit into from
Jul 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -578,12 +578,12 @@ protected Object[][] getContents() {
{"R_MSITokenFailureEndpoint", "MSI Token failure: Failed to acquire token from MSI Endpoint"},
{"R_propertyNotSupported",
"Microsoft JDBC Driver for SQL Server currently does not support the property: {0}"},
{"R_ntlmHmacMD5Error", "Unable to initialize NTLM authentication: Hmac MD5 init error"},
{"R_ntlmHmacMD5Error", "Unable to initialize NTLM authentication: HMAC-MD5 initialization error."},
{"R_ntlmSignatureError", "NTLM Challenge Message signature error: {0}"},
{"R_ntlmMessageTypeError", "NTLM Challenge Message type error: {0}"},
{"R_ntlmAuthenticateError", "NTLM error constructing Authenticate Message: {0}"},
{"R_ntlmNoTargetInfo", "NTLM Challenge Message is missing target info."},
{"R_ntlmUnknownValue", "NTLM Challenge Message target info error: unknown value \"{0}\""},
{"R_ntlmAuthenticateError", "NTLM error when constructing Authenticate Message: {0}"},
{"R_ntlmNoTargetInfo", "NTLM Challenge Message is missing TargetInfo."},
{"R_ntlmUnknownValue", "NTLM Challenge Message TargetInfo error: unknown value \"{0}\""},
{"R_useFmtOnlyPropertyDescription",
"Determines whether to enable/disable use of SET FMTONLY to retrieve parameter metadata."},
{"R_invalidOpenqueryCall",
Expand Down