OMOP
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Section

Step 4:   Load sample data into the tables 
Anchor
omop_metadata_step4
omop_metadata_step4

The fourth and final step in the metadata installation process is to load the data into the tables by running the following command:

Select the command line that is appropriate for your environment.

Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#DDD9C3
borderStylesolid
titleLinux Run Command

indent
Level1

ant -f data_build.xml db_metadata_load_data_omop



Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#DDD9C3
borderStylesolid
titleWindows Run Command

indent
Level1

%ANT_HOME%\bin\ant.bat -f data_build.xml db_metadata_load_data_omop

html-text
<div class="i2b2-panel">
    <table class="i2b2-note">
        <colgroup>
            <col width="24">
            <col>
        </colgroup>
        <tbody>
            <tr>
                <td>
                    <img src="https://community.i2b2.org/wiki/download/attachments/14091764/icon_note.png" width="16" height="16" align="absmiddle" alt="info" border="0">
                </td>
                <td>
                    <b>Note</b>
                    <br>The loading of the metadata may take an extended period of time (over several hours) due to the amount of sample data provided.
                </td>
            </tr>
        </tbody>
    </table>
</div>