Enterprise Single Sign-On Event ID 10589: The master secret has not been backed up

  • Sandro Pereira
  • Oct 19, 2013
  • 2 min read

In my case, this error occurred when I was recovering an old BizTalk Server 2004 development environment:

The master secret has not been backed up. If you lose the master secret all the information stored in the SSO system will be lost permanently and your systems may fail to work correctly. Please use the SSO admin tools to back up your master secret.

Event ID 10589 the master secret has not been backed up

And this is actually a well-known error, and this can occur in all versions of BizTalk Server, not only in the 2004 version, and it is also very easy to solve.

📝 One-Minute Brief

If your Event Viewer is flooded with ENTSSO Event ID 10589, it means your Master Secret hasn’t been backed up. This isn’t just a warning; it’s a critical risk. If your SSO server fails and you don’t have this backup, you lose access to all encrypted BizTalk data permanently. The fix is a simple command-line execution (ssoconfig -backupsecret) or a few clicks in the SSO Administration console. Do it now to ensure your environment is disaster-recovery ready.

Cause

The reason for this error is that the master secret has not yet been backed up. And you need to be very careful because if you lose the master secret, all the information stored in the SSO system will be lost permanently, and your systems may fail to work correctly.

Solution

As I mentioned earlier, this error is extremely easy to solve, and for this, we only need to:

  • On the Start menu, click Run and type cmd to open the Command Prompt.
  • At the Command Prompt window, go to the Enterprise Single Sign-On installation directory.
    • The default installation directory is C:\Program Files\Common Files\Enterprise Single Sign-On.
  • And type the following command to back up your master secret key:
    • ssoconfig -backupsecret <full path to the backup file>
  • This command will ask you to provide a password and a reminder, as you can see in the picture below:
ssoconfig backupsecret command

After that, your master secret will be backed up, and the error will be solved.

the master secrets were successfully backed up

Hope you find this helpful! If you liked the content or found it useful and would like to support me in writing more, consider buying (or helping to buy) a Star Wars Lego set for my son. 

Thanks for Buying me a coffe
Author: Sandro Pereira

Sandro Pereira lives in Portugal and works as a consultant at DevScope. In the past years, he has been working on implementing Integration scenarios both on-premises and cloud for various clients, each with different scenarios from a technical point of view, size, and criticality, using Microsoft Azure, Microsoft BizTalk Server and different technologies like AS2, EDI, RosettaNet, SAP, TIBCO etc. He is a regular blogger, international speaker, and technical reviewer of several BizTalk books all focused on Integration. He is also the author of the book “BizTalk Mapping Patterns & Best Practices”. He has been awarded MVP since 2011 for his contributions to the integration community.

Leave a Reply

Your email address will not be published. Required fields are marked *

The Ultimate Cloud
Management Platform for Azure

Supercharge your Azure Cost Saving

Learn More
Turbo360 Widget

Back to Top