Skip to main content

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.
 

FME version 2024.1. Revit version 2023


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

 


Reply