Create Database Connection String (Data Management) expected output

158
0
03-25-2024 01:05 PM
TylerT
by
Occasional Contributor III

Hello,

I am creating a database connection string for an Enterprise SQL_SERVER geodatabase.  I am expecting a string datatype output per the docs, 

TylerT_0-1711396667356.png

Rather, I'm getting a arcpy.arcobjects.arcobjects.Result type object.  

TylerT_2-1711396756550.png

I am populating these six parameters accordingly...

arcpy.management.CreateDatabaseConnectionString(database_platform, 
instance,
account_authentication,
username,
password,
database
)

 
Should I expect a string or do I need to process the message to pass into the next tool?

Thank you,

Tyler
ArcGIS Enterprise 11.2

ArcGIS Pro 3.2.0

0 Kudos
0 Replies