Skip to main content
Solved

DGN to DGN

  • 5 February 2013
  • 1 reply
  • 21 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

 

 

 
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

Reply