Skip to main content
Solved

Trouble reading multiple linked models in a Revit model

  • January 3, 2025
  • 2 replies
  • 52 views

nea
Contributor
Forum|alt.badge.img+9

Host Revit file has 137 linked files.  When I try to read even a small portion of these I get the error.

Failed to obtain any schemas from reader 'REVITNATIVE' from 1 datasets. This may be due to invalid datasets or format accessibility issues due to licensing, dependencies, or module loading. See logfile for more information.

I’m using a FeatureReader linked to the Metadata.LinkedInformation output of the host Revit file (first strcating the LinkedFilePath and Name attributes).  I get this error even when I limit the input to one record.  Separately, a FeatureReader (along with Creator to initiate) can read one of these files.

 

I saw a similar post where the answer was to change the FME_Temp folder.  I don’t think this will make a difference since I get the error when only trying one file.  I would try this but I need admin rights to set this up on my computer and I won’t be able to get that until next week.  Also, I would rather know for sure before I ask.

 

Thanks in advance.
 

Best answer by nea

The problem was with the filename I passed to the FeatureReader.  This is working now.

 

2 replies

nea
Contributor
Forum|alt.badge.img+9
  • Author
  • Contributor
  • January 3, 2025

FME version 2024.1. Revit version 2023


nea
Contributor
Forum|alt.badge.img+9
  • Author
  • Contributor
  • Best Answer
  • January 6, 2025

The problem was with the filename I passed to the FeatureReader.  This is working now.