Bug ID Number |
BUG-000161370 |
Submitted | September 12, 2023 |
Last Modified | February 24, 2025 |
Applies to | ArcGIS API for Python |
Version found | 2.1.1 |
Operating System | Windows Server |
Operating System Version | N/A |
Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
This issue is not reproducible in the ArcGIS API for Python latest version. Ensure the GIS object has 'set_active=False' on the built-in account. For the Integrated Windows Authentication (IWA), ensure the login credentials are provided and the user can publish content.
Workaround
Connect to Portal for ArcGIS over the port 7443 URL using a built-in account. Example:
GIS ("https://portalURL:7443/arcgis", "username", "password")).
Steps to Reproduce