Home Forums SQL Server 7,2000 Security An error occurred during decryption (Error: 15466, Severity: 16, State: 1.) RE: An error occurred during decryption (Error: 15466, Severity: 16, State: 1.)

  • I also have the same issue. The only thing I have done was to create an active directory user account called "sqlmanager" and gave Administrator, Domain Admin, and Domain User rights to him. Next, I changed the sql service login to run using the new account (sqlmanager) which ran under "Local System" prior. Started the sql service and get the following errors within the error log. I have never seen this before. In reading a number of post there was also a recommendation to disable VIA protocol, but it is not enabled. Whenever I switch the sql services to run under the "Local System" sql does start back up so I would say there is some sort of permissions error of some kind. Any ideas would be helpful.

    2009-08-06 07:15:27.02 spid5s Error: 15466, Severity: 16, State: 1.

    2009-08-06 07:15:27.02 spid5s An error occurred during decryption.

    2009-08-06 07:15:27.07 spid5s Server name is 'VCPSRV'. This is an informational message only. No user action is required.

    2009-08-06 07:15:27.07 spid9s Starting up database 'model'.

    2009-08-06 07:15:27.08 Server Error: 17190, Severity: 16, State: 1.

    2009-08-06 07:15:27.08 Server FallBack certificate initialization failed with error code: 1.

    2009-08-06 07:15:27.08 Server Unable to initialize SSL encryption because a valid certificate could not be found, and it is not possible to create a self-signed certificate.

    2009-08-06 07:15:27.08 Server Error: 17182, Severity: 16, State: 1.

    2009-08-06 07:15:27.08 Server TDSSNIClient initialization failed with error 0x80092004, status code 0x80.

    2009-08-06 07:15:27.08 Server Error: 17182, Severity: 16, State: 1.

    2009-08-06 07:15:27.08 Server TDSSNIClient initialization failed with error 0x80092004, status code 0x1.

    2009-08-06 07:15:27.08 Server Error: 17826, Severity: 18, State: 3.

    2009-08-06 07:15:27.08 Server Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log.

    2009-08-06 07:15:27.08 Server Error: 17120, Severity: 16, State: 1.

    2009-08-06 07:15:27.08 Server SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.

    -John