|
POST
|
One workaround we have seen to work is to re-generate the MXD's via Python. You could try the following script here: developer-support/refresh-mxd-layers.py at gh-pages · Esri/developer-support · GitHub This will take a folder of MXDs, move them to a blank MXD and then save to a new folder. It could be worth a test on a handful of MXDs
... View more
09-12-2016
08:14 PM
|
1
|
0
|
1623
|
|
POST
|
Hello All, This issue sounds like the following defect: BUG-000098582 If possible, please contact Esri Technical Support to have your organization attached to this defect. Best, Christian
... View more
09-12-2016
09:39 AM
|
0
|
0
|
2307
|
|
POST
|
What state does the geodatabase get compressed to? If the state is other than 0, are there a lot of records in the Adds/Deletes tables following the compress?
... View more
09-12-2016
09:11 AM
|
0
|
2
|
3045
|
|
POST
|
Normally for user-schema GDBs the 'Instance' property should be used. The formatting would look like this: sde.oracle11g:server/sid:schema
... View more
08-29-2016
09:37 AM
|
0
|
0
|
750
|
|
POST
|
Can you provide a sample of the TNS file that caused the issue? I would be interested to see if this can be reproduced on any Oracle geodatabase.
... View more
08-18-2016
11:41 AM
|
0
|
5
|
3385
|
|
POST
|
What version of software are you running? Are you using background GP? Are you running this inside ArcMap or in IDLE or some other IDE?
... View more
07-29-2016
09:20 AM
|
0
|
6
|
5140
|
|
POST
|
In addition to George's help, this new question should be attached to a different thread so others using GeoNet for help can see this new topic.
... View more
07-19-2016
06:03 AM
|
0
|
0
|
2148
|
|
POST
|
Muqit Zoarder if this sample is helpful, please mark the post as answered.
... View more
07-15-2016
09:23 AM
|
0
|
3
|
2148
|
|
POST
|
If you know the path, you can use the value function to gather the values: SELECT GDB_ITEMS.NAME AS "FC_Name",
DEFINITION.value('(/DEFeatureClassInfo/Versioned)[1]', 'varchar(20)') AS "Versioned",
GDB_ITEMTYPES.NAME AS "GDB_Type"
FROM SDE.GDB_ITEMS
INNER JOIN SDE.GDB_ITEMTYPES
ON SDE.GDB_ITEMS.TYPE = SDE.GDB_ITEMTYPES.UUID
WHERE SDE.GDB_ITEMTYPES.NAME IN ('Feature Class','Table') However, as George Thompson stated, please don't make any changes to the GDB repository XML tables.
... View more
07-14-2016
02:18 PM
|
1
|
0
|
2148
|
|
POST
|
I found the case you had previously. I will be reviewing it with some colleagues here and will reach back out to gather more information from you.
... View more
07-11-2016
02:13 PM
|
0
|
1
|
1551
|
|
POST
|
Hi Xiaoyue, have you raised this ArcMap hanging to Esri Technical Support? If not, I would recommend creating a case for investigation into the hanging issue.
... View more
07-11-2016
01:57 PM
|
0
|
3
|
1551
|
|
POST
|
Xiaoyue Chen currently this does not exist within the GUI or arcpy module. Instead of looking at the need to close states, can you please elaborate on how open states are being created? When edited via the ArcGIS client, states should be closed following the transaction.
... View more
07-11-2016
11:20 AM
|
0
|
5
|
1551
|
|
POST
|
Chloe Thomas when running the query without "_evw" you wouldn't be looking at the default tables. You would be looking at only a single table, referred to as the "base" table. This table contains only the rows that have been fully reconciled with the DEFAULT version and compressed. Because you are only looking at one table it is much faster than the versioned view, which queries over 5 different tables (Base, Adds, Deletes, States, State_Lineage). In addition, I would avoid using the versioned_view in any ArcGIS application, because it will only ever point to the DEFAULT version of the data. Instead, it is better to just use a copy of the feature class and specify the version that you want to use. This is because the queries that ArcGIS sends to a versioned feature class are much different than the versioned view, including the execution plan. Two options I would explore are: 1. Use the query in SSMS to create a stand-alone table with a spatial index; regenerating as needed 2. Perform the analysis of aggregation and spatial analysis in ArcGIS instead of SQL
... View more
07-01-2016
11:12 AM
|
2
|
1
|
2140
|
|
POST
|
Panagiotis Papadopoulos and Nicola Braccini, each version of the Enterprise Geodatabase (SDE) is explicitly tied to its st_geometry.dll (Windows) or libst_shapelib.so (Linux/UNIX) file. To upgrade, both the geodatabase and file need to be upgraded. Although, it may "work" by changing the dll, this is not recommended or certified. There are a number of bugs similar to this in versions 10.1, 10.2.x, and 10.3.x which were fixed at 10.4.x.
... View more
07-01-2016
11:01 AM
|
0
|
1
|
2657
|
|
IDEA
|
Hi Alexander, From the Geodatabase Administration Locks window, you can right click on the lock and choose > View User. This takes you to the Connections window and highlights the user holding the lock.
... View more
06-23-2016
08:33 AM
|
0
|
0
|
454
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 10-09-2025 08:31 AM | |
| 13 | 09-27-2022 06:23 AM | |
| 3 | 03-28-2024 05:12 AM | |
| 3 | 12-20-2023 06:42 AM | |
| 6 | 08-31-2023 05:42 PM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|