Microsoft project management software used to plan, manage, and communicate a project schedule and other information among workgroup members, project managers, and other stakeholders.
In Microsoft Project Online Desktop Client Version 2511, there may have been changes or updates that could affect the import of legacy text files. Here are some potential areas to investigate and troubleshoot:
- Import Map Changes: Ensure that the saved import map is still compatible with the current version. Sometimes, updates can alter how mappings are interpreted, so it may be necessary to recreate the import map.
- File Format Verification: Although you confirmed that the file is plain text and tab-delimited, double-check that there are no hidden characters or formatting issues that could interfere with the import process.
- Task Name Column: Verify that the column with Task Name values is correctly identified in the import map. If the mapping is incorrect, tasks may not appear after import.
- Project Options: Since you checked the Project Options for task scheduling, also ensure that other relevant settings have not changed. This includes ensuring that the project is set to allow task imports.
- VBA Macro Compatibility: Review the VBA macro to ensure that it is still functioning as intended. Sometimes, updates can affect the execution of macros, so consider debugging the macro step-by-step to identify any issues.
- Data Formats: Confirm that the date and duration formats are compatible with Microsoft Project's expected formats. If the formats are not recognized, it could prevent tasks from being imported.
- Testing with Different Data: As a troubleshooting step, try importing a simpler text file with fewer tasks or different data to see if the issue persists. This can help isolate whether the problem lies with the specific file or the import process itself.
If these steps do not resolve the issue, consider reaching out to Microsoft support for further assistance, as there may be specific bugs or limitations introduced in the latest version that are not documented yet.