Skip to main content

Hi! I'm trying to import some CityGML to Infraworks via the quick translator. I'm getting errors that seem schema related, and I saw when I colleague used the full trial so that he could see the workspace details, that the schema seems not to be defined. Is that possible? In the log file I have:

2018-03-21 10:16:07| 1.4| 0.0|INFORM|mapping file Keyword: `CITYGML_1_ONLY_FEATURE_TYPES_IN_DATASET' occurs 1 time(s)
2018-03-21 10:16:07| 1.4| 0.0|WARN |UniversalReader -- readSchema resulted in 0 schema features being returned
2018-03-21 10:16:07| 1.4| 0.0|ERROR |The XML Module halted on error, see the logfile for details
2018-03-21 10:16:07| 1.4| 0.0|INFORM|Closing the SCHEMA Reader
2018-03-21 10:16:07| 1.4| 0.0|ERROR |The XML Module halted on error, see the logfile for details
2018-03-21 10:16:07| 1.4| 0.0|INFORM|Translation FAILED with 4 error(s) and 54 warning(s) (0 feature(s) output)
2018-03-21 10:16:07| 1.4| 0.0|INFORM|FME Session Duration: 2.0 seconds. (CPU: 0.5s user, 0.6s system)
2018-03-21 10:16:07| 1.4| 0.0|INFORM|END - ProcessID: 26076, peak process memory usage: 63440 kB, current process memory usage: 62916 kB

Can I turn on more detailed logging, or is there another master log file?

thanks!

FME doesn't have any additional logging.

When I look at your log however, I see a mention of 4 Errors and your log dump only has two. It seems as if your GML file doesn't match the CityGML schema.

Is it possible to share both all errors from the log and the CityGML dataset?


FME doesn't have any additional logging.

When I look at your log however, I see a mention of 4 Errors and your log dump only has two. It seems as if your GML file doesn't match the CityGML schema.

Is it possible to share both all errors from the log and the CityGML dataset?

@nwmoore

 

Just now I had the same issue.

 

I solved it by replacing the reader. After that my workspace ran fine.

 


Reply