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 3:   Create the workdata tables 
Anchor
omop_workdata_step3
omop_workdata_step3

The third step in the workdata installation process is to create the workdata 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 create_workdata_tables

 

 

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

indent
Level1

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

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>If the command %ANT_HOME% does not work it may be because you did not set your environment variables <i>(For more information, see the Requirements Chapter in the i2b2 Installation Guide)</i>. If you do not wish to set this variable then you will need to replace %ANT_HOME% with the full path to your Ant directory.
                </td>
            </tr>
        </tbody>
    </table>
</div>