Summary
Steps to resolve Intel® EMA v1.7 Certificate Chaining Issue
Description
Error Message: Unable to get activation certificate chain from the database.
Resolution
Corrective Steps: Update SQL Stored Procedure:
- Launch Microsoft SQL Server Management Studio.
- Expand the EMADatabase.
- Expand Programmability > Stored Procedures.
- Scroll down to Security.Certificates_GetCertificatesByTenantId.
- Right-click and select Modify.
- Add Order By [CertificateId] and click Execute to update the stored procedure.
- Close Microsoft SQL Server Management Studio.