A version of the ArcSDE software package

learn more… | top users | synonyms

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 ...
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
143 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 ...
5
votes
0answers
119 views

Applying schema changes on a esri geodatabase two-way replica set

I have an Esri geodatabase two-way replica set. I need to update the schema on both databases in the replica set. Esri describes doing this using ArcGIS schema tools (compare/export/import replica ...
3
votes
0answers
67 views

How to enable SDE Archiving with python and the SDE api ArcGIS 10.0

I have a script that does some register as versioned and updating privileges. How would I call into the c api for ArcSDE to enable archiving with python? ...
2
votes
0answers
48 views

Problem with representation symbology, when copying from SDE 9.3 to 10

We are having problems with our representations when copying from an ArcGIS 9.3 database to a 10.0. Representation symbologies with dash patterns (dots, dotted lines etc.) are reset to default ...
2
votes
0answers
123 views

TO_DATE ORACLE SDE failing

I'm trying to use TO_DATE to query an Oracle SDE dataset. It's not working in the javascript API application so I tried to query the rest end point directly and I get the error: "Unable to perform ...
1
vote
0answers
34 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 ...
1
vote
0answers
35 views

ArcSDE database management - options manage outages to make updates

I would like options to manage ArcSDE outages for making updates to schema, which I am not able to do when users are just reading the feature classes. I would like to not have to stay late to get ...
1
vote
0answers
119 views

create relationship class in SDE

I can not seem to create a relationship class in SDE, or at least one that works. I am succseful in creating the class however arcMap does not recongnize it (there are no related tables shown) and if ...
0
votes
0answers
153 views

Bad Login error when connecting to ArcSDE 10.0

When logging into ArcSDE 10.0 on Windows Server 2008 R2. The underlying db is MSSQL 2008. At different times during the day we are getting bad login errors from ArcMap. We are trying to connect ...