Skip to main content

Posts

Docker Desktop service is not running, would you like to start it?

Bellow message appear while restarting Windows laptop having Docker Desktop installed. Docker Desktop service is not running, would you like to start it? Windows will ask you for elevated access. During online search, we found below solution on stackOverflow which worked for us.  Docker: Service is not running. Windows will ask you for elevated access   Please follow this solution. Hope this helps.
Recent posts

Troubleshooting Sitecore containerized environment

Error #1: Waiting for CM to become available... Got to docker-compose.override.yml file and replace \ with \\ as shown below entrypoint: powershell.exe -Command "& C:\\tools\\entrypoints\\iis\\Development.ps1"

Sitecore package installation in Sitecore 10 Docker environment

Recently we got below error during installation of Sitecore package in Sitecore 10  containerized environment During online research we found one solution as given below and this worked out. https://www.koenheye.be/sitecore-docker-install-packages-in-cm-environment/

Export Pdf list via Sitecore PowerShell Extension

This Sitecore PowerShell utility export a list of Pdfs for specified location  $FilePath = "master:" + (Get-Item .).Paths.Path Import-Function -Name ConvertTo-Xlsx $DownloadReport = 1 $resultObj = @() $PdfList = Get-childItem -Path $FilePath -Recurse | Where-Object { $_.TemplateName -eq "Pdf"} $ItemReferrerList = "" if( $PdfList ){     $PdfList | ForEach-Object {         ######Get-ItemReferrer Start         $ItemArray = @()         $ItemReferrer = Get-ItemReferrer -ID $_.ID | Where-Object { $_.Name -ne "Admin" -and $_.ItemPath -like "/sitecore/content/*" } | Select-Object -Property ID,Version         If( $ItemReferrer ){             $ItemReferrer | ForEach-Object {                $item = Get-Item -Path master: -ID $_.ID              $latestVersion = $item.Versions.Count     ...

Sitecore SaaS( XM Cloud ) Migration

Sitecore XM Cloud vs Sitecore XP vs Sitecore XM Sitecore XM Cloud vs Sitecore XP vs Sitecore XM | Fishtank Consulting (getfishtank.com) Sitecore XM Cloud v Sitecore XP v Born-Headless CMS - Oshyn Sitecore XM Cloud What Is Sitecore XM Cloud: What We Know (Updated) | Fishtank Consulting (getfishtank.com) XM Cloud FAQ (sitecore.com) Sitecore Architect’s Guide to SaaS Migration – XP Marketing Automation – St-Cyr Thoughts (jasonstcyr.com) Sitecore Next JS Guide Introduction – Sitecore Next.js Guide (hakmeng.com)