[QUOTE=TBack;3068]In case you need to get back all the items that you succeeded to delete, it is possible to backtrack the catalogue database(unless you have done a merge of the database).
All later changes will be lost by backtracking, but you will be able to get the database back to an earlier state. Not sure if this is requierd in your case, but I thought I should mention it.
If the catalogue database name is MASTER/PIPECATA it is possible to do as follows.
In admin:
Q SESSIONS LAST 10 MASTER/PIPECATA
This will give a list of the last 10 saveworks done for the database.
Locate the session number where you did the mistake(lets assume it is: Session 1234) that was saved.
BACKTRACK MASTER/PIPECATA TO SESSION 1233
This will bring the database state back to the session before the mistake was done. Note that this will also remove all newer changes done to the databse as well, and there is no way to get them back after you have done a backtrack.
hi TBACK
Q SESSIONS LAST 10 MASTER/PIPECATA
this commands shows error like below
(47,15) CP: Syntax error
In line 5 of Command/Form Input
[QUOTE=TBack;3068]In case you need to get back all the items that you succeeded to delete, it is possible to backtrack the catalogue database(unless you have done a merge of the database).
All later changes will be lost by backtracking, but you will be able to get the database back to an earlier state. Not sure if this is requierd in your case, but I thought I should mention it.
If the catalogue database name is MASTER/PIPECATA it is possible to do as follows.
In admin:
Q SESSIONS LAST 10 MASTER/PIPECATA
This will give a list of the last 10 saveworks done for the database.
Locate the session number where you did the mistake(lets assume it is: Session 1234) that was saved.
BACKTRACK MASTER/PIPECATA TO SESSION 1233
This will bring the database state back to the session before the mistake was done. Note that this will also remove all newer changes done to the databse as well, and there is no way to get them back after you have done a backtrack.
hi TBACK
Q SESSIONS LAST 10 MASTER/PIPECATA
this commands shows error like below
(47,15) CP: Syntax error
In line 5 of Command/Form Input