We are upgrading from BizTalk 2006 R2 to BizTalk 2013 R2 running on Server 2012 and using SQL Server 2012.
We have successful set up a dev environment and a test environment but having problems with a QA environment. The biggest difference is the QA environment is a BizTalk 2 vm's farm and the SQL server is not located on the BizTalk server(s).
It is a different VM.
Here is one error on the database.
The AuthzInitializeContextFromSid function failed with ERROR_ACCESS_DENIED. This means that the service account that the SSO server is running under does not have sufficient permissions to check group membership in Active Directory. Please check your documentation
for details on how to fix this problem.
SSO service account is a domain account and is the BizTalk Servers Administrators , SSO Administrators and SSO Affiliate Administrators groups and other groups.
James Nance