laptop and a wrench

Bug

Unable to edit the ArcGIS Server physical path directory using ArcGIS API for Python.

ArcGIS API for Python
Bug ID Number BUG-000162563
SubmittedOctober 31, 2023
Last ModifiedJune 5, 2024
Applies toArcGIS API for Python
Version found2.1.0
Operating SystemWindows OS
Operating System VersionN/A
StatusNon-Reproducible

Additional Information

Directories can be added using the following script: gis = GIS( url=url, username=username, password=password, verify_cert=False, proxy=proxies, ) server = gis.hosting_servers[0] mgr = server.admin mgrsys = mgr.system d = mgrsys.directories assert d.add( name="test_add_jobs2", physicalPath=r"\\Sharing\somefolder", directoryType="JOBS", maxFileAge=360, cleanupMode="NONE", description="description", )

Steps to Reproduce

Bug ID: BUG-000162563

Software:

  • ArcGIS API for Python

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options