I have a model using the Append Tool to add new records to a point feature class, but some of the input records get rejected because they "fall outside of output geometry domains".
The destination feature class itself is created during the initial import run = MakeXYEventLayer (GCS_GDA_1994) + CopyFeatures
I tried a few different options:
1. set-up the domain to be the same as the input
2. Specify an artificially large domain
but it looks like once the feature class is created, changing the model domain options does not make any difference?
I was wondering if anyone experienced the same issue and how they got around it? Thanks a lot.