|
POST
|
What you are seeing is consistent if you understand the issues with floating point math, including rounding. There is a floating point standard (IEEE 754) that is broadly adopted and provides deterministic handling of floating point storage and arithmetic. One of the big challenges with floating points is that many/most base-10 decimal numbers are not stored exactly but as approximations. The more bytes available to store the number, the closer the approximation is to the actual number. There is a lot written about this topic, and what you can find in a search will do better at explaining it than I can here. In addition to the floating point approximation issue, there is no single way to round. Not all programming languages implement the same default rounding rule, so it is possible the same floating point number can be rounded differently between different languages. The Wikipedia page on rounding does a fair job of summarizing the situation with rounding numbers.
... View more
07-19-2025
06:35 AM
|
0
|
1
|
3400
|
|
POST
|
You can load an individual layer of a map service into a Pro map without having to add the whole map service. I assume most of the browser-based web mapping platforms are the same.
... View more
07-17-2025
11:17 AM
|
0
|
0
|
1502
|
|
POST
|
Why hybrid? Why not move the entire deployment into the cloud?
... View more
07-16-2025
11:50 AM
|
0
|
0
|
1643
|
|
POST
|
The most important thing for ArcGIS Server is to be close to the data. Since Portal communicates with ArcGIS Server mainly through HTTPS, it can handle some latency, although I would never recommend having only one component of your ArcGIS Enterprise deployment in the cloud and the rest on-prem. Specifically having an ArcGIS Server in the cloud, and its data sources are on-prem will lead to terrible performance, to the point of being unusable.
... View more
07-16-2025
11:05 AM
|
0
|
2
|
1652
|
|
POST
|
So when you say "Enterprise machine" are you saying that all ArcGIS Enterprise components are installed on one machine? That is, one machine has ArcGIS Server, Portal for ArcGIS, ArcGIS Web Adaptors, and an enterprise geodatabase installed on it? If that is not what you are saying, you need to elaborate on how ArcGIS Enterprise is deployed across its machines because the error you are seeing is coming from an ArcGIS Server machine (either as hosting server or federated GIS server).
... View more
07-14-2025
04:41 AM
|
0
|
0
|
2756
|
|
POST
|
Taking a quick look through ArcGIS Pro 3.4 Issues Addressed and ArcGIS Pro 3.5 Issues Addressed, nothing in Pro 3.4 patches or Pro 3.5 seems to involve a labeling defect that would cause this difference between versions.
... View more
07-09-2025
11:13 AM
|
0
|
0
|
1816
|
|
POST
|
Very interesting results, thanks for sharing. I will have to revisit the issues fixed in that security patch to see what may have been the defect causing the memory issues.
... View more
07-09-2025
10:42 AM
|
0
|
1
|
1323
|
|
POST
|
Although it could or is likely unrelated, what data format is the fishnet grid layer stored in? File geodatabase, mobile geodatabase, enterprise geodatabase, etc...? It is always good to state the data storage format. In what projection was the fishnet originally created in? Can you share the fishnet grid layer by itself?
... View more
07-09-2025
10:39 AM
|
0
|
0
|
1085
|
|
POST
|
What format are you returning the results in, i.e., "f=" parameter.
... View more
07-08-2025
11:23 AM
|
0
|
0
|
1351
|
|
POST
|
It is common in organizations that built-in administrator accounts need to be disabled as part of security policy. Setting the discussion of whether ArcGIS Monitor should really need complete admin access aside, requiring the built-in administrator account is not a security best practice.
... View more
07-03-2025
10:19 AM
|
4
|
0
|
654
|
|
POST
|
That class method calls /provisionUserEntitlements: Provision User Entitlements.
... View more
07-01-2025
06:26 PM
|
1
|
0
|
768
|
|
POST
|
The documentation covers this, albeit it might not be the first/highest search hit: From Install ArcGIS Web Adaptor silently - ArcGIS Enterprise | Documentation for ArcGIS Enterprise: ArcGIS Web Adaptor can be installed side by side with other versions. The bigger issue, though, is deploying DEV and PRD on the same machines. I can't understate enough what a bad idea that is from an enterprise IT perspective.
... View more
07-01-2025
07:08 AM
|
1
|
0
|
1488
|
|
POST
|
How are you running the script exactly? Is it running from the same machine with the same user credentials?
... View more
07-01-2025
05:06 AM
|
0
|
1
|
880
|
|
POST
|
Without showing more of the code that gets you the error, specifically the function/method call, it is hard for folks to provide suggestions. Do you get that message when you instantiate a GIS object?
... View more
06-30-2025
06:36 AM
|
1
|
0
|
1808
|
|
POST
|
You can check the expiration time of the current session token and print it before each call to see if that is the issue: >>> gis._con._session.auth._expiration_time
datetime.datetime(2025, 6, 28, 22, 13, 5, 762930)
... View more
06-28-2025
10:14 AM
|
0
|
0
|
1488
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 2 | a month ago | |
| 1 | a month ago | |
| 2 | 06-05-2026 10:30 AM | |
| 1 | 05-29-2026 08:22 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|