Skip to main content
Question

Shape defined within template is not stored. Error

  • February 13, 2019
  • 5 replies
  • 72 views

garyb
Contributor
Forum|alt.badge.img+5

I saw a very similar question to this from a couple of months ago where the poster managed to resolve it on his own, but his fix did not work in my case.

I'm reading from AutoCAD Map OD (multiple files) and writing to AutoCAD Map OD (single file). I've checked my template file and Shape File Folder Path and they all seem to be fine, so I don't understand this error or why my workspace won't run.

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.

5 replies

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • February 15, 2019

Hi @garyb Are you trying to create a template from your workspace and the source data isn't getting added? Can you attach your workspace here? If not, please send it to https://www.safe.com/support/report-a-problem/ Thanks!


garyb
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • February 15, 2019

Hi @garyb Are you trying to create a template from your workspace and the source data isn't getting added? Can you attach your workspace here? If not, please send it to https://www.safe.com/support/report-a-problem/ Thanks!

Hi Dan. No I'm not trying to create a template from my workspace, the template I mentioned is a CAD file being reference in the parameters of the Writer. I tore this all down and spent most of the day working on it yesterday and it seems to be coming down to a single AutoCAD Block in the template file. When I purge it out the workspace runs fine and when I add it back in it fails. There's nothing unusual about this one block (very simple 4 lines and a string of text) so I can't figure out why it is a problem, but I do think I've got it narrowed down to that now.


fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • February 15, 2019

Hi Dan. No I'm not trying to create a template from my workspace, the template I mentioned is a CAD file being reference in the parameters of the Writer. I tore this all down and spent most of the day working on it yesterday and it seems to be coming down to a single AutoCAD Block in the template file. When I purge it out the workspace runs fine and when I add it back in it fails. There's nothing unusual about this one block (very simple 4 lines and a string of text) so I can't figure out why it is a problem, but I do think I've got it narrowed down to that now.

@garyb Thanks for narrowing down the problem. Please send the template file, workspace, etc. to https://www.safe.com/support/report-a-problem/


garyb
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • February 15, 2019

@garyb Thanks for narrowing down the problem. Please send the template file, workspace, etc. to https://www.safe.com/support/report-a-problem/

OK, I have submitted it now. Thanks Dan.


ferhdfme
Contributor
Forum|alt.badge.img+12
  • Contributor
  • February 11, 2025

Hi,

In my case, I had the same error and I solved it by removing the autocad_entity attribute with the transformer AttributeRemover before writing it in AutoCAD for the features whose value in the autocad_entity_visibility attribute was invisible.