Search on this blog

Search on this blog

View Categories

3.9.3 Create Workdata Tables

< 1 min read

Step 3: Create Workplace Framework (WORK) Tables #

The third step in the Workdata installation process is to create the Workdata tables, indexes and sequences by running the following command:



Select the command line that is appropriate for your environment.


Linux Run Command
ant -f data_build.xml create_workdata_tables_release_1-7



Windows Run Command
%ANT_HOME%binant.bat -f data_build.xml create_workdata_tables_release_1-7



Note

If the command %ANT_HOME% does not work it may be because you did not set your environment variables as suggested in the Requirements Chapter. 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.