Comments
Sort by recent activity
This thread is a bit old but we are interested too in SA for TFS service. Any progress on this? / comments
This thread is a bit old but we are interested too in SA for TFS service. Any progress on this?
Any progress on TFS service licensing and porting? / comments
Any progress on TFS service licensing and porting?
Hello [image]
It went wrong during build. By fresh restart I mean that I closed SA and then started it. Before restarting any editing - say including of MandatoryPath - were not taken into account. Probably closing and then opening again would have done the job too, but I am not sure. I restarted it. After restart the changes were considered and the build went good. / comments
Hello
It went wrong during build. By fresh restart I mean that I closed SA and then started it. Before restarting any editing - say including of MandatoryPath - were not taken into account. Probab...
I made a SQL user named SmartAssembly and granted it the privileges you said I should. Now it works.
The problem with the Windows Authentication user probably is in the configuration of the firewalls of the domain controller which I will solve later. I believe so because my virtual pcs are in different network then the DC and the DC is still not configured to handle this.
Thanks for your support. / comments
I made a SQL user named SmartAssembly and granted it the privileges you said I should. Now it works.
The problem with the Windows Authentication user probably is in the configuration of the firewal...
Brian Donahue wrote:
The thing that causes problems is that when you initially configure SmartAssembly for SQL, it tries to create the database, and the error message just says "login failed" when it really should say CREATE DATABASE rights are required.
So in addition to db_datawriter that you need to put data into the tables during normal operation, you will need CREATE DATABASE and permission to create schema objects initially.
Thanks for the quick response.
I have logged in once and the database and all of its tables are created. But that initial log-in was with Administrator. Now I need to set things up for regular accounts. The regular account already is db_datawriter.
If I can log in with 'sa' and do whatever and then nothing with my regular DC account there must be a difference between the privileges that blocks me. Which differences are important for the proper configuration of SmartAssembly.
I want to point out that at the beginning I do not have any user in the SQL server defined. It is defined only in the Active Directory. I must add it manually in the SQL Server instance and give it all the required privileges because everything is not allowed by default.
Thanks for your support. / comments
Brian Donahue wrote:
The thing that causes problems is that when you initially configure SmartAssembly for SQL, it tries to create the database, and the error message just says "login failed" wh...