Algolia - filters unexpected token string(organic)
When using the C# library to query an index in Algolia, the following error appeared after I attempted to filter the query on one of my facets: filters: Unexpected token string(organic) expected end of...
View ArticleSitecore - A read lock may not be acquired with the write lock held in this mode
After making some changes to services I was registering for dependency injection (using the standard Sitecore implementation). I began getting the following error: A read lock may not be acquired with...
View ArticleSitecore and Azure Search - Found 2 key fields in index
After changing an index definition I deleted my web index from Azure Search and re-created it ready to perform a full index rebuild. This led the following error: Exception:...
View ArticleSitecore Experience Commerce - index rebuild failure
When attempting to rebuild the web index for an experience commerce instance which contained a number of categories and sellable items, the following error occurred: Exception:...
View ArticleSitecore Experience Commerce - SitecoreConnectionManager getitemsbypath failures
In the minions commerce engine role of my Experience Commerce 9 environment, I have an import minion which syncs product data into Sitecore. During it's run it ran into errors connecting to Sitecore...
View ArticleSitecore 9 unable to connect to SXA SOLR indexes
After installing a clean Sitecore 9 (update 2) instance I noticed some errors in the Sitecore log files around web and master indexes for SXA: ERROR Unable to connect to [https://localhost:8983/solr],...
View ArticleSitecore Experience Commerce - InvalidShopCurrency error on site publish
When attempting to perform a site publish (to the web database) on a Sitecore instance containing Experience Commerce, the following error occurred part way through the publish: Job started: Publish to...
View ArticleSitecore Experience Commerce - Site publish to web fails with 401 error
When trying to perform a site publish (to the web database) on a Sitecore instance with Experience Commerce installed, the following error occurred part way through the publishing process. Sitecore...
View ArticleSitecore Experience Commerce - Engine is not generating any log files
After an upgrade from Experience Commerce 9 update 1 to update 2, all 4 of my commerce engine roles were not generating any log files and in fact the logs folder did not exist at all. The engines were...
View ArticleSitecore install error - Cannot retrieve the dynamic parameters
When attempting to install an instance of Sitecore 9 (update 2) I was getting the following errors from the SIF installation in PowerShell. Install-SitecoreConfiguration : Cannot retrieve the dynamic...
View ArticleSitecore Experience Commerce - Engine could not load type
During an upgrade of Sitecore Experience Commerce (from update 1 to update 2), I was getting the following error message on a failed bootstrap of the commerce engine: Could not load type...
View ArticleSitecore Experience Commerce - Errors generating the Sitecore Service Proxy
As I had created a custom API in the Experience Commerce engine, I was required to rebuild the Sitecore Commerce Service proxy (Sitecore.Commerce.ServiceProxy). This led to a couple of issues on...
View ArticleSitecore Experience Commerce - InvalidPolicySetJson on boostrap
When attempting to bootstrap the commerce engine, after upgrading the instance from update 1 to update 2, the following error occurred: "@odata.context":...
View ArticleSitecore Identity Server - CryptographicException Keyset does not exist
During an upgrade of a Sitecore Experience Commerce instance from update 1 to update 2, the identity server started to display the following error when attempting to get a token via Postman. Unhandled...
View ArticleSitecore Experience Commerce - Identity Server No signing credential is...
After upgrading Sitecore Identity Server as part of a migration from update 1 to update 2 of Experience Commerce, the following error appeared after attempting to authenticate in postman: Unhandled...
View ArticleSitecore Experience Commerce - Upgrade Analytics Core package installation fails
When running the upgrade of Sitecore Experience Commerce from update 1 to update 2, the package installation of Sitecore Commerce ExperienceAnalytics Core 11.2.83.zip was failing due to an item:saved...
View ArticleSitecore Experience Commerce - Management.GetCommerceTerms and related...
Looking at the logs for a long running Sitecore Experience Commerce minion, I noticed large chunks of the following logs: INFO Management.GetCommerceTerms./sitecore/Commerce/Commerce Control...
View ArticleSitecore SOLR - unknown field MyFieldName
After adding a new computed index field to my SOLR web index, I was getting the following error on rebuild: Job started: Index_Update_IndexName=sitecore_web_index|#Exception:...
View ArticleSitecore Experience Commerce - ERROR Site Disabled. Failed to logging
In a Sitecore Experience Commerce environment running the minions role, the following set of errors would occur when attempting to access an item in Sitecore. 17 19:13:17 INFO...
View ArticleSitecore Experience Commerce - Facets are limited to 100 results
I was debugging a Sitecore Experience Commerce product list locally (using SOLR as a search provider) and noticed that a category with a large number of brands to facet on, would always limit out at...
View Article