Categories: ATGMigration

Migration Challenges from ATG 9.x to ATG 10.x

Following are some of the migration challenges from ATG 9.x to ATG 10.x:

  • The migration can be achieved by executing scripts provided by Oracle, the information about which could be found in their detailed migration guide or the same can be accessed on this page. However, it is recommended to have an experienced migration architect deal with migration initiative from 9.x to 10.x versions.
  • It has been found that migrating directly from any ATG 9.x  versions to any ATG 10.x versions landed up with one or more issues. If the current ATG version is at 9.x, it may be advisable to first migrate to an intermediate 10.0.3 version and, then migrate to 10.1 or 10.1.x. From 10.1 to ATG 10.1.1, it is a direct installation.
  • Data Migration: There has been changes in data definitions from ATG 9.x to ATG 10.x. Some of the key tables to pay attention to while migrating are users, orders, catalog, category, product, promotions, SKU etc. You could adopt one of the two strategies which is either exporting and importing the data and, another being recreating the whole catalog in BCC and do a full deployment. In case of doing export and import model with data related to catalogs, the care has to be taken to associate the data such as category, products and SKUs with SITES which is a new feature in ATG 10.x. In relation with migrating customer and order related data, as per Oracle recommendation, it is advisable to do a full migration of PRODUCTION_CORE schema.  Migrating promotions has its own set of challenges how to deal with active and expired promotions.
  • Source Code Changes: There are classes which have got moved to different packages and the same forces changes in the source code. The care has to be taken to update the source code files with appropriate package paths.

 

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. For latest updates and blogs, follow us on Twitter. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking. Check out my other blog, Revive-n-Thrive.com

Share
Published by
Ajitesh Kumar
Tags: ATGmigration

Recent Posts

Feature Engineering in Machine Learning: Python Examples

Last updated: 3rd May, 2024 Have you ever wondered why some machine learning models perform…

10 hours ago

Feature Selection vs Feature Extraction: Machine Learning

Last updated: 2nd May, 2024 The success of machine learning models often depends on the…

1 day ago

Model Selection by Evaluating Bias & Variance: Example

When working on a machine learning project, one of the key challenges faced by data…

1 day ago

Bias-Variance Trade-off in Machine Learning: Examples

Last updated: 1st May, 2024 The bias-variance trade-off is a fundamental concept in machine learning…

2 days ago

Mean Squared Error vs Cross Entropy Loss Function

Last updated: 1st May, 2024 As a data scientist, understanding the nuances of various cost…

2 days ago

Cross Entropy Loss Explained with Python Examples

Last updated: 1st May, 2024 In this post, you will learn the concepts related to…

2 days ago