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

Retrieval Augmented Generation (RAG) & LLM: Examples

Last updated: 25th Jan, 2025 Have you ever wondered how to seamlessly integrate the vast…

2 months ago

How to Setup MEAN App with LangChain.js

Hey there! As I venture into building agentic MEAN apps with LangChain.js, I wanted to…

2 months ago

Build AI Chatbots for SAAS Using LLMs, RAG, Multi-Agent Frameworks

Software-as-a-Service (SaaS) providers have long relied on traditional chatbot solutions like AWS Lex and Google…

2 months ago

Creating a RAG Application Using LangGraph: Example Code

Retrieval-Augmented Generation (RAG) is an innovative generative AI method that combines retrieval-based search with large…

2 months ago

Building a RAG Application with LangChain: Example Code

The combination of Retrieval-Augmented Generation (RAG) and powerful language models enables the development of sophisticated…

2 months ago

Building an OpenAI Chatbot with LangChain

Have you ever wondered how to use OpenAI APIs to create custom chatbots? With advancements…

2 months ago