Skip to content

Commit 9de1ec2

Browse files
committed
updated error message
1 parent b13b41f commit 9de1ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/sqlserver/jdbc/SQLServerResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ protected Object[][] getContents() {
404404
{"R_GenerateSignature", "Unable to generate signature using a specified Azure Key Vault Key URL."},
405405
{"R_SignedHashLengthError", "Signed hash length does not match the RSA key size."},
406406
{"R_InvalidSignatureComputed", "Invalid signature of the encrypted column encryption key computed."},
407-
{"R_UnableLoadMSSQLAuthDll", "Unable to load mssql-auth.dll. Error code: 0x{0}. For details, see: http://go.microsoft.com/fwlink/?LinkID=513072"},
407+
{"R_UnableLoadMSSQLAuthDll", "Unable to load mssql-auth.dll. Error code: 0x{0}."},
408408
{"R_ADALAuthenticationMiddleErrorMessage", "Error code 0x{0}; state {1}."},
409409
{"R_unsupportedDataTypeTVP", "Data type {0} not supported in Table-Valued Parameter."},
410410
{"R_moreDataInRowThanColumnInTVP", "Input array is longer than the number of columns in this table."},

0 commit comments

Comments
 (0)