Troubleshooting blasadmin issues
This topic contains troubleshooting information for the blasadmin issue.
Warnings displayed on the command line
When you run commands by using the blasadmin utility (for example, set AccountConfig), warnings similar to the following are displayed on the command line.
SQL Server:- Microsoft SQL Server 2014 - 12.0.2000.8 (X64)
Feb 20 2014 20:04:26
Copyright (c) Microsoft Corporation
Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (Hypervisor)
bladmin:*>set AccountConfig UserAccountInactiveTime 7
Jan 18, 2023 3:39:14 PM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
WARNING: TLSv1 was negotiated. Please update server and client to use TLSv1.2 at
minimum.
Jan 18, 2023 3:39:15 PM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
WARNING: TLSv1 was negotiated. Please update server and client to use TLSv1.2 at
minimum.
Jan 18, 2023 3:39:15 PM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
WARNING: TLSv1 was negotiated. Please update server and client to use TLSv1.2 at
minimum.
Jan 18, 2023 3:39:15 PM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
WARNING: TLSv1 was negotiated. Please update server and client to use TLSv1.2 at
minimum.
Jan 18, 2023 3:39:16 PM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
WARNING: TLSv1 was negotiated. Please update server and client to use TLSv1.2 at
minimum.
Jan 18, 2023 3:39:16 PM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
WARNING: TLSv1 was negotiated. Please update server and client to use TLSv1.2 at
minimum.
Workaround: Upgrade the JDBC drivers to support TLS 1.2. For SQL Server to support TLS 1.2, certain client components and driver updates are required, as discussed in the following Microsoft article: https://support.microsoft.com/en-us/kb/3135244
After you successfully update the drivers, these warnings won't be displayed.
Issues while setting ConsoleIdleTimeout parameter
When you set the ConsoleIdleTimeout parameter you might encounter issues if the value of the parameter is not set correctly. You might get the following errors if the value of this parameter is outside the specified range. See the following examples:
Example command1:
Example output1:
Example command2:
Example output2:
Resolution: Ensure that the ConsoleIdleTimeout parameter is set correctly, following the instructions outlined on the Configuring-the-console-inactivity-timeout page.
After you successfully set the parameter, these errors won't be displayed.