Revit MEP Forum
Welcome to Autodesk’s Revit MEP Forums. Share your knowledge, ask questions, and explore popular Revit MEP topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Project Phases Disappeared

55 REPLIES 55
Reply
Message 1 of 56
ArmandD
4025 Views, 55 Replies

Project Phases Disappeared

Since upgrading to and using Revit 2017 (Building Design Suite Premium) we have had three projects (so far) that have somehow lost all the project phases.  There is no Existing phase, there is no New Construction phase.  You cannot create any new phases.  If I import phase settings from another project and then switch a plan to new construction phase (or any phase) the graphic filters still won't work, the spaces disappear, new spaces will not recognize walls and/or space separations. 

 

Up to now, we have not figured out what causes this.  Can't recreate it.  But, when it happens, the project is pretty much unfixable.

55 REPLIES 55
Message 2 of 56
Anonymous
in reply to: ArmandD

Did you try to transfer project standards? Manage tab > Transfer Project Standards > Phase settings
Message 3 of 56
pietersbhp
in reply to: ArmandD

Hi,

 

The same thing happened to me recently. Did you manage to fix it?

Message 4 of 56
ArmandD
in reply to: Anonymous

Yes.  Once the phases disappear there seems to be no way to fix the problem.  Even if you transfer via "transfer project standards" the project is pretty well corrupted.  Tried everything and nothing has worked yet.

Message 5 of 56
ArmandD
in reply to: pietersbhp

No.  In fact, I was beginning to think it was not happening to anybody else out there!!!

 

We have not figured a way to repair a project file once the phases disappear.  All I was able to come up with is some API code to warn us immediately when it happens so that we can then revert to the latest backup and not lose even more work/time.

 

