Step 4:   Create the Data Repository (CRC) stored procedures 

The fourth step in the crcdata installation process is to create the stored procedures for the tables

Select the command line that is appropriate for your environment.

ant -f data_build.xml create_procedures



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



<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>