-
¿Cuáles son sus mejores prácticas de ArcGIS Enterprise para la gestión de incidentes?
Hola, soy un administrador de ArcGIS que regresa y que ha gestionado una buena cantidad de incidentes. Pero han pasado un par de años desde que volví a estar en acción. En mi experiencia, cada incidente fue único. Por lo tanto, no recuerdo tener una lista de verificación exacta para revisar la salud del sistema y llegar al…
-
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…
-
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,…
-
ShareAsRouteLayers fails in Geoprocessing Service: ERROR 030189 (Not signed in)
Hello everyone, I am developing a Python Geoprocessing tool that uses arcpy.na.ShareAsRouteLayers. The tool works perfectly when executed directly within ArcGIS Pro, but fails after being published as a Geoprocessing Service on ArcGIS Enterprise (11.4). The Issue: Even though I am generating a token and calling…
-
ArcGIS Server GPService Part Upload Commit Checksum has no effect
Hi there, I am currently implementing a .net client for consuming the geoprocessing service part upload REST api. The commit endpoint accepts a checksum parameter which IMHO should verify that the file which was uploaded in parts is actually the file which was split up by the client.…
-
Information about reference between services and .sde database source
Hi, I work on a solution table that shows Portal for ArcGIS services with correlation to source .sde layers. I was looking in the manifest file for the key to join data, but with no results. Does someone has an idea where is save UUID or other ID code to join datas? Regards Filip
-
Linear Referencing in ArcGIS Enterprise SDK
Hi all, I'm currently working on rewriting a legacy SOE (originally built using ArcObjects SDK 10.1) using the ArcGIS Enterprise SDK (Java) for compatibility with ArcGIS Enterprise 11.3. In the original SOE, IRouteLocator and IRouteLocator2 from the com.esri.arcgis.location package was used to locate geometry from route…
-
Why are these generated tokens invalid?
We have an application running at a customer's site that accesses a privileged feature service on the customer's ArcGIS Enterprise portal. For other customers, and with our own local portal, this kind of access works fine. But for this particular customer, when we attempt to access their feature service, we receive error…
-
SyncToolsEX GPService Maximum parallel async requests
We are using the REST API to create and sync replicas - SQLite geodatabase files - for working offline. We call the CreateReplica and SyncReplica as async requests, and then poll for the completion. We make heavy use of these calls, and have a mechanism to throttle the requests, but we still see errors in the ArcGIS Server…
-
Is it possible to rebuild a vector tile cache using the REST API?
On the item page for a vector tile service, there's a "Rebuild Cache" button that regenerates all tiles based on the referenced data. This calls into the "Manage Vector Tile Cache" GP service in the system caching controllers which does all the heavy lifting. Unfortunately, I can't find a way to call this service using the…
-
Unable to load oracle jdbc in SOE
In ArcGIS Server 10.9.1, a SOE was developed to extending a new method onto REST API. The module required to connect Oracle DB outside the Map Service's data source. When I try to configure the Maven to output the SOE with Oracle JDBC library. A ojdbc.jar file packed aside with my SOE file. End-up, the jdbc class unable to…
-
Spatial Join not working with published web tool
I wrote a python script using mainly arcpy as well as several other libraries, and set up parameters for the script so it could be run from Pro as a script tool that could then be published as a geoprocessing service to our enterprise Portal. The core functions of the tool are to geocode a user defined .csv file containing…
-
Where is the token on SOI
I´m developing many SOI for my organization, and usually I need to call rest api secured services including geoprocessing services. The fact is that some applications like ArcGIS FieldMaps don't sent the token when the soi is captured, and we don´t have the user credentials. Someone have a workaround for this? Regards,…
-
Using Version Control with Geoprocessing Services?
Hello all, I was curious if anyone has any success using version control with published geoprocessing services. I have a handful of services on a GIS Server that I have had little success with republishing due to some of the relative pathing to templates getting updated incorrectly during the publishing process. This has…
-
What is the max length of a long lived token for portal?
I am trying to determine if I can set the life of a long-lived token beyond the 14 day limit. It seems like I cannot, even if I set the token length in /server/manager to much more than 14 days. Is this possible? What is the maximum length of a long-lived token?