ESRI geodatabase is a particular database schema designed by ESRI for managing "layers", "versioning", "topology" and other ESRI application specific storage requirements.
0
votes
0answers
11 views
Get Conflict Value from ConflictWindow
When i reconcile a version in my Arc Map. I am getting conflicts which i was able to see in a conflictwindow. I want to read conflict values only from the conflictwindow. So that i can generate a log ...
1
vote
1answer
28 views
mosaic raster to file geodatabase yields missing raster sections
Since upgrading to ArcGIS 10.1 (SP 1) from 10.0, I've been encountering an issue when running the arcpy.MosaicToNewRaster_management() tool with output to a file geodatabase. I'm principally working ...
0
votes
0answers
17 views
Unexpected non-number file-order in file geodatabase
I'm working with a set of feature classes saved in a file geodatabase (In Arc 10.1) that are numbered 1-4500. The naming convention is "VTR_XXXX_etc" - where XXXX stands for the number 1-4500. I have ...
1
vote
1answer
33 views
Pdf layers to Geodatabase
We had a drawing as a PDF , with Geolocation and layer information available. We tried to export that as an Xml ( current tree) option in Adode reader and tried to import it in a new File geodatabase.
...
2
votes
2answers
35 views
Why shouldn't data be loaded into an enterprise geodatabase logged in with sde user?
I've read somewhere that it is not good practice to load data into an enterprise geodatabase using the sde user.
I was wondering what the reason for this is?
Thanks.
0
votes
1answer
25 views
Migrating Lines to ArcGIS polyline
I'm trying to import geometry lines from Oracle Spatial database to ArcGIS enterprise geodatabase.
and some data will cause the error.
Its says not enough points for feature class, but when I look ...
6
votes
1answer
89 views
What is a good way to share a GeoDatabase over the internet?
I've got a large, greater than 10 GB, File GeoDatabase on a remote server. I created this GeoDatabase some time ago and am looking to have local access to it. Now I can't simply burn it to a disk or ...
3
votes
0answers
35 views
One-to-many relationship classe(s)/table(s) used for monitoring
I realize that this may be a bit simplistic for this blog, so I apologize in advance. However, for someone with a working knowledge of ArcGIS, I've had issues figuring this out on my own.
I have a ...
0
votes
0answers
17 views
Oracle Feature Class Couldn't Displayed
I got problem on displaying feature class in Oracle, which successfully imported from file geodatabase using Append (Data Management) Tools, my experiment on copying it to Postgre no problem on ...
2
votes
0answers
34 views
AutoCAD map server's text to ArcGIS Annotation - SAFE FME
autocade
Software: SAFE FME
Geodatabase - enterprise geodatabase
we have autocad data stored in oracle database and wishes to port them over to ArcGIS Annotation (text).
We are unable to do so just ...
6
votes
1answer
101 views
What are the differences between Append and load data in ArcGIS?
I confused about differences between Append tool in Arctoolbox and Load data in Geodatabase.
I think both of them are the same in the result feature class.Both of them use a default output feature ...
0
votes
0answers
27 views
Raster attribute field error [duplicate]
I am trying to add jpegs to a raster data type attribute field. I want to this field to be managed by the file geodatabase. When I load the photos and try to save my edits it get various errors but ...
0
votes
1answer
30 views
Global DEM and country borders
I am trying to split up the world into 2 categories based on elevation (below 2000m and above 2000m) while still including a country identifier. So in the end, I would like to have 2 types of units ...
0
votes
0answers
42 views
copying and pasting files - geodatabase
I have been sent a zipped folder containing files in a geodatabase format. To view them in ArcMap I've created a new file outside
ArcCatalog with the extension .gdb and copied the unzipped files into ...
6
votes
3answers
126 views
How to mirror two geodatabases on the fly?
I'm new to arcgis and its applications.
We have the full suite of arcgis solutions (arcgis server, desktop, arcgis sde)
We have a requirement...
geodatabase (A & B)
A & B reside on 2 ...
12
votes
6answers
688 views
Should I use File Geodatabase (*.gdb), Personal Geodatabase (*.mdb) or shapefiles?
I am a bit confused on the topic of databases. For me, this far, I have used databases as an easy way to keep all files together rather than having dozens of shapefiles all over the place. And it's ...
2
votes
1answer
87 views
ArcMap - Opening the attribute table gives 'Could not load data from the data source' error
ArcMap wont display the attribute table of a dataset.
I get an error 'Could not load data from the data source' and it says 'An invalid SQL statement was used'. It then opens a table with the correct ...
1
vote
0answers
40 views
ArcGIS 10.1 SDE database schema other than SDE or DBO
Just wondering if it's possible to apply a schema other than SDE or DBO to SDE feature or raster tables stored in an enterprise database on MS SQL Server 2008 R2.
I have got a new customise schema ...
1
vote
0answers
35 views
How can I import data from an Oracle datapump into an empty Oracle SDE Geodatabase?
I have a SDE Geodatabase that contains empty layers created using ArcCatalog.
I'd like to import data into those layers from a datapump of an Oracle database that has the same structure as the empty ...
4
votes
2answers
63 views
Duplicate an in use GeoDatabase
I'm wondering if there is anyway to duplicate an in use ESRI File GeoDatabase.
The GeoDatabase I have is being used by ArcServer for a few of our web mapping applications. Now I understand I could ...
0
votes
0answers
20 views
A procedure imported by 'Esri.FileGDBAPI.DLL' could not be loaded
I'm having issues getting my Esri.FileGDBAPI.DLL to work. I have the other two files, FileGDBAPI.dll, FileGDBAPID.dll in my bin folder. I can only add the Esri dll to my references, the other two I ...
1
vote
2answers
107 views
How to list Feature Classes of Multiple geodatabase in Multiple Folder?
I'm new in python scripting and try to list polyline feature classes of multiple Geodatabases. The Geodatabases are in many nested folders.For example in folder "A" I have 20 folders and in each ...
2
votes
0answers
29 views
Where are the Block and Lot fields in the ESRI Local Government Information Model Geodatabase Schema?
I am looking at the ESRI Local Government Information Model (LGIM) geodatabase schema and I cannot find the Feature Class that holds the parcels' Block and Lot information.
Do you know which Feature ...
5
votes
1answer
94 views
How much database bloat is reasonable?
I use personal geodatabases to hold all the data for my projects (probably around 10-20 feature classes across 2-4 datasets on average). I use the personal gdb because I like being able to hook into ...
1
vote
2answers
65 views
Identify parcels that have two types of land use
I have two polygon layers in a geodatabase. One layer is land parcels. The other layer is land use. I want to identify the six largest parcels that contain both "upland forests" and "wetlands" (i.e. ...
2
votes
1answer
70 views
Setting up file geodatabase API
Can someone point me to a guide for setting up the file geodatabase API? I'm using Visual Studio Express 2012.
I can deal with writing and debugging the code - I just can't seem to figure out how to ...
4
votes
3answers
65 views
How to transform FileGDB featureclasses from custom local coordinate system?
Background: Started working for company that is in middle of system-wide IT upgrade including GIS data. Existing in-house data is in a FileGDB, is in an assumed coordinate system and represents 1000 ...
3
votes
1answer
54 views
Synchronizing Changes From File Geodatabase to SDE Geodatabase
I have an SDE geodatabase that has a one way replication to a file geodatabase, where I will make edits to the feature classes offline somewhere. I know that this scenario doesn't support one-way or ...
0
votes
1answer
170 views
How to import ArcGIS 10.1 File geodatabse to MS SQL Server 2012
Hello I´d like to import my File Geodatabase from ArcGIS 10.1 into MS SQL Server 2012.
I´ve never do it before, so I expect to do the import same way as import data from excel table.
Problem is ...
1
vote
1answer
134 views
Cannot input new data into FeatureDataForm
I am wanting to update the fields on my server using a FeatureDataForm. I have followed the documentation, but it still does not work. It also does not have the buttons in the form that say 'OK' and ...
0
votes
1answer
38 views
OGR shows no layers
I have an ESRI File Geodatabase (FileGDB) (size is 15+GB), which has over 10 layers, when I open it up in ArcGIS, everything seems to be working.
I want to move this database to postgreSQL with OGR ...
1
vote
1answer
59 views
Adding, Updating, and Deleting information from arcGIS Server
I am new to ESRI and GIS. I am starting to get into using client data. I have created maps and put them to the server using arcMap and arcGIS for Server. I need to know how easily I can access these ...
2
votes
1answer
26 views
Importing labels for check in/out from an SDE to file geodatabase
I am working on a large project where I am using the ArcMap 10 'distributed geodatabase' feature to check out a file geodatabase from our SDE file. I have tried several ways to avoid having to ...
6
votes
1answer
107 views
When to use multiple geodatabases?
I'm working on a project involving one database , but the customer's needs have evolved, so he needs to manage multiple projects. I tried to work with adding an id for each project, which gave me more ...
0
votes
1answer
73 views
Check Geodatabase attribute against an external database
I have a Personal Geodatabase to which editors enter values from some field inputs.
I would like some of the entries, eg Project No ( whose name is unique and has some some related attributes like ...
2
votes
0answers
71 views
Can I use an Update cursor with a versioned feature class which has attachments in ArcObjects .NET
I have a problem with my code (C# ArcObjects 10.1). We are trying to update and insert 10 - 15 rows at a time into a feature class hosted in ArcSDE 10.1 on SQL Server 2008 R2.
We have a feature class ...
1
vote
1answer
82 views
Where is the File Geodatabase Raster Dataset file stored?
I have a esri file geodatabase with a raster dataset. How can I find out which physical file the dataset is referring to?
(I am retrieving the file geodatabase through the internet. It all seems to ...
8
votes
2answers
127 views
How to efficiently (programmatically) determine whether two datasets have / don't have identical content?
Given:
a geodatabase A that contains 100 datasets named a1 .. a100
a geodatabase B that contains 100 datasets named b1 .. b100
I want to programmatically (*) determine for each dataset pair (ai, ...
2
votes
0answers
79 views
How to copy a feature class within the same GDB
I'm trying to copy/clone a feature class within the same file gdb using C#.
I've figured out that this won't work with IDataset or IFeatureDataset.
So far I only found IGeoDBDataTransfer.Transfer but ...
12
votes
3answers
144 views
How to compare schemas from two File geodatabases?
We have template geodatabase, which we send out to our regional Data creators. They update these geodatabases and digitize all the data from their region in the predefined featureclasses.
Now that we ...
7
votes
1answer
203 views
Differences between Raster Dataset, Raster Catalog, and Raster Mosaic
I have about 40 scanned, colorful Geology maps that are GeoTiffs. I want to bring them into an Esri FileGeodatabase to lower their size, combine them as one and display them with a mostly transparent ...
0
votes
2answers
119 views
Network Analyst not working
I have network analyst installed as an extension in my arcGIS 9.3, but it just does not work!!! when I go to ArcCatalog, the option of new network data set also does not appear... :( I have to do this ...
5
votes
2answers
175 views
Which free/cheap tools can open ESRI Geodatabase Files?
Ok I don't need anything advanced, I just don't know anything about this GIS business. I'm trying to get local parcel information and the government site states it is in "ESRI geodatabase format." ...
4
votes
2answers
154 views
GIS Database Migration Project (Oracle to ArcGIS)
I have been tasked with converting an Oracle Database into an ESRI file geodatabase. The data represents a gas network. The client's Oracle database has over 400 tables, 120 of which are spatial. ...
6
votes
1answer
90 views
How to undo ArcGIS “Move Edits to Base” mistake?
I'm trying to help a client who mistakenly checked the "Move Edits to Base" option when versioning a feature class in ArcGIS. They would now like to fix this mistake. However, they don't want to ...
2
votes
1answer
192 views
Can ArcGIS Desktop 9.3.1 open Geodatabase created using ArcGIS for Server 10.1?
can it possible to use old version of arcgIS desktop, say ver 9.3.1, if we develop a geodatabase using arcGIS 10.1. The above answers were very useful will make me to understand more on arcgis server, ...
2
votes
1answer
47 views
Personal Geodatabase: Access speed up due the use of RelationshipClasses?
I've a special question about the effects of RelationshipClasses.
For some reasons I've created a Personal Geodatabase and imported two features from Shape-Files and created an own table.
For ...
0
votes
1answer
54 views
Is it possible to create an “Empty” version of an SDE database?
Is it possible to create an "Empty" version of an SDE database? I have a large default SDE database that I would like to create an empty version for a new project. By "Empty" version I am referring ...
3
votes
1answer
103 views
How to Create a Version 10 File Geodatabase from an XML from ArcGIS 9.2?
A client has given me an XML document for the schema of an ArcGIS 9.2 Geodatabase. The final goal will be to create a version 10 version of the geodatabase but the client doesn't have version 10 yet. ...
2
votes
1answer
154 views
Benefits of relationship classes and how they can be accessed in c#
At the moment I've a personal geodatabase with two imported feature classes from shape files and an own created table. This table has columns for the IDs of the elements in the two feature classes. ...

