-
Feature Service ApplyEdits results order
Hello This question is best answered by the developers of api but maybe someone could help me with that. I'm using ArcGIS Rest API, specifically ApplyEdits endpoint of Feature Service to perform some crud operations. So long story short, Can I safely assure that when useGlobalIds = true This applyEdits edits payload sample…
-
ArcGIS Server 11.1 suddenly crashed
ArcGIS Server 11.1 suddenly crashed - Admin endpoint not responding (No enum constant AuthenticationTier.ARCGIS) Hi everyone, I’m facing an issue with ArcGIS Server 11.1 running on Windows Server. The server was working normally, but it suddenly crashed. After that, I tried to start the ArcGIS Server Windows service. The…
-
Re: Implementing Custom Asynchronous Job Pattern (SubmitJob/Status/Results) in C# SOE using ArcGIS Enterprise SDK
this is Pro SDK. You will probably hv better luck w/ your question here: https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/bd-p/arcgis-rest-api-questions
-
Input parameter fails in web tool
Hi, I have published a Python script tool as a web tool to ArcGIS Enterprise 11.3 from ArcGIS Pro 3.6.4. The script runs seamlessly in ArcGIS Pro. But when I have published it and I run it from the REST endpoint I get the error: {'code': 500, 'message': "Object ID '[5]' is not valid.", 'details': []}. I get this error even…
-
Querying Parcel Shapes & Zoning Data via ArcGIS REST APIs
Hi All, I am new to the ArcGIS Location platform and wanted some guidance on API(s) for a project. Is the following workflow possible through the ArcGIC Location Platform REST APIs in a single sequence: 1. Geocode a street address to get Lat / Long coordinates 2. Retrieve the Parcel Boundary Polygon & APN / AIN by querying…
-
ArcGIS Server 11.5 query problem
I’m experiencing what appears to be inconsistent spatial query behavior in ArcGIS Server 11.5 against a polygon feature class stored in SQL Server. I would like to know whether this is expected behavior, a known limitation, or potentially a bug. Environment: * ArcGIS Server / Enterprise 11.5 * SQL Server enterprise…
-
REST World Geocoding Service not returning Subaddress info
I'm using the World Geocoding Service REST API /suggest endpoint to try and obtain subaddress information. I'm setting the subaddressAfterBaseAddress parameter equal to true and sending a base address like this: https://geocode-api.arcgis.com/arcgis/rest/services/World/GeocodeServer/suggest?text=4141 NW Expressway,…
-
Spatial Query For Polygons on Point
I'm trying to query only the polygons that intersect with a given point feature, but I'm getting all the polygons in the layer. This is my querry
-
Is it posible to query for a specific domain. QueryDomains returns all
Hi All I need to get the domain codes for a specific domain. I can use QueryDomains, but that returns all domains. Is there a way to query for a specific domain using the REST API? Otherwise I will have to filter the json afterwards, which I would like to avoid. Regards Carsten
-
ESRI traffic maps do not work (lowercase parameter bbox ?)
this error is around for 4-5 months: when contacting the traffic API with uppercase BBOX parameter:…
-
Featues may not exist outside of utility network when trying to add features to UN via rest api
Hi, I am trying to add features to a utility network via the rest API and a python script and am getting an internal error message that I have not been able to figure out. I have selected a valid version that is public, I have successfully purged locks and have a valid token. and have limited my attributes down to 1…
-
ApplyEdits Error: "GraphicFeatureServer:PerformEdit() returns no result."
I am trying to perform geometric clipping through a feature service and when I make the API call, I get this error. In specific, I am trying to modify the geometries of lines and polygons. I identify the intersection between my line or polygon with a clipping polygon, and I obtain the shape of the intersection as a JSON.…
-
Public hosted feature service intermittently returns 0 count and or 0 features
I'm building an application that monitors a public map for changes. When I detect an update via dataLastEditDate, I query the layer for its features. Intermittently, both returnCountOnly=true and full feature queries return 0 results for layers that definitely have data. What I've observed: * returnCountOnly=true sometimes…
-
valid points, but getting a route solve error
I've researched my stops, and the feature class is valid, I can place it on a map in arcpro, but when I run the route solve I get: Error in response: ['No route for "551_2765_20260217" from location "Stop 10" to location "Stop 11". No solution found.'] Route solve error: { "error": true, "code": 400, "message": "Unable to…
-
Querying a time-enabled feature service with time param yields different results than where param
I have a time-enabled feature service where each feature has a start time and end time - all in UTC time. The time reference in the service is set to UTC timezone and Respects Daylight Savings is set to false. I would like to query using the time parameter using two unix timestamps. Using a time=1615075200000,1615161599000…
-
Silly question: Right place to generate API KEY for REST endpoints
I'm sorry to ask such a simple question, but the system seems to fluctuate between liking me and not liking me. I logged in as a developer, went to my dashboard, and generated a new API Key. I had this working for a bit, but then made some minor changes in code, returned, and am now getting an error 498. I verified an…
-
Filter stopped working
Since January 31st we stopped getting data from the rest API for both perimeters and points endpoints. When using the url with filters:…
-
publish a filegdb with editor tracking off and preserve on
I do not understand the documentation of this page: https://developers.arcgis.com/rest/users-groups-and-items/publish-item/#shapefile-feature-collections-and-file-geodatabases-publish-parameters-example the property in red circle does not come back in my json-responses. but i would like to use it when i publish my fgdb,…
-
Custom AWS middleware unable to communicate with referenced REST services consistently
We are using Salesforce to create a work order. Then * AWS middleware is used to take that Salesforce data and, * using a feature service that references a SQL SDE feature class, * create a geometric feature populated with Salesforce data. * Either a line or point is created. * The geometric feature in SQL SDE is being…
-
clip services to poylgon when publishing or in Javascrip SDK
I dont know if its because google search is such garbage now, but I cannot find how or if you can limit the extent of data in a map or feature service using a polygon. I may be miss remembering, but I thought that publishing with the map properties set to "Clip Layers>Clip to an outline" used to be honored when publishing.…
-
Is there any limit how much KB/MB single response from ArcGis Online can be?
Hi community, I have the following issue. I'm trying to get this…
-
Performance Degradation & Timeout during Large-Scale Data Extraction (8.8M records) via Hosted Feature Service REST API
Hello Community, We are encountering a significant performance bottleneck when performing large-scale data extraction from a Hosted Feature Service (approx. 8.8 million records) via the ArcGIS Online REST API. The Issue: We are using standard pagination (resultOffset and resultRecordCount) with a batch size of 2,000.…
-
How does a FeatureLayer service determine which features are returned when the maximum record count is exceeded?
Good afternoon, How does a FeatureLayer service determine which features to return when the input geometry is large and contains millions of records, but the service returns only about 2,000 records (and there are no where or orderByFields conditions)? I’m curious whether the query is essentially “dumb” and simply returns…
-
How to set join operation (1:1 vs 1:M) when creating a Joined View
Hello. I'm attempting to create a Joined View via the ArcGIS API for Python and ArcGIS REST API. I've seen examples that say to first use create_service() to create an empty feature service (with is_view=true) and then use add_to_definition() to add layers and set up the join via "relatedTables". Within the relatedTables…
-
Querying a REST service with the Time parameter
Hello, I need some help properly writing a query for a time-enabled REST service. I have a public layer on our REST Endpoint that has been time-enabled. When I go to query the data, however, it seems like my time input has no effect on the query. For example, if I input a point location geometry and a time value that is…