I have an issue with creating a new project using the "Create a project by copying data from an existing project" option. I can create a new empty project with no problem.
I’m running QC 10 with patch 10 installed in a Win 2003 server and SQL 2005 Database.
Error Details
Messages:
Failed to Create Project;
Failed to create Quality Center project;
Failed to create project ‘Training’;
Failed to perform borrow operation for project ‘Training’;
Failed to borrow project;
Failed to execute job com.mercury.optane.core.parallel.CParallelJobsExecutor.Caused by
Error 1:Failed to execute job com.mercury.optane.core.db.convertor.workers.borrow.CTableCopier_1.Caused by
Error 1:Failed to copy table ‘ACTIONS’ from schema ‘usi_sandboxproject_db.td’ to schema ‘usi_2_training_db.td’;
;
Error 2:Failed to execute job com.mercury.optane.core.db.convertor.workers.borrow.CTableCopier_1.Caused by
Error 1:Failed to copy table ‘ACTIONS’ from schema ‘usi_sandboxproject_db.td’ to schema ‘usi_2_training_db.td’;
;
Error 3:Failed to execute job com.mercury.optane.core.db.convertor.workers.borrow.CTableCopier_1.Caused by
Error 1:Failed to copy table ‘ACTIONS’ from schema ‘usi_sandboxproject_db.td’ to schema ‘usi_2_training_db.td’;
;
Error 4:Failed to execute job com.mercury.optane.core.db.convertor.workers.borrow.CTableCopier_0.Caused by
Error 1:Failed to copy table ‘ALERT’ from schema ‘usi_sandboxproject_db.td’ to schema ‘usi_2_training_db.td’;
;
;
Stack Trace:
com.mercury.optane.core.CTdException: Failed to execute job com.mercury.optane.core.parallel.CParallelJobsExecutor.Caused by
Error 1:Failed to execute job com.mercury.optane.core.db.convertor.workers.borrow.CTableCopier_1.Caused by
Error 1:Failed to copy table ‘ACTIONS’ from schema ‘usi_sandboxproject_db.td’ to schema ‘usi_2_training_db.td’;
;
Error 2:Failed to execute job com.mercury.optane.core.db.convertor.workers.borrow.CTableCopier_1.Caused by
Error 1:Failed to copy table ‘ACTIONS’ from schema ‘usi_sandboxproject_db.td’ to schema ‘usi_2_training_db.td’;
;
Error 3:Failed to execute job com.mercury.optane.core.db.convertor.workers.borrow.CTableCopier_1.Caused by
Error 1:Failed to copy table ‘ACTIONS’ from schema ‘usi_sandboxproject_db.td’ to schema ‘usi_2_training_db.td’;
;
Error 4:Failed to execute job com.mercury.optane.core.db.convertor.workers.borrow.CTableCopier_0.Caused by
Error 1:Failed to copy table ‘ALERT’ from schema ‘usi_sandboxproject_db.td’ to schema ‘usi_2_training_db.td’;
;
at com.mercury.optane.core.parallel.CParallelJob.getError(CParallelJob.java:201)
at com.mercury.optane.core.db.convertor.workers.borrow.CBorrower.copyProject(CBorrower.java:54)
wrapped in com.mercury.optane.core.CTdException: Failed to borrow project
at com.mercury.optane.core.db.convertor.workers.borrow.CBorrower.copyProject(CBorrower.java:54)
at com.mercury.optane.core.db.convertor.CDBConvertor.borrow_i(CDBConvertor.java:1135)
at com.mercury.optane.core.db.convertor.CDBConvertor.borrow(CDBConvertor.java:1083)
at com.mercury.optane.core.db.convertor.CDBConvertor.borrow(CDBConvertor.java:1042)
at com.mercury.optane.core.db.convertor.CDBProject.borrow(CDBProject.java:309)
at com.mercury.td.saserver.api.logics.CProjectLogic.copyExistingProject(CProjectLogic.java:4025)
wrapped in com.mercury.optane.core.CTdException: Failed to perform borrow operation for project ‘Training’
at com.mercury.td.saserver.api.logics.CProjectLogic.copyExistingProject(CProjectLogic.java:4096)
at com.mercury.td.saserver.api.logics.CProjectLogic.createProject(CProjectLogic.java:1885)
wrapped in com.mercury.optane.core.CTdException: Failed to create project ‘Training’
at com.mercury.td.saserver.api.logics.CProjectLogic.createProject(CProjectLogic.java:1898)
wrapped in com.mercury.optane.core.CTdException: Failed to create Quality Center project
at com.mercury.td.saserver.api.logics.CProjectLogic.createProject(CProjectLo