|
POST
|
Marco...those steps cover almost every detail. I have done those installation steps personally and I don't think (rather I am quite sure) that you didn't miss out anything.
... View more
06-10-2014
01:58 PM
|
0
|
0
|
2331
|
|
POST
|
http://ideas.arcgis.com/ideaView?id=087E00000004SL1IAM [#NIM095592 Allow the ability to rename a versioned view in a geodatabase ] I was able to rename the Versioned views using the SDE 10.1 command line tools (sdetable -o rename). You can try that as a workaround.
... View more
06-06-2014
02:41 PM
|
1
|
0
|
1612
|
|
POST
|
File Geodatabase & Personal geodatabase(*.mdb) don't have the Multiuser editing functionality.....so yes, sde gdb is the only option for setting up a simple multi editor scenario. There are multiple workflows which can be used to achieve the same objective -- Replication, Versioning, etc etc. It will depend upon what resources you have at your disposal.
... View more
06-05-2014
09:28 AM
|
0
|
0
|
2331
|
|
POST
|
Have a look at the below link: http://www.esri.com/software/arcgis/geodatabase/multi-user-geodatabase Check the "Desktop" Multiuser geodatabase(also known as SDE Personal Geodatabase), which comes free along with ArcGIS Desktop. But, there are certain things that you need to consider for the above type: 1. You need SQL Server Express to use that 2. Even though almost all the functionalities of SDE(versioning, replication, etc) is available with it...it has a limitation on the Number of Concurrent Users (1 editor and 3 readers)
... View more
06-05-2014
09:19 AM
|
0
|
0
|
2331
|
|
POST
|
Yes, the issue occurs for existing Rasters and is applicable for all DBMSs. Considering the "Application Server connections and the SDE Command line tools" are going to be deprecated in the next Major release, have you considered migrating everything to Direct Connection?
... View more
06-05-2014
09:14 AM
|
0
|
0
|
1291
|
|
POST
|
Where is your data stored right now -- sde geodatabase, file geodatabase(*.gdb), Personal geodatabase(*.mdb) ?? You need an sde geodatabase to use the SDE Replication functionality.
... View more
06-05-2014
09:12 AM
|
0
|
0
|
2331
|
|
POST
|
Yes, that is a known issue: [NIM098462 - When trying to preview an SDE raster in ArcCatalog via an application server connection, the following error message is received, "Your selection cannot be displayed in the current view."] http://support.esri.com/en/bugs/nimbus/TklNMDk4NDYy [#NIM090332 Creating a Raster Dataset from ArcCatalog 10.1/10.2 results a Network I/O error (999999) when using an ArcSDE 3-tier (application server) connection. ] This is fixed at 10.3.
... View more
06-05-2014
07:06 AM
|
0
|
0
|
1291
|
|
POST
|
You cannot replicate data to a simple database. You need to have a geodatabase for that. Convert that oracle instance into a geodatabase and it should work.
... View more
06-03-2014
05:57 AM
|
0
|
0
|
869
|
|
POST
|
I think this should get you the desired X and Y coordinates of the vertices of a feature: ST_AsText http://resources.arcgis.com/en/help/main/10.2/index.html#/ST_AsText/006z0000003v000000/ Example: ----------- SELECT OBJECTID, sde.st_astext (SHAPE) SHAPE FROM featureclass_name; ---------- You need to have ST-geometry configured for that Oracle database to use the above query.
... View more
05-21-2014
04:43 AM
|
0
|
0
|
5078
|
|
POST
|
I am not sure if starting a new Forum Thread is going to answer that question.
... View more
05-20-2014
01:34 PM
|
0
|
0
|
968
|
|
POST
|
If ArcCatalog closes prematurely while deleting or creating a feature class, it can leave orphaned entries in the SDE repository tables. Check the GDB_Items table at the database end and under the column tables, check if you see the deleted FCs listed there.. Similar Forum Post: http://forums.arcgis.com/threads/80404-Cannot-register-dataset-as-versioned-%E2%80%93-DBMS-table-not-found-%E2%80%93-invalid-object-name
... View more
05-20-2014
12:33 PM
|
0
|
0
|
1209
|
|
POST
|
This is the message I receive in ArcMap when I try to start editing. This error usually points to a permission issue. Try to add the entire Feature dataset in a new ArcMap session and try to start editing. let us know if you receive any errors in this process.
... View more
05-20-2014
11:50 AM
|
0
|
0
|
3877
|
|
POST
|
Why not use the Direct Connect syntax to export out the dbtune file? Even that will so the same thing. sdedbtune -o export -f 'location where the file would be exported' -i sde:sqlserver:sqlserver_instance_name -D database_name -u sde -p sde_password example: sdedbtune -o export -f c:\dbtune.sde -i sde:sqlserver:db_server\sqlexpress -D test_gdb -u sde -p sde
... View more
05-15-2014
01:11 PM
|
0
|
0
|
1046
|
|
POST
|
can you please try to synchronize the replica using Desktop 10.1/10.0 and check whether the issue is still reproducible.
... View more
05-15-2014
12:23 PM
|
0
|
0
|
1093
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-14-2015 09:19 AM | |
| 1 | 06-17-2013 11:43 AM | |
| 3 | 03-21-2014 08:24 AM | |
| 1 | 03-22-2016 03:04 PM | |
| 1 | 09-29-2015 09:47 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|