MicrosoftDocs / azure-devops-server-docs

Documentation for Azure DevOps Server
Creative Commons Attribution 4.0 International
7 stars 11 forks source link

unattend /type:NewServerAdvanced #96

Closed MarRich1 closed 4 years ago

MarRich1 commented 4 years ago

When installing a fresh system with 2019 the setup is complaining that the setup is unable to connect to the config db. Of course it has to be create first ;)

[Error] [Configuration Database] TF400115: An error occurred while configuring the view state validation and decryption keys. The following error was reported: TF246017: Azure DevOps Server could not connect to the database. Verify that the instance is specified correctly, that the server that is hosting the database is operational, and that network problems are not blocking communication with the server.

I see corresponding errors in the SQL logs also:

Login failed for user 'xxx\yyy'. Reason: Failed to open the explicitly specified database 'AzureDevOps_Configuration'. [CLIENT: 127.0.0.1]

The database is currently unavailable because it has not yet been created


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

MarRich1 commented 4 years ago

Sorry my fault,

CreateConfigurationDatabase=True

;)