Sitecore Experience Commerce

A collection of 46 posts
Sitecore Experience Commerce

DeployCommerceEngine CreateWebsite- Error Generating Self Signed Certificate: Cannot find object or property (CRYPT_E_NOT_FOUND)

In the DeployCommerceEngine task of the Sitecore Experience Commerce 9.0.2 install script, there is a step to create the website [1]. I hit the following error at this point: CertEnroll::CSignerCertificate::Initialize: Cannot find object or property. 0x80092004 (-2146885628 CRYPT_E_NOT_FOUND) The certificate is created by
1 min read
Sitecore Experience Commerce

Sitecore Experience Commerce 9 install task CreateWebsiteOps Error- Cannot bind parameter 'Signer' to the target.

The Problem When running the CreateWebsiteOps task during installing Sitecore Experience Commerce 9 Update 2, I got the following error: > Cannot bind parameter 'Signer' to the target. Exception setting "Signer": "Value cannot be null. Investigation Upon inspection of CommerceEngine.Deploy.json (located at SIF.Sitecore.Commerce.1.2.14\Configuration\
1 min read
Sitecore Experience Commerce 9

Sitecore Experience Commerce 9.0.2 Installation Error: Cannot convert 'System.Object[]' to the type 'System.String' required by parameter

I got the following error when running Deploy-Sitecore-Commerce.ps1: > Cannot convert 'System.Object[]' to the type 'System.String' required by parameter 'SitecoreBizFxServicesContentPath'. After looking at the value for the 'SitecoreBizFxServicesContentPath' parameter in the deploy script, the only difference I could see was the path was not specifying a particular
1 min read
Sitecore Experience Commerce

Sitecore Commerce InitializeEnvironment error: 'Failed to get connection for Sitecore'

After installing Sitecore Commerce 8.2.1 using the provided powershell scripts, the initialize environment command failed with the following error: localhost:5000/commerceops/InitializeEnvironment(environment='HabitatAuthoring') { "@odata.context":"http://localhost:5000/CommerceOps/$metadata#Commands/$entity", "@odata.type":"#Sitecore.Commerce.Core.Commands.InitializeEnvironmentCommand", "Id":"0279d5d989dc43249df9827354786a61", "ResponseCode":"Error", "Messages":[ {
1 min read
Sitecore Experience Commerce

All you need to know about Sitecore Commerce Service APIs

Sitecore Commerce 8.2.1 is the first step in building a next generation e-commerce platform. I’ve already explored pricing [https://sitecoredude.com/show-me-the-money-a-guided-tour-of-pricing-in-sitecore-commerce-8-2-1/] and promotions [https://sitecoredude.com/how-to-offer-value-to-your-customers-using-promotions-in-sitecore-commerce-8-2-1/] . Underpinning all of this functionality is Sitecore’s trump card- the Commerce Engine, which is based on a microservices
3 min read