Migrate Legacy Network Inventory Product Model DataSummaryAs of Telecommunications Network Inventory v9.0, product model tables within the sn_ni_core application have been deprecated. See below for table replacements. Legacy Product Model (sn_ni_core) New Product Model (sn_ent - v2.7.0) sn_ni_core_network_inventory_product_model sn_ent_nw_model sn_ni_core_equipment_product_model sn_ent_nw_equipment_model sn_ni_core_logical_connection_product_model sn_ent_logical_nw_connection_model sn_ni_core_interface_card_product_model sn_ent_nw_card_model sn_ni_core_physical_connection_product_model sn_ent_physical_nw_connection_model sn_ni_core_network_interface_product_model sn_ent_nw_interface_model sn_ni_core_equipment_holder_product_model sn_ent_nw_holder_model InstructionsDownload the attached file "network_inventory_v9_scripts.zip" once extracted you will see the following scripts: MigrateTNIModels.jsDe-activateTNIModules.jsDe-activateTNIUXList.js Migrate Legacy Product Model Data (MigrateTNIModels.js) This script migrates legacy product model data to the new product model tables. Export the following model table records as XML as backups before running this script. sn_ni_core_equipment_holder_product_modelsn_ni_core_equipment_product_modelsn_ni_core_interface_card_product_modelsn_ni_core_network_interface_product_modelsn_ni_core_physical_connection_product_modelsn_ni_core_logical_connection_product_modelsn_ni_core_network_inventory_product_model If source tables have any customization, apply the same customization to the target tables before running this script.As admin, copy the contents of the "MigrateTNIModels.js" and run as a background script within the "global" scope. Look at System Log with Level=Error and "Migrating model" keyword to find any errors during the migration. Deactivate Legacy Modules (De-activateTNIModules.js) This script sets legacy modules active flag to false. As admin, copy the contents of the "De-activateTNIModules.js" and run as a background script within the "global" scope. Deactivate Legacy UX List Items (De-activateTNIUXList.js) This script sets legacy UX List items active flag to false. As admin, copy the contents of the "De-activateTNIUXList.js" and run as a background script within the "sn_rec_list_menu_c" scope.