Question

Insert operation not working correctly. However Update and Delete did


Hi I'm applying change updates to OS MasterMap stored in a geodatabase. However, it is not inserting the new features

I am using two feature mergers, one to find the deleted features and one to find the updated and new features to insert. These then go to attribute creators to create the fme_db_operations field with DELETE, INSERT and UPDATE values.

My writer parameters are as follows:

TOID is the unique value field. It is deleting and updating existing features but not inserting the new ones.

Any help and advice would be greatly appreciated.

I have attached my workbench for you to look at if that helps.

Thanks,

Matt


2 replies

Userlevel 6
Badge +32
Do you have a logfile as well?
Badge +3

@mattenvsys

looks like your insert uses attributes that don't match the destination schema.

Also you might want to list index or so the two attributes which are list attributes: Changehistory{}

May OBJECTID need be assigned a value, or can it be null?

Reply