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. 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.

Share
Published by
Ajitesh Kumar
Tags: ATGmigration

Recent Posts

Coefficient of Variation in Regression Modelling: Example

When building a regression model or performing regression analysis to predict a target variable, understanding…

1 week ago

Chunking Strategies for RAG with Examples

If you've built a "Naive" RAG pipeline, you've probably hit a wall. You've indexed your…

2 weeks ago

RAG Pipeline: 6 Steps for Creating Naive RAG App

If you're starting with large language models, you must have heard of RAG (Retrieval-Augmented Generation).…

2 weeks ago

Python: List Comprehension Explained with Examples

If you've spent any time with Python, you've likely heard the term "Pythonic." It refers…

3 weeks ago

Large Language Models (LLMs): Four Critical Modeling Stages

Large language models (LLMs) have fundamentally transformed our digital landscape, powering everything from chatbots and…

3 months ago

Agentic Workflow Design Patterns Explained with Examples

As Large Language Models (LLMs) evolve into autonomous agents, understanding agentic workflow design patterns has…

4 months ago