AdminStudioHostService.exe.config file
AdminStudioHostService.exe.config file should be updated with the ConnectionString details. AdminStudioHostService.exe.config file can be found at C:\Program Files (x86)\AdminStudio\2024\Common. The file should be updated as follows:
If machine is in a domain, update as below:
<connectionStrings>
<clear/>
<add name="AdminStudioServiceCatalog" connectionString="Data Source= SCHLTENG01\MSSQL_5500; User ID=as01test\XXXX;Initial Catalog=XXXXX;Integrated Security=SSPI;"/>
</connectionStrings>
If machine is not in domain, update as below:
<connectionStrings>
<clear/>
<add name="AdminStudioServiceCatalog" connectionString="Data Source= SCHLTENG01\MSSQL_5500;User ID=sa;Initial Catalog=XXXXX;Password=*****;"/>
</connectionStrings>