Skip to main content
Solved

DGN to DGN

  • February 5, 2013
  • 1 reply
  • 34 views

Hi,

 

 

I have build a model that read a .dgn file, add MsLink and then write the result in a new .dgn file. I have a problem with the cells.

 

 

When i run the model, I receive this message :

DESIGN WRITER: The cells read from the cell file V8.cel' are as follows: META RESURG TOUR MINE RAPIDE GOUFFR BATIME PONT BRULEU COTTER COINFE PYLONE HUMIDE FLECHE CHUTE SILO PHARE HYDROB MARINA ROCHE SKI TOURT CAMPIN NUMOV ETANGE RESERV MAIMOB ENLEV LEGMAJ SCAN20 MODIF SEGABS REPRE AJOU SCANB SEGNCO SEGTRO SEGIMP NOTE_B

DESIGN WRITER: Error - An attempt was made to write a cell but could not find the value of 'igds_cell_name' on the feature

 

 

 

Best answer by srg

Dominic,

 

From the log file it looks like you are trying to write igds cells without specifying the cell name.

 

You need to use an attributecreator to set the igds_cell_name in the fmw when you write igds cells.

 

Check this article on fmepedia to understand how to write dgn cells:

 

http://fmepedia.safe.com/articles/FAQ/Microstation-Design-Cells-and-FME

 

 

Happy FME-ing :-)

 

SRG
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.

1 reply

srg
Forum|alt.badge.img+10
  • Best Answer
  • February 7, 2013
Dominic,

 

From the log file it looks like you are trying to write igds cells without specifying the cell name.

 

You need to use an attributecreator to set the igds_cell_name in the fmw when you write igds cells.

 

Check this article on fmepedia to understand how to write dgn cells:

 

http://fmepedia.safe.com/articles/FAQ/Microstation-Design-Cells-and-FME

 

 

Happy FME-ing :-)

 

SRG