Select to view content in your preferred language

ArcPro crashes when calling arcgis.gis GIS

283
1
06-15-2022 06:15 AM
AngieCausey
New Contributor III

Using this example from Esri documentation - https://developers.arcgis.com/python/guide/working-with-different-authentication-schemes/ 

print("\n\nPortal-tier Authentication with LDAP - enterprise user")
gisldap = GIS("https://portalname.domain.com/webadapter_name", "AVWORLD\\Publisher", "password")
print("Logged in as: " + gisldap.properties.user.username)

 Causes ArcPro to crash!  

0 Kudos
1 Reply
Andrew--Johnson
Esri Regular Contributor

Hi,

I just tested this on my end and cannot reproduce the crash so it's likely this was fixed by the python team in the latest release. ArcGIS Pro 3.0 will be released in the next week or two. If you can still reproduce in 3.0 please enter your email in the crash report and someone from technical support will reach out to you to get a solid reproducible case.

thanks,

Andrew

0 Kudos