When you try to load or link a file into a Revit model, the Add-On Data conflict message displays.
Schemas are data structures defined by an add-on for storing data in the model's extensible storage. These data schemas may be stored in the model, a family, or in a linked model. Schemas should have unique IDs. This issue generally occurs when a vendor creates a new schema without making a new unique ID.
The file being loaded contains add-on data in a schema. The Revit model contains a schema that has the same ID as another schema being used in the current Revit session. If the file is loaded, only one of the conflicting schemas will be retained. The other schema will be removed. This may cause data loss or unexpected behavior in the related add-on.
This resolves the issue when the conflict is between data in memory and the model being loaded. If the problem persists, the conflict is between the model and on of the links. Use the following process to resolve the issue with linked files:
In the future, be sure you are using the most recent versions of Revit and any 3rd party tools you are using, or was used to create the file causing Add-On Data conflict.
If the problem continues, contact the vendor of the add-on.