Questions tagged [arcgis-portal]
Use for questions about Portal for ArcGIS from Esri
252 questions
0
votes
1
answer
17
views
In ArcGIS Enterprise portal, how do I change ownership of one of my items to someone else without transferring all my content?
I have found how to move all the content for a user from one account to another, but I need to change ownership on just one item. All the documentation I have found online is outdated, and I do not ...
1
vote
1
answer
31
views
Python tool fails once shared in Portal : ERROR 000840 : The value is not a Raster Dataset
I created a custom python toolbox (atbx) in ArcGIS Pro 3.5. This tool takes 2 inputs : a Mosaic Dataset and a line vector (Feature Set). It is supposed to return a json file with the pixel values at ...
0
votes
1
answer
29
views
Bringing ArcSDE data to Portal with Data Storages vs Web layer
How do I take data from an ArcSDE connection and add it to my layers to choose from in portal when creating an app?
I want to connect to the SDE data on our server so that when it is updated my ...
0
votes
1
answer
59
views
Filtering for deprecated items using Item Fields with ArcGIS Python API
ArcGIS Pro 3.1, Python 3.9
I'm using the ArcGIS Python API to connect to Portal (11.1) and AGOL to filter for deprecated items. According this reference doc, Item Fields can be passed to the query ...
0
votes
0
answers
35
views
Web Tool Issue: "Field" parameter type not supported when default layers removed (ArcGIS Pro / Python Toolbox)
I've developed a tool in ArcGIS Pro using a Python toolbox (.atbx), and recently shared it as a web tool. The tool takes several input parameters, including feature layers and a field selector.
...
1
vote
0
answers
40
views
Reload item with ArcGIS Python API [closed]
This tutorial shows how to easily download an item from an ESRI portal using the Python API. Can you open the item just downloaded in a different, offline, Python environment that doesn't have access ...
0
votes
0
answers
46
views
ArcGIS Online Location Platform does not work anymore, how to fix?
I created a project in unity, in which I used the ArcGIS SDK to load Geo-Data into my project. After the Update in Febuary I am not able to use my in ArcGIS Online created layers and maps. I do have ...
2
votes
2
answers
217
views
Reactivate ArcGIS named user license for use with Task Scheduler scripts using Python
I have several scripts running on task scheduler. Every so often, I will get logged out of ArcGIS (named user license through Portal/AGOL). Then I'll need to open ArcGIS Pro to log back in to ...
1
vote
1
answer
58
views
GIS Object shows wrong Portal version
I'm connecting to Portal via the GIS object.
from arcgis.gis import GIS
portal = GIS(<my portal>)
print(portal.version) # gives [10,3]
But my portal is at version 11.1. That's what the Portal ...
0
votes
0
answers
45
views
Filter or Select Features by CSV (or copied list of values) in ArcGIS Enterprise
I want to be able to select features, to be later batch edited, by inputting a list of values that match up with a unique identifier in the feature class. Essentially the equivalent of a SQL statement:...
0
votes
0
answers
26
views
Issues with Query, Filter, Popup, and Attribute Table for Published Annotation Web Layer
I have published an annotation layer as a web layer to a Portal. While the layer publishes successfully and the annotations display correctly, I am unable to use key functionalities like Query, Filter,...
0
votes
2
answers
113
views
How to restrict Feature Service access to only one particular user
We have a single user license for our ArcGIS Portal with different feature and map services. Different clients access each of these services.
Is it possible to set up each feature service with it own ...
1
vote
1
answer
175
views
Overwriting feature layer using lyrx file
I am trying to come up with a method that utilizes lyrx files to routinely overwrite a feature layer on ArcGIS Portal. I've tried a few methods that utilize Python scripts, ModelBuilder and Task ...
2
votes
1
answer
178
views
Attachments of ArcGIS Rest Server Layer in QGIS
Current Setup:
I have a connection to our ArcGIS Enterprise Portal (on-prem) using the Add ArcGIS Server Layer connection in QGIS. I have created an Desktop Application Item in the portal and I can ...
0
votes
0
answers
126
views
ERROR 999999: Something unexpected caused the tool to fail && Error - Failed to execute (Manage Vector Tile Cache)
I'm trying to publish a web layer (which data come from a postgresql VIEW) in the arcgis entreprise portal.
The web layer is published succesfully however the features are not visible in the portal, I ...