BLOG
|
@Jianxia - when will 'ability to generate reports in the Print widget' come to Experience Builder developer edition?
... View more
04-12-2024
02:50 PM
|
0
|
0
|
4948
|
IDEA
|
Not sure the original poster question that many of us have was addressed. They asked for a non-interactive way to use AD users with Python API. Most IT depts these days either require the use of purposed least privilege AD user accounts or gMSA AD accounts to run scripts/tasks on schedule. so why cannot the Python API accommodate such accounts in the script itself to connect to an AGOL or a Portal?
... View more
07-26-2023
04:38 PM
|
0
|
0
|
1176
|
DOC
|
@DanMallett - Have you tried creating the web map using the old/classic Map viewer?
... View more
05-11-2023
10:42 AM
|
0
|
0
|
15209
|
IDEA
|
I believe there is a functionality gap in ArcGIS API for Python & ArcPy in terms of overwriting services via Python while retaining existing service properties. Manually, one is able to overwrite an ArcMap runtime service with a ArcGIS pro map via Pro GUI and retain all service properties however the same workflow is not easily possible via code. I am writing the suggestion with a goal of improving scripting ease of use for publishers and administrators. 1. Accessing a service's existing json via the rest api and changing its properties does not appear to be a safe or elegant method when changing from ArcMap to Pro runtime. Also it requires rest admin api access to be provided. A higher level esri api option is needed. 2. Bulk runtime update using esri runtime migration tools is also not a viable option as many map services need adjustments to symbology and other misc issues. Please note that if you use the MapServiceDraft class to overwrite the service using snippet below, all the service's existing properties will be overwritten by default values sddraft.targetServer = target_server_connection sddraft.overwriteExistingService = True https://pro.arcgis.com/en/pro-app/latest/arcpy/sharing/mapservicedraft-class.htm - Review full snippet here
... View more
04-22-2022
02:01 PM
|
0
|
0
|
947
|
POST
|
PyCharm tech support suggested this - you can disable the helper script execution by disabling "Show plots in tool window" option in Tools | Python Scientific: Once I turned that off, that warning went away for me in PyCharm Professional. As the warning was slowing down the start of execution of my scripts, it is a welcome workaround.
... View more
10-21-2021
12:43 PM
|
2
|
0
|
5813
|
POST
|
@GavinPaw - I get the same error. One important note is that the error occurs only with PyCharm Professional and not PyCharm Community edition.
... View more
10-15-2021
01:54 PM
|
0
|
2
|
5886
|
POST
|
Pattan Imran Khan - Thanks for confirming that. What would it take for ArcGIS API for Python team to bring this missing functionality for standalone ArcGIS Server administration? I am pretty sure there are a considerable number of esri users using standalone ArcGIS Server and would like to automate ArcGIS Server adminstration using this api and authenticate in a more secure process.
... View more
11-06-2019
07:42 AM
|
0
|
1
|
2694
|
POST
|
Unable to protect credentials by storing them locally for a standalone ArcGIS Server as per instructions at Working with different authentication schemes | ArcGIS for Developers """
The following snippet to create a profile DOES NOT WORK FOR STANDALONE ARCGIS SERVER
https://developers.arcgis.com/python/guide/working-with-different-authentication-schemes/#Storing-your-credentials-locally
"""
from arcgis.gis import GIS
server_gis = GIS(url="https://server.com:6443/arcgis", username='AGS_user',
password='khjdfksjdfklj',profile='AGS_user')
print("profile defined for {}".format(server_gis)) Is there a way to create profiles for standalone ArcGIS Server authentication using ArcGIS API for Python? we are not using portal.
... View more
11-05-2019
09:38 AM
|
0
|
3
|
2833
|
BLOG
|
Follow Dan's instruction at https://community.esri.com/thread/243171-how-to-upgrade-to-170 to get around this issue.
... View more
11-04-2019
02:12 PM
|
1
|
0
|
3426
|
POST
|
Thanks Dan. conda upgrade -c esri arcgis --no-pin That works. The following packages will be UPDATED: arcgis: 1.6.2-py36h4f45381_633 esri --> 1.7.0-py36_863 esri then proceeds to completion.
... View more
11-04-2019
02:11 PM
|
0
|
0
|
1203
|
POST
|
I have a previous ArcGIS Pro clone environment with ArcGIS API for python upgraded to 1.6.2. I would like to upgrade this now to 1.7. conda upgrade -c esri arcgis - This does not work. If I try this? then i get the following conda install arcgis=1.7.0 Fetching package metadata ............. Solving package specifications: . UnsatisfiableError: The following specifications were found to be in conflict: - arcgis 1.6.* - arcgis 1.7.0* Use "conda info <package>" to see the dependencies for each package. Is it possible to use 1.7.0 version with ArcGIS Pro and update a package? Anyone else try this successfully?
... View more
11-04-2019
01:42 PM
|
0
|
3
|
1592
|
BLOG
|
David, I am trying to upgrade an existing clone env using conda upgrade -c esri arcgis I get the following message. What am i missing here? # All requested packages already installed. # packages in environment at xcxxsd\arcgispro-py3-clone: # arcgis 1.6.2 py36h4f45381_633 esri
... View more
11-04-2019
11:42 AM
|
0
|
0
|
3426
|
POST
|
Hello Rich, This morning we were contacted by a user who was not able to download the roads data. https://gisdata-piercecowa.opendata.arcgis.com/datasets/roads The issue seems widespread in that all of the Pierce County data is affected. I also had trouble downloading the Development Engineering data. https://gisdata-piercecowa.opendata.arcgis.com/datasets/development-engineering-other-land-use https://gisdata-piercecowa.opendata.arcgis.com/datasets/development-engineering-short-plats https://gisdata-piercecowa.opendata.arcgis.com/datasets/development-engineering-mobile-homes https://gisdata-piercecowa.opendata.arcgis.com/datasets/development-engineering-large-lots https://gisdata-piercecowa.opendata.arcgis.com/datasets/development-engineering-formal-plats It seems that other data is also not downloading Roads, Tax Parcels, Address Points. I was successful in downloading the Wetland Inventory from Tacoma. https://geohub.cityoftacoma.org/datasets/wetland-inventory-tacoma-pds Subu
... View more
10-04-2019
12:20 PM
|
0
|
0
|
1771
|
POST
|
Concur. ~200 services with the default 1 min instance is the max number of services we have seen ArcGIS Server be stable at.
... View more
06-06-2019
08:19 AM
|
9
|
0
|
3166
|
Title | Kudos | Posted |
---|---|---|
2 | 10-21-2021 12:43 PM | |
1 | 11-04-2019 02:12 PM | |
9 | 06-06-2019 08:19 AM |
Online Status |
Offline
|
Date Last Visited |
06-09-2025
04:18 PM
|