WebSphere Application Server - Express, Version 6.0.x     Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

Creating Sybase tables for schedulers

Before you begin

This task requires you to configure a database and make it available. See the "Creating Sybase databases for schedulers" topic for more information.

Why and when to perform this task

This topic describes how to create tables for schedulers on Sybase databases, using data definition language (DDL) or structured query language (SQL) files.

Steps for this task

  1. Open a command-line window.
  2. Make sure that you have administrator rights for the database system.
  3. Make sure that you have the Distributed Transaction Management (DTM) option for Sybase ASE installed.
    1. Set enable DTM to 1 in the Sybase server configuration.
    2. Set enable xact coordination to 1 in the Sybase server configuration.
    3. Add the dtm_tm_role role to the Sybase administration user ID. For example, enter the user ID sa.
    4. Restart the Sybase server.
  4. Use the Sybase isql utility to create a database. For example, enter the database name scheddb. See your Sybase product documentation for details.
  5. Create the schema:
    1. Using a text editor, edit the following script according to the instructions located at the top of the file.
      Note: When setting the table prefix, capitalize all characters.
      <install_root>\Scheduler\createSchemaSybase12.ddl 
    2. Enter the following command:
      isql -S <servername> -U <userid> -P <password> -D scheddb -i createSchemaSybase12.ddl

Result

The Sybase tables and schema for scheduler exist.



Related tasks
Creating Sybase databases for schedulers

Related reference
Vendor-specific data sources minimum required settings

Task topic    

Terms of Use | Feedback

Last updated: Jun 8, 2005 12:45:23 PM EDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/scheduler/tasks/tsch_sybaseadmin.html

© Copyright IBM Corporation 2002, 2005. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)