[fdo-trac] #174: ArcSDE provider: long table names in SqlServer may cause crash

FDO trac_fdo at osgeo.org
Mon Nov 19 14:31:55 EST 2007


#174: ArcSDE provider: long table names in SqlServer may cause crash
-------------------------------+--------------------------------------------
   Reporter:  danstoica        |       Owner:  danstoica
       Type:  defect           |      Status:  new      
   Priority:  major            |   Milestone:  3.3.0    
  Component:  ArcSDE Provider  |     Version:  3.2.0    
   Severity:  3                |    Keywords:           
External_id:                   |  
-------------------------------+--------------------------------------------
 The assumed size of a table name in ArcSDE is defined sdetype.h as:

 #define SE_MAX_SCHEMA_TABLE_LEN    30  /* MAXIMUN TABLE 'ONLY' NAME LENGTH
 */

 This value is too small in SqlServer case where the legal sizes are up to
 128. The overflow may cause a crash.

 This is obvioulsy an ArcSDE defect but it is easy to fix on the provider
 side.

-- 
Ticket URL: <http://trac.osgeo.org/fdo/ticket/174>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list