I was running latest, last version. Did not try the beta of 4.1.0.14. Database schema as 10. As I have a customized setup (non-default database name), I've been able to just run the sql scripts manually. Problem this time. I get the errors below running upgradescript11.sql:
(0 row(s) affected)
Msg 1779, Level 16, State 0, Line 1
Table 'tsysreports' already has a primary key defined on it.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(0 row(s) affected)
Msg 1779, Level 16, State 0, Line 1
Table 'tsysdonotscan' already has a primary key defined on it.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(0 row(s) affected)
Msg 1779, Level 16, State 0, Line 1
Table 'tsysserials' already has a primary key defined on it.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
The constraints are not getting created.
Thanks,
Joe