Nesting factory in parametric script

 From:  Michael Gibson
4502.2 In reply to 4502.1 
Hi Brian - make sure you call .commit() on each factory so that it will consider itself to be completed. Otherwise if you don't call .commit() on a factory it will assume that something has gone wrong and the command has been canceled and it will delete any objects that it had created from previous calls to update().

If that doesn't help you I'll probably need to see your actual script to give you some advice.

- Michael