I am trying to read DWG file using FME 2019.
Below is the workflow
- Create FME Session
- Create ACAD Reader
- Open AutoCAD file
- Read Feature and Feature Schema from File (SUCCESS)
- Close FME Reader and Session
- Dispose ALL FME Objects
- Repeat steps a) to f), crash observed at step d) when reading Feature Schema
When the same workflow is executed for DGN or Microstation file, it works fine.
I am attaching the sample code and FME Log files