Skip to main content

Geodatabase Error (-2147219884): The Field already exists.

FileGDB Writer: Could not create feature class 'IMPORT_FIELDS'

A fatal error has occurred. Check the logfile above for details

... Last line repeated 2 times ...

Geodatabase Error (-2147418113): Unexpected operation.

FileGDB Writer: Could not disable Load Only Mode for feature type 'IMPORT_FIELDS'

Geodatabase Error (-2147418113): Unexpected operation.

FileGDB Writer: Could not free Write Lock for feature type 'IMPORT_FIELDS'

 

error occur while running

 

thanks in advance

Does the target feature class and/or file geodatabase already exist?

If yes, does the error still occur if letting FME create the file geodatabase from scratch?


It seems that you have multiple feature writers write to the same feature class, and one of them locks it which does not allow others to write into it. You would need to make sure that only one feature writer is writing to the feature class.


Does the target feature class and/or file geodatabase already exist?

If yes, does the error still occur if letting FME create the file geodatabase from scratch?

i will check revert on 9 oct

 

thanks for replaying me


It seems that you have multiple feature writers write to the same feature class, and one of them locks it which does not allow others to write into it. You would need to make sure that only one feature writer is writing to the feature class.

i will check revert on 9 oct

 

thanks for replaying me


Reply