Selecting features does not work or does not select all required features


  
 Applies To 
  
 Product(s):Exor SM Spatial Manager
 Version(s):4.4.0.0
 Environment: N/A
 Area: N/A
 Subarea: N/A
 Original Author:Bentley Technical Support Group
  

 

 

 

 

 

 

 

 

Problem

 When selecting sections by attribute nothing is displayed graphically even though the selected sections are evident within the background table. Similarly, when selecting sections manually, only a relatively few (100 - 150) can be viewed graphically. If more sections are added the graphics "reset" and nothing is displayed.

Solution

 The problem is with the tables Arcmap/ArcSDE uses to hold selected features. These are called SDE_LOGFILES and SDE_LOGFILE_DATA. First thing to do is drop them. Log in to sqlplus under your username and run:

drop table sde_logfiles;

and

drop table sde_logfile_data;

They will get recreated the next time you log back into SDE/SM. For preventing this happening in the future, take a look at this ESRI article: http://support.esri.com/en/knowledgebase/techarticles/detail/37841

See Also

Product TechNotes and FAQs

External Links

Bentley Technical Support KnowledgeBase

Bentley LEARN Server

Comments or Corrections?

Bentley's Technical Support Group requests that you please confine any comments you have on this Wiki entry to this "Comments or Corrections?" section. THANK YOU!