Moving to Release 10.0 - preparation tasks
There are several tasks to complete before you move to Release 10.0.
About this task
Before migrating your data, it is recommended that you make a backup of the custom files in the your current installation, such as:
- Extended API templates
- Customized screens
- Localized bundle files
- Custom themes
Next, ensure that you complete the following sequence of tasks:
Procedure
-
Before upgrading from Release 9.5 to Release 10.0, compare the entity
extension files in
<INSTALL_DIR_OLD>/repository/entity/extensionswith the entity extension files in<INSTALL_DIR_OLD>/extensions/global/entities. If extension files with matching file names exist, consolidate these files into one file in<INSTALL_DIR_OLD>/repository/entity/extensions. - For purposes of upgrade, Apache Ant is being
shipped as part of the migration kit directory. Set the ANT_HOME environment variable to
<INSTALL_DIR>/Migration/apache-ant-1.7.1. - Go to the
<INSTALL_DIR>/Migrationdirectory and run the following command:chmod -R 755 apache-ant-1.7.1 - Ensure that the
<JAVA_HOME>environment variable points to the folder in which the JDK is installed. - Shut down your production system. The application is unavailable when database backup takes place.
- Back up the database server. Note: This backup pertains to premigrated data. If you want this data to be available for use with Release 10.0, you must migrate the data before putting your system into production.
- For multihop upgrade, two separate
log4jconfig.xmlfiles are used. One file is located in the<INSTALL_DIR>/resourcesfolder and the other is copied from the<runtime.old>/resourcesfolder and placed in the<INSTALL_DIR>/Migration/resourcesfolder. During the upgrade process logging will be done in the log files mentioned in both theselog4jconfig.xmlfiles. - If you have functional indexes, they must be dropped before migration, and re-created after migration is completed. If you are upgrading in sharded mode, functional indexes for all colonies must be dropped before migration, and recreated after migration.
- In nonsharded upgrade mode, you have the option
of reducing the size of some database tables by converting CHAR/NOT NULL columns to VARCHAR/NULL
columns. If you plan to convert these columns, extend the following files and edit the corresponding
XML files:
SMCF_85_attribute_default_extn.xml.sampleSMCF_920_attribute_default_extn.xml.sampleYCD_920_tables_modifications.xml.sample
To convert columns on Db2, perform the Db2: Reducing Table and Index Size migration strategy. However, if you are migrating from Release 8.0 (or later) to Release 10.0 on Oracle, perform the following migration:
Note: If you upgraded to version 8.5 (or later) and are now migrating to Release 10.0, theSMCF_85_attribute_default_extn.xml.samplefile has already been extended and the corresponding XML file modified. To maintain these changes, use the earlier release’s extended file. However, if you want to make additional changes, such as converting CHAR columns that were not converted earlier, re-extend theSMCF_85_attribute_default_extn.xml.samplefile, as described in this step.- In the
<INSTALL_DIR>/repository/entity/extensionsdirectory, perform the following file updates:- copy the
SMCF_85_attribute_default_extn.xml.samplefile and save the file asSMCF_85_attribute_default_extn.xml. - copy the
SMCF_920_attribute_default_extn.xml.samplefile and save the file asSMCF_920_attribute_default_extn.xml. - copy the
YCD_920_tables_modifications.xml.samplefile and save the file asYCD_920_tables_modifications.xml.
- copy the
- To convert NOT NULL columns to NULL, remove
the
Nullableattribute and theDefaultValueattribute from theSMCF_85_attribute_default_extn.xmlfile, theSMCF_920_attribute_default_extn.xmlfile, and theYCD_920_tables_modifications.xmlfile. Do not remove theVirtualDefaultValueattribute from the XML files.Note: All NOT NULL columns specified in the sample files must be converted to NULL. You cannot convert only some of the NOT NULL columns in these files to NULL. - Optional. To convert CHAR columns to VARCHAR, remove the
DataTypeattributes from theSMCF_85_attribute_default_extn.xmlfile. If you want to maintain CHAR columns, do not remove theDataTypeattributes from theSMCF_85_attribute_default_extn.xmlfile.Note: If converting to VARCHAR, follow these guidelines:- Convert NOT NULL columns to NULL before converting CHAR columns to VARCHAR.
- Convert all columns in the
SMCF_85_attribute_default_extn.xml.samplefile to VARCHAR. You cannot convert only some of the CHAR columns in this file to VARCHAR.
-
When upgrading to Release 10.0, if the DB_SCHEMA_OWNER property is not set in
the
<INSTALL_DIR>/properties/sandbox.cfgfile, perform the following steps:- Set the DB_SCHEMA_OWNER property to your database shard owner.
-
Run the
<INSTALL_DIR>\bin\setupfiles.cmdscript if you are using the Windows environment, and<INSTALL_DIR>/bin/setupfiles.shif you are using either the Linux® or the UNIX environment.
-
When upgrading to Release 10.0 and Change Project Management is enabled, if
the OVERRIDE_LOAD_DEFAULTS_PK_GEN property is not set in the
<INSTALL_DIR>/properties/sandbox.cfgfile, perform the following steps:- Set the OVERRIDE_LOAD_DEFAULTS_PK_GEN property to True.
-
Run the
<INSTALL_DIR>\bin\setupfiles.cmdscript if you are using the Windows environment, and<INSTALL_DIR>/bin/setupfiles.shif you are using either the Linux or the UNIX environment.
- When upgrading to Release 10.0, do not use property encryption. Before upgrading, ensure to override the encrypted properties in your old runtime.
- If custom entities are defined, TableTypes for custom entities must be specified in the entity definitions.
-
If you are using Db2 and want to drop nullability constraints for the columns that are made
nullable, use the <
INSTALL_DIR>/Migration/9.5/buildmigration.propertiesfile to set the following properties to Y:db2.allow.required.reorg.stmtsThis property allows the generation of the DROP NOT NULL alters, which drops the null constraints. You must then perform a manual reorg of the tables.
db2.allow.reorg.stmtsIf the null constraints are being dropped, set this property to Y to generate REORG TABLE statements for tables that require a reorg. You must manually execute these statements, and then remove the statements from the alter scripts that get generated.
If you are dropping nullability constraints, it is recommended that you set both these properties to Y.
- Exclude configuration tables from synchronization.
Before upgrade, a complete export and import cycle is run between the staging and production servers. Running an export/import cycle ensures that the changes in the YFS_ENTITY_CHANGE table do not disrupt a change project that is in progress.
A new section,
ExcludeFromSyncis included in the changeDataManagementRules.xml file that allows explicit exclusion of configuration tables from the export process. Any section of the config-db.xml file to be excluded from synchronization is specified in the ExcludeFromSync section.Note: Warehouse Management System segments are included by default and are not removed from the config-db.xml file.<Rule Name="ExcludeFromSync" Value=""><ExcludeList><Exclude Name="YFS_SYNC_SUBSCRIPTION"/><Exclude Name="YFS_CHANGE_PROJECT"/></ExcludeList></Rule> - Prevent change tracking for records in certain tables.
A new section,
DisableChangeTracking, is included in the changeDataManagementRules.xml file that prevents change tracking for records in certain tables. Set this rule to "Y" to prevent change tracking for the tables specified under this rule.The tables included in DisableChangeTracking are tables that should not be exported by the Data Sync Delta or Change Project Management export processes. When included, entity tracking is disabled for these tables, and associated records are not tracked in the YFS_ENTITY_CHANGE table.
<Rule Name="DisableChangeTracking" Value="Y"><TableList><Table Name="YFS_CUSTOMER"/><Table Name="YFS_CUSTOMER_GRADE"/><Table Name="YFS_CUSTOMER_ASSIGNMENT"/><Table Name="YFS_CONSUMER"/><Table Name="YFS_CUSTOMER_ADDNL_ADDRESS"/><Table Name="YFS_CUSTOMER_ANALYTICS"/><Table Name="YFS_CUSTOMER_CONTACT"/><Table Name="YFS_CUSTOMER_CURRENCY"/><Table Name="YFS_CUSTOMER_PAYMENT_METHOD"/><Table Name="YFS_CUSTOMER_SCH_PREFERENCE"/><Table Name="YFS_CUSTOMER_SLOT_PREFERENCE"/><Table Name="YFS_PARTICIPANT_NOTE"/></TableList></Rule> -
To manually run DDLs for the following targets, use the
<INSTALL_DIR>/Migration/9.5/buildmigration.propertiesfile to set theyfs.apply.sql.manuallyproperty to Y:- alter-history-tables
- install-history-indexes
- run-history-drop
- alter-transaction-tables
- install-transaction-indexes
- run-transaction-drop
.donefiles. - If upgrading from Release 9.0 (or earlier), enclose the entry, GraphUI element containing
GraphUIKey="20050711140704272558", within comments in
<INSTALL_DIR>/COM/Migration/9.0/COM_Add-in/database/FactorySetup/ycd/changed/YFS_Graph_UIList.xml.