Here is the code (hopefully you have someone that can do a little API programming.  This checks for the phases missing every time you open a new project, save a project, or do a 'save as' of a project.

 

I added the "ProjectPhasesCorruptionCheck to the following events:

DocumentSaving

DocumentSavingAS

DocumentOpened

 

private void ProjectPhasesCorruptionCheck(Document rvtDbDoc)
{
  PhaseArray docPhases = rvtDbDoc.Phases;
  var phasesOk = docPhases.Size > 0;
  if (!phasesOk && !rvtDbDoc.IsFamilyDocument)
  {
    TaskDialog.Show("Project Corrupted", "This project is corrupted! The project phases have disappeared! " +
    "Suggest you close the project and check all your backup files " +
    "for a version prior to the corruption.");
  }
}

Message 6 of 56
ArmandD
in reply to: pietersbhp

pietersbhp, what flavor of Revit where you using at the time?  I use Building Design Suite and we do mainly electrical with it.  Were you doing any electrical at the time?  Like circuiting, lighting, etc.?

 

Armand

Message 7 of 56
pietersbhp
in reply to: ArmandD

Hi,

Thanks for the reply. I was also doing an electrical project when it
happened. I thought that it maby happened when I upgraded the model to
revit 2017 from 2016, but I upgraded it again to check and it did not
happen with the upgrade so it must have happened a while afterwards.

I have another problem on revit 2017 where I can't see my section line, it
doesn't matter what I do nothing works. Then I tried to make a new layout,
apply the same view template and then it works.

I don't know if it is something white 2017 design suite or what but if you
find a solution for the phasing please let me know.
Message 8 of 56
S.Jebakumar
in reply to: pietersbhp

Hi @pietersbhp,

 

For Missing Section Line in your Plan view check the link below :-

 

https://knowledge.autodesk.com/search-result/caas/sfdcarticles/sfdcarticles/Section-marks-are-not-vi...

 

This should help.

 

Regards,

Jebakumar

Regards,
Jebakumar
BIM Specialist
Message 9 of 56
S.Jebakumar
in reply to: ArmandD

Hi @ArmandD,

 

Can you Share a Sample revit File,

I would like to try and solve.

And can i know from which version is the upgrade.

 

Regards,

Jebakumar

Regards,
Jebakumar
BIM Specialist
Message 10 of 56
pietersbhp
in reply to: S.Jebakumar

Thanks
Message 11 of 56
m.voss.alvine
in reply to: pietersbhp

we also just had this happened in our MEP model.  Strange thing is that we upgraded the project 3 months ago and it just now happened.  they still exist in the architectural model.

Revit MEP 2015 Certified Professional
Revit Architecture 2015 Certified Professional
AutoCAD 2015 Certified Professional


remember to 'accept as solution' if this helped
Message 12 of 56
ArmandD
in reply to: m.voss.alvine

Yes, for us it has nothing to do with upgrading the project. Seems like it can happen at any time in Revit 2017. We have never been able to recreate the issue. When it happens, we are just forced to go back to the latest backup copy.
Message 13 of 56
m.voss.alvine
in reply to: ArmandD

I just tried the Transfer Project Standards, "Phase Settings" from our template file to our current project.  It worked for us.  Good as new.

Revit MEP 2015 Certified Professional
Revit Architecture 2015 Certified Professional
AutoCAD 2015 Certified Professional


remember to 'accept as solution' if this helped
Message 14 of 56
ArmandD
in reply to: m.voss.alvine

Interesting. Check carefully. I tried that too a while back and it seems like everything is okay, but try placing a Space. Is it recognizing the walls? How about setting the phase created and phase demolished for devices? Is that working correctly? My biggest problem with that fix is the Spaces would not work correctly. Let me know how it goes!
Message 15 of 56
ArmandD
in reply to: ArmandD

I just tested it again on a corrupted project. The spaces seem to be okay but all of my devices no longer take on the phase filter properly. In other words, things that were demo now look like new work no matter what I set the phase demolished to. Is yours working okay?
Message 16 of 56
m.voss.alvine
in reply to: ArmandD

i just noticed that too.  Transfer Project standards brings the Phases back, but the phase overrides are not working.  Ill keep you updated.

Revit MEP 2015 Certified Professional
Revit Architecture 2015 Certified Professional
AutoCAD 2015 Certified Professional


remember to 'accept as solution' if this helped
Message 17 of 56

we need autodesk in on this conversation.  see if i have covered all of the issues.

 

phases disappear from the phase dialog box.  all options are grayed out.  happens to both upgraded projects and 2017 projects.

The phases can be restored from the "Transfer Project Standards"

After restore, graphic overrides for phases do not work.

Phases are no longer able to be applied to spaces. (grayed out)

 

can anyone narrow down what happened prior to the issue?  I think we did a background update prior

Revit MEP 2015 Certified Professional
Revit Architecture 2015 Certified Professional
AutoCAD 2015 Certified Professional


remember to 'accept as solution' if this helped
Tags (2)
Message 18 of 56
ArmandD
in reply to: m.voss.alvine

Sounds like you have summarized the issue pretty well. I would love for Autodesk to look into this!

I have tried going back each time it happened and re-did all the edits and commands but have never been able to recreate it. I think (in a general way) that it is usually when we are circuiting electrical devices - but I cannot guarantee that is what caused it for us.
Message 19 of 56
m.voss.alvine
in reply to: ArmandD

Apparently this has been happening since at least 2015, but not enough to get Autodesk’s interest.

 

this seems to be a bug that cannot simply be fooled. Phases aren’t supposed to ever disappear, so if this happens, there is no mechanism to reestablish the connection between them and the Revit database. Meaning, you can add phases from a different project but the data base will consider them foreign unable to combine them with the phase(s) that should still have been there.

Revit MEP 2015 Certified Professional
Revit Architecture 2015 Certified Professional
AutoCAD 2015 Certified Professional


remember to 'accept as solution' if this helped
Message 20 of 56

i just found out that there is another issue that this tied to the phasing issue.  after loosing phases, we are not longer able to draw sections.  the section is created but nothing appears on the floorplan.  this has nothing to do with visibility graphics or worksets.  if I transfer project standards and transfer phases from a good model, the sections work again.

Revit MEP 2015 Certified Professional
Revit Architecture 2015 Certified Professional
AutoCAD 2015 Certified Professional


remember to 'accept as solution' if this helped

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report


Autodesk Design & Make Report