BEA Logo BEA 

WebLogic Integration Release 2.1 Service Pack 1

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

   WebLogic Integration Doc Home   |   Migrating to WebLogic Integration 2.1   |   Previous Topic   |   Next Topic   |   Contents   |   View as PDF

Migration Utilities

 

This section provides procedures for using the migration utilities. It includes the following topics:

Migrating with the Database Configuration Wizard

To migrate to WebLogic Integration 2.1 Service Pack 1 (SP1) using the WebLogic Integration database configuration wizard in graphical mode, complete the following procedure:

  1. Start the WebLogic Integration database configuration wizard by completing the procedure appropriate for your platform:

    1. Select the domain that contains the database to be migrated. For more information about the available domains, see "WebLogic Server Domains" in Getting Started in Starting, Stopping, and Customizing BEA WebLogic Integration.

    2. Start the database configuration wizard for the appropriate domain.


       

      The Choose Configuration Option dialog box is displayed.

    1. Execute the following commands:

      cd WLI_HOME/bin
      wliconfig

      The Choose BEA Home Directory dialog box is displayed.

    2. Select an existing BEA Home directory, and then click Next.

      The Choose Domain to Configure dialog box is displayed.

    3. Select a domain, and then click Next. For more information about the available domains, see "WebLogic Server Domains" in Getting Started in Starting, Stopping, and Customizing BEA WebLogic Integration.

      The Choose Configuration Option dialog box is displayed.


       

  2. Select Migrate Database and click Next.

    The Select Database dialog box is displayed.


     

  3. Select a database type (Oracle, Microsoft SQL Server, or Sybase) and select Next.

    Note: Migration is not available for Cloudscape or DB2.

    The Configure database_type Database dialog box is displayed. The name of the database type you selected replaces database_type in the window title. In this example Microsoft SQL is selected, so the Configure Microsoft SQL Database dialog box is displayed.


     

  4. You are prompted to provide database-specific information. As shown in the preceding dialog box, for example, you may be prompted to specify a host, port, user, password, database name, and server. For more information about entering values in the fields in this dialog box, see Table 2-2 in "Preconfigured Domains and Database Selection" in Installing WebLogic Integration Using Graphics Mode in Installing BEA WebLogic Integration. Enter values in the fields displayed and select Next.

  5. The Locate Database Client dialog box is displayed.


     

  6. If necessary, select Browse and locate the directory containing the selected database client installation. Select Next.

    When the database is found a confirmation message is displayed.


     

    Note: If it is not necessary for you to locate your client installation directory, then this confirmation message is displayed immediately after step 6, and the Locate Database Client dialog box is not displayed.

  7. Click OK. You are returned to the Locate Database Client window. Click Next.

    The installation process begins and a BEA WebLogic Integration 2.1 splash screen is displayed.


     

    The splash screen remains visible until the progress meter in the lower right corner is completely filled. Then the Changes Successful message window is displayed.


     

  8. Click Finish to end the migration process.

Your database migration to WebLogic Integration 2.1 SP1 is now complete.

Migrating with the Command-Line Migration Script

This section provides two operating system-specific procedures. Complete the procedure appropriate for your platform:

Windows

To run the migration script manually on a Windows system:

  1. Go to the bin directory in your WebLogic Integration home directory. For example:
    cd c:\bea\wlintegration2.1\bin

  2. Select one of the preconfigured WebLogic Integration 2.1 domains. For more information, see "WebLogic Server Domains" in Getting Started in Starting, Stopping, and Customizing BEA WebLogic Integration.

  3. Run the setdomain script on the domain selected in the previous step. The path for the domain depends on your installation. For example:
    setdomain c:\bea\wlintegration2.1\config\wlidomain

  4. Run the migration script to migrate the repository data for WebLogic Integration 2.0 with Service Pack 2, 3, or 4 to the WebLogic Integration 2.1 SP1 domain:
    migratedb

UNIX

To run the migration script manually on a UNIX system:

  1. Go to the bin directory in the WebLogic Integration home directory. For example:
    cd /home/me/bea/wlintegration2.1/bin

  2. Select one of the preconfigured WebLogic Integration 2.1 domains. For more information, see "WebLogic Server Domains" in Getting Started in Starting, Stopping, and Customizing BEA WebLogic Integration.

  3. Run the setdomain script on the domain selected in the previous step. The path for the domain depends on your installation. For example:
    setdomain /home/me/bea/wlintegration2.1/config/wlidomain

  4. Run the migration script to migrate the repository data to the WebLogic Integration 2.1 Service Pack 1 domain:
    migratedb

 

back to top previous page