Skip navigation.

Migration Guide

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

Migrating from Liquid Data 1.1 to 8.1

The basic migration of Liquid Data 1.1 to 8.1 is straightforward. This section provides instructions for such a migration which includes:

 


Platform Installation and Configuration

Before installing Liquid Data 8.1, the WebLogic platform and domains you will be using with Liquid Data 8.1 must be installed and configured properly. Specifically:

Note: If you are using Liquid Data with more than one domain, you must follow these procedures for each domain that you want to migrate to Liquid Data 8.1.

 


Liquid Data 8.1 Installation and Deployment

In order to migrate from Liquid Data 1.1 to 8.1 you must create a new Liquid Data installation.

Liquid Data 8.1 Installation

Follow the appropriate preparation, installation, and post-installation steps described in the Installation Guide.

Liquid Data 8.1 Deployment

If you are using Liquid Data in a production environment, deploy Liquid Data to the appropriate WebLogic Platform 8.1 domain as described in the Deployment Guide. Liquid Data 8.1 supports deployment to new and existing domains through the WebLogic Domain Wizard.

Through this wizard you can select the appropriate Liquid Data WebLogic deployment such as WebLogic Portal (WLP), WebLogic Integration (WLI), WebLogic Server (WLS), and WebLogic Workshop.

 


Liquid Data Migration Steps

Perform the following steps in the order presented to migrate your 1.1 Liquid Data repository and any Liquid Data applications you have created to Liquid Data 8.1.

See also What Liquid Data Does Not Import or Export, in the Administration Guide.

Example directories

Examples used in this chapter assume that the Liquid Data 1.1 directory is located at:

/opt/prod/bea_70SP2/user_domains/ld_domain

where <bea70SP2> is the location of the WebLogic Server 7.0 SP2 server and <LD_DOMAIN> is the location of the Liquid Data 1.1 domain you want to migrate to Liquid Data 8.1.

These examples also assume that the new Liquid Data 8.1 installation is location at:

/opt/prod/bea_81/user_domains/ld_domain

where <bea_81> is the location of the WebLogic Platform 8.1 server and <LD_DOMAIN> is the location of the new Liquid Data 8.1 installation.

When the discussion relates to the WebLogic Server 7.0 SP2 installation, <WL_HOME_70SP2> is used. Similarly, <WL_HOME_81> represents the WebLogic Server 8.1 installation.

The symbolic name <LD_REPOSITORY> represents the Liquid Data repository and its contents.

Step 1: Export Liquid Data 1.1 Data Sources

This section describes prerequisites and provides specific instructions for migrating Liquid Data 1.1 data sources to Liquid Data 8.1.

Note: Security settings and cache policies are automatically transferred along with data sources.

Prerequisites

Item

Status

WebLogic Server 7.0 SP2 and Liquid Data 1.1

Installed

WebLogic Server 8.1 and Liquid Data 8.1

Installed

Liquid Data 1.1 Server

Running

Liquid Data 8.1 Server

Not running

Actions Required

Perform the following steps to export Liquid Data 1.1 data sources:

  1. Start WebLogic Server 7.0 SP2 and Liquid Data 1.1.
  2. Open the Administration Console.
  3. Export the Liquid Data data sources following the procedure described in the 1.1 Liquid Data Administration Guide:
http://download.oracle.com/docs/cd/E13190_01/liquiddata/docs10/admin/impexp.html#1044952

For example, suppose your Liquid Data 1.1 domain is located at:

/opt/prod/bea_70SP2/user_domains/ld_domain

and the Liquid Data 8.1 domain is located at:

/opt/prod/bea_81/user_domains/ld_domain

then if you export to the filename myDataSource.xml, your file will be create in the following directory:

/opt/prod/bea_70SP2/user_domains/ld_domain/ld_repository/import_export

Step 2: Copy the 1.1 Liquid Data Repository to 8.1

This section describes prerequisites and provides specific instructions for copying the Liquid Data 1.1 repository to Liquid Data 8.1

Prerequisites

Item

Status

Migration Step 1

Completed

Liquid Data 1.1 Server

Not running

Liquid Data 8.1 Server

Not running

Actions Required

Perform the following steps to migrate your Liquid Data repository:

  1. Make sure no instance of the WebLogic Platform or Liquid Data is running.
  2. Copy the Liquid Data 1.1 repository directory structure to the new repository location.

    You can use the Administration Console to determine the name and location of your 1.1 Liquid Data repository. For details see Configuring Liquid Data Server Settings in the Administration Guide.

    Using the example directory structure you would copy:

    /opt/prod/bea_70SP2/user_domains/ld_domain/ld_repository

    to the directory:

    /opt/prod/bea_81/user_domains/ld_domain
  3. Start the Liquid Data 8.1 server in <WL_HOME_81>.
  4. Open the Administration Console.
  5. Set the Liquid Data repository location to the newly copied repository directory. For details see discussions in the Liquid Data Administration Guide on Configuring Liquid Data Server Settings and Managing the Liquid Data Server Repository.

Step 3: Re-create JDBC Connections and JDBC Data Sources

This section describes prerequisites and provides links to instructions for recreating Liquid Data 1.1 JDBC connections and data sources under Liquid Data 8.1.

Prerequisites

Item

Status

Migration Steps 1 and 2

Completed

Liquid Data 1.1 Server

Not running

Liquid Data 8.1 Server

Running

Actions Required

To migrate your Liquid Data JDBC connectivity to relational databases, first determine the directory location of the 1.1 Liquid Data domain you are migrating from, as follows:

  1. Click the Home icon at the upper-right of the WebLogic Server 7.0 SP2 Administration Console.
  2. Under Domain Configuration, click Domains.
  3. Note the appropriate Liquid Data domain. The config.xml file for a particular domain is in a directory of the same name. For example the <WL_HOME_70SP2> config.xml file would be found in the following directory:
/opt/prod/bea_70SP2/user_domains/ld_domain/config/ld_domain
  1. Inspect config.xml for your JDBC configuration information.
  2. Start WebLogic Server 8.1 and Liquid Data 8.1.
  3. Recreate the JDBC connections and JDBC data sources in the new Liquid Data 8.1 domain.
  4. For detailed information on managing JDBC data sources and connections, see Managing JDBC Connectivity in the WebLogic Server Administration Guide and Migrating Domains Using the Configuration Wizard in the WebLogic Platform Release Notes: 7.0 Service Pack 2.

Step 4: Migrate Liquid Data-related Project Files, Applications, Custom Functions, and Web Services Not Generated by Liquid Data

This section describes prerequisites and provides specific instructions for moving Liquid Data-related project files, applications, custom functions, and web services not generated by Liquid Data from Liquid Data 1.1 to 8.1.

Prerequisites

Item

Status

Migration Steps 1-3

Completed

Liquid Data 1.1 Server

Not running

Liquid Data 8.1 Server

Running

Actions Required

Move and deploy any Liquid Data 1.1-related project files, applications, custom functions, and web services not in the repository.

  1. In Liquid Data 1.1, locate the files you want to move to Liquid Data 8.1
  2. Copy the files to the same relative location in Liquid Data 8.1
  3. For custom functions only, recompile any custom functions under JDK 1.41. For details, see Using Custom Functions.
  4. Use the deployments node of the Liquid Data Administration Console to (re)deploy applications, EJBs, web applications, web services, connectors, and so forth.

For additional information on such migrations see discussions in the Liquid Data Administration Guide on:

Step 5: Import Liquid Data 1.1 Data Sources

This section describes prerequisites and provides specific instructions for importing Liquid Data 1.1 data sources into Liquid Data 8.1.

Prerequisites

Item

Status

Migration Steps 1-5

Completed

Liquid Data 1.1 Server

Not running

Liquid Data 8.1 Server

Running

Actions Required

If you have followed instructions in Step 2: Copy the 1.1 Liquid Data Repository to 8.1, your 8.1 data source file myDataSource.xml is available under <WL_HOME_81> in the following location:

/opt/prod/bea_81/user_domains/ld_domain/ld_repository/import_export

To import the Liquid Data data sources follow the procedure described in the Liquid Data 1.1 Administration Guide:

http://download.oracle.com/docs/cd/E13190_01/liquiddata/docs10/admin/impexp.html#1044952

Figure 2-1 Importing a Data Source Through the Administration Console

Importing a Data Source Through the Administration Console


 

Step 6: Test Your Migration Under Liquid Data 8.1

This section describes how to test the migration from Liquid Data 1.1 to Liquid Data 8.1 by verifying hat your 1.1 metadata is available under Liquid Data 8.1.

When you are sure your migration from Liquid Data 1.1 to 8.1 has been successful, you are ready to start using Liquid Data 8.1. It is suggested that you retain your Liquid Data 1.1 installation for a reasonable time and then archive it for safekeeping.

 

Skip navigation bar  Back to Top Previous Next