When we run the BizTalk Configuration Wizard to configure BizTalk (2 BizTalk hosts, non-clustered remote SQL), it fails due to the Enterprise SSO configuration step failing with a SQL timeout on the Create Database SQL operation:
[2:53:26 PM Info SSOServerCfg] (ssoconfigobj2.cpp:5181) Returning error description: <Exception Message="Failed to create the SQL database 'SSODB' on SQL Server 'STG-BIZT-DB1' (with SSO Administrator account 'DEV\SSO_Admins_STG')." Source="SSO" HelpID=""><Exception Message="(0xC0002A21) An error occurred while attempting to access the SSO database.
" Source="SSO" HelpID=""><Exception Message="An error occurred while attempting to access the SSO database. See the event log (on computer 'STG-BIZT-APP1') for more details.
(SQL: 0xFFFFFFFE: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.)" Source="SSO" HelpID=""/></Exception></Exception>
What could be causing this and how can we resolve it? Is there any way to change the SQL command timeout for the BizTalk Configuration Wizard? Could it be related to MSDTC (although we used DTCPing to test and MSDTC connectivity test between all servers were all successful).
Thanks in advance.