laptop and a wrench

Bug

The 'quick_report' function in the 'arcgis.gis.server' sub module fails if any custom reports exist on the server.

Last Published: February 12, 2020 ArcGIS API for Python
Bug ID Number BUG-000128554
SubmittedFebruary 11, 2020
Last ModifiedJune 5, 2024
Applies toArcGIS API for Python
Version found1.7.0
Operating SystemWindows OS
Operating System Version10.0
Version Fixed2.0.0
StatusFixed

Workaround

Use Python 'Requests Module' to generate the report directly from the ArcGIS Server Administrator API.

 

import requests

 

parameters = {

  'f': 'json',

  'token': '<token>'

}

 

r = requests.get("https://<FQDN>/server/admin/usagereports", params=parameters, verify=False)

print(r.text)

Steps to Reproduce

Bug ID: BUG-000128554

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