Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
01-08-2025 11:39 AM - edited 01-08-2025 02:04 PM
This migration pertains exclusively to the analytics data captured and stored on the AppDynamics controller, which has a maximum capacity of 20 schemas. To overcome this limitation, we have reengineered the approach to schema utilization, enabling additional capacity for customers to define their own schemas. Starting with agent version 24.11, this updated approach (called Harmonized) is the sole available option for new installations. However, for customers who are updating to this version, this document will walk them through the process as they should plan to migrate ASAP. Please note that any metrics migrated will begin reporting from the new location, and all historical analytics data associated with those metrics will be lost.
As stated before, the max number of schemas a controller can have is 20.
Here is a list of the ones that are used going forward related to SAP:
For the complete list use this Link, which also shows how they will be mapped
Given that standard schemas will be created, it is important to ensure sufficient capacity for their inclusion. This decision will be evaluated on a case-by-case basis, but there are essentially two strategies to consider.
Start fresh by removing all existing schemas. The necessary schemas will be recreated upon restart. Please note that this approach will result in the loss of all historical data stored on the controller, not just the analytics data that is relocated.
Start by just removing the schemas that are marked with the status “Not Used”.
Once all the changes are made and running for a few hours, your end result could look like this.
You can see which systems are using the different schemas by clicking the corresponding Used button
Any dashboard that has analytical data may have been impacted.
You will need to go into each data field and modify the query like the following
Replace the old (legacy) schema name with the new (harmonized) schema name in the FROM part of the query string.
Add an extra WHERE condition AND sapSchema = <old schema name>.
Legacy query
SELECT * FROM idocs_details WHERE SID = "ED2"
Migrated query
SELECT * FROM sap_idoc_data WHERE SID = "ED2" AND sapSchema = "idocs_details"
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form