My main model contains the following:
- Workspace variable
Input GDB - Feature class
Input Feature Class - SubModel 1 that produces
OUTPUTfeature class
Parse Path is used to obtain the name from the input feature class and is stored in the variable Name. This is used as an inline variable for the various outputs of the processes inside SubModel 1. The workspace variable is also used as an inline variable.
My problem now is that the submodel is not executing. It accepted the input feature class and executed successfully on its own. When I added it to the main model it now refuses to run, even with exactly the same input.
Add Field,Calculate Field,Joinetc. Maybe it's the fact that it usesNameas inline variable for the outputs within the submodel? Initially I just used theInput GDBas an inline variable and it worked fine. It's when I addedInput Feature Classthat it stopped working. – Arabella Jul 5 '12 at 5:08