I am attempting to run GeodatabaseSchemaCompare across multiple geodatabases. Each database has its own unique "test" (template) database. And, because the tool just outputs a folder with the same name, it needs to be in its own folder.
Basically, what I want it to do is compare Database1 to Template1, output the report into Folder1. Then, Database2 to Template2, output the report to Folder2, on down the line for all 100 databases.
Using the workspace iterator I was able to get to compare Database1 to Template, then write the Schema to Folder, then compare Database2 to Template, and then overwrite the first report to create another report in Folder.
I know you can not have more than one iterator in a model when using model builder. Because of this, is my task impossible? Am I going to have to go bother my Python guy to see what he can develop for me?