Because the new meta-objects use the same configuration data as previous versions, upgrading does not require changing any configuration values. However, because the new meta-objects store the data in differently named attributes in far fewer meta-objects, upgrading does require the following operations:
IBM WBIS Support provides a utility that automates the above operations. To execute these operations manually, perform the following steps:
repos_copy -oInterChangeRepository.out -sServer1 -pmypassword
Table 9 illustrates the correspondence between the original and new attributes, including the names of the original meta-objects. Whereas multiple meta-objects contained the original attributes, MO_JTextConnector_Default meta-object contains all of the new attributes.
Table 9. Correspondence of original meta-objects and attributes to new attributes
Original meta-object name | Original attribute name | New attribute name |
---|---|---|
MO_JText_BOName_Connector | DummyKey | N/A |
MO_JText_BOName_ArchiveDir | Directory | ArchiveDir |
MO_JText_BOName_ArchiveFileExt | Success | SuccessArchiveExt |
PartialArchiveExt | ||
Fail | FailArchiveExt | |
UnsubscribedArchiveExt | ||
MO_JText_BOName_EventDir | Directory | EventDir |
FileExt | EventExt | |
MO_JText_BOName_OutputDir | Directory | OutputDir |
FileExt | OutputExt | |
FileSequencingEnabled | FileSeqEnabled | |
MO_JText_BOName_FormatType | N/A | |
MO_JText_BOName_ServicePolicy | OutputFileName | OutputFileName |
EndBODelimiter | EndBODelimiter | |
MO_JText_BOName_FormatService | EventService | EventFormat |
OutputService | OutputFormat |
Table 9 does not include the following information
Previous versions of the connector required you to list all possible formats in the MO_JText_BOname_FormatType meta-object before configuring the formats to use for event and output files. In the new meta-object structure, you need only configure the formats to be used for event and output files. This change is indicated in Table 9 by the absence of corresponding attribute(s) for the MO_JText_BOname_FormatType meta-object.
The top-level meta-object has two attributes that contain a Formatter meta-object. The Formatter meta-objects have the same attributes as in the original structure, and are used in the same way. Because three of the four Formatters have been deprecated, the only relevant Formatter meta-object is MO_JText_BOname__DHFormatter.