Tuesday, March 1, 2016

BizTalk configuration error : No mapping between account names and security IDs was done. (ConfigHelper)

Error :

TITLE: Microsoft BizTalk Server Configuration Wizard
------------------------------

No mapping between account names and security IDs was done. (ConfigHelper)





This error will occur while configuring Windows service (BizTalk Host Instances) of BizTalk Runtime in the Microsoft BizTalk Server Configuration Wizard. You will face this issue when you are trying to configure with the domain.

This issue can be resolved by creating a local account, then add the account to the administrators group. Login with the newly created account and then configure the BizTalk Runtime in the Configuration Wizard. This will resolve the issue.

When you are using a local group on a particular domain, Go Offline and configure the BizTalk Runtime. The Issue will be resolved.

Wednesday, January 13, 2016

BizTalk Server - Cannot perform encryption or decryption because the secret is not available from the master secret server.

Error Message :
Cannot perform encryption or decryption because the secret is not available from the master secret server.
This error will occur when the SSO server is not able to get the secret from the master secret server. This will happen in the scenario, when you try to restore an existing SSO Database in to a new server. Also this will occur when you configure BizTalk.
Steps to resolve this :
  • Open a command prompt and navigate to C:\Program Files\Common Files\Enterprise Single Sign-On\ 
  • Type in this command: ssoconfig -restoresecret SSO44F8.bak (or another file that looks like this one, it's the SSO back-up file) 
  • Enter the password 
  • Create a new back-up file with this command: ssoconfig -backupsecret latestbackup.dat