ESRI geodatabase is a particular database schema designed by ESRI for managing "layers", "versioning", "topology" and other ESRI application specific storage requirements.
5
votes
1answer
102 views
How to Add FileGDB driver to PyGDAL installation
I installed ArcGIS 10.0 and it installed Python 2.6.5 with it. Later, I installed pyGDAL using the windows installer within that Python installation. I cannot find a specific place where GDAL is ...
4
votes
0answers
57 views
How to split Relationship Class privileges between different users while maintaining referential integrity?
I am using a relationship class to maintain a one-to-many relationship between material sites (under Engineering's purview) and the material sites' sample status and content (under Materials' ...
3
votes
2answers
301 views
arcpy - how to check if a domain contains a particular coded value?
How can I check if a domain contains a particular coded value?
How to check if domain already exists? shows how to verify whether a domain exists in a geodatabase.
However, I can't see how to check ...
4
votes
2answers
537 views
How to programmatically work with featureclasses from multiple geodatabases?
I have produced a Python script which creates multiple buffers of specific (listed) featureclasses within a geodatabase. This is achieved by running each feature through a for loop.
I would like to ...
1
vote
2answers
204 views
Register as versioned with move edits to base - when not to?
What limitations do I get, when I chose to register as versioned with the option to move edits to base?
1
vote
1answer
275 views
How to export 1.5 million records from File Geodatabase to Microsoft Access table
I have a table that I want to export from arcmap that has around 1.5 million records. I need to import it into access. Now every time I have tried to export it into a format that access will read, ...
3
votes
3answers
164 views
What is the ArcGIS equivalent to WEED tolerance?
Example:
User is digitising new (line, poly) features and accidentally adds additional vertices within very small distance of previous vertex, resulting in redundant vertices. I want to prevent this ...
1
vote
3answers
333 views
Convert Oracle schema to GeoDatabase using Direct Connect only
Either this is a gap in the documentation or I'm really missing something!
I know that I can direct connect to an SDE GeoDatabase without needing ArcSDE to be installed on the database server, but I ...
3
votes
2answers
217 views
Why can't I see all records in my personal GDB in QGIS?
I am running QGIS 1.8. I have a layer from an ESRI Personal GDB. There are 431 features in the layer. When you load the layer into QGIS, and look at the Metadata properties, it shows the number of ...
4
votes
1answer
353 views
python crashes creating many Feature Classes in multiple Feature Datasets
I'm trying to populate a Geodatabase with roundabout 60 Datasets with a new Featureclass for each Dataset. To do this, i wrote a python-standalone-script that loops through these datasets and creates ...
14
votes
2answers
494 views
What is the best practice for data management? [duplicate]
I have always been curious how other folks are storing their spatial data. Outside of an enterprise environment where much data is stored in enterprise geodatabases, is it better to store data per ...
7
votes
3answers
1k views
ArcGIS fails to import all records from huge CSV file to file geodatabase table despite being within FGDB table size limits
I'm using ArcGIS 10.0 on Windows 7 64-bit with 4GB of RAM.
I have some very large tables in CSV format to import to ArcGIS, they all have about 30 fields, upwards of 5 million records per table (a ...
1
vote
1answer
149 views
Can we create relationship classes based on a geometric network?
I have a point Feature Class and a polyline Feature class which I connected in a geometric network. I also need to connect them logically. In my theoretical model, an edge is defined by the two points ...
5
votes
2answers
294 views
How do I convert many .dxf files to one gdb file?
I am using ArcView and ArcCatalog 9.2 with the Data Interoperability extension and I have 159 .dxf files that are comprised of 6 files; a dessin DAO, an annotation DAO, a multipatch DAO; a point DAO, ...
2
votes
1answer
407 views
Where is the connection file used to connect to ArcSDE 10?
In ArcMap 10.0, how do I find where the connection file is that is being used to connect to ArcSDE 10 on Sql Server 2008?
Some non administrative users are hooking up to SDE as the user 'sde' with db ...
6
votes
1answer
137 views
How is IValidate.GetInvalidRules supposed to work?
we are currently trying to programmatically validate features against geodatabase-defined rules. This includes attribute rules as well as connectivity and relationship rules.
We have consulted the ...
1
vote
1answer
1k views
How do I start to debug COM error “HRESULT E_FAIL” for TableToGeodatabase geoprocessing tool?
I've got some code that creates a table using OLEDB connections to an access table. I want to convert this table to a Geodatabase table, so I ask a question How do I convert an access table to a ...
3
votes
2answers
361 views
Using ArcObjects, how to convert an Access table into a proper geodatabase table?
I have inherited an ArcGIS application that creates a number of access database tables. I'd like to use ArcObjects to convert them to proper geodatabase tables, which I understand to mean simply ...
4
votes
1answer
181 views
String format for geodatabases in ArcPy scripts
Several ArcPy functions take strings as geodatabase identifiers. I've looked through the ESRI docs, but can't find a good reference for the various acceptable formats. I'm looking for examples of ...
7
votes
4answers
1k views
How to reorder fields (permanently) in a file geodatabase
Using ArcGIS 10.0, is it possible to reorder the fields in a file geodatabase, and have the order persisted to the database?
We considered exporting to XML, and writing a parser to change the field ...
3
votes
1answer
128 views
Has anyone been successful using the CAST function in ArcMap 10 with ArcSDE 10
I would like to use the CAST function in the definition query property of a layer and/or in the label class sql query window.
This was the most promising link that I've found, including the two links ...
3
votes
3answers
216 views
Use Esri PersonalGeodatabase layers in OpenLayers
I would like to Know if it is possible to open a Personal Geodatabase of Esri with Openlayer with FileGDB_API_VS2010_1_2
Thank in advance
Juan
0
votes
1answer
117 views
Are these 9.2 CASE tools instructions still valid using ArcGIS 10.1?
The Using CASE tools in ArcGIS 10 document links to some older documentation at Building geodatabases with case tools, which specifically mentions ArcGIS 9.2 throughout.
Are these instructions still ...
1
vote
1answer
216 views
Why my 'add basemap' data seems taking too long to upload the maps in ArcGIS? [closed]
Can i know the easiest way or any other way to upload Big maps hybrid from add basemap in ARcGIS 10? because it seems taking quite a long time to upload the map like around more than 1 hour and still ...
0
votes
0answers
80 views
automatic data conversions from UTM zone 11 projection to NAD_1983_10TM projection [closed]
I have some CAD files and GPS data I need to store in ArcSDE database. These data are currently in UTM projection, our desire is to have them stored in the database as NAD_1983_10TM projection.
...
1
vote
1answer
780 views
How to open a file geodatabase with tables and relationships in QGIS?
How can I open or connect to an ESRI file geodatabase in QGIS? I don't want to only see the features (shapes), I want to make sure that tables and relationships are opened correctly, too.
Thanks in ...
2
votes
2answers
484 views
Merge an entire Geodatabase in ESRI ModelBuilder
How can I merge an entire Geodatabase in the ESRI (ArcView) ModelBuilder? I have several FeatureClasses created into the GDB and in the model I plan to merge them all. Right now I have imported all ...
3
votes
1answer
124 views
Append feature layer from one personal geodatabase to another using .Net
I currently have a client that still uses personal geodatabases (Access files). I currently have to open up ArcCatalog and manually append any FeatureLayers that are contained in the original personal ...
1
vote
0answers
114 views
Replicate ESRI ArcSDE Geodatabases in Google Earth Enterprise Fusion
Can we setup an automatic replication of an ArcSDE geodatabase into a Google Earth Enterprise Fusion periodically - weekly/monthly? The replication needs to be performed one way - from ArcSDE to ...
2
votes
2answers
176 views
Problem Coordinate Tolerances , when i export my .shp files to .mdb
When i was export my shape file to PGDB using ArcMap software result will not come original database, i am not aware how to solve this problem.
1
vote
1answer
53 views
How to prepare domain on multifeature using Arcmap?
I am using in Personal Geodatabase. I want to prepare more than one field domain setting.
12
votes
1answer
227 views
How do you organize your geodata?
A geodatabase doesn't provide much flexibility in organizing your data hierarchically. All feature sets live either at the top level of the database, or one level down in feature datasets. A feature ...
1
vote
0answers
65 views
How to protect my application ESRI FGDB data from authorized access using other applications?
I have ArcObjects app which uses file geodatabase for storing data and performing CRUD operations. This file geodatabase needs to be protected from reading data in other applications such as ArcMap, ...
1
vote
0answers
251 views
SQL sub query syntax does not work on versioned tables without base option- Modified
My original question asked why the where clause below, which includes a sub query, would not work on an SDE database but the same query against a file geodatabase would work. I had thought the ...
2
votes
1answer
154 views
deleted features not synchronizing in one-way geodatabase replication (ESRI)
I am testing three one way (SDE -> file GDB) replicas. Each replica is derived from a layer created by selection by location from a citywide road dataset, so that each of the three layers is ...
0
votes
1answer
125 views
Why does the File Geodatabase that I created not appear to any other users on the network?
I created a File Geodatabase to store files that I use in maps for my coworkers. The folder is in a location where all users should have access and permissions.
Strangely enough, after I created the ...
3
votes
1answer
609 views
Error importing XML workspace document to file geodatabase
Ok so I have a large SDE geodatabase that I exported to an XML Workspace Document. I tried to importing it again into a file geodatabase to test if the export worked correctly and got the following ...
3
votes
2answers
165 views
Geocode a table, then append more rows to the table
I'm starting on a project with ArcGIS 10 where I'll be doing quite a bit of geocoding addresses. I understand the basics of how to do that. But a frustration on an earlier similar project is that ...
2
votes
1answer
91 views
Finding the Default version in a large linage tree
I have a very large versioning linage tree. I am using the arcGIS 10.0 GDBT tool. How can I find the node with the default version?
1
vote
1answer
140 views
Dealing with tables in ArcMap
I had create a table and line feature class in ArcCatalog.
i want to deal with those tables in ArcMap.
Read
Add
Delete
Update
how could i do that?
3
votes
0answers
433 views
How to load data programmatically from shapefile into feature class (geodatabase)?
Can some Genuis here help me programmatically (using python and comtypes) load shapefile data in to an existing geodatabase (feature class). The attributes of the shapefile has to match with the ...
2
votes
0answers
226 views
How to get WKT from SHAPE column in the ArcSDE geodatabase?
I have an ArcSDE geodatabase running on top of SQL Server 2008. A table for a feature layer was added from ArcCatalog. The SHAPE column is a type of int which was automatically converted from ...
10
votes
2answers
510 views
Are personal geodatabases better suited for quickly querying indexed attributes than file geodatabases?
I'm preparing data for an ArcEngine application that queries the data to search for an address. Sometimes we search just on the street name field, just on the house number field, or both. When using ...
5
votes
1answer
177 views
Changes in synchronized replica not shown in ArcMap or ArcCatalog without refreshing
I am synchronizing a one-way replica in ArcEditor using Python. I tried adding RefreshActiveView and RefreshCatalog to the code, but I still need to refresh the synchronized database to see the ...
2
votes
4answers
1k views
Search if field exists in feature class
I have a few dozen feature classes, one of which contains the field I am looking for. They are stored in several different file geodatabases.
Is there a quick way of searching each feature class to ...
3
votes
1answer
461 views
ArcPad 10 Performance Tips
I've encountered some performance issues when developing in ArcPad 10. The first is the loading of the map file. It takes 1 minute with sample data, and once opened each form takes 1 to 2 sec to be ...
2
votes
1answer
86 views
How to use IObjectClassEvents?
I need to use IObjectClassEvents in my project. I don't know how to start, can any one give me a simple explanation, or an example in C#.
1
vote
2answers
122 views
The correct definition of ESRI geodatabase
Iet's see if i can explain my question correctly.
As the title says I'm looking for an definition of the databasetype that you create in ArcCatalog, file geodatabase and personal geodatabase.
The ...
2
votes
1answer
471 views
create SDE feature class in MS SQL Server
Unfortunately I am totally dumb when it comes to programming, and very new to databases (mainly because I studied geography), so :
I have a Microsoft SQL Database Server, and a ArcSDE geodatabase. I ...
4
votes
1answer
1k views
Export all coded value domains from a geodatabase
On the ESRI-L mailing list this morning there was a question about how to see or export all the coded value domains for a geodatabase. The goal is to present the content of the domains in a tabular ...

