Step 3 If Needed - Map Key (Reserved) Words to Aliases

This task is optional and performed in case there are errors in the previous steps.

Complete this task only if you saw errors after completing Step 2 Run the Project Schema Script (as BE_USER). Such errors are caused when your project ontology uses terms that are key words (reserved terms) in the DBMS you are using. You must map these terms to an alias in the keyword mapping file.

Procedure

  1. Edit the BE_HOME/dbkeywordmap.xml file to add entries. Below is the format followed by an example:
    <keyword name=“dbKeyWord" mapname=“nonDbKeyWord"/>
       <keyword name="start" mapname="start_"/>
  2. Repeat Generate the Project-Schema-Specific SQL Scripts (with Wizard), and tasks following as needed.
  3. If desired, create project-specific aliases for the key word mappings as explained in Providing Project-Specific Keyword Aliases.