Client is on GP 10 (10.00.1368) and upgrading to GP2010 SP4 and then eventually to 2015.
Initial upgrade is not occurring from GP 10 to GP 2010. When GP Utilities is run, it checks Dynamics version and passes through and does not prompt for any company updates. It seems like DB_Upgrade table has no information about Live company. I request some help and guidance on how to proceed and complete upgrade. Below are some additional details that I tried.
When trying to log into GP, I can see the Live company there however clicking on Live company give me the following error "Files for this company has not been updated"

I ran the following scripts against the Dynamics db. Information for CompanyID 2 is populated in SY01500, DU000020 and DU000030 tables however there is no information for CompanidID 2 in DB_Upgrade table.
SELECT CMPANYID,CMPNYNAM,INTERID from Dynamics..SY01500
SELECT * FROM DYNAMICS..DB_Upgrade where db_name = 'MyLiveCompany'
SELECT * FROM DYNAMICS..DU000020 where companyID = 2
SELECT * FROM DYNAMICS..DU000030 where companyID = 2
(FYI - MyLiveCompany is CompanyID=2)
*This post is locked for comments
I have the same question (0)