Extracting Redwood CPS data on MSSQL Server

This procedure describes how to extract Redwood CPS data on a MSSQL Server. Before starting a new conversion project, you need to set up tables and export the data from the Redwood CPS environment. After extracting data, you can then define a new conversion project.

To extract Redwood CPS data:

  1. From the <Conversion Home>/scripts/<Redwood> directory, type the following command:

    redwood_MsSQL_export -U <username> -P <password> -S <database server> -D <database/schema name> [-T <table names list>

    EXAMPLE: -T table1,table2,table3

    NOTE: Once you run the command, a batch script exports the table from the Redwood MSSQL server.

  2. Open the Conversion Tool and import the data, as described in Defining a new Redwood CPS project.

Parent Topic

Redwood CPS data extraction