|
POST
|
Hello everyone, How can I list only Feature Datasets, Feature Classes and Tables owned by a specific owner? I am working on SDE and would like only to select layers owned by a specific account. I am using Python arcpy.ListDatasets Thanks
... View more
11-08-2019
05:41 AM
|
0
|
3
|
1417
|
|
POST
|
Hello everyone, Is this correct ? pRow.set_Value(pRow.Fields.FindField("DATECREATED"), Today) pRow.Store()
... View more
10-25-2019
06:22 AM
|
0
|
1
|
1117
|
|
POST
|
Good afternoon, Database: Ms SQL Server 2014. When we try to create a table using ArcCatalog in a SQL Server database, we get the following error message: Failed to create table.DBMS table not found[4252 .... It looks like when creating a table, FC or view with ArcCatalog, it requires to create the table with the account that is logged in as owner. But this specific account was set up in SQL to create objects as "dbo." Is there a way to create objects in SQL Server that accepts the schema "dbo" instead of the user name. Error: Failed to create feature class. DBMS table not found [database.user.fcname] Thanks
... View more
10-22-2019
11:48 AM
|
0
|
0
|
1019
|
|
POST
|
Hello everyone, I am doing some tests. I was able to copy SDE FCs and Tables into a regular SQL server 2014 database using ArcCatalog. Now I can see these FC in SQL Server using ArcCatalog. It keeps the shape part. Also I was able to create an SDE view in SQL Server. I can not copy Feature Datasets. Then I copied back the FC created in SQL Server to ArcSDE and it seems ok. I was wondering if I can use a regular SQL server database as a intermediate GIS storage for processing and then copy the final result into an SDE instance. Any pros and cons. Thanks
... View more
10-15-2019
07:36 AM
|
0
|
0
|
532
|
|
POST
|
Hello everyone, How can I sort the feature class I am reading with a cursor, I would like to sort features by for example Commission District or Municipality, or Project Number. pCursor = pFeatureClassParcel.Search(Nothing, False) currentFeature = pCursor.NextFeature() ' ' Parcel Found ' Do While Not currentFeature Is Nothing .... currentFeature = pCursor.NextFeature() Loop
... View more
10-11-2019
05:48 AM
|
0
|
0
|
454
|
|
POST
|
Hello everyone, Is there a way to append feature classes using a SQL Insert statement, running directly SQL Server, or is it required to run an append in ArcCatalog, Model Builder, Python ... Thanks
... View more
10-09-2019
06:45 PM
|
0
|
2
|
2025
|
|
POST
|
We compress the SDE Database daily using batch jobs. This is what Esri recommends: https://support.esri.com/en/technical-article/000013519
... View more
10-09-2019
05:53 AM
|
0
|
0
|
5080
|
|
POST
|
Hello everyone, Any idea of how to check for this error in the database. We are using ArcSDE SQL Server. "Target state not found in the STATES table[STATE_ID = 333001]" Thanks
... View more
10-09-2019
04:57 AM
|
0
|
5
|
5580
|
|
POST
|
Thank you George. This is what I was looking for a solution running queries.
... View more
10-08-2019
12:55 PM
|
0
|
0
|
1063
|
|
POST
|
Hello everyone, how can I find all the FC and tables associated with a specific domain? How can I rename a domain and replace the reference in all FC and subtypes in a FC? Thanks
... View more
10-08-2019
12:08 PM
|
0
|
2
|
1117
|
|
POST
|
Good morning, When running an arcpy.ReconcileVersions_management, s tre a way to place a timeout in the Python script that will stop the reconcile f the feature class is locked. arcpy.ReconcileVersions_management(sdeGeodatabase, "ALL_VERSIONS", PreProdVersion, *****VersionToBeReconciled******, "LOCK_ACQUIRED", "NO_ABORT", "BY_OBJECT", "FAVOR_TARGET_VERSION", "POST", "KEEP_VERSION", reconcileLog)
... View more
10-04-2019
06:36 AM
|
0
|
0
|
583
|
|
POST
|
Hi Christian, Is there a way to get both? Get notified when SDE gets locked and also what process or workstation locked it. Thanks
... View more
10-02-2019
11:30 AM
|
0
|
0
|
998
|
|
POST
|
Hello everyone, What tools do you recommend to monitor an SDE SQL Server database that gets locked and it does not allow to open any connection using ArcCatalog. We are using this link to check the locks, but we wil like to monitor the database to prevent these locks: How To: Obtain a listing of user processes and locks from a geodatabase when there is no ArcSDE service Thanks
... View more
10-01-2019
01:12 PM
|
0
|
2
|
1115
|
|
POST
|
Hello everyone, I am able to call a HTTP web service from Python using urllib, urllib2. But now I need to add authentication adding the UserID and Password in order to call the another service. This is the existing code: import arcpy, urllib, urllib2, url = r'https://wwww.example.com/GISAddress/Check.asmx/VerifyAddress' values = {'myAddress' : '100 SW 10 street'} data = urllib.urlencode(values) req = urllib2.Request(url, data) response = urllib2.urlopen(req) the_page = response.read() t = ET.fromstring(the_page) Thank you
... View more
09-18-2019
07:27 AM
|
0
|
0
|
536
|
|
POST
|
What do you use in your Organization? AGOL Web Maps pointing to Map Services or Feature Services? Thanks
... View more
09-12-2019
10:38 AM
|
0
|
0
|
5035
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 05-01-2026 12:34 PM | |
| 1 | 12-02-2022 08:17 AM | |
| 1 | 12-26-2025 05:02 AM | |
| 1 | 08-05-2025 04:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|