|
POST
|
If it works for admin users and not regular users whether using ArcPy or the GUI, it is permissions related. The question is whether there is a workflow issue or defect. Without knowing a bit more about the overall workflow, e.g., versioning steps before you get to the functional code part above, I can't offer much on that front. I would suggest you have your DBA look at the database logs because there may be errors showing up there that could point you in the right direction.
... View more
03-02-2021
07:25 AM
|
0
|
0
|
7832
|
|
POST
|
The following, No issue with the script while running from the admin account, but other user accounts is experiencing the run-time issue. strongly indicates there is a permissions issue happening, whether by design or a defect. If non-admin users try the workflow manually in the application, do they get the same error?
... View more
03-02-2021
06:44 AM
|
0
|
2
|
7834
|
|
POST
|
When it comes to SQL support, the data source is a big factor in what can and can't be done. As LanceCole asked, what is the data source?
... View more
03-02-2021
06:38 AM
|
0
|
2
|
5152
|
|
POST
|
Reply moved and started as a new question since issue isn't ArcPy or Python related.
03-02-2021
01:14 AM
|
0
|
0
|
14850
|
|
POST
|
You are using the original ArcPy cursors. I encourage you to use the ArcPy Data Access cursors which are much more efficient and Pythonic in form: SearchCursor - Help | Documentation You are checking existing record values for compliance with existing domain values. What do you want to do if there are non-compliant record values? Right now your code appears to be just be printing an identifier value, ID_COD.
... View more
02-28-2021
07:45 AM
|
3
|
1
|
2876
|
|
POST
|
See Geometry objects—Common Data Types | ArcGIS for Developers, there are examples for curves.
... View more
02-24-2021
10:28 AM
|
0
|
1
|
1159
|
|
POST
|
You don't have to use the code block for this, you can use Python conditional expression, a.k.a, ternary operator: 6. Expressions — Python 3.9.2 documentation Expression: !DEFMAINTENANCE! + !COST! if !MAINTENANCETYPE! == 'DM General' else !MAINTENANCECOMPLETE!
... View more
02-24-2021
10:26 AM
|
3
|
2
|
2111
|
|
POST
|
Are you using ArcGIS API for Python bundled with Pro or running/using it outside of Pro? I ask because the ArcGIS API for Python team hosed the stand-alone functionality with changes they made at 1.8.0, and they haven't fixed the issues as of 1.8.4. If you are using the API bundled with Pro, then you are stuck because you can't change the version. If you are running the API in Anaconda or outside of Pro and can downgrade to 10.7.x, I can provide some code samples.
... View more
02-23-2021
04:22 PM
|
0
|
3
|
4356
|
|
POST
|
Given the age of this thread, it is probably good to provide some additional information about your situation, especially since the OP never stated what MS products were installed on machines. So, what version of Pro are you using now? What version of MS Office is installed (if any)? What driver, specifically, are you installing/reinstalling?
... View more
02-23-2021
05:24 AM
|
0
|
1
|
14789
|
|
POST
|
As written, this question is about the ArcGIS API for Python and not ArcGIS Enterprise or ArcGIS REST API. Question has been moved to ArcGIS API for Python.
02-23-2021
05:14 AM
|
1
|
0
|
558
|
|
POST
|
Jose, the links by Dan and David only apply if you own the service, or have permissions to modify service properties. If you are simply a consumer of the service, there is no way to change or override that setting.
... View more
02-20-2021
08:08 AM
|
1
|
0
|
1466
|
|
IDEA
|
I gave up on this hope/wish/dream many years ago. Fortunately with Esri's move to improve functionality and support for its mobile geodatabase format, which is based on SQLite, I am more interested in moving away from file geodatabases as much as possible.
... View more
02-20-2021
08:05 AM
|
0
|
0
|
2533
|
|
POST
|
displayField and displayExpressionInfo are mutually exclusive, i.e., use displayField for displaying a field only and use displayExpressionInfo for displaying an expression. You are passing an expression into displayField, which is why the "$feature" is being prepended.
... View more
02-18-2021
07:29 AM
|
3
|
1
|
6898
|
|
POST
|
Likely the Web Adaptor is getting a request but there are no machines with available SOCs to process the request, i.e., you have spun up the max number of SOCs for the service and all are busy servicing requests. I would look at your SOC settings and consider upping the max for that service.
... View more
02-18-2021
06:46 AM
|
0
|
1
|
3377
|
|
POST
|
From this statement: When I try to connect to an existing database and table in ArcGIS PRO It is unclear whether the connection to SQL Server works and the issue is accessing a table, or whether you can't connect to SQL Server at all. Which one is it?
... View more
02-18-2021
06:40 AM
|
0
|
1
|
2242
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-11-2026 07:04 AM | |
| 1 | 07-17-2026 06:54 AM | |
| 2 | 07-06-2026 12:29 PM | |
| 1 | 07-06-2026 12:00 PM | |
| 2 | 06-05-2026 10:30 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|