Hi,
I am trying to create a new Authorization store with Azman with SQL Server 2008 R2 on Windows Server 2008 Server machine. However, when i try to do that, i get an error from Azman :
"Can not create an authorization store. The following problem occured : Access is Denied".
I then looked into the SQL Server logs which said :
Error: 18456, Severity: 14, State: 38.
Login failed for user 'servername\Administrator'. Reason: Failed to open the explicitly specified database. [CLIENT: <local machine>]
However, my connection string was : mssql://Driver={SQL Server};Server={servername};User=sa;Password=pws;/AzDB/AzStore
I dont understand why the SQL server is trying to connect using "Administrator" even though i have specified the user as 'sa'.
Can somebody help me with this ?
Kulvinder Singh