Release : 10.4.1
Component : Spectrum Core / SpectroSERVER
A new attribute in Spectrum was created on the CAPCIPDomain named CAPCIPDomain_PCGUID (0x5c4000d).
When the upgrade is done, a full Sync is run. Spectrum tries comparing the PCGUID and performs the sync. The IP Domains in 10.3.2 do not have PCGUID and the comparison fails. Since it's a full sync, NetOps Portal marks all entries in dst_domain table(on the NetOps Portal side) for the Spectrum with UpdatedOn=0, and then update UpdatedOn=NOW for IP Domains sent from the Spectrum. Since Spectrum is not sending any because it's a new/blank attribute, NetOps Portal deletes all dst_domain entries from Spectrum, so Spectrum recreates them with all SS.
Before upgrading, change the IPDomain searches to search for Model Handle greater than <the landscape handle> and less than <the last entry in the landscape handle> and add all SpectroSERVERs.
For instance, if landscape 1 is 0x100000, and you want a custom IPDomain to only contain landscape 1, then set the search to be:
AND
Model_Handle greater than 0x100000
Model_Handle less than 0x1ffffff