HOKGroup / MissionControl

Mission Control is a MEAN Stack Web App for interaction with Revit and project management.
Other
47 stars 15 forks source link

same file on two servers? #224

Open ksobon opened 6 years ago

ksobon commented 6 years ago

@dbaldacchino is it possible for the same file to be sitting on two servers?

image

image

This is actually pretty common. What's the deal with these?

image

dbaldacchino commented 6 years ago

Those instances are because we rebuilt the servers after a lease return of a physical desktop (SVR) and to a virtual server (VS) - note the slight difference in the host server. However there are other cases where duplicate models exist because models were moved from one server to another by re-saving rather than moving. I have a workspace now that detects those instances and emails the DTMs to correct as that will be problematic with backups overwriting each other in the same project folder.

dbaldacchino commented 6 years ago

When a server goes from SVR to VS (we never have the other way around and there are only few SVRs left), you can (should?) change the host server name in the path to the new one. Let me know if you need a list of those changes.

ksobon commented 6 years ago

Yeah a list would be nice. This is part of the reason that MC reports so many file paths that are not assigned. I will put some effort in to clean that up, but unfortunately it will be an ongoing issue as people migrate models from SVR to VS.

It's good to know that if I see the same model listed twice, then VS is the correct one, while SVR is the old one. Thanks!

dbaldacchino commented 6 years ago

This page is always updated with the latest servers and versions: https://hub.hok.com/buildingsmart/Technical/HOK%20Revit%20Servers.aspx

Anything you see in your records that doesn't match (was SVR) can be changed to reflect the new server.

ksobon commented 6 years ago

So the elephant in the room is, why am I getting SVR file paths in MC? That means that people are still opening these files. Are they working on old models? That would be not good.

dbaldacchino commented 6 years ago

Shouldn't, those servers are offline image

ksobon commented 6 years ago

when were they moved, and these servers were closed? It might be that they reported old some time ago, and now they are reporting new hence the duplicates showing up.

dbaldacchino commented 6 years ago

It's been at least 3 weeks for Tor, longer for NY. The SVR are the old paths. So what I'm saying is that you'll need to change those paths to VS if you want to retain the records associated with them.

ksobon commented 6 years ago

Got it. I am first going to redo that page. It's soooooo sloooooow. I need to push the data processing to server side, and also only draw the 15 file paths that are actually visible on the screen as opposed to all of them (2000k +). That will speed it up. I am working on it now.