I have a model that generates a list of materials for a proposed project. It has no parameters which is what I want, and it runs almost perfectly. For some reason if I open it to EDIT and run the process it generates my .XLS file perfectly, but if I just run it from Toolbox it'll generate the file and quickly delete it.
Does anyone know why this happens?
-
Can you show the model in a screen shot as well as when you run it from Toolbox?whyzar– whyzar2017年01月03日 14:19:00 +00:00Commented Jan 3, 2017 at 14:19
-
1@whyzar I've added the images.j.stanfield– j.stanfield2017年01月03日 14:48:38 +00:00Commented Jan 3, 2017 at 14:48
1 Answer 1
Outputs that are set as intermediate are cleared by the model upon completion. I suspect your output is set to intermediate (default) and you need to change this. Simply right click on it and un-tick it.
Why it exists when you run the model from within modelbuilder is that modelbuilder needs to maintain a ready to run status, hence that option is not honoured when a model is run in that way.
Explore related questions
See similar questions with these tags.