|
POST
|
Is gis.example your ArcGIS Server or Web Adaptor? It isn't completely clear to me the hostname of the machines involved.
... View more
06-17-2025
08:12 AM
|
0
|
2
|
3113
|
|
POST
|
Make sure all the existing registered data stores validate. Any registered data store that fails to validate on the site will prevent new machines from joining a site. I have seen red-herring messages in the past when joining machines to a site where the error points to one thing when that isn't the issue. Can you use the database client on the newer machine outside of ArcGIS?
... View more
06-17-2025
06:11 AM
|
1
|
6
|
1570
|
|
POST
|
I must admit I don't think I completely understand the question. If users are going to be connecting directly to an ArcGIS Server machine via port 6443, than the certificate would need to be for and installed on the ArcGIS Server machine and not the Web Adaptor. That said, in most deployments users connect to Web Adaptors and not directly to ArcGIS Server machines, so it is usually the Web Adaptors where the certificates matter. There are organizations with IT security shops that don't support any self-signed certificates, but generally the backend or private components can operate with self-signed certificates while the public-facing components have organization or public certificates.
... View more
06-14-2025
07:21 AM
|
0
|
0
|
1030
|
|
IDEA
|
@ValeriaChavez , I believe the OP is seeking something that doesn't require ArcGIS Desktop/ArcMap. ArcMap will be fully retired in 9 months, and at some point people won't even be able to download to install it anymore, so there needs to be a Pro-only solution to this issue.
... View more
06-13-2025
09:41 AM
|
0
|
0
|
1749
|
|
POST
|
Not having multi-factor definitely simplifies it, albeit at the price of less security. Have you thought about using SignInToPortal- ArcGIS Pro | Documentation in the code to ensure tokens are refreshed/renewed before running tools? The tool works with Integrated Web Authentication (IWA), or you could try using Windows Credential Manager.
... View more
06-12-2025
11:10 AM
|
1
|
2
|
2625
|
|
POST
|
Are the AD logins username/password or PIV/smartcard, i.e., single or multi-factor logins?
... View more
06-12-2025
11:02 AM
|
0
|
4
|
2628
|
|
POST
|
How is Portal authentication happening, built-in accounts or an identity provider?
... View more
06-12-2025
10:57 AM
|
0
|
6
|
2638
|
|
POST
|
Make sure to read Specify the maximum token expiration time - Portal for ArcGIS | Documentation for ArcGIS Enterprise, it covers default and maximum timeframes for various tokens used to connect to Portal and services. Allowing up to 14-days for some of the tokens is fairly generous from a security standpoint. As convenient as months-long refresh tokens would be, they would represent a security risk that I doubt many system security officers would be willing to live with.
... View more
06-12-2025
10:55 AM
|
0
|
0
|
2637
|
|
POST
|
Have you read through all of Types of authentication | Documentation | Esri Developer? The introduction of API key authentication at 11.4 really streamlined personal automation scripts.
... View more
06-12-2025
09:32 AM
|
1
|
2
|
2675
|
|
POST
|
One issue I see, that likely isn't the same issue you are asking about, are the following lines: elif (cleararea_travellane is None or cleararea_travellane is "No"):
return "Clear Area Travel Lane Error"
elif (cleararea_crosswalk is None or cleararea_crosswalk is "No"):
return "Clear Area Crosswalk Error"
The code won't generate an error, but it will generate a SyntaxWarning because checking variable values should be done with the equality operator (==) and not the identity operator (is). When checking for None, the identity operator is used because None is a singleton representing nothing. There are several places where TypeError can occur. For example, elif (lvl_width < 48):
return "LL width too small" will generate an error if lvl_width is None because None can't be used in an ordering operation like less-than or greater-than.
... View more
06-11-2025
11:20 AM
|
2
|
1
|
869
|
|
POST
|
Commenting on a tool that is deprecated, or now it seems retired, isn't going to change the fact that Esri is retiring/deprecating it. Esri states you should be using Export Features (Conversion) -- ArcGIS Pro | Documentation, so the question back to you becomes what isn't working with that tool for your workflow?
... View more
06-10-2025
07:11 AM
|
0
|
0
|
6993
|
|
POST
|
Since Arcade can be used with many Esri products/platforms and in various places within a given product/platform, it is helpful to state what product and where exactly you are using Arcade.
... View more
06-10-2025
06:53 AM
|
0
|
0
|
722
|
|
POST
|
Any machine that has the stored credentials for a service will need to be updated once the domain password is updated (this assumes you are not using group managed service account (gMSA)). If you are using the account to run your Portal, ArcGIS Server, and ArcGIS Datastore; then you will need to update all 3.
... View more
06-09-2025
01:53 PM
|
0
|
0
|
1468
|
|
POST
|
Your leadership is failing you by letting IT off the hook. Everything you state "IT cannot" do is easily doable by even a marginally component IT shop, so it is really about what "IT won't" do. My experience with SOIs is they should only be used when absolutely necessary because they require effort to create and deploy and technical debt to maintain, so they are definitely not a free lunch. Good luck.
... View more
06-09-2025
08:27 AM
|
0
|
0
|
2449
|
|
IDEA
|
@DEWright_CA , when looking at the requirements for Linux: ArcGIS Server 11.5 system requirements- ArcGIS Enterprise | Documentation for ArcGIS Enterprise: The X Window System package group is required on the machine to run the following using the operating system graphical user interface (GUI): ArcGIS Server installation wizard ArcGIS Software Authorization Wizard Check for Updates tool Linux only requires an X Window System, i.e., Linux Desktop Experience equivalent, if one is going to use GUI install or configuration tools. There is no mention of needing a desktop to support printing functionality, and printing functionality is supported on Linux.
... View more
06-09-2025
06:41 AM
|
0
|
0
|
1144
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 2 | 07-06-2026 12:29 PM | |
| 1 | 07-06-2026 12:00 PM | |
| 2 | 06-05-2026 10:30 AM | |
| 1 | 05-29-2026 08:22 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|