Skip to main content

I've successfully written out text nodes to a DGN following the information in this article:

https://knowledge.safe.com/articles/1539/writing-microstation-dgn-text-nodes-with-fme.html

The text nodes are displaying in the DGN and look correct, however, FME is generating warnings for each text node being written out and each feature is being logged as follows:

Feature specified type fme_text, but did not have the appropriate geometry attributes for this type -- feature has been logged, and will be passed to the writer as-is
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Feature Type: `__GO_TO_FINAL_OUTPUT_ROUTER__'
Attribute(32 bit integer) : `Loop to MultiTextCreator_2_MultiTextElementBuilder_2_Input1545672846 Input Splitter.BranchingFactory.Count' has value `1'
Attribute(64 bit integer) : `MSLINK' has value `364787'
Attribute(string) : `__wb_out_feat_type__' has value `All Levels'
Attribute(encoded: UTF-8) : `fme_feature_type' has value `Level 44'
Attribute(string) : `fme_geometry' has value `fme_point'
Attribute(64 bit real) : `fme_rotation' has value `0'
Attribute(entangled: string) : `fme_type' has value `fme_point'
entangled to eoracle_type]
Attribute(64 bit integer) : `igds_color' has value `1'
Attribute(64 bit integer) : `igds_graphic_group' has value `2850'
Attribute(64 bit integer) : `igds_level' has value `44'
Attribute(encoded: UTF-8) : `igds_level_name' has value `Level 44'
Attribute(64 bit integer) : `igds_node_number' has value `364787'
Attribute(32 bit unsigned integer): `igds_number_of_strings' has value `2'
Attribute(64 bit real) : `igds_rotation' has value `0'
Attribute(64 bit integer) : `igds_style' has value `0'
Attribute(encoded: UTF-8) : `igds_text_elements{0}' has value `2 45^ BEND'
Attribute(64 bit integer) : `igds_text_elements{0}.igds_font' has value `3'
Attribute(64 bit integer) : `igds_text_elements{0}.igds_justification' has value `0'
Attribute(64 bit real) : `igds_text_elements{0}.igds_text_size' has value `1.5'
Attribute(encoded: UTF-8) : `igds_text_elements{0}.igds_text_string' has value `2 45^ BEND'
Attribute(64 bit real) : `igds_text_elements{0}.x' has value `33208.1492726738'
Attribute(64 bit real) : `igds_text_elements{0}.y' has value `5934680.46895529'
Attribute(encoded: UTF-8) : `igds_text_elements{1}' has value `LOCATION UNKNOWN'
Attribute(64 bit integer) : `igds_text_elements{1}.igds_font' has value `3'
Attribute(64 bit integer) : `igds_text_elements{1}.igds_justification' has value `0'
Attribute(64 bit real) : `igds_text_elements{1}.igds_text_size' has value `1.5'
Attribute(encoded: UTF-8) : `igds_text_elements{1}.igds_text_string' has value `LOCATION UNKNOWN'
Attribute(64 bit real) : `igds_text_elements{1}.x' has value `33208.1492726738'
Attribute(64 bit real) : `igds_text_elements{1}.y' has value `5934678.302285289'
Attribute(encoded: UTF-8) : `igds_type' has value `igds_multi_text'
Attribute(64 bit integer) : `igds_weight' has value `0'
Attribute(32 bit integer) : `multi_reader_full_id' has value `0'
Attribute(32 bit integer) : `multi_reader_id' has value `0'
Attribute(string) : `multi_reader_keyword' has value `ORACLE_SPATIAL_1'
Attribute(string) : `multi_reader_type' has value `ORACLE_SPATIAL'
Attribute(string) : `multi_writer_id' has value `0'
Attribute(32 bit integer) : `oracle_srid' has value `1083023'
Attribute(string) : `oracle_type' has value `oracle_point'
Coordinate System: `3TM114-83'
Geometry Type: IFMEPoint
Coordinate Dimension: 2
(33208.1492726738,5934680.46895529)

Has anyone else seen this before, or notice anything I have set incorrectly in generating the text nodes to cause this? Although my output is fine as is, there are quite a few text nodes per translation so these warnings are causing a lot of "clutter" in the log files.

I am using FME Desktop 2018.0.1.0

Thanks!

Hi @janna

I'm sorry you ran into this issue. Could you please try adding the attributes fme_text_string and fme_text_size to your features?

If the warnings still occur after doing this, would you be able to upload your workspace?


Hi @janna

I'm sorry you ran into this issue. Could you please try adding the attributes fme_text_string and fme_text_size to your features?

If the warnings still occur after doing this, would you be able to upload your workspace?

Thanks! That did the trick. My log files are a lot cleaner now.


Reply