From Rad:
If a customer upgrades to 6.2 and configured Mercury MP_1502, they will get data conversion errors in Global.
To clear the errors do the following:
Stage:
INSERT into stage_live.networknodetype(typeid,name,vendorid,visible)values(39,'Mercury MP1502',3,'t');
Global:
Node:
INSERT INTO config.device_models(device_model_code,device_type_code,device_vendor_code,name) VALUES('ME_MP1502N','NODE','ME','Mercury MP1502');
INSERT into replication.node_type_model_map (netbox_typeid,device_model_code) values(38,'ME_MP1502N');
Blade:
INSERT INTO config.device_models(device_model_code,device_type_code,device_vendor_code,name) VALUES('ME_MP1502B','BLADE','ME','Mercury MP1502');
INSERT into replication.blade_type_model_map (netbox_typecode,device_model_code) values(94,'ME_MP1502B');