K
Kannan
my VPC has the following
1. Project server 2003 with Service pack sp2a
2. SQL server 2000
3. SQL server 2005
4. Project Server 2007
I have created a PWA and was able to provision the same successfully. My
project server 2003 contains only one project and i am trying to migrate the
same to project server 2007. When i run the migration tool, i get the log as
shown below
08/12/2009 17:55:35.115 Log file Initialized
08/12/2009 17:55:35.115 Migration tool version is 12,0,4518,1014
08/12/2009 17:55:35.115 Configuration file is C:\Documents and
Settings\Kannan\My Documents\P12MIGRATION.INI
08/12/2009 17:55:38.931 Connecting to Project Server 2007 Draft db...
08/12/2009 17:55:39.001 Creating DSN: name = MSP-12-WORKING-DB-DSN, server
= Server2003, db = ProjectServer_Draft, trusted = 1
08/12/2009 17:55:39.481 Created DSN MSP-12-WORKING-DB-DSN
08/12/2009 17:55:40.533 Connection string
DSN=MSP-12-WORKING-DB-DSN;UID=;APP=2007 Microsoft Office
system;WSID=SERVER2003;DATABASE=ProjectServer_Draft;Trusted_Connection=Yes
08/12/2009 17:55:40.533 Connecting to Project Server 2007 published db...
08/12/2009 17:55:40.553 Creating DSN: name = MSP-12-PUBLISHED-DB-DSN,
server = Server2003, db = ProjectServer_Draft, trusted = 1
08/12/2009 17:55:40.583 Created DSN MSP-12-PUBLISHED-DB-DSN
08/12/2009 17:55:40.643 Connection string
DSN=MSP-12-PUBLISHED-DB-DSN;UID=;APP=2007 Microsoft Office
system;WSID=SERVER2003;DATABASE=ProjectServer_Draft;Trusted_Connection=Yes
08/12/2009 17:55:40.643 Project Server 2007 url = http://Server2003/pwa
08/12/2009 17:55:40.663 Creating Project Server 2007 soap object...
08/12/2009 17:55:42.456 Creating Project Server 2007 resource soap object...
08/12/2009 17:55:42.546 Creating Project Server 2007 winproj soap object...
08/12/2009 17:55:42.766 Creating Project Server 2007 wssinterop soap
object...
08/12/2009 17:55:42.836 Getting all Upgraded Projects from Project Server
2007
08/12/2009 17:55:42.866 preparing Query select distinct A.UPG_P11_ENT_ID,
A.UPG_P12_ENT_UID, B.PROJ_NAME, C.UPG_PROJ_P11_NAME from
dbo.MSP_P12UPGRADE_ENTITY_MAPS A, dbo.MSP_PROJECTS B,
dbo.MSP_P12UPGRADE_PROJECT_UPGRADES C WHERE A.UPG_P12_ENT_UID = B.PROJ_UID
AND A.UPG_P11_ENT_ID = C.UPG_PROJ_P11_ID AND A.MD_ENT_TYPE_UID =
'CECFE271-6660-4ABE-97ED-208D3C71FC18'
08/12/2009 17:55:43.127 preparing Query select WADMIN_VERSION_MAJOR,
WADMIN_VERSION_MINOR, WADMIN_VERSION_REVISION, WADMIN_VERSION_BUILD from
dbo.MSP_WEB_ADMIN
08/12/2009 17:55:43.257 Project Server 2007 Project Server version is
12,0,15,45181014
08/12/2009 17:55:43.267 Connecting to Project Server 2007 ...
**********Phase:Tool initialization end**********
08/12/2009 17:56:14.802 Initializations succeeded, Starting migration
**********Phase:Migration initialization start**********
08/12/2009 17:56:14.802 Policy to fix up project server security
categories = true.
08/12/2009 17:56:14.832 Policy to never publish master projects = true.
08/12/2009 17:56:14.842 WARNING: Projects will be migrated even if they
have multiple status managers for the same task.
08/12/2009 17:56:17.917 Adding to run table
08/12/2009 17:56:17.917 preparing Query insert into
dbo.MSP_P12UPGRADE_UPGRADE_RUNS (UPG_RUN_UID, UPG_RUN_MACHINE_NAME,
UPG_RUN_STATUS, UPG_RUN_START_DATE) values (?, ?, 0, GETDATE())
08/12/2009 17:56:18.137 Executing Query insert into
dbo.MSP_P12UPGRADE_UPGRADE_RUNS (UPG_RUN_UID, UPG_RUN_MACHINE_NAME,
UPG_RUN_STATUS, UPG_RUN_START_DATE) values (?, ?, 0, GETDATE())
08/12/2009 17:56:18.297 Connecting to Project Server 2003 sql server
project database
08/12/2009 17:56:18.317 Creating DSN: name = P11-PROJECT-SERVER-DSN,
server = Server2003, db = ProjectServer2003, trusted = 1
08/12/2009 17:56:18.357 Created DSN P11-PROJECT-SERVER-DSN
08/12/2009 17:56:18.528 Connection string
DSN=P11-PROJECT-SERVER-DSN;UID=;APP=2007 Microsoft Office
system;WSID=SERVER2003;DATABASE=ProjectServer2003;Trusted_Connection=Yes
08/12/2009 17:56:18.528 Connecting to the Project Server 2003 sql server
web database
08/12/2009 17:56:18.538 Creating DSN: name = P11-PROJECT-SERVER-WEB-DSN,
server = Server2003, db = ProjectServer2003, trusted = 1
08/12/2009 17:56:18.558 Created DSN P11-PROJECT-SERVER-WEB-DSN
08/12/2009 17:56:18.608 Connection string
DSN=P11-PROJECT-SERVER-WEB-DSN;UID=;APP=2007 Microsoft Office
system;WSID=SERVER2003;DATABASE=ProjectServer2003;Trusted_Connection=Yes
08/12/2009 17:56:18.608 preparing Query select WADMIN_VERSION_MAJOR,
WADMIN_VERSION_MINOR, WADMIN_VERSION_REVISION, WADMIN_VERSION_BUILD from
dbo.MSP_WEB_ADMIN
08/12/2009 17:56:19.299 Project Server 2003 version is 11,0,15,20030816
08/12/2009 17:56:19.309 ERROR: The Project Server 2003 version (major =
11, minor = 0) is not supported for migration. Please upgrade to the latest
service pack and try again.08/12/2009 17:56:19.359 Time to execute
CUpgrader::CheckP11Version(): 751 ms
08/12/2009 17:56:19.369 Updating run table
08/12/2009 17:56:19.369 preparing Query update
dbo.MSP_P12UPGRADE_UPGRADE_RUNS SET UPG_RUN_STATUS = ?, UPG_RUN_FINISH_DATE =
GETDATE() where UPG_RUN_UID = ?
08/12/2009 17:56:19.369 Executing Query update
dbo.MSP_P12UPGRADE_UPGRADE_RUNS SET UPG_RUN_STATUS = ?, UPG_RUN_FINISH_DATE =
GETDATE() where UPG_RUN_UID = ?
08/12/2009 17:56:19.479 Migration finished with return code 80004005
08/12/2009 17:56:19.479 Project migration failed.
The migration guide says that i shud have upgraded the project server 2003
install to Service pack sp2a. I have done the same, but i still get this
error. Can somebody let me know the needful that is to be done.
Kannan
1. Project server 2003 with Service pack sp2a
2. SQL server 2000
3. SQL server 2005
4. Project Server 2007
I have created a PWA and was able to provision the same successfully. My
project server 2003 contains only one project and i am trying to migrate the
same to project server 2007. When i run the migration tool, i get the log as
shown below
08/12/2009 17:55:35.115 Log file Initialized
08/12/2009 17:55:35.115 Migration tool version is 12,0,4518,1014
08/12/2009 17:55:35.115 Configuration file is C:\Documents and
Settings\Kannan\My Documents\P12MIGRATION.INI
08/12/2009 17:55:38.931 Connecting to Project Server 2007 Draft db...
08/12/2009 17:55:39.001 Creating DSN: name = MSP-12-WORKING-DB-DSN, server
= Server2003, db = ProjectServer_Draft, trusted = 1
08/12/2009 17:55:39.481 Created DSN MSP-12-WORKING-DB-DSN
08/12/2009 17:55:40.533 Connection string
DSN=MSP-12-WORKING-DB-DSN;UID=;APP=2007 Microsoft Office
system;WSID=SERVER2003;DATABASE=ProjectServer_Draft;Trusted_Connection=Yes
08/12/2009 17:55:40.533 Connecting to Project Server 2007 published db...
08/12/2009 17:55:40.553 Creating DSN: name = MSP-12-PUBLISHED-DB-DSN,
server = Server2003, db = ProjectServer_Draft, trusted = 1
08/12/2009 17:55:40.583 Created DSN MSP-12-PUBLISHED-DB-DSN
08/12/2009 17:55:40.643 Connection string
DSN=MSP-12-PUBLISHED-DB-DSN;UID=;APP=2007 Microsoft Office
system;WSID=SERVER2003;DATABASE=ProjectServer_Draft;Trusted_Connection=Yes
08/12/2009 17:55:40.643 Project Server 2007 url = http://Server2003/pwa
08/12/2009 17:55:40.663 Creating Project Server 2007 soap object...
08/12/2009 17:55:42.456 Creating Project Server 2007 resource soap object...
08/12/2009 17:55:42.546 Creating Project Server 2007 winproj soap object...
08/12/2009 17:55:42.766 Creating Project Server 2007 wssinterop soap
object...
08/12/2009 17:55:42.836 Getting all Upgraded Projects from Project Server
2007
08/12/2009 17:55:42.866 preparing Query select distinct A.UPG_P11_ENT_ID,
A.UPG_P12_ENT_UID, B.PROJ_NAME, C.UPG_PROJ_P11_NAME from
dbo.MSP_P12UPGRADE_ENTITY_MAPS A, dbo.MSP_PROJECTS B,
dbo.MSP_P12UPGRADE_PROJECT_UPGRADES C WHERE A.UPG_P12_ENT_UID = B.PROJ_UID
AND A.UPG_P11_ENT_ID = C.UPG_PROJ_P11_ID AND A.MD_ENT_TYPE_UID =
'CECFE271-6660-4ABE-97ED-208D3C71FC18'
08/12/2009 17:55:43.127 preparing Query select WADMIN_VERSION_MAJOR,
WADMIN_VERSION_MINOR, WADMIN_VERSION_REVISION, WADMIN_VERSION_BUILD from
dbo.MSP_WEB_ADMIN
08/12/2009 17:55:43.257 Project Server 2007 Project Server version is
12,0,15,45181014
08/12/2009 17:55:43.267 Connecting to Project Server 2007 ...
**********Phase:Tool initialization end**********
08/12/2009 17:56:14.802 Initializations succeeded, Starting migration
**********Phase:Migration initialization start**********
08/12/2009 17:56:14.802 Policy to fix up project server security
categories = true.
08/12/2009 17:56:14.832 Policy to never publish master projects = true.
08/12/2009 17:56:14.842 WARNING: Projects will be migrated even if they
have multiple status managers for the same task.
08/12/2009 17:56:17.917 Adding to run table
08/12/2009 17:56:17.917 preparing Query insert into
dbo.MSP_P12UPGRADE_UPGRADE_RUNS (UPG_RUN_UID, UPG_RUN_MACHINE_NAME,
UPG_RUN_STATUS, UPG_RUN_START_DATE) values (?, ?, 0, GETDATE())
08/12/2009 17:56:18.137 Executing Query insert into
dbo.MSP_P12UPGRADE_UPGRADE_RUNS (UPG_RUN_UID, UPG_RUN_MACHINE_NAME,
UPG_RUN_STATUS, UPG_RUN_START_DATE) values (?, ?, 0, GETDATE())
08/12/2009 17:56:18.297 Connecting to Project Server 2003 sql server
project database
08/12/2009 17:56:18.317 Creating DSN: name = P11-PROJECT-SERVER-DSN,
server = Server2003, db = ProjectServer2003, trusted = 1
08/12/2009 17:56:18.357 Created DSN P11-PROJECT-SERVER-DSN
08/12/2009 17:56:18.528 Connection string
DSN=P11-PROJECT-SERVER-DSN;UID=;APP=2007 Microsoft Office
system;WSID=SERVER2003;DATABASE=ProjectServer2003;Trusted_Connection=Yes
08/12/2009 17:56:18.528 Connecting to the Project Server 2003 sql server
web database
08/12/2009 17:56:18.538 Creating DSN: name = P11-PROJECT-SERVER-WEB-DSN,
server = Server2003, db = ProjectServer2003, trusted = 1
08/12/2009 17:56:18.558 Created DSN P11-PROJECT-SERVER-WEB-DSN
08/12/2009 17:56:18.608 Connection string
DSN=P11-PROJECT-SERVER-WEB-DSN;UID=;APP=2007 Microsoft Office
system;WSID=SERVER2003;DATABASE=ProjectServer2003;Trusted_Connection=Yes
08/12/2009 17:56:18.608 preparing Query select WADMIN_VERSION_MAJOR,
WADMIN_VERSION_MINOR, WADMIN_VERSION_REVISION, WADMIN_VERSION_BUILD from
dbo.MSP_WEB_ADMIN
08/12/2009 17:56:19.299 Project Server 2003 version is 11,0,15,20030816
08/12/2009 17:56:19.309 ERROR: The Project Server 2003 version (major =
11, minor = 0) is not supported for migration. Please upgrade to the latest
service pack and try again.08/12/2009 17:56:19.359 Time to execute
CUpgrader::CheckP11Version(): 751 ms
08/12/2009 17:56:19.369 Updating run table
08/12/2009 17:56:19.369 preparing Query update
dbo.MSP_P12UPGRADE_UPGRADE_RUNS SET UPG_RUN_STATUS = ?, UPG_RUN_FINISH_DATE =
GETDATE() where UPG_RUN_UID = ?
08/12/2009 17:56:19.369 Executing Query update
dbo.MSP_P12UPGRADE_UPGRADE_RUNS SET UPG_RUN_STATUS = ?, UPG_RUN_FINISH_DATE =
GETDATE() where UPG_RUN_UID = ?
08/12/2009 17:56:19.479 Migration finished with return code 80004005
08/12/2009 17:56:19.479 Project migration failed.
The migration guide says that i shud have upgraded the project server 2003
install to Service pack sp2a. I have done the same, but i still get this
error. Can somebody let me know the needful that is to be done.
Kannan