R
RichardG
Hi,
I am in the process of performing a PS2003 to PS2007 migration. We have about 17,000 resources and 1,200 projects. All projects migrate across OK except one.
I've tried to migrate this project several times, but still get the same error in the migration log:
10/07/2009 18:53:43.303 Connecting to Project Server 2007 ...
10/07/2009 18:54:13.521 Login failed because of invalid username or password
10/07/2009 18:54:13.521 psiComm->Login() failed with status 8c040005
I can't figure out why the account I'm using to perform the migration can't log in to Project Server 2007 for this project, but is fine for all the other projects. The account is a member of the PS2007 administrators group. I'm guessing that the message in the log is a red herring, but have no idea at all what else it might be.
Any ideas?
Thanks,
Richard
The full log entry for this project is below
**********Phase:Migration of Project <Troublesome_Project>.Published start**********
10/07/2009 18:51:06.865 Getting Project info from Project Server 2007
10/07/2009 18:51:06.865 preparing Query select PROJ_UID, PROJ_NAME, PROJ_TYPE from dbo.MSP_PROJECTS where PROJ_NAME = ?
10/07/2009 18:51:06.865 Could not get info for <Troublesome_Project>_Published in Project Server 2007
10/07/2009 18:51:06.865 preparing Query select PROJ_CHECKEDOUT from dbo.MSP_PROJECTS where PROJ_ID = ?
10/07/2009 18:51:06.865 preparing Query select cast(isnull(PROJ_LOCKED, '0') as int) from dbo.MSP_PROJECTS where PROJ_ID = ?
10/07/2009 18:51:06.865 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 = ?
10/07/2009 18:51:06.865 Starting migration of project 1 of 1: <Troublesome_Project>.Published
10/07/2009 18:51:06.865
10/07/2009 18:51:06.865 Opening project from Project Server 2003...
10/07/2009 18:51:06.881 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 (?, 4655, ?, ?, 3, ?, GETDATE())
10/07/2009 18:51:06.881 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 (?, 4655, ?, ?, 3, ?, GETDATE())
10/07/2009 18:51:06.881 preparing Query exec dbo.MSP_P12UPG_DELETE_PROJECT_MAPPINGS ?
10/07/2009 18:51:34.865 Found calendar in both global and local named Standard
10/07/2009 18:51:34.881 Time to execute P12UpgradeDoc::FixupCalendars(): 47 ms
10/07/2009 18:51:52.740 Time to execute P12UpgradeDoc::OpenP11Project(): 45704 ms
10/07/2009 18:51:52.740 Executing Query update dbo.MSP_P12UPGRADE_PROJECT_UPGRADES set UPG_PROJ_STATUS = 4, UPG_PROJ_FINISH_DATE = GETDATE() where UPG_PROJ_P11_ID = 4655
10/07/2009 18:51:52.740 Successfully Opened from Project Server 2003
10/07/2009 18:51:52.756 Time to execute P12UpgradeDoc::FixUpLookupTableValueRowNumber(): 15 ms
10/07/2009 18:51:52.881 Time to execute P12UpgradeDoc::Upgrade() - ENT_ForceCalsToCorpStandards: 125 ms
10/07/2009 18:51:52.881 Loading ent resource data
10/07/2009 18:53:43.303 Connecting to Project Server 2007 ...
10/07/2009 18:54:13.521 Login failed because of invalid username or password
10/07/2009 18:54:13.521 psiComm->Login() failed with status 8c040005
10/07/2009 18:54:13.521 ResourcesStatus call failed with error 8C040005
10/07/2009 18:54:13.537 Time to execute P12UpgradeDoc::LoadP12Doc(): 140656 ms
10/07/2009 18:54:13.537 Time to execute P12UpgradeDoc::Upgrade(): 186671 ms
10/07/2009 18:54:13.537 Migration failed for project <Troublesome_Project>.Published
10/07/2009 18:54:14.568 Time to execute P12ProjectUpgrader::Upgrade(): 187703 ms
10/07/2009 18:54:14.568 migration of project <Troublesome_Project>.Published failed
10/07/2009 18:54:14.568 migration of project <Troublesome_Project>.Published failed with error 8C040005
**********Phase:Migration of Project <Troublesome_Project>.Published end**********
I am in the process of performing a PS2003 to PS2007 migration. We have about 17,000 resources and 1,200 projects. All projects migrate across OK except one.
I've tried to migrate this project several times, but still get the same error in the migration log:
10/07/2009 18:53:43.303 Connecting to Project Server 2007 ...
10/07/2009 18:54:13.521 Login failed because of invalid username or password
10/07/2009 18:54:13.521 psiComm->Login() failed with status 8c040005
I can't figure out why the account I'm using to perform the migration can't log in to Project Server 2007 for this project, but is fine for all the other projects. The account is a member of the PS2007 administrators group. I'm guessing that the message in the log is a red herring, but have no idea at all what else it might be.
Any ideas?
Thanks,
Richard
The full log entry for this project is below
**********Phase:Migration of Project <Troublesome_Project>.Published start**********
10/07/2009 18:51:06.865 Getting Project info from Project Server 2007
10/07/2009 18:51:06.865 preparing Query select PROJ_UID, PROJ_NAME, PROJ_TYPE from dbo.MSP_PROJECTS where PROJ_NAME = ?
10/07/2009 18:51:06.865 Could not get info for <Troublesome_Project>_Published in Project Server 2007
10/07/2009 18:51:06.865 preparing Query select PROJ_CHECKEDOUT from dbo.MSP_PROJECTS where PROJ_ID = ?
10/07/2009 18:51:06.865 preparing Query select cast(isnull(PROJ_LOCKED, '0') as int) from dbo.MSP_PROJECTS where PROJ_ID = ?
10/07/2009 18:51:06.865 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 = ?
10/07/2009 18:51:06.865 Starting migration of project 1 of 1: <Troublesome_Project>.Published
10/07/2009 18:51:06.865
10/07/2009 18:51:06.865 Opening project from Project Server 2003...
10/07/2009 18:51:06.881 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 (?, 4655, ?, ?, 3, ?, GETDATE())
10/07/2009 18:51:06.881 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 (?, 4655, ?, ?, 3, ?, GETDATE())
10/07/2009 18:51:06.881 preparing Query exec dbo.MSP_P12UPG_DELETE_PROJECT_MAPPINGS ?
10/07/2009 18:51:34.865 Found calendar in both global and local named Standard
10/07/2009 18:51:34.881 Time to execute P12UpgradeDoc::FixupCalendars(): 47 ms
10/07/2009 18:51:52.740 Time to execute P12UpgradeDoc::OpenP11Project(): 45704 ms
10/07/2009 18:51:52.740 Executing Query update dbo.MSP_P12UPGRADE_PROJECT_UPGRADES set UPG_PROJ_STATUS = 4, UPG_PROJ_FINISH_DATE = GETDATE() where UPG_PROJ_P11_ID = 4655
10/07/2009 18:51:52.740 Successfully Opened from Project Server 2003
10/07/2009 18:51:52.756 Time to execute P12UpgradeDoc::FixUpLookupTableValueRowNumber(): 15 ms
10/07/2009 18:51:52.881 Time to execute P12UpgradeDoc::Upgrade() - ENT_ForceCalsToCorpStandards: 125 ms
10/07/2009 18:51:52.881 Loading ent resource data
10/07/2009 18:53:43.303 Connecting to Project Server 2007 ...
10/07/2009 18:54:13.521 Login failed because of invalid username or password
10/07/2009 18:54:13.521 psiComm->Login() failed with status 8c040005
10/07/2009 18:54:13.521 ResourcesStatus call failed with error 8C040005
10/07/2009 18:54:13.537 Time to execute P12UpgradeDoc::LoadP12Doc(): 140656 ms
10/07/2009 18:54:13.537 Time to execute P12UpgradeDoc::Upgrade(): 186671 ms
10/07/2009 18:54:13.537 Migration failed for project <Troublesome_Project>.Published
10/07/2009 18:54:14.568 Time to execute P12ProjectUpgrader::Upgrade(): 187703 ms
10/07/2009 18:54:14.568 migration of project <Troublesome_Project>.Published failed
10/07/2009 18:54:14.568 migration of project <Troublesome_Project>.Published failed with error 8C040005
**********Phase:Migration of Project <Troublesome_Project>.Published end**********