Setting up the Sametime System Console database manually

To install the IBM® Sametime® System Console server, the DB2® application user ID must have administrator rights to be able to create and update tables in the database. If the user does not have administrator rights create the tables manually before installing the Sametime System Console.

Procedure

  1. Start the DB2 command window by running the following command:
    • AIX® or Linux: db2
    • Windows: db2cmd
  2. Connect to the System Console database by running the following command:
    • AIX or Linux: db2 connect to STSC
    • Windows: db2 connect to STSC
  3. Create the createSchedTable by running the following command: db2 -tf createSchedTable.ddl
  4. Close the DB2 command window.