BIZTALK: Cannot perform encryption or decryption because the secret is not available from the master secret server
TITLE: BizTalk Server 2006 Administration Console
------------------------------
Could not store transport type data for Primary Transport of Send Port '***_SendPort' to config store. Primary SSO Server '*****' failed. Cannot perform encryption or decryption because the secret is not available from the master secret server. See the event log (on computer '*****') for related errors.
(Microsoft.BizTalk.ExplorerOM)
-------
REASON:
-------
Maybe someone had reset the service account password or any other cause.
---------
SOLUTION:
---------
If you get this SSO error:
Cannot perform encryption or decryption because the secret is not available from the master secret server, do the following steps:
1. Open command prompt:
2. Go to c:\program files\common files\enterprise single sign-on\
type: ssoconfig -restoresecret SSO9F54.bak (the sso back up file created at the time of biztalk configuration)
3) Give the valid password
4)On success, type: ssoconfig -backupsecret latestbackup.dat
Give a password, and perform them successfully to take the backup of latest sso config file.