|
POST
|
Thorough response, nice. (Assuming generative AI didn't do it for you, but then maybe I should be impressed if it did)
... View more
12-06-2024
07:19 AM
|
0
|
1
|
1787
|
|
IDEA
|
@MarkZollinger, I made changes to the idea to focus on adding the information directly to the tool page itself like licensing information. Please change the status of this idea since it isn't offered as now proposed.
... View more
12-05-2024
10:57 AM
|
0
|
0
|
2094
|
|
POST
|
This question is primarily for Esri staff. I am interested in understanding why the ArcPy ArcGIS Online/Portal functions are so limited compared to the ArcGISPortal and ArcGISPortalManager classes in the ArcGIS Pro SDK. I assume both ArcPy and ArcGIS Pro SDK are hooking into the same underlying compiled code, so I know more can be done with ArcPy since I can do it with Pro SDK in Python using GitHub - pythonnet/pythonnet: Python for .NET . One specific issue is how SignInToPortal—ArcGIS Pro | Documentation either doesn't work or doesn't work correctly with SAML logins. It is not uncommon in my organization to have users with lots of Portals registered in ArcGIS Pro, many of which are SAML-based logins. When using Pro SDK with GitHub - pythonnet/pythonnet: Python for .NET , a script, script tool, or notebook can simply loop through the Portals and make sure the user is signed into each portal. If the user isn't signed in, a window pops up for them to finish the SAML login process for a given site. import pythonnet
pythonnet.load("coreclr")
import clr
clr.AddReference("ArcGIS.Desktop.Core")
from ArcGIS.Desktop.Core import ArcGISPortalManager
portal_manager = ArcGISPortalManager.Current
for portal in portal_manager.GetPortals():
portal.SignIn() That's it, 3 lines of functional code and some import statement. The native ArcPy equivalent is impossible because SignInToPortal—ArcGIS Pro | Documentation chokes on handling the sign in for SAML logins. Even if the function worked, it forces a change to the active portal, which isn't always desirable, so then you have to go back and reset the active portal.
... View more
12-04-2024
03:00 PM
|
0
|
1
|
1407
|
|
POST
|
The ArcPy Geometry constructors do not support true curves of any kind. You will need to use AsShape—ArcGIS Pro | Documentation and feed it an Esri JSON definition based on the syntax from the 'Curve objects' section of Geometry objects | ArcGIS REST APIs | ArcGIS Developers
... View more
12-04-2024
07:43 AM
|
5
|
0
|
2149
|
|
POST
|
Although Esri supports "*" for fields with ArcPy DA cursors, they did so reluctantly, and it is a bad practice. You should always explicitly list the fields in a cursor, then you always know the order regardless of the order of the fields in the table.
... View more
12-04-2024
07:30 AM
|
0
|
0
|
1927
|
|
POST
|
While ArcGIS Desktop/ArcMap was licensed at the machine level, HKEY_LOCAL_MACHINE (HKLM), ArcGIS Pro is licensed at the user level, HKEY_CURRENT_USER (HKCU). The ArcGIS Pro license for a user can inherit from a machine-level setting if configured correctly before the user ever launches ArcGIS Pro, but it gets a little trickier once a user has launched ArcGIS Pro at least once, which is the case here. I have mentioned "user" multiple times, that is because what is important isn't what settings you have for Pro when logged into the IIS server but what settings the credentials running IIS or IIS application pools have for ArcGIS Pro. Since you have not provided any details about your IIS and application configuration, I can't offer any specifics. Your issue is in the registry.
... View more
12-03-2024
07:45 AM
|
0
|
1
|
3893
|
|
POST
|
For clarification after looking at your video, the layer isn't failing to draw, it is failing to load. A layer has to load before it can draw, and nothing shows up in your TOC so it isn't loading. You state the provider shifted from ArcGIS Server to GeoServer, but every HTTP call I see in the logs is for an ArcGIS product, so I don't even see any attempts to connect to a GeoServer service. Your question makes it seem like there are multiple basemaps that aren't loading, can you provide the URLs for some that do and some that don't?
... View more
11-26-2024
11:10 AM
|
0
|
0
|
2945
|
|
POST
|
Often times when running a script with a service account, the licensing information for ArcGIS Pro is not configured correctly. Whereas ArcGIS Desktop/ArcMap was licensed at the machine level, ArcGIS Pro is licensed at the user level.
... View more
11-25-2024
08:35 PM
|
0
|
0
|
1951
|
|
IDEA
|
Mark, the link you provided was to the tool's page, which doesn't have the historical information. I did find the toolbox history page, which does address the issue. Although toolboxes also have a licensing overview page, the licensing information is still documented with the tool as well, so why is Esri handling licensing information and version history information differently? Why not add history information to the tool as well licensing licensing information?
... View more
11-22-2024
09:22 AM
|
0
|
0
|
2192
|
|
IDEA
|
Since ArcGIS Pro is an actively developed application with new tools being introduced with each release, it would be nice if Esri documented the version that a tool was first introduced in the Tool page itself. Esri already does this with Esri Developer REST APIs documentation, and it is extremely helpful for people that help manage large organizations. I realize version release information for tools exists at the toolbox level, along with licensing information, but I think it would be handy to include version information along with licensing information in the tool page itself.
... View more
11-22-2024
08:10 AM
|
2
|
7
|
2212
|
|
POST
|
Start by going through this site: Esri Careers | Job Opportunities . There is no one job at Esri, there is a wide range of positions and that wide range has a wide range of degrees and backgrounds that are important. The bigger question is what do you want to do for a job, specifically.
... View more
11-20-2024
11:26 AM
|
2
|
0
|
1277
|
|
POST
|
Start with Access ArcGIS token-secured web services—ArcGIS Server | Documentation for ArcGIS Enterprise
... View more
11-20-2024
10:22 AM
|
1
|
0
|
1300
|
|
POST
|
@PhilipWeeks, @LanceKirby2 , @HaseebAnwar , @tigerwoulds , have any of you opened an Esri Support case? If so, what came of it? Also, providing more details about your environment is helpful, like version to start.
... View more
11-18-2024
07:34 AM
|
0
|
0
|
2544
|
|
IDEA
|
Kory, thanks for the update. Limiting offline time for licenses is definitely a positive step, but lack of "license borrowing" equivalent functionality will definitely keep us using Concurrent Use licensing for the foreseeable future.
... View more
11-14-2024
08:10 AM
|
0
|
0
|
3030
|
|
POST
|
Short answer, not documented, at least that I have ever seen publicly. However, simple to determine, just run the version.sh or version.bat file in AGSSERVER/framework/runtime/tomcat/bin folder.
... View more
11-12-2024
07:04 AM
|
0
|
0
|
6277
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-11-2026 07:04 AM | |
| 1 | a month ago | |
| 2 | 07-06-2026 12:29 PM | |
| 1 | 07-06-2026 12:00 PM | |
| 2 | 06-05-2026 10:30 AM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|