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

Next revision
Previous revision
reports:reconciliation_tmssreconciletext [2019/01/14 01:19] – created Scott Cunliffereports:reconciliation_tmssreconciletext [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== TMSSRECONCILETEXT ====== ====== TMSSRECONCILETEXT ======
 +
 +The output from the TMSS10Reconcile process has the default Volume statuses of:
 +  * [0] Reconciled
 +  * [1] Reconciled (Confirmed)
 +  * [2] Confirmation Bypass
 +  * [3] Pending confirmation
 +  * [4] Absent from Scan-Map
 +  * [5] Unexpected in Scan-Map
 +  * [6] Overdue at subject repository
 +  * [7] Overdue at target repository
 +  * [8] Out of scope
 +  * [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.1547428746.txt.gz · Last modified: 2025/01/21 22:07 (external edit)