Table of Contents

Search

  1. About the Data Vault Administrator Guide
  2. Introduction to the Data Vault
  3. Data Vault Service Startup and Shutdown
  4. Data Vault Configuration
  5. Data Vault SSL Setup
  6. Data Vault ODBC Setup
  7. Data Vault Administration
  8. Data Repartitioning
  9. Partial Data Vault Copy
  10. Archived Data Migration
  11. Bulk File Uploader
  12. Data Vault Administration Tool
  13. Data Vault Logs
  14. User Account Privileges
  15. ssasql Command Line Program
  16. Data Vault Audit Log
  17. Sample Configuration Files

Data Vault Administrator Guide

Data Vault Administrator Guide

Step 1. Migrate the Data from the Source to the Target System

Step 1. Migrate the Data from the Source to the Target System

Before you begin, run a query to get the file count and file details of the SCT files for the TICKET table. After you migrate the data to the target Data Vault system, you plan to run the same query on the target to confirm that the migration is successful.
  1. Get the list of tables for the database 123SDBCOPY. From the command prompt, run the following command:
    tables
  2. Note the table ID for the TICKET table.
  3. To get the list of files for the TICKET table, run the following command:
    files <table ID>
    The following image shows the commands and the result:
  4. Note the SCT file count and file details such as row count and file size.
  5. Run the following ssamigrate command in the source system to migrate the data:
    ssamigrate -l cas://atmos_cloud1/ -r /data/idvuser/Jenkins_slave/workspace/IDV64.3_SUSILinux64/temp -d 123sdbcopy -s "LOYALTY_BLOB" -t "TICKET" -u dba/dba
    The following image shows the command and the result:

0 COMMENTS

We’d like to hear from you!