By Andy Davis
I thought I'd share my thoughts regarding a question that I have been asked a couple of times just recently, 'Is it possible to change the name of a Plant Project?'
The short answer is ‘Yes’, but it’s not straightforward. The project name is stored in several places that are scattered around the project files and each should be updated accordingly.
- The Project Folder Name
- The <Project Name> tag in each of the ‘.XML’ files within the project folder.
- The value of the Project_Name field in the PnPProject table in each of the project databases. For a SQLite deployment, the databases are contained within the various ‘.dcf’ files in the project folder.
Renaming a project this way is not officially supported by Autodesk. The recommended way to rename a project is as follows:
- Use the Project Manager to create a new project with the correct name, copying settings from the original project.
- Use the Copy File to Project command in the Project Manager to copy drawings from the original project to the new one.
Comments
2 comments
In the 1st method that was listed where the SQL file is modified, will all of the off page connectors remain connected? In the 2nd method where all of the drawing are removed and copied into a new project it is obvious the OPCs will be disconnected.
Hi Gil,
Good question. The short answer is yes. Renaming the project as outlined above does not modify any of the process data, so the OPCs remain connected.
Regards,
Andy
Please sign in to leave a comment.