Hello,
When I tried to create a new project on our server, it results in an error (below) after the final "Create" button in the wizard.
The SQL server we are running is running SQL 2012 Standard SP3 (11.0.6020) for our ALM12.01 patch 2 ALM versions, so I don’t understand what it’s complaining about the version not meeting minimum requirements.
———————————————————–
Messages:
Failed to Create Project;
Failed to create HP ALM project;
DB server ‘HDDSQCSQL’ is of unsupported version;
Database minimal supported version is MSSQL 2008 server R2 SP2;
Stack Trace:
com.hp.alm.platform.exception.CTdException: DB server ‘HDDSQCSQL’ is of unsupported version;
Database minimal supported version is MSSQL 2008 server R2 SP2
at com.hp.alm.platform.siteadmin.api.logics.CProjectLogic.assertDbVersionSupported(CProjectLogic.java:6848)
at com.hp.alm.platform.siteadmin.api.logics.CProjectLogic.createProject(CProjectLogic.java:2598)
wrapped in com.hp.alm.platform.exception.CTdException: Failed to create HP ALM project
at com.hp.alm.platform.siteadmin.api.logics.CProjectLogic.createProject(CProjectLogic.java:2746)
at com.hp.alm.platform.siteadmin.api.logics.CProjectLogic.createProject(CProjectLogic.java:2416)
at com.hp.alm.platform.siteadmin.requests.CreateProject.execute(CreateProject.java:57)
at com.hp.alm.platform.web.RequestsDispatcher.execute(RequestsDispatcher.java:81)
wrapped in com.hp.alm.platform.exception.CTdException: Failed to Create Project
(…. additional lines of stack trace ommitted ….)
———————————————————–
Any clarification and help would be greatly appreciated,
HomerJ