Accelerate your Sitecore release pipeline by consolidating environments used for testing and verification

Today, all agile teams are trying to deliver their features into production faster to keep up with rapidly changing customer and business demands.

A big contributing factor to feature delivery time is the release pipeline and the number of environments that the feature has to be deployed to. Typical environments being:

  • Development
  • Integration or SIT
  • Test
  • UAT
  • Pre-production
  • Production

Each environment taking time to deploy, execute testing, management of data and coordination between teams.

Reset Sitecore admin password and account

I recently managed to lock out my Sitecore local admin account when using the Sitecore PowerShell module. It did this without warning when the elevated privileges stopped working correctly.

Anyway from a few various sources I found some examples of how to reset the password. But what was required was to also to set IsLockedOut value.

If you ever find your account locked out, try running the following.

Sitecore SC_ANALYTICS_GLOBAL_COOKIE missing

This is an uncommon issue and one that is easy to overlook if you’ve recently deployed Sitecore into production.

But you find that the persistant cookie “SC_ANALYTICS_GLOBAL_COOKIE” which Sitecore uses to track contacts across sessions in the xDB is missing. This causes a number of issues, but the main one being is that if a visitor returns to the website, a new contact is created as Sitecore cannot relate the two sessions using this unique visitor id.

Moving my blog from Jekyll to Hexo

For some time I have been meaning to begin blogging about my Sitecore and development experiences to share with the community.

Around a year ago i created a new blog using GitHub pages and Jekyll which was straight forward. I made a few posts but as it was a really simple and not attractive blog, I was never keen to share my posts or write new ones. The reason it was so simple was because there are limitations with Jekyll themes and plugins running on GitHub pages, which GitHub renders on the fly.

Differences between IaaS, PaaS and SaaS

Over the last few years working as an SA i’ve helped to architect solutions that use more and more cloud services and very often see the following terms used:

  • IaaS or Infrastrcture as a Service
  • PaaS or Platform as a Service
  • SaaS or Software as a Service

Just from looking at the names of each service types, most technical people can work out what is provided by each. But unfortunately sometimes people are unsure of the differences, paticularly where IaaS ends and PaaS starts.

Sitecore scheduled tasks not running

Today i’ve been trying to understand why I couldn’t configure a scheduled task to run a Sitecore Powershell script. I found many useful articles which explained the configuration options for Sitecore scheduled tasks.

One notable detailed article can be found on the Sitecore Community Docs which reconfirmed my understanding of what triggers the scheduled tasks to run and how often the agent checks what tasks to be run.

I played around with these settings and still couldn’t get my scheduled task to run. I then read a post on stack overflow which gave me a good pointer.