Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Upgrading: Step 3: Update the Object Definition
 

Classic Java CAPS

Upgrading to Java CAPS 6

Upgrading to Sun Master Index

About the Upgrade Paths to Sun Master Index

Upgrading From eView Studio to Sun Master Index (Repository)

To Upgrade to Sun Master Index (Repository)

Migrating to Service-Enabled Sun Master Index

Step 1: Create the Service-Enabled Master Index

Step 2: Migrate any Custom Plug-ins

Step 3: Update the Object Definition

Step 4: Update midm.xml

Step 5: Update the Master Controller

Step 6: Update the Matching and Standardization Configuration

Step 7: Update Query Definitions

Step 8: Update the Survivor Calculator

Step 9: Update Field Validations

Step 10: Validate the Configuration Files

Step 11: Update Match and Standardization Engine Files

Step 12: Upgrade the Database Connection and Security

Step 13: Finalizing the Upgrade

Step 14 (Optional): Update the Master Index API in Client Projects

Troubleshooting

JBI Based Components

Migrating From eTL to Sun Data Integrator

Step 3: Update the Object Definition

To ensure that the object definition does not change between versions, you need to copy the text of the Object Definition file in the Repository-based project to the object.xml file in the service-enabled project and then make certain updates to the text.

To Update object.xml
  1. In the service-enabled project, delete the text of object.xml.
  2. Copy and paste the text of the Object Definition file from the Repository-based master index application into object.xml in the service-enabled application.
  3. Change the name of the eview element to Configuration (be sure to capitalize the 'C'). Change both the opening tag near the beginning of the file and the closing tag near the end of the file.
  4. In the newly named Configuration element, change "sbyn:SeeBeyond/eView/schema/eIndex.xsd" to "schema/object.xsd".
  5. Save and close the file.