Step 3: Create the metadata tables
The third step in the metadata installation process is to create the metadata tables by running the following command:
Select the command line that is appropriate for your environment.
Linux Run Command
ant -f data_build.xml create_omop_metadata_tables
Windows Run Command
%ANT_HOME%\bin\ant.bat -f data_build.xml create_omop_metadata_tables
Note
If the command %ANT_HOME% does not work it may be because you did not set your environment variables (For more information, see the Requirements Chapter in the i2b2 Installation Guide). 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. |