TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


reports:reconciliation_tmssreconciletext

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
reports:reconciliation_tmssreconciletext [2019/01/14 01:24] Scott Cunliffereports:reconciliation_tmssreconciletext [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 The output from the TMSS10Reconcile process has the default Volume statuses of: The output from the TMSS10Reconcile process has the default Volume statuses of:
-  * Reconciled +  * [0] Reconciled 
-  * Reconciled (Confirmed) +  * [1] Reconciled (Confirmed) 
-  * Confirmation Bypass +  * [2] Confirmation Bypass 
-  * Pending confirmation +  * [3] Pending confirmation 
-  * Absent from Scan-Map +  * [4] Absent from Scan-Map 
-  * Unexpected in Scan-Map +  * [5] Unexpected in Scan-Map 
-  * Overdue at subject repository +  * [6] Overdue at subject repository 
-  * Overdue at target repository +  * [7] Overdue at target repository 
-  * Out of scope +  * [8] Out of scope 
-  * Unknown+  * [9] Unknown
  
 +<code>
 +Seq Barcode            Current Rep    Target Rep   Move Time  Overdue Scanned Status  Notes                  
 +--- ------------------ -------------- ----------- ----------- ------- ------- ------  ---------------------- 
 +  US04.LTO.000002L5  Offsite Vault                          No      Yes     OK      Reconciled            
 +  US04.LTO.000003L5  Offsite Vault  Library       H1:10:39  No      Yes     OK      Pending confirmation  
 +  US04.LTO.000004L6  Offsite Vault  Library       H1:10:39  No      Yes     OK      Pending confirmation  
 +  US04.LTO.000005L6  Offsite Vault  Library       H1:10:05  No      Yes     OK      Pending confirmation   
 +  US04.LTO.000008L6  Offsite Vault                          No      No      NOT-OK  Absent from Scan-Map   
 +  US04.LTO.000009L6  Offsite Vault                          No      Yes     OK      Reconciled             
 +  US04.LTO.000010L6  Library                                No      Yes     NOT-OK  Unexpected in Scan-Map 
 + -- ------------------ -------------- ----------- ----------- ------- ------- ------  -----------------------
  
 +</code>
  
 +===== Customizing Status Values =====
 +
 +Setting variables TMSSRECONCILETEXTn (where n is the number 0 to 9) allows custom strings to replace the default values.
 +
 +==== Examples ====
 +
 +Setting the variables
 +  * TMSSRECONCILETEXT3 to **Waiting for confirmation**
 +  * TMSSRECONCILETEXT5 to **Not @ Iron Mountain**
 +  * TMSSRECONCILETEXT6 to **Not Expected @ Iron Mountain**
 +
 +<code>
 +set TMSSRECONCILETEXT3=Waiting for confirmation
 +set TMSSRECONCILETEXT5=Not @ Iron Mountain
 +set TMSSRECONCILETEXT6=Not Expected @ Iron Mountain
 +</code>
 +
 +Produces the output:
 +<code>
 +Seq Barcode            Current Rep    Target Rep   Move Time  Overdue Scanned Status  Notes                  
 +--- ------------------ -------------- ----------- ----------- ------- ------- ------  ---------------------- 
 +  US04.LTO.000002L5  Offsite Vault                          No      Yes     OK      Reconciled            
 +  US04.LTO.000003L5  Offsite Vault  Library       H1:10:39  No      Yes     OK      Waiting for confirmation  
 +  US04.LTO.000004L6  Offsite Vault  Library       H1:10:39  No      Yes     OK      Waiting for confirmation  
 +  US04.LTO.000005L6  Offsite Vault  Library       H1:10:05  No      Yes     OK      Waiting for confirmation  
 +  US04.LTO.000008L6  Offsite Vault                          No      No      NOT-OK  Not @ Iron Mountain   
 +  US04.LTO.000009L6  Offsite Vault                          No      Yes     OK      Reconciled             
 +  US04.LTO.000010L6  Library                                No      Yes     NOT-OK  Not Expected @ Iron Mountain 
 + -- ------------------ -------------- ----------- ----------- ------- ------- ------  -----------------------
 +</code>
 +
 +
 +{{tag> environmental_variables}}
  
  
reports/reconciliation_tmssreconciletext.1547429065.txt.gz · Last modified: 2025/01/21 22:07 (external edit)