The MS SQL Service fails to start and the following error messages appear in the System Event Viewer log:
Schannel error in the system event log : A fatal error occurred while creating a TLS client credential. The internal error state is 10013.
SQL error in the system event log: A fatal error occurred while creating a TLS client credential. The internal error code is 7024.
Cause
This error message appears you disable TLS 1.0 on the NES server and the version of MS SQL Server does not support TLS 1.2.
Resolution
To resolve this issue, perform the following steps to install a version of MS SQL server that supports TLS 1.2 and preserve the information in the NES database.
- Enable TLS 1.0 and disable TLS 1.2.
- Start the MS SQL Server service.
- Install SQL Server Management Studio (ssms).
- Download SQL Express 2017 SP1 or later.
- Perform the following actions to backup the NES
database.
- Connect to IIS Manager and stop IIS.
- Launch ,and then connect to the SQL instance.
- Expand Databases.
- Right-click the Nymi.nes database and then select . NOTE: If your database name is not Nymi.nes, select the name that appears in your env.
- From the Backup type list, select Full. Make note of the destination directory.
- Click OK.
- Start IIS.
- Remove SQL Express 2012.
- Restart the NES server.
- Install SQL Express 2017.
- Perform the following steps to restore the NES
database.
- Run SSMS and then connect to the SQL instance.
- Right-click Databases and then select Restore Database.
- In the left navigation pane of the Restore Database window, click Options.
- Select Overwrite existing database (WITH REPLACE).
- In the left navigation pane click General.
- In the Source section, select Device and then click the Elispses (...).
- On the Select backup devices window, click Add.
- Navigate to the MSSQL11.SQLEXPRESS subfolder and then expand .
- Select the Nymi.nes.bak file and then click OK.
- On the Select backup devices window, click OK.
- Click Verify Backup Media. (no errors should appear)
- Click OK.
- Perform the following steps to verify the NES database.
- Log into the NES Administrator Console and search for a user.
- When the user appears, click the hypertext link and ensure that you can see the properties of the user.
- On the Policies tab, edit your policy and confirm that the settings are correct.
- Enable TLS 1.2 and confirm that NES can access the
database
- Disable TLS 1.0.
- Enable TLS 1.2.
- Ensure that SSL 3.0 is disabled.
- Stop and restart the MS SQL Server service.
- Log into the NES Administrator Console and search for a user.
- When the user appears, click the hypertext link and ensure that you can see the properties of the user.
Comments
0 commentsPlease sign in to leave a comment.