Opened 17 years ago

Closed 16 years ago

#151 closed defect (fixed)

ArcSDE provider: Fix spatial index grid size

Reported by: danstoica Owned by: gregboone
Priority: minor Milestone: 3.3.0
Component: ArcSDE Provider Version: 3.2.0
Severity: 3 Keywords:
Cc: External ID:

Description

Some insert unit test failed with this error: "Stream execute failed. [Spatial index grid is too small (-60)]"

It is documented that the grid size should be 250. Found the grid size was calculated as 2.5 for an arbitrary spatial context. Adjusted to be at least 250 at schema creation time.

It is clear why the insert succeeded the first time after class creation and failed in subsequent runs.

Change History (2)

comment:1 by gregboone, 16 years ago

Status: newassigned

comment:2 by gregboone, 16 years ago

Resolution: fixed
Status: assignedclosed

Author: danstoica Date: 2007-10-25 14:11:24 -0400 (Thu, 25 Oct 2007) New Revision: 3488

Modified:

trunk/Providers/ArcSDE/Src/Provider/ArcSDEApplySchemaCommand.cpp trunk/Providers/ArcSDE/Src/UnitTest/BasicInsertTests.cpp

Log: Ticket #151: ArcSDE provider: Fix spatial index grid size

Note: See TracTickets for help on using tickets.