Skip to main content
Solved

How to resolve "AutoCAD Writer Failed to write raster" error in workspace?

  • August 9, 2020
  • 2 replies
  • 74 views

srayford
Forum|alt.badge.img

Our organization upgraded from FME Desktop and Server 2019.1 to 2020.1. We have a process in which users can select an area on the map and a FME workspace will run that will export data into a cad file (dwg) and a png file putting both files in a folder. We realized that the cad file does not include the reference to the png file since the upgrade. The workspace is showing a warning that "AutoCAD Writer: Failed to write raster. Skipping feature". I am not sure why the autocad writer is failing.

Has anyone else ran into this warning before? If so, what did you do to resolve it?

Best answer by chrisatsafe

We were able to resolve this issue by upgrading the writer as it was using a reader from FME 2015. Changing the reader format from RealDWG to ACAD also proved to be effective.

As a best practice, when upgrading readers, transformers, or writers, consider backuping your workspace and review the parameter changes between versions.

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.

2 replies

chrisatsafe
Contributor
Forum|alt.badge.img+2
  • Contributor
  • Best Answer
  • August 21, 2020

We were able to resolve this issue by upgrading the writer as it was using a reader from FME 2015. Changing the reader format from RealDWG to ACAD also proved to be effective.

As a best practice, when upgrading readers, transformers, or writers, consider backuping your workspace and review the parameter changes between versions.


srayford
Forum|alt.badge.img
  • Author
  • August 24, 2020

Thanks for your help Chris. I was so glad to have a solution that worked for my organization.