We are finally upgradign from QC10 to 12, so have to go via 11.52 first. Both versions of QC installed and new blank projects created without a problem. Issue is when trying to upgrade a project from QC 10 to 11.52, it keeps failing with some kind of permission problem on the last but one step, we think all the permissions are correct so trying it again with a trace to see what's going on.
(Step 26/27): Update database statistics ...
Exception occurred. Message: [Mercury][SQLServer JDBC Driver][SQLServer]User does not have permission to perform this action. Failed SQL: /* ~~QC */ sp_updatestats
Has anyone seen this before or know how to manually fix it and finish the upgrade?
The upgrade flow script suggests there is just two bits left to go;
<DataUpgrader class="com.hp.alm.platform.siteadmin.maintenance.UpdateStatistics"/>
<DataUpgrader class="com.hp.alm.platform.siteadmin.maintenance.upgrade.ProjectVersionUpgrader"/>
Thanks