+

Search Tips   |   Advanced Search

Create the database, schema and user ID for a messaging engine

Before the data store for a messaging engine can be set up, first create the database, the schema and the database user ID that the messaging engine needs to access the data store tables.

Before starting, review the information in Configuration planning for a messaging engine to use a data store, and ensure that we have taken any appropriate action.

To create the database, schema and user ID for a messaging engine...

(zos) Note: For detailed set up instructions for z/OS see the IBM Redbooks publication Architecting High Availability Using WebSphere V6 on z/OS.

  1. Create the database for the data store.

  2. Create users and schemas in the database. Ensure that the user ID has sufficient privilege to allow the messaging engine to access the data store tables. For more information about the privileges required for the selected database, see Database privileges.

  3. If required, create the data store tables using the DDL statements generated using the sibDDLGenerator command.


Subtopics


Related concepts

  • Messaging engines
  • Bus members


    Related tasks

  • Add a messaging engine to a cluster
  • Generating the DDL statements needed to create or alter data store tables
  • Add a cluster as a member of a bus


    Related information:

  • Messaging engine troubleshooting tips