Dec 13, 2010
visibility 7351
star star star star star
(1 votes)

Load Balancing License Issues when upgrading to CMS-6

Every now and then we are being asked different license issues after upgrading to CMS-6 enterprise and load balancing. As I wrote in my previous post about the working of new license model in CMS-5 & 6 but it seems that there are some confusion still out there.

Let's take couple of them with examples. :)

"This slave site has no master license information"
or
"This slave site failed when validating master license information".
If you come across one of the above errors than first thing you need to do is to follow the FAQ. If the error remains than make sure that you have right licenses uploaded through admin mode. Open up your master license from master site and slave license from slave site.  Check the MetaData in both configs as below: 

Master License.config:

<LicenseNumber>1234756</LicenseNumber>
<Enterprise>True</Enterprise>
<
Master>True</Master>

Slave License.config:

<LicenseNumber>789102</LicenseNumber>
<Enterprise>True</Enterprise>
<
SlaveTo>1234756</SlaveTo>

Make sure that SlaveTo points to correct master license ID. Also make sure that the account which you used to connect to database(s) has "DBOwner" access.

If you have upgraded your license from CMS-5 Old enterprise and have received multiple config files than there are chances that you have uploaded incorrect license in your site(s).

If you require to change master license bindings in any of your existing license then send a request to license admin or "sales at episerver dot com" and supply correct license numbers.

 

 

"License violation - license in use at another site"
wait a sec ... yes yes we do have couple of FAQs (one & two) available already but when it comes to CMS-6, you need to make sure that you have uploaded a new license file for every additional enterprise site since one license only supports one site to run with. 

Dec 13, 2010

Comments

error Please login to comment.
Latest blogs
Finding Thomas Part 3 - The Moment of Recognition

Remember Thomas? In digital landscape, Thomas is the returning visitor who reads everything, opens every email, converts on nothing. In standard...

Ritu Madan | Jun 26, 2026

Add more scheduled job settings from the Optimizely CMS 12 admin UI -- with OptiScheduledJob.ExtraParameters

  Optimizely (EPiServer) CMS 12 ships a great scheduled-jobs framework, but it has one frustrating gap: a job has nowhere to store its own...

Binh Nguyen Thi | Jun 25, 2026

Automated Search & Navigation to Graph Migration with Claude Code

A Claude Code plugin that scans your S&N codebase, applies Graph SDK transformations, and validates the result. Install once, run one command. CMS ...

Connor Fortin | Jun 24, 2026

Migrating from Find to Graph: Lessons Learned from a Real CMS 13 Project

While migrating a search solution from Optimizely Search & Navigation (Find) to Optimizely Graph in CMS 13, I encountered several issues that were...

Binh Nguyen Thi | Jun 24, 2026

Optimizely: Upgrade Opti-ID and .NET 10 in CMS 12

Many Optimizely customers are planning their roadmap around a future migration to Optimizely CMS 13. As a result, upgrades such as Opti ID adoption...

Madhu | Jun 23, 2026 |

Understanding Optimizely Graph: Caching, Webhooks & Avoiding Stale Content (Optimizely SaaS CMS)

📌 Scope: This post covers Optimizely CMS (SaaS) only — using the official @optimizely/cms-sdk and @optimizely/cms-cli packages with Next.js 15. If...

Kiran Patil | Jun 23, 2026 |