Software: ArcGIS Pro 3.2.2, Python 3.9
Hello,
I am developing a tool to be accessed via an ArcGIS Pro toolbox GUI. The script pulls data from 3 databases: 1 Postgres, 2 Oracle DBs. We are using .ini files to store credentials, but give the user the option to manually enter credentials if they prefer (username and password parameters are optional within the tool properties). There are a few quirks about developing in the esri world, one that is really annoying me is that when running the tool, credential dialogue boxes keep popping up, asking the user to log in several times to each database. The user can cancel out of each dialogue and the tool is able to log into to the DBs, so it isn't an issue with credentials.