Tagged Questions
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.
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
687 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 ...
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 ...
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. ...
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 ...
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 ...
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 ...
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, ...
4
votes
2answers
168 views
Calculate Field based on field value in a second table
I have a table in a MSSQL Server Enterprise SDE database. I need to join a table from a MS SQLExpress Workgroup SDE database and then calculate 11 fields in the Enterprise table based on values in ...
5
votes
0answers
99 views
Why do file geodatabase and SDE readers produce different fme_geometry types?
I have one very simple workbench that I am running against both SDE (9.3) and FGDB (10.0) sources.
I noticed two different fme_geometry values for same type of objects.
For the first one, i.e SDE ...
1
vote
2answers
82 views
How to join a File Geodatabase table with only one record of Feature Class
I've a Geodatabase containing a Featureclass and some File Geodatabase Tables. Each File Geodatabase Table is actully about the only one record of a featurClass. Can We Join these File Geodatabase ...
1
vote
0answers
72 views
Automatic attribution of one layer from another based on spatial relationship?
I have two layers with a 1:many relationship. Working within ArcMap, I'd like to have that relationship somehow formalized so that when I add a new feature to the child layer, it automatically gets ...
6
votes
2answers
161 views
How can I reduce the size of my file geodatadase?
We're using file geodatabase for tax mapping. we save building photos and there are 6000 buildings. The size of this data 2GB. So loading the data takes a lot of time we are not unable to do work ...
3
votes
1answer
74 views
How to validate Personal Geodatabase against XML schema?
Is their any tool in arcgis model builder which can validate a personal geodatabase and a XML schema to give out an report saying if the gdb is validated or not ...
2
votes
1answer
93 views
How can I append field from a geodatabase table to a polygon feature class?
I have an existing polygon feature class with about 30 attribute fields. I would like to append another 20 fields from an existing table in the same file geodatabase. Can this be done using an ...
4
votes
2answers
102 views
Can you create feature classes with the same name in different feature dataset
I've searched but can't seem to find any info on this which is surprising as this should be an easy one to answer.
I'm using ArcGIS 9.3 and trying to create a feature class called 'cadastre' in ...
5
votes
2answers
137 views
How can I find out Persional GeoDatabase version?
I am working ArcMap software. How can I find out Personal Geodatabase Version?
I have client file. But I want to find out which version they have to used.
I am looking for your guidance
4
votes
0answers
48 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' ...
4
votes
2answers
495 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
1answer
257 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, ...
14
votes
2answers
476 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 ...
2
votes
2answers
454 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 ...
1
vote
0answers
238 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 ...
3
votes
2answers
164 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 ...
3
votes
0answers
402 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 ...
10
votes
2answers
475 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
162 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 ...
3
votes
1answer
528 views
How do I copy the coded value for a field and not the raw value?
I am working with ArcGIS 10 and I have added a field in a feature class and am attempting to copy the text from another field's coded values, but the field calculator is simply copying the "code" text ...
2
votes
2answers
178 views
How to implement field validation rules in ArcGis?
Not digging in deep, I've found that ArcGis offers validation of 2 basic constraints: field data type and if the value is required or not. Is there any way or AddIn to attach more complex validation ...
9
votes
1answer
449 views
How to get the size of a file geodatabase feature class on disk?
Is there a simple way to determine the amount of hard drive space a feature class takes up? I feel like I'm missing something simple, but I don't recall a method that does so. You would think that ...
1
vote
0answers
213 views
ArcSDE geodatabase for non-spatial data
I have a table stored in an SDE geodatabase for all point features with an additional GEOMETRY_ID. A few non-spatial data tables are stored in an ordinary MS SQL Server database. They can be joined by ...
2
votes
1answer
320 views
Subtypes in ArcGIS
I've created a subtype field in my attribute table, but now I want to change the codes. How do I do that? ArcCatalog doesn't enable editing my subtype.
Thanks for help.
3
votes
2answers
240 views
Failure to Delete Vector File from Personal Geodatabase - ArcGIS 9.3
I have a personal geodatabase - based on an MS Access .mdb file - from which I cannot delete an old feature class.
The tables relating to the feature class have been deleted from the .mdb, but the ...
1
vote
2answers
88 views
Split a Quad to 1:7,500 Question
Here I have 1:24,000k quads. I know how to use the word split toolbox. What I would like to split 24,000K to 1:7,500 or 6,000k. Is there a way around for me to do that ?
For example,, if you have one ...
10
votes
4answers
638 views
Performance - using multiple file geodatabases as opposed to one
I'm trying to decide the best way to organize my data for an ArcEngine application. I am particularly interested in map display and query speed. Currently I have all of my data separated into separate ...
0
votes
1answer
568 views
Why “DataBase Connections” mapped to “Dataset DataBase Connections” in ArcCatalog?
I am trying to Export data from a geodatabase by a existed sde file(created by ArcCatalog),
the Error Messges:
Executing: ExportCAD 'DataBase Connections\Connection to
...
6
votes
2answers
389 views
How is the default label field chosen by ArcMap?
I have 2 questions:
I know how to manually go to Layer Properties>Labels tab>Label Field and choose my label field. I also know that I could set up my primary label field and save the setting as a ...
5
votes
2answers
343 views
How to convert high precision dataset to low precision
A high precision dataset was loaded from a file geodatabase into arcsde 9.3.1. The dataload was achieved by copy/paste in ArcCatalog.
A custom tool (arcobjects) that extracts from the dataset to a ...
1
vote
3answers
980 views
How to merge several tables/feature classes into single geodatabase object in ArcObejcts?
My project is ArcGis extension, which uses a specific set of tables and feature classes. I want that this structure to behave like single geodatabase object, so user cannot delete part of it's schema. ...
7
votes
2answers
2k views
Issues with large datasets
I am trying to run an Intersect process in arcgis 10 sp 3 with 2 file sets (aspect and slope) from up to a 1m DEM across an area of 65,000sq km. The aspect has 9,930,384 records and the slope has ...
1
vote
1answer
685 views
How to import/copy geodatabase schema from multiple tables to a single table
I have an existing ArcGIS 10 geodatabase which has a complicated schema containing multiple tables and joins, and I wish to simplify this for faster web delivery.
For example, Featureclass1 is ...
4
votes
1answer
216 views
Geometry storage type in geodatabase Oracle 9i with SDE 9.3.1
How do I identify what geometry storage type is being used with a specific geodatabase? Thanks.
3
votes
1answer
512 views
Referencing Feature Dataset in File Geodatabase with ArcPy
It's probably an obvious one but since I'm new to arcpy I'd appreciate any help.
I'm trying to develop an arcpy script which will eventually loop through number of rasters and feature classes stored ...
3
votes
1answer
535 views
How do I move and/or rename a file geodatabase?
I am expanding the scope of an existing file geodatabase so I would like to move it up a folder hierarchy as well as rename it.
For both of these operations, is it as simple as moving the folder via ...
4
votes
2answers
486 views
Is there a performance hit from using a Feature Dataset?
I vaguely remember being taught not to use a Feature Dataset to make things "look neat" in the database, and that the Feature Dataset should only be used when there was some sort of spatial ...
3
votes
3answers
201 views
Is there any way to write a snipet of code with function of “SDELayer -o register” command
I try to create a geodatabase using some SQL command and then register some tables of it with SDE.
I create an empty geodatabase using sde post installation and then create tables and other database ...
5
votes
3answers
443 views
How do I render data quicker in Arcmap?
Is there a way around to speed up the data into ArcMap ? When I converted the raster to polygon and some data would load up quicker and some other load slow. I am wondering if I could add the spatial ...
3
votes
2answers
158 views
Data storage shared with co-worker [closed]
I would like to ask anyone out there who knows of a good free website that allows me to upload my gis data files to co-worker. Each project I am working on are quite large and would need to upload 1 ...


