Migration tool fails to migrate project without throwing any error

M

Manish

I am trying to do gradual migration. I am trying to migrate 1 project. Global
migration is already done. I get the follwowing as last lines in the errro
log.

**********Phase:Migration of Project Eloquence 2_0 Completion Doc.Published
start**********
08/04/2008 14:34:00.159 Getting Project info from Project Server 2007
08/04/2008 14:34:00.159 preparing Query select PROJ_UID, PROJ_NAME,
PROJ_TYPE from dbo.MSP_PROJECTS where PROJ_NAME = ?
08/04/2008 14:34:00.159 Could not get info for Eloquence 2_0 Completion
Doc_Published in Project Server 2007
08/04/2008 14:34:00.159 preparing Query select PROJ_CHECKEDOUT from
dbo.MSP_PROJECTS where PROJ_ID = ?
08/04/2008 14:34:00.159 preparing Query select cast(isnull(PROJ_LOCKED,
'0') as int) from dbo.MSP_PROJECTS where PROJ_ID = ?
08/04/2008 14:34:00.169 preparing Query select case when PROJ_EXT_EDITED =
1 or RESERVED_BINARY_DATA is null then 1 else 0 end from dbo.MSP_PROJECTS
where PROJ_ID = ?
08/04/2008 14:34:00.169 Starting migration of project 1 of 1: Eloquence
2_0 Completion Doc.Published
08/04/2008 14:34:00.169
08/04/2008 14:34:00.169 Opening project from Project Server 2003...
08/04/2008 14:34:00.169 Executing Query insert into
dbo.MSP_P12UPGRADE_PROJECT_UPGRADES (UPG_RUN_UID, UPG_PROJ_P11_ID,
UPG_PROJ_UID, UPG_PROJ_P11_NAME, UPG_PROJ_STATUS, UPG_PROJ_TYPE,
UPG_PROJ_START_DATE) values (?, 777, ?, ?, 3, ?, GETDATE())
08/04/2008 14:34:00.169 preparing Query insert into
dbo.MSP_P12UPGRADE_PROJECT_UPGRADES (UPG_RUN_UID, UPG_PROJ_P11_ID,
UPG_PROJ_UID, UPG_PROJ_P11_NAME, UPG_PROJ_STATUS, UPG_PROJ_TYPE,
UPG_PROJ_START_DATE) values (?, 777, ?, ?, 3, ?, GETDATE())
08/04/2008 14:34:00.169 preparing Query exec
dbo.MSP_P12UPG_DELETE_PROJECT_MAPPINGS ?
 
P

Project Server Slave

Manish,

What happens if you run the migration tool with the -verify option? Do
you get any warnings, or does it process without errors?
 
M

Manish

Hi, No warnings for the project I want to migrate.
Also, i have run other SQL queries to ensure, checkout, lock out, etc on
global or project file is not there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top