Tagged Questions
6
votes
3answers
121 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 ...
1
vote
1answer
132 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 ...
2
votes
1answer
181 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, ...
1
vote
0answers
109 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 ...
1
vote
1answer
181 views
How to convert int type OBJECTID to ObjectID type recognised by ArcSDE?
I have an ordinary table with OBJECTID column (type of int) in a MS SQL Server 2008 R2 instance. I need to store it in an ArcSDE geodatabase instance running on top of the SQL Server. The thing is how ...
3
votes
1answer
467 views
IFeature.set_Shape The coordinates or measures are out of bounds
I'm trying to add a point to my map, but something with the way I used shp2sde create caused me to have a incorrect spatial extent or something. So I'm getting "out of bounds" error.
How do I go ...
2
votes
1answer
203 views
Shapes of this entity type not allowed in this layer when CreateFeature() is called
I have the following code that calls on a remote geodatabase server. Everything is connected and working, but when I try to add a point and use featureclass.CreateFeature();, it shuts down.
At first ...
0
votes
1answer
223 views
How to update raster or feature layers being used by ArcGIS Server by a Model
I have a mxd file that contains a few raster and feature layers that was published by ArcGIS Server as a map service. Meanwhile, a model was created to update the contents of the raster and feature ...
2
votes
1answer
591 views
How to edit a given version of geodatabase?
I have a versioned geodatabase. Any of that versions are used only by one user. So then user called "XXX" has a version called "XXX". So then now I want to make a changes on given version, but when I ...
3
votes
1answer
949 views
How to let ArcGIS Server see related records in a geodatabase
I have an ArcSDE geodatabase which contains multiple relationship classes.
If I add this layer to ArcMap, the relationship is automatically applied (eg, the Identify dialog allows me to drill-down to ...
1
vote
0answers
268 views
Intersecting with Geodatabase.ISpatialFilter - no results
I'm trying to intersect two layers and get resulting features with the following code I've written:
ESRI.ArcGIS.Geodatabase.ISpatialFilter spatialFilter = new ...
3
votes
2answers
460 views
How to use the ISpatialFilter interface with ArcGIS 10.1?
From what I've heard till now:
1) ArcGIS from version 10.1 and forth will only support http connections: local connections will not be supported any longer.
2) The code
ESRI.ArcGIS.Carto.IMapServer ...
3
votes
2answers
277 views
Locks not being released in Linux held File Geodatabases
We have a system with 2 SOC servers, and one SOM server, acting on a shared storage area.
We have had performance issues for years, and believe we have worked out why.
There are several file ...
1
vote
1answer
275 views
What is the best way to host a GeoDatabase on an ArcGISServer?
I have a simple Geodatabase in access format. I'd really like to host this database on an ArcGIS server through one of their services.
The idea is that my users would be able to connect to this ...
9
votes
2answers
775 views
What is the proper way to backup an ESRI File Geodatabase that is published to ArcGIS Server?
I have an ESRI file geodatabase (v10) that is published to an arcgis server map service. When the service is running, the fGDB is locked. Do I need to stop the service to get a clean backup? Or, is ...
1
vote
0answers
430 views
ESRI: ADF + Geodatabase
I'm a .NET Develop. I'm using ESRI / ADF and I have a problem whit some methods of Geodatabase. On the beginning of development I needed connect on GeoDB and execute queries. On this moment I got this ...