Joe Walters 7.Jun.07 06:02 PM a Web browser - Category - 6.5.1All Platforms
I can't find documentation on how to make a copy of a QP on the same server. The key here is that I don't want to remove the original after making the new one.
Scenario:
Users want a new copy of qp2006 (including its rooms)created and called qp2007 on the same QP server. They don't want qp2006 to be removed after qp2007 is created.
I know I can do:
lo qptool lock -p qp2006
OS copy ...\quickplace\qp2006 to ...\quickplace\qp2007
lo qptool unlock -p qp2006
lo qptool unlock -p qp2007
lo qptool register -install -p qp2007
My concern with this is that the repid's of the databases haven't been changed using this method.
So how can you create a new copy of an existing place when you want to ultimately want to retain both the original and the new copy?