Select to view content in your preferred language

model only runs in edit mode

496
1
01-13-2011 08:42 AM
by Anonymous User
Not applicable
Original User: frankv3

i have a model that eventually creates a new feature class of appended data from the original feature class with data from a derived feature class, the model runs fine in edit mode but when run out of edit mode errors are raised including that the feature class to be created already exists even though the geoprocessing options are set to overwrite outputs
anyone else come across this?
0 Kudos
1 Reply
DuncanHornby
MVP Notable Contributor
Frank,

I don't know if I am giving you a red herring here but having looked at you model it's quite complex and I was wonder what order things are running in. You can make a proccesses output a precondition to another and this means "only run this process if the the precondition is successful" and this enforces a sequence to your model. It may be a pure fluke that the order you added the tools to your model is the order than runs well in edit mode?

Just an idea and may not actually be the answer to your problem!

Duncan
0 Kudos