I am trying to update our IP Address Range Locations for our Asset Groups. I get the error "Error while saving:
The IP range is interfering with an existing one". However none of those ranges exist.
I found an old post that suggests creating the following report query to see if there is a hidden range somewhere. That range does not exist.
Does anyone have any suggestions? Thanks in advance.
Select Top 1000000 tsysIPLocations.LocationID,
tsysIPLocations.StartIP,
tsysIPLocations.EndIP,
tsysIPLocations.IPLocation,
tsysIPLocations.Realstart,
tsysIPLocations.Realend
From tsysIPLocations