One of our customer was upgrading his multisite/multilanguage Sitecore installation from version 9.0.1 to 9.3, and had gigabytes of media to move from the old site to the new one. Of course, moving the Sitecore items was easy, it was just to create a package and import it to the new site – I’ll showContinue reading “Migrating Sitecore medialib items from an Azure Storage Account to another one”
Category Archives: Powershell
Resolve the dreaded HTTP Error 502.5 – ANCM Out-Of-Process Startup Failure
When I installed Sitecore 10, I got this ANCM Out-Of-Process error while trying to connect to the identity server. This could be reproduced easily when trying to connect to the identity server with this URL: https://$YOUR_PREFIX_identityserver.dev.local/.well-known/openid-configuration Looking at the Event Viewer (Windows Log/Application), I could see a much better description of the error I haveContinue reading “Resolve the dreaded HTTP Error 502.5 – ANCM Out-Of-Process Startup Failure”
Importer et exporter des données en dehors de Sitecore
Dans certains projets, on m’a demandé d’exporter et d’importer des données qui se trouvaient dans Sitecore afin que le personnel non technique puisse facilement les utiliser. Il peut s’agir de tout, de l’exportation des données personnelles des utilisateurs à la mise à jour des informations sur les produits dans un site Sitecore Commerce. Les exigencesContinue reading “Importer et exporter des données en dehors de Sitecore”
Import and Export data outside Sitecore
In some projects, I have been asked to export and import data that was in Sitecore so that non-technical personal could easily work with it. It could be everything from exporting users’s personal data to updating product information in a Sitecore Commerce site. The requirements were that these non-technical personal shouldn’t have to learn anythingContinue reading “Import and Export data outside Sitecore”
Quelques scripts SPE
Sitecore Powershell Extensions (SPE) est un module qui fournit une interface de ligne de commande et un environnement de script pour intéragir avec la plateforme Sitecore et ses objets, ainsi que plusieurs nouveaux outils. Il a été développé par Adam Najmanowicz et Michael West et est par exemple un prérequis pour installer Sitecore Experience Accelerator.Continue reading “Quelques scripts SPE”
Some useful SPE scripts
Sitecore Powershell Extensions (SPE) is a module that provide a command line and scripting environment as well as several new tools. It was developped by Adam Najmanowicz and Michael West and is for example a prerequisite to install Sitecore Experience Accelerator. You can download this module from the marketplace or even from Sitecore’s download section.Continue reading “Some useful SPE scripts”