I have a commercial licensed QB 4.0 running OK on the embedded database, and now would like to get it running on an instance of SQL Server on another physical server in our network. Hasn't worked so far (keep getting an error when it tries connecting -- I'm not at work now, so can't remember the exact message, but something to the effect of "connection refused" or "user domain\user can't connect"), so I have a few questions:
1. Does the SQL QuickBuild database have to reside in an instance that just has QuickBuild databases, or can the database be created in an instance that's already being used for, say, an installation of TFS?
2. In the example connection URL string in conf/hibernate.properties, there doesn't seem to be any defining of the database name to be connected to, just the server\instance. Once QuickBuild successfully connects to that instance of SQL Server when the QuickBuild server is first started, how does it know which database in the instance it's supposed to use?
3. What SQL database permissions/rights have to be granted to QuickBuild's domain user account for it to be able to successfully connect to its database and read/write as necessary?
Thanks in advance for any hints or tips to get this to work. I've already read through other posts on this forum, and tomorrow will try the telnet trick to see if I can connect to that SQL Server port that way.
Leo