Hi all
i have a project db's which were used in global (CATA,PADD )i want to use these db's in normal PDMS (NON global project)so it can save my time for making catalouge.
can any one guide me how to make it happen.
Copy global databases to local share, then include them to your project as foreign database.
To update you just need to copy them again to the same path.
Dear Colin,
That was a good idea and I appreciate it.
But my requirement was a local writable project independent from main global project, So i figured out as follow for my aim:
1- In the Global Project in ADMIN, I used Project --> Replicate --> Standalone .... to generate macro 'ReplicateProj.mac'
2- Then I used this macro in empty new project to generate a standalone project (Structure of project + empty DB's)
3- Then I delete all DB's manually (it can be done by another hand-made macro by using command 'Delete DB %dbname%' & List of DB's which is exist in the macro 'ReplicateProj.mac' in Excel)
4- Then I used 'Copy Foreign...' and copy all DB's in Global project to the new project one by one.
Now I have a local writable project without any dashed lines in the model.... that is perfect.
Thank you once again.