Skip to main content

hi, i am getting errors, when trying to implement an old workspace, witch was created in datainteroperability extension in arcmap 10.8. Now upgrading to a higher version of python and ArcGISPro i have difficulties with dwg writter.

 

As soon as i add layers from .shp, to dwg writzter i get an error. .shp has correct coordinate system. Also an old model on older version works. Does someone have an idea what could it be?

 

There is a log of an error:

 

FME Configuration: Destination coordinate system set to input coordinate system `_FME_0'

Dynamically creating layer `visina_topo_znak'

Dynamically creating layer `id_visine'

ACAD writer: Splitting bulk features into individual features

FME Configuration: Using ESRI Reprojection Engine

Reprojector: Implicit reprojection prohibited from `_FME_1' (GCS: `GCS_Slovenia_1996') to `_FME_0' (GCS: `GCS_unnamed') using the Esri reprojection engine; specify a geotransformation using @Reproject or the EsriReprojector transformer

Esri Reprojector: No valid geotransformation from GCS 'GCS_Slovenia_1996' to GCS 'GCS_unnamed' available

Storing feature(s) to FME feature store file `C:\\Users\\mrobar\\AppData\\Local\\Temp\\ArcGISProTemp16844\\fmetool-1698042275094_16844_log.ffs'

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Feature Type: `DKN00'

Attribute(32 bit integer)     : `Id' has value `0'

Attribute(string: UTF-8)      : `autocad_linetype_scale' has value `50'

Attribute(string: UTF-8)      : `autocad_lineweight' has value `-3'

Attribute(string: UTF-8)      : `fme_basename' has value `Območje_zakoličbe'

Attribute(string: UTF-8)      : `fme_color' has value `1,0,1'

Attribute(string: UTF-8)      : `fme_dataset' has value `\\\\kotel\\Tehnika_Distribucija_Upravljanje\\Geodetske storitve\\Zakoličbe trase obstoječega omrežja\\Ptuj\\11 - Orešje Ptuj ( Cestno podjetje Ptuj)\\data in\\Območje_zakoličbe.shp'

Attribute(string: UTF-8)      : `fme_feature_type' has value `Območje_zakoličbe'

Attribute(string: UTF-8)      : `fme_geometry' has value `fme_polygon'

Attribute(entangled: string: UTF-8): `fme_type' has value `fme_area'

     entangled to shapefile_type

Attribute(32 bit integer)     : `multi_reader_full_id' has value `2'

Attribute(32 bit integer)     : `multi_reader_id' has value `2'

Attribute(string: UTF-8)      : `multi_reader_keyword' has value `SHAPEFILE_1'

Attribute(string: UTF-8)      : `multi_reader_type' has value `SHAPEFILE'

Attribute(string: UTF-8)      : `multi_writer_id' has value `3'

Attribute(string: UTF-8)      : `shapefile_type' has value `shapefile_polygon'

Coordinate System: `_FME_1'

Geometry Type: IFMEPolygon

Name(UTF-8): `shapefile'

Boundary:

  Geometry Type: IFMELine

  Number of Coordinates: 31 -- Coordinate Dimension: 2

  (565207.7898532329,143995.26519034058)(565201.0318669025,143984.0009605419)(565192.3284050822,143988.5705238562)(565196.773413972,143994.76178624295)(565176.2946230127,144010.79556830414)

  (565170.8820630051,144004.6528861355)(565165.1821007878,144010.31931735575)(565169.4683593595,144015.24057719857)(565154.545829514,144027.4643516466)(565150.8580294922,144024.91880966164)

  ...Skipping coordinates...

  (565102.1911549075,144066.43535780162)(565097.3163400572,144069.6125609409)(565102.316975058,144075.4069475308)(565106.7619839478,144080.4075825326)

  (565123.3513921257,144065.96130364016)(565133.610876617,144055.061240267)(565165.6583517408,144028.41685355268)(565187.8040210316,144011.1924440991)(565194.2768582329,144005.1314251367)

  (565207.7898532329,143995.26519034058)

===========================================================================

Coordinate system conversion during translation is not possible

AutoCAD Writer: Abort() called. Aborting writing

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Feature output statistics for `ACAD' writer using keyword `ACAD_3':

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

                Features Written

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

id_visine                                  20

visina                                   20

visina_topo_znak                              20

==============================================================================

Total Features Written                           60

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Translation FAILED with 33 error(s) and 18 warning(s) (360 feature(s) output)

Stored 1 feature(s) to FME feature store file `C:\\Users\\mrobar\\AppData\\Local\\Temp\\ArcGISProTemp16844\\fmetool-1698042275094_16844_log.ffs'

FME Session Duration: 1 minute 1.3 seconds. (CPU: 37.5s user, 17.2s system)

END - ProcessID: 4968, peak process memory usage: 715556 kB, current process memory usage: 336192 kB

Coordinate system conversion during translation is not possible

Program Terminating

Translation FAILED.

During translation, some features were read that did not match a reader feature type in the workspace. This can happen if the reader dataset is changed, or a reader feature type removed or renamed.

 

What coordinate system is defined in the writer? Because that is what the error is about.

 

Esri Reprojector: No valid geotransformation from GCS 'GCS_Slovenia_1996' to GCS 'GCS_unnamed' available

 

It looks like the writer had a crs specified that is unknow to the new version of FME?


My database MYSQL is in EPSG 3794 and also shapefile. When i write to dwg from sql database log is ok. as soon as i add shapefile i get an error. it looks like, that transformer is trying to reproject something, but there is no need.


Reply