bvn-architecture / RevitBatchProcessor

Fully automated batch processing of Revit files with your own Python or Dynamo task scripts!
GNU General Public License v3.0
285 stars 76 forks source link

Does RevitBatchProcessor run Revit Server based models ? #48

Closed rayray4105 closed 4 years ago

rayray4105 commented 4 years ago

Hi,

Cab RevitBatchProcessor run Revit Server based models?

We are using Revit Server to be able to open the central models on two different office locations. I would like to open and detach from Revit server before starting any operations instead of the local copy of the worksharing model.

Thanks for your effort!

RyanSchw commented 4 years ago

I’m not entirely sure of how the file structure is set up with Revit Server, but I may be able to offer some insight.

It is possible to open a .rvt file on a network drive like \\fsmydata\data\Vol5 ...etc. This might be a related issue. If you have a network drive like P:\\ that’s mapped to \\fsmydata\, use \\fsmydata.

DanRumery commented 4 years ago

I don't think it will work but you could try prefixing with the address of the Revit server (from memory Revit Server addresses start with RSN:// I think?)

DanRumery commented 4 years ago

For reference:

https://thebuildingcoder.typepad.com/blog/2014/08/accessing-a-revit-server-central-model-path.html

rayray4105 commented 4 years ago

Already tried that but unfortunately no go.

Zet-Cher commented 4 years ago

Please, let me know if you find a solution to the problem.

htlcnn commented 4 years ago

Could you set up a VPN, then access central model just like you're working on LAN?

DanRumery commented 4 years ago

There won't be any support for Revit Server. But there is limited support for BIM360 models coming soon.