Developers Getting Started With i2b2
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

...

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


Warning
title1.7.13 Bug: Workaround

If performing a new install of i2b2 v1.7.13 on SQL Server, there is an issue in installing some of the stored procedures through the ant command. Before this step, you will need to edit edu.harvard.i2b2.data/Release_1-7/NewInstall/Crcdata/data_build.xml, line 49. Under the target “create_procedures_release_1.7” change delimiter=”;” to delimeter=”GO”.



Select the command line that is appropriate for your environment.

...

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


indent
Level1

ant -f data_build.xml create_procedures_release_1-7


...

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


indent
Level1

%ANT_HOME%\bin\ant.bat -f data_build.xml create_procedures_release_1-7


...