I have a workspace writes data from one ArcGIS database to another. I used the drop and create option on tthe table
I get the error , [DDL operations are not allowed across database boundaries.]}
My question is how can ArcGIS allow you to drop a table but not create it again? This was very inconvenient. Is there anyway to stop FME from droping the table if it does not have the permission to create a new table?
Best regards,
Kicki M
My error message:
Geodatabase Writer: Dropping table/feature class `DBO.GVF_GEOM_TMP'
Geodatabase Writer: Creating feature class `DBO.GVF_GEOM_TMP' in feature dataset 'gdbhmag.DBO.hmag'
An error occurred while attempting to create the feature class 'DBO.GVF_GEOM_TMP'. The error number from ArcObjects is: '-2147220989'. The error message from ArcObjects is: {The operation is not supported by this implementation. DDL operations are not allowed across database boundaries.]}
GEODATABASE_SDE writer: A fatal error has occurred. Check the logfile above for details