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 ...
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 ...
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. ...
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 ...
1
vote
3answers
317 views

Convert Oracle schema to GeoDatabase using Direct Connect only

Either this is a gap in the documentation or I'm really missing something! I know that I can direct connect to an SDE GeoDatabase without needing ArcSDE to be installed on the database server, but I ...
2
votes
1answer
371 views

Where is the connection file used to connect to ArcSDE 10?

In ArcMap 10.0, how do I find where the connection file is that is being used to connect to ArcSDE 10 on Sql Server 2008? Some non administrative users are hooking up to SDE as the user 'sde' with db ...
2
votes
0answers
124 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 ...
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 ...
2
votes
1answer
79 views

ArcSDE 10.0 - Reconcile Post

Is it possible to edit the same feature in sde in two different versions and rec/post version A's edits to the parent. And then rec/post version B's edits of same feature. And then see which vertex ...
2
votes
1answer
147 views

deleted features not synchronizing in one-way geodatabase replication (ESRI)

I am testing three one way (SDE -> file GDB) replicas. Each replica is derived from a layer created by selection by location from a citywide road dataset, so that each of the three layers is ...
3
votes
2answers
292 views

Unable to create a geometric network in a PostgreSQL Spatial Database Connection

I've created in ArcCatalog a Spatial Database Connection to an PostgreSQL database server. I've imported there all my data (from a local hard drive) and now I want to edit them. But apparently I ...
3
votes
2answers
323 views

Topology error in ArcGIS for SDE 10. “Cannot create topology”

When trying to create a topology for a polygon feature class in ArcSDE. I right click the feature dataset that the feature class resides and try to create a new topology. I get an error saying, "The ...
0
votes
1answer
260 views

Reconcile and post versions

I want to know if we can post the versions based on events through coding. How we do batch reconcile and post through c# code. Is it possible for automatic replication also?
5
votes
3answers
167 views

What is the best way to search tens of feature datasets for a feature classes in sde and other field filters in ArcCatalog?

I have ~30 feature datasets and ~100 feature classes spread throughout the feature datasets. I would like to search for a feature class by name among the feature datasets. Also, I would like to ...
1
vote
1answer
226 views

How create bulk field aliases for several layers within the same feature using in arcgis-10.0 using python?

I have an arcmap with ~200 layers from the same sde feature class. After I finished adding all the layers it was brought to my attention that we need to add field alaises for the attribute table. ...
1
vote
1answer
488 views

Is it possible to upgrade plain database to esri SDE geodatabase in ArcGIS 10.0?

IMPORTANT: I'm playing with backup of customer's database on my machine. Never try to do anything like this quickly on production server without trying it in sandbox first. Use DB backups. UPDATE: ...