Howdy -
I have used this link as a reference for configuring Plastic 3 with SQL Server 2005:
http://codicesoftware.bl...r-database-backend.html
I must be missing a setting or something because I cannot get Plastic to use my DB. Here's what I did:
1. Created SQL Server DB, PlasticTest, on my LOCAL server
2. Added logon/user for read/write on PlasticTest
3. Tested credentials
4. Create C:\PlasticSCM\server\db.conf with the following:
<DbConfig>
<ProviderName>
sqlserver
</ProviderName>
<ConnectionString>
SERVER=xxx-xxx-xxxxxxx\CI;User Id=xx;Pwd=xx;DATABASE={0};
</ConnectionString>
</DbConfig>
NOTE: I also tried this with DATABASE=PlasticTest
NOTE: I am not allowed to list our server info... don't worry, I am not using X in my real file.
5. Restarted the Plastic service
6. Started Server Configuration Wizard... still shows Firebird stuff
7. Restarted the Plastic service
8. started the client... went to Firebird.
Any assistance would be appreciated.
Thanks,
Tom