"Could not create a GEODATABASE_MDB writer. Personal geodatabases are not supported with 64-bit versions of FME and ArcGIS. Plugin 'GEODATABASE_MDB' was loaded, but a writer could not be created. Error was #1: A fatal error has occurred. Check the logfile above for details"
Is there any way out? So I need the s57 Data as a GDB with the symbologie of s57 data. (ENC)
Thanks for attention.
Best answer by markatsafe
@jangrosser There are many flavours of Geodatabase supported by FME. The FME GEODATABASE_MDB is the old MS Access based Personal Geodatabase - and only supported under 32bit FME. In the modern world you would probably want to use a File Geodatabase or Enterprise (ArcSDE) Geodatabase. In all cases (with the exception of Esri Geodatabase (File Geodb Open API) Reader/Writer) you will need an Esri license.
Symbology: S-57 files (*.000) do not inherently have symbology. It is the S-57 display applications that define the symbology - for example. It is the same in ArcGIS. So you'll either have to obtain or define your own S57 symbol set for ArcGIS.
I've updated the example workspace for File Geodatabase and FME 2019.2: S-57 to ESRI Geodb 2019.fmwt
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.
@jangrosser There are many flavours of Geodatabase supported by FME. The FME GEODATABASE_MDB is the old MS Access based Personal Geodatabase - and only supported under 32bit FME. In the modern world you would probably want to use a File Geodatabase or Enterprise (ArcSDE) Geodatabase. In all cases (with the exception of Esri Geodatabase (File Geodb Open API) Reader/Writer) you will need an Esri license.
Symbology: S-57 files (*.000) do not inherently have symbology. It is the S-57 display applications that define the symbology - for example. It is the same in ArcGIS. So you'll either have to obtain or define your own S57 symbol set for ArcGIS.
I've updated the example workspace for File Geodatabase and FME 2019.2: S-57 to ESRI Geodb 2019.fmwt
thanks a lot. I tied the way with FME 32 Bit, it runs, but not this is not my solution. So I will do the way of markatsafe. When I cant get the symbologie from S57 I need to do it with an other try.