You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using TfsConfig.exe of Azure DevOps Server Update 1.1 we found out that the value of /DatabaseName of RemapDBs command has to be wrapped in double quotes to make it work:
TfsConfig.exe remapDBs /SQLInstances:MachineName /DatabaseName:"MaschineName;AzureDevOps_Confguration"
Otherwise you'll get
'<MachineName>' is not a valid database. The format for this argument should be 'Machine[\SqlInstance];DatabaseName'. If no SqlInstance is specified the default SqlInstance will be assumed.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 4b10e093-64cf-198b-182a-42ff5e3c000b
Version Independent ID: d24b7453-3139-f691-4597-8c4c9f8015d3
Using TfsConfig.exe of Azure DevOps Server Update 1.1 we found out that the value of /DatabaseName of RemapDBs command has to be wrapped in double quotes to make it work:
TfsConfig.exe remapDBs /SQLInstances:MachineName /DatabaseName:"MaschineName;AzureDevOps_Confguration"
Otherwise you'll get
'<MachineName>' is not a valid database. The format for this argument should be 'Machine[\SqlInstance];DatabaseName'. If no SqlInstance is specified the default SqlInstance will be assumed.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: