|
POST
|
To add to what Dan has documented: A note about the use of UML for geodatabase design—ArcGIS Help | ArcGIS for Desktop there is a 3rd party tool called Sparx Enterprise Architect: ArcGIS Geodatabase Design | UML | Enterprise Architect
... View more
08-19-2016
04:24 AM
|
0
|
0
|
2596
|
|
POST
|
John - I tested Jake's Python on an Oracle enterprise geodatabase and it worked by just changing out the .sde connection information that Jake mentioned.
... View more
08-10-2016
06:49 AM
|
1
|
0
|
1290
|
|
BLOG
|
Hi Sam, You need to re-sync the users in the instance to the geodatabase in SQL Server. Here is an example: USE [database_name] GO EXEC sp_change_users_login 'Update_One', 'sde', 'sde' GO **Repeat EXEC for each data owner** EXEC sp_change_users_login 'Update_One', 'GIS', 'GIS' GO How To: Re-synch SQL Server logins or users after restoring a database from backup Restore a Database Backup Using SSMS
... View more
08-05-2016
05:29 AM
|
2
|
0
|
1550
|
|
POST
|
HI Chris, You may want to move this to a more appropriate location on GeoNet, like Geodatabase, to get more visibility.
... View more
08-05-2016
04:30 AM
|
0
|
0
|
4274
|
|
POST
|
Does the user that is running the tool have permission to create a role in SQL Server? Which user is creating the role, geodatabase admin or another user? Privileges for geodatabases in SQL Server—Help | ArcGIS for Desktop
... View more
07-29-2016
07:57 AM
|
0
|
0
|
2155
|
|
POST
|
Hi Alessandro, I would not modify (delete/truncate/remove) and of the records from the _DIRTYAREAS table. That is a system table for the network dataset and could cause corruption. It looks like that table is tracking all edits to ND data. Is there an issue related to that table having data, besides the copy time? Is there a performance issue with the ND? As for the compress, it only would possibly impact the delta and base tables for versioned data. Geodatabase compression—Help | ArcGIS for Desktop -George
... View more
07-27-2016
06:07 AM
|
0
|
1
|
1477
|
|
POST
|
Exporting a model to Python is not a "replacement" for coding in Python. It was designed as a tool to learn Python. Here is a good blog and the recent documentation on this: Considerations when exporting a model to a Python script | ArcGIS Blog Exporting a model to a Python script—Help | ArcGIS for Desktop As for the import part, I could see it causing a bunch of issue if you customize the script (add iterators, in-line variable substitution, etc.) If you create a model in a toolbox, there is a way to call that model via Python. I have seen this be very useful for calling a model that only works in ArcGIS and not as a stand-alone Python script. ImportToolbox—Help | ArcGIS for Desktop Python Learn ArcGIS
... View more
07-25-2016
08:51 AM
|
1
|
0
|
2608
|
|
POST
|
Nope, it looks good. I would imagine that it would be using more memory than that. Other than that I am out of ideas.
... View more
07-25-2016
07:39 AM
|
0
|
1
|
10705
|
|
POST
|
That is up to your DBA and how they wish to manage the Oracle DB. If you leave it all in the USERS tablespace, it may get really large and have data from other DB users in it also. This is a way to configure your tablespaces for data.This is really up to the DBA on how to manage. Oracle configuration parameters—Help | ArcGIS for Desktop Hope this helps.
... View more
07-22-2016
09:52 AM
|
0
|
0
|
1291
|
|
POST
|
I have seen the error before, usually has to do with something on the SQL Server side and not the ArcGIS side. This would fall under tuning of the RDBMS. How much memory is the SQL Server service using? You mention that you have set the MAX limit for SQL Server to 8GB and the service is using 60% of the overall memory. That service may be out of memory and needs to be increased in the SQL Server settings. Can you provide similar screenshots?
... View more
07-22-2016
05:20 AM
|
0
|
3
|
10705
|
|
POST
|
Hi Apurv, Based on the error message, the LandEnv user does not have permissions on the "USERS" tablespace. Did the DBA also create a separate tablespace for the new LandEnv schema and map the LandEnv user to that table space to store objects?
... View more
07-22-2016
05:14 AM
|
1
|
2
|
1291
|
|
POST
|
Hi Aaron, What is the memory limits that you have set within SQL Server? What is the memory utilization of the machine that SQL Server is installed on? Is ArcGIS for Server also on the same machine as SQL Server? How much memory on the Win2012 machine? Is it a VM or physical machine?
... View more
07-19-2016
07:08 AM
|
0
|
5
|
10705
|
|
POST
|
Hi Muqit, Here some documentation that talks about the differences of DBO vs. SDE geodatabases: A comparison of geodatabase owners in SQL Server—Help | ArcGIS for Desktop
... View more
07-19-2016
04:49 AM
|
0
|
0
|
2422
|
|
POST
|
I do not have an example for a query for extracting the XML tag that you are looking for.
... View more
07-14-2016
09:04 AM
|
1
|
1
|
2422
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 2 | a month ago | |
| 1 | 06-12-2026 06:07 AM | |
| 1 | 06-02-2026 09:27 AM |
| Online Status |
Online
|
| Date Last Visited |
13 hours ago
|