spec delete and import again with same name ???

 
  • [QUOTE=de_ding;3126]Come up with a selection scheme or just use what is available in /A spec delivered by Aveva MAS/SAM project.

    Do it once and almost no need to change it in the future.  Choose carefully because it can not be redefined, the only way is deleting the whole thing!

    Good luck - hope this helps.

    I just want everyone to realize what what said above is NOT TRUE.  You can change the HEADING of an existing specificartion without deleting it and starting over.  In some instances I have simply added the additional question and provided the additional answer in the modify mode (NAME TYPE ...).  Sometimes this does not work and I have to remove the SPCOs (to LIMBO) and then run back in.  IT CAN BE DONE!
  • Q  sessions last 10 $h
    and you will see what system can accept as a parameter after 10
  • [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

    Q SESSIONS LAST 10 ^^MASTER/PIPECATA

    I thing DB name no need it will take CE DB.
  • The command "Q SESSIONS lAST 10 MASTER/PIPECATA" works if used in the ADMIN module as TBACK has stated.