Skip to main content
Question

Revit to DGN: Tags Writing not working

  • November 2, 2015
  • 4 replies
  • 27 views

Forum|alt.badge.img
Hello all,

 

 

I'm having an issue with writing tags to a DGN file. I have a Revit file which I've converted to the Revit FME format and am writing straight to DGN. When I write it without tags it works, however when I switch on tags and map across the attributes, I get a series of warning messages:

 

 

WARN |DESIGN WRITER: Tag writing is currently not supported for the associated element

 

 

WARN |DESIGN WRITER: Could not find the tag value. This may result into creating an empty tag. Make sure the feature has the attribute 'Analytical Properties.Absorptan' set with an appropriate value

 

 

It repeats this for several of the attributes, then:

 

 

Further instances of this message will be suppressed

 

 

Then the log hangs (like it's processing). I left the workspace open overnight, it didn't complete.

 

 

Thanks in advance for any help. Amit

 

 

 

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

Forum|alt.badge.img
  • Author
  • November 2, 2015
mep.jpg - this is what I'm trying to convert, it's an example MEP model.

sigtill
Supporter
Forum|alt.badge.img+25
  • Supporter
  • November 2, 2015
I would suggest you only read the first 1000 features to see if these gets written OK, then the next 1000 etc. This can be done using a Sampler. This way you can se if it is a specific feature or multiple features. @amit

Forum|alt.badge.img
  • November 3, 2015
I would suggest you only read the first 1000 features to see if these gets written OK, then the next 1000 etc. This can be done using a Sampler. This way you can se if it is a specific feature or multiple features. @amit

The sampler works, but an even better way to limit features to read is to use the "Max features to Read" functions.

docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Desktop_Help.htm#../Subsystems/FME_Workbench/Content/Workbench/reader_parameters_featuresToRead.htm @amit @sigtill

This is better because it only reads n features, whereas the sampler reads all features and then discards them later.

 


mark2atsafe
Safer
Forum|alt.badge.img+59
  • Safer
  • November 3, 2015
Which version of FME are you using? The only issue I can find about this message was apparently fixed for FME 2010! I would do as suggested and try writing just one or two features. Maybe try different geometry types. I imagine it is just a particular geometry with the problem.

 

 

Alternatively can contact our support team (http://safe.com/support) - include a copy of your data and someone will be able to try and replicate the problem. Actually, you should probably do that anyway. The data might cause a legitimate failure, but FME shouldn't stop responding or crash like that anyway.