centralServerLocation = r'RSN://192.168.120.66/'
print DB.ModelPathUtils.IsValidUserVisibleFullServerPath(centralServerLocation) #Проверяю представляет ли данная строка допустимый путь к серверу. True
path = r'test.rvt'
sp = ServerPath(centralServerLocation, path)
print sp.ServerPath #Проверяю является ли этот путь путем к серверу. True
print sp.CentralServerPath #Свойство возвращает путь к центральному серверу Revit. RSN://192.168.120.66/
uiapp.OpenAndActivateDocument(sp,OpenOptions(),True) # При открытии фаила Exception : Autodesk.Revit.Exceptions.FileNotFoundException: The document to be opened does not exist.