Skip to main content
Question

Insert operation not working correctly. However Update and Delete did

  • June 6, 2018
  • 2 replies
  • 49 views

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

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.

2 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2940 replies
  • June 6, 2018
Do you have a logfile as well?

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 2252 replies
  • June 6, 2018

@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?