DB Maint.: Restoring
Deleted Cuts
The following procedure applies to Bundle-Track versions 3.6 and
above.
You may be able to restore a deleted Cut. When you delete a Cut,
the records remain in the database in a hidden (but recoverable)
form until both of the following have occurred:
Also, in order to restore a Cut, its parent Lot must not be in
a deleted state. If the parent Lot has been deleted, you must
restore the Lot before you can restore
the Cut.
Procedure:
- Confirm that the Cut's parent Lot is visible in Bundle-Track.
- Open your Lots list and locate the Lot. If it is not there,
you will have to restore the Lot
before you can restore the Cut.
- Identify Lot Code of the Cut's parent Lot.
- Get ISQL ready to run your commands.
- Copy and Paste the following
code into ISQL:
|
Select
LOTMASKEY from LOTMAS where LOTMASLAB='ZZZZZ';
|
- Edit that code, replacing ZZZZZ with the Lot's Code.
- Click the Lightning Bolt icon to execute.
- Note the Lot's LOTMASKEY.
- Copy and Paste the following
code into ISQL:
|
Update
TPSMAS set ACTIVEINFO = 'T' where LOTMASKEY = ZZZZZ;
Commit;
|
- Edit that code, placing the LOTMASKEY you noted above in
place of ZZZZZ.
- Click the Lightning Bolt icon to execute.
- Exit ISQL and IBConsole.
- In Bundle-Track, confirm that the Cut has been restored.
We welcome your comments at support@bundle-track.com.
If you would like our live assistance, you may hire us at our professional
services rate.