Rebuilding the spatial index of a layer changes the original SRID used while registering it with ArcSDE using 'sdelayer -o register' command and by specifying custom SRID.
Last Published: August 25, 2014ArcSDE/Enterprise Geodatabase
Bug ID Number
NIM080756
Submitted
May 11, 2012
Last Modified
April 2, 2025
Applies to
ArcSDE/Enterprise Geodatabase
Version found
10.0
Status
Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
Additional Information
Non-reproducible with 10.1SP1
Workaround
Drop and recreate the spatial index using SQL commands in Oracle:drop index spatial_index FORCE;CREATE index sa_index ON sensitive_areas (zone) INDEXTYPE IS sde.st_spatial_indexPARAMETERS('st_srid=100000 st_grids=6,0,0');