In the Microsoft Project (MSP) New Driver, projects open blank or with an error: SchedLink MFC Application has stopped working
if Project Server Enterprise fields are associated with the project in MSP.
Steps to Reproduce:
Expected Results: Project opens successfully.
Actual Results: Project opens blank or with an error: SchedLink MFC Application has stopped working
This applies to Clarity 14.x and higher using the MSP new driver.
This is due to having Project Server Enterprise fields mapped to the project (or one of the projects in it's external dependency chain). Enterprise fields come from Project Server which is not supported.
One way to determine if this is the cause of the issue is to:
IMPORTANT: IMPACT OF RUNNING SCRIPT:
Run the below query:
update prdocument
set prrecordid = ?? where prrecordid=?
and prtablename= 'PRJ_PROJECTS'
Notes:
select * from prdocument where prrecordid = ??
select id from inv_investments where name='<project name>' and object_type = 'PROJECT'
Reference Microsoft link: Overview: Enterprise custom fields and lookup tables for further information on Project Server Enterprise Custom fields.