Tagged Questions
3
votes
1answer
162 views
ArcGIS 9.3.1 cannot delete a version
We are having trouble deleting a version made in our 9.3.1 sde. When we attempt to delete it, ArcCatalog returns a message saying Unable to Delete - Target State not found in States table. Upon ...
1
vote
4answers
2k views
How do I export an attribute table in ArcGIS version 9.3.1 to Excel?
In previous versions I could just export as a .DBF file, open it with Excel and the convert it to an Excel file. However now in this version the .DBF file can no longer be open by Excel. I have also ...
3
votes
2answers
92 views
Unable to turn a layer off in ArcGIS 9.3.1
I was called over to try and fix an issue with a coworkers ArcGIS software (ArcView 9.3.1 SP1, Windows 7) and couldn't fix it. When a certain layer is turned off in the table of contents it never ...
3
votes
3answers
2k views
How to batch clip to a single-part shapefile using ArcGIS 9.3 and Python 2.5?
How do I clip a shapefile to a single-part shapefile using ArcGIS 9.3.1 and Python 2.5?
Example: I have a set of lines (lines.shp) I am trying to clip to each record in a shapefile called Grids.shp
...