Wednesday, October 31, 2012

Issues in BizTalk SSO and ESB management portal for today

Everyday when you working on a project, there are many issues that caused by the environment set up or change to be fixed.

Today I have two issues to record here.

1. The SSO service account password was updated, then when I went to BizTalk administrator, tried to refresh, I am getting the following error,
"
Cannot perform encryption or decryption because the secret is not available from the master secret server
"
Quickly asked Google and found the solution here, And it worked after run the commands,
ssoconfig -restoresecret SSOxxx.bak

2. Need to deploy the ESB management portal to a QA environment. In this environment, it deals with bizTalk server and a seperate SQL server, obviously we are having the double hop issue with delegation, which need to set SPN.

The linked article ESB 2.1 Portal minimal access configuration (Kerberos)
detailed explain the minimum security requirment and set up process for this type of deployment.

No comments: