|
POST
|
It will depend upon, how you had applied the Domain initially. You cannot remove Domains from fields, which have been assigned under the Subtype tab of the Feature Class properties. Any domain, assigned under the Fields tab...those can be removed using the tool.
... View more
07-22-2017
02:54 AM
|
1
|
0
|
6564
|
|
POST
|
The main reason according to me will be 'Performance'....I have seen overall performance degrade a lot because of these over a period of time... Take a look and see if these links help: Geoprocessing history logging in ArcGIS: performance review – Alex Tereshenkov How to Make ESRI Desktop ArcMap Faster · ncss-tech/geo-pit Wiki · GitHub Viewing tool execution history—Help | ArcGIS Desktop
... View more
07-21-2017
07:42 AM
|
2
|
0
|
4724
|
|
POST
|
You cannot Restore a single Feature Class from a SQL Server db backup. You will have to restore the complete backup > Connect to it using ArcGIS Desktop > Connect to the Specific version, whose data you need for that fc > Export out the data to a File gdb > Confirm that the output in the File gdb is exactly what you needed > Load that data in the required gdb
... View more
07-20-2017
02:40 PM
|
2
|
0
|
1321
|
|
POST
|
Honestly, it makes perfect sense if someone cares to read properly and tries to understand the workflow suggested. Instead of trying to use the unregister command from Command line tools (which are anyway deprecated), he is suggesting an alternate and safer way, to avoid any corruption of the Table. 1. make an export, 2. drop the table (delete through Desktop/ArcObjects/ArcPy) 3. re-import the table (alternatively, CREATE TABLE t_new AS SELECT * FROM t", delete, and RENAME). Any other method will involve unsupported manipulation of the GDB tables. 1. suggesting you to export\create a copy of the concerned table in the same database 2. Delete the existing Table using ArcGIS Desktop\ArcObjects\ArcPy (this removes all dependencies, which was the initial concern) 3. Re-import the copy that you created in Step1 OR Recreate the required table from the copy that you made in Step1 OR Rename the copy that you created in Step1 (whatever suits you)
... View more
07-20-2017
12:35 PM
|
1
|
0
|
2083
|
|
POST
|
The SS login would be owner of the database but would NOT have to be sysadmin ? Yes, correct.. How would this scenario work ? Are you suggesting copy/paste ? There are too many data sets to do that. 'use a secure 'sysadmin login' to load the data into the Publication databases from the Edit databases.' I didn't mean manually. From your post above, it seems you have already setup an automatic way to move data from the Edit DBs to the Publisher DBs...so just use a secure sysadmin login to connect to the Publisher DBs and execute the workflow.
... View more
07-18-2017
09:41 PM
|
2
|
1
|
3822
|
|
POST
|
No, to change the Data owner in an Enterprise geodatabase, you will have to reload the data connected as required user using ArcGIS Desktop. Trying to change it from the database side risks corrupting the data, as entries are made to different system tables. Why not create and use a single SQL Server Authenticated login as the login for all Data Loading purpose. Make it the owner of the concerned databases and map it to dbo. Or use a secure 'sysadmin login' to load the data into the Publication databases from the Edit databases.
... View more
07-18-2017
12:02 PM
|
0
|
3
|
3822
|
|
POST
|
I hope you intend to create a SDE-schema Enterprise geodatabase.....otherwise, you don't need the SDE login credentials to create a DBO-schema Enterprise geodatabase....
... View more
07-18-2017
06:49 AM
|
1
|
0
|
2361
|
|
POST
|
No, db_owner and the owner of the database are NOT the same. You can have only one login as the owner of a database. That is why, I had mentioned In your scenario, where you need multiple Windows Authenticated logins to connect and create data as DBO, you will have to grant the 'sysadmin' server role to them. What is the difference between "db_owner" and "the user that owns the database" in SQL Server 2000? - Stack Overflow MS SQL: dbo versus db_owner – GOVARDHAN GUNNALA
... View more
07-14-2017
06:29 AM
|
1
|
5
|
3822
|
|
POST
|
A comparison of geodatabase owners in SQL Server—Help | ArcGIS Desktop The dbo user The dbo user and its default schema exist in all databases automatically. Logins can be dbo in a database in one of two ways: By creating or being made owner of a specific database By being a member of the sysadmin fixed-server role In your scenario, where you need multiple Windows Authenticated logins to connect and create data as DBO, you will have to grant the 'sysadmin' server role to them.
... View more
07-14-2017
06:12 AM
|
1
|
7
|
3822
|
|
POST
|
No, we cannot. At 10.2.2, they added the functionality of not showing Feature Datasets, however nothing for Relationship Classes yet. FAQ: Can feature datasets be prevented from appearing under Database Connections in ArcCatalog? As far as I can remember, whatever data is present within a Feature Dataset, will be hidden from a user if that user doesn't have privileges on the dataset. However if these objects are outside a feature dataset, it will still be visible to a user who doesn't have privileges on it. There was an Enhancement logged for this a couple of years back: ENH-000085148 - Do not return relationship class for which the connecting user has no access to its related data However, you will have to contact Esri tech Support if you want to know the current status of the Enhancement request. Geodatabase Managing Data
... View more
07-13-2017
01:20 PM
|
1
|
3
|
6835
|
|
POST
|
No, we don't have that flexibility yet. The archive process—ArcGIS Help | ArcGIS Desktop Working with historical versions—ArcGIS Help | ArcGIS Desktop When working with archived information, it is important to understand that the date and time recorded in the gdb_from_date and the gdb_to_date fields of the archive reflect the date and time a transaction took place—when a feature was added, edited, or removed from the feature class. This date and time is received from the server OS. This affects how you access and query the archive.
... View more
07-11-2017
10:52 PM
|
1
|
1
|
2017
|
|
POST
|
Add screenshots of the error, successful SQLPlus connection in cmd and the parameters you are using to connect. https://community.esri.com/groups/geodatabase?sr=search&searchId=a5255caf-bf16-4958-b68e-e8485aceb3b9&searchIndex=0 https://community.esri.com/community/gis/managing-data?sr=search&searchId=8829b72d-8bc0-4bc5-aea2-7f4cbded29fe&searchIndex=0 https://community.esri.com/community/gis/enterprise-gis?sr=search&searchId=dabf9fba-aa34-4229-bb91-8af8144caa1f&searchIndex=0
... View more
07-11-2017
03:06 AM
|
0
|
0
|
6154
|
|
POST
|
Being the Data Owner is not enough to disconnect users from a geodatabase. Check this link for more details: Manage connections in SQL Server—Help | ArcGIS Desktop To disconnect users from a geodatabase in Microsoft SQL Server, the geodatabase administrator may need additional privileges. The geodatabase administrator (sde) in an sde-schema geodatabase requires VIEW DEFINITION privileges on the database to see the list of connected users and must be a member of the processadmin fixed server role to disconnect users. If the geodatabase administrator of a dbo-schema geodatabase is the database owner, the geodatabase administrator must be added to the processadmin fixed server role to disconnect users. No additional privileges are required for the geodatabase administrator in a dbo-schema geodatabase if the geodatabase administrator is a member of the sysadmin fixed server role.
... View more
07-03-2017
03:57 AM
|
1
|
0
|
2119
|
|
POST
|
https://community.esri.com/community/gis/enterprise-gis/arcgis-for-server?sr=search&searchId=5733f764-37d0-4194-b8d7-177d60600e16&searchIndex=0 https://community.esri.com/community/gis/enterprise-gis/geoevent?sr=search&searchId=4d80a27d-4f6f-4c59-a969-eea0de3f7e5d&searchIndex=0 https://community.esri.com/community/gis/managing-data?sr=search&searchId=937912a9-dacd-480b-a188-5b15e87c9677&searchIndex=0 https://community.esri.com/community/gis/enterprise-gis?sr=search&searchId=38656824-3442-4cd2-aeca-efc71a198ffd&searchIndex=1
... View more
07-01-2017
11:43 AM
|
0
|
0
|
1915
|
|
POST
|
Great! Close the thread if your question has been answered by marking the appropriate response as "Mark Correct"
... View more
06-28-2017
08:57 AM
|
1
|
0
|
4632
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-12-2017 12:37 PM | |
| 4 | 06-18-2025 05:53 AM | |
| 1 | 02-19-2025 02:49 AM | |
| 1 | 02-05-2025 09:56 AM | |
| 2 | 12-16-2024 11:02 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|