Monday, July 29, 2019

Install-SitecoreConfiguration : CertEnroll::CSignerCertificate::Initialize: Cannot find object or property. 0x80092004

Recently while installing Sitecore Experience Commerce 9 Update 2 (SitecoreXC9.02) I got the below error:

Install-SitecoreConfiguration : CertEnroll::CSignerCertificate::Initialize: Cannot find object or property. 0x80092004 (-2146885628 CRYPT_E_NOT_FOUND)



When googling this error the most prominent blog that shows up is this but unfortunately, in my scenario, it was not helpful.

The problem ended up due to the SIF version that I had. By default, the latest version of SIF gets picked up which is (as of the day I am writing this article) 2.1.0 but for Sitecore 9 commerce update 2 (SitecoreXC9.02), we need SIF 1.2.1. Not sure if this is mentioned anywhere in Sitecore documentation. 

So I had to force PowerShell to use the older version of SIF using the method explained here and re-ran the installation. It at least got me past this certificate issue. 

No comments:

Post a Comment