We have many foreign DBs in a project "included" but now we need to "copy" them into the project.
Is there a way to do this work automatically? with Macro?
[LIST] Collect all included foreign DBs exclude them create copy of them in the project
[/LIST]
Thank you
I would export the project to Excel.
And transform the required spreadsheet page into two macros that you can run in Admin
The first one will exclude the foreign databases:
EXCLude DB Z/Z
EXCLude DB Y/Y
EXCLude DB X/X
(...)
The second one will "copy foreign" them.
COPY DB Z/Z FROM PROJ ABC US SYSTEM/XXXXXX TO Z/Z
COPY DB Y/Y FROM PROJ ABC US SYSTEM/XXXXXX TO Y/Y
COPY DB X/X FROM PROJ ABC US SYSTEM/XXXXXX TO X/X
(...)
maybe you should go with the reconfiguration as stated above, but instead create the DB number with the db number you wish to use instead of the same one.
i don't think we can copy foreign directly to a different DB number.