Tagged Questions
0
votes
1answer
142 views
Filtering a Feature Class in using ArcGISDynamicMapServiceLayer
I'm using the following code in Flex to display all the features in a Feature Class defined in the "Data Layer".
var dataLayer:ArcGISDynamicMapServiceLayer= map.getLayer("Data Layers") as ...
4
votes
1answer
69 views
How can I overwrite a geodatabase in AcrGIS server 10 with SQL Server SDE, using xml workspace?
I want to transfer a geodatabase from my development server to my client's production server. We are using SQL Server, but in different versions. Hence I cannot use Backup/restore or detach/attach. ...
1
vote
1answer
326 views
Use of esriFieldTypeDate field in Add Features REST service
I need to use Add Features REST service to add a new record to a table in a SDE database.
One of the field is type of esriFieldTypeDate, but I don't know how to populate this field in JSON script. An ...
0
votes
1answer
352 views
How do I tell my geoprocessing service which sde feature class to update
I want to have a geoprocessing service update sde. I am getting an I/O Error saying data doesn't exist. I imagine because the connection file (copied from my ArcCatalog folder) I placed next to the ...