In order to help figure out why this is failing, we could try one of two things. First, I could setup a live meeting session and run some tests on your machine to see if I can spot what's wrong. Or you could generatea SQL Server Profiler trace and send it to me. The trace should show me what statements are failing.
If you choose to send me a trace, please capture the following events (delete the RepositoryTest database, recreate it, and then start the trace before installing Repository.mx):
1. Under Errors and Warnings
a. Attention
b. ErrorLog
c. Exception
d. User Error Message
2. Under Stored Procedures
a. SP: Starting
b. SP: StmtStarting
3. Under TSQL
a. SQL: BatchStarting
b. SQL: StmtStarting
Let me know if you're interested in troubleshooting this further.
Thanks.
Jason Roth