Hi, I’m trying to batch process models on Revit Server with pyRevit CLI command “pyrevit run…”. But can’t get the right path to them.
I`m trying to access like this ways:
rsn://server-name/…/Model.rvt
Z:\ProgramData\Autodesk\Revit Server 2020\Projects.…\Model.rvt
(Model.rvt is a folder)
Trying this, I get:
Error: Model does not exist at “Z:\ProgramData\Autodesk\Revit Server 2020\Projects.…\Model.rvt” (same with rsn://…)
Is there a way to batch process Revit Server models? Or I used incorrect file path?