This post was originally published here

When I tried to open any configuration for send port/Received location I use bump into this error: “Cannot perform encryption or decryption because the secret is not available from the master secret server”. A simple way to solve this problem:

  • Open a command prompt
  • Navigate to C:Program FilesCommon FilesEnterprise Single Sign-On
  • Type in this command: ssoconfig -restoresecret SSO3F38.bak (or another file that looks like this one, it’s the SSO back-up file)
  • Enter the password (This is the password for SSO created during BizTalk Configuration)
  • Create a new back-up file with this command: ssoconfig -backupsecret latestbackup.dat
Advertisements