I built a model that would copy mutiple feature datasets from one ArcSDE to another. In the model, everything worked fine. It would copy all six (6) feature datasets over. But once I exported the model to a python script, and ran it, it would only copy over the first feature dataset that was listed. Is there something that I missed in the export process? I am new to model builder and python, so please bear with me. There are supposed to be 6 datasets to be copied, but the attached screenshot only shows one of them in the python script. Any help would be greatly appreciated.
You need to make a list of your datasets and loop through them. I don't think python will be able to recognize multiple inputs through one copy tool. Something like this.