-
Feature service-laag Append fileGDB faalt met "Het veld mag niet null zijn. [originid]"
I have filegdb, one layer, that I use /uploads/upload to push up and get the itemid. The field names exactly match the field names in the feature service. (including field "originid" which is the first field aside from OBJECT ID). There are no records in the filegdb where this is null. Append returned the error The field…
-
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…
-
Wat zijn uw ArcGIS Enterprise Best Practices voor Incidentbeheer?
Hello, I'm a returning ArcGIS Administrator who has managed my fair few number of incidents. But it has been a couple of years since I was back in the saddle. In my experience, each incident was unique. Thus, I can't recall having an exact checklist for reviewing the health of the system to get to the bottom of the issue.…
-
WMTS Passthrough to Existing Enterprise Service
My organization has received a WMTS service URL from a vendor. We have an existing enterprise map service called CurrentImagery that feeds many of our web maps our latest raster imagery. Keeping that CurrentImagery URL so that I don't need to update dozens of web maps, I'm hoping to push the WMTS through it to those maps…
-
Get portal items that are not shared with any group
In Portal, it's easy to get a list of items that are shared with a group, i.e. https://example.com/portal/sharing/rest/search?q=group:f830a49853d641d7855f424af57a8f7c Is there a way to get a list of items that are not shared with any group? q=owner:username AND access:private comes close, but items can also be shared with…
-
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…
-
Arcgis Rest API returning "Subscription is disabled, the item is not accessible" what does it mean how I can get the data
I was getting the data from this arcgis service but recently it started to fail with an error as a token is missing and when I added the token I got the following error: "error": {"code": 403,"message": "Subscription is disabled, the item is not accessible","messageCode": "SB_0005","details": ["Subscription is disabled,…
-
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
-
Provide static layer IDs for OGC WMS layers
The documentation for "Assign layer IDs " instructs the administrator on how to set up static layer IDs: https://pro.arcgis.com/en/pro-app/latest/help/sharing/overview/assign-layer-ids.htm Unfortunately, even when that feature is enabled, this behavior does not extend to the OGC "WMS" layer IDs. These numeric layer IDs…
-
Respect feature service edit settings for privileged accounts
Currently, when a feature service is published that has editing privileges (any combination of create, modify, delete) turned off, Portal admins (or users with the right role) can still edit through applyedits in REST or natively in Pro. This is true for hosted data and referenced from an enterprise gdb. Specifically for…
-
Modified Date for Groups in AGO & Enterprise should update with group membership changes
Currently, the modified date returned from a group in ArcGIS Online, or ArcGIS Enterprise does not change if members are added or removed from the group. It only changes if the details of the group are updated or if the sharing of items to the group changes. I have a process in place to scan the groups in our org and…
-
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…
-
Generating token for ArcGIS Online hosted service
Hi guys, I'd like to generate token for arcgisonline hosted service but I can figure out the endpoint and how to construct the request. Is ithttps://www.arcgis.com/sharing/rest/generateToken?username=username&password=password&expiration=60 or…
-
Statistics Query using Shape.length or Shape.area
Hi REST Gurus I am looking to perform some statistics queries on layers in a feature (utility network) service to support some development with chart components. This works well with numeric attribute fields, however if I want to get stats based on the shape.length values (e.g. get total length for all linear feature in a…
-
Accessing ArcGIS Server Usage Reports with Developer Credentials
So we'd like to set up a script that accesses ArcGIS Server usage reports. However we're having problems accessing them with Developer Credentials - i.e. client_id and client_secret. We have tried the following workflows: We set up developer credentials in Portal with the correct admin privileges (in fact for testing,…
-
Querying a date field, but API does not return valid matches for exact date
Hi all, using the ArcGIS REST API, I am unable to do a date query that gets results for the exact date matching a feature's attribute. For example, I have a feature with "created_date": 1646417844731 (2022-03-04 around 10am Pacific Time), but if I query with a 'where' param of created_date = DATE '2022-03-04' it returns no…
-
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…
-
Generating report with survey123 api
Hello, I'm trying to generate a Survey123 report with the report api https://developers.arcgis.com/survey123/api-reference/rest/report/ Specifically using the Create Report operation. Ultimately I'm trying to setup an automation in Make (integromat), that generates a report for a survey that is hosted on our enterprise…
-
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:…
-
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,…
-
ArcGIS Replacement for Google Static Maps
Hi, I am an application developer and am using ArcGIS Online for the first time and learning about the different location services such as basemaps, geocoding etc. In my existing application, we use the Google Static Maps API to generate static thumbnail images of specific basemaps with certain custom overlays on top of…
-
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
-
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
-
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…