Hello,
I'm trying to assign terminals against a UN but I can't seem to pass configuration correctly to command from a python script.
https://solutions.arcgis.com/utilities/help/utility-network-automation/tool-reference/modify-terminal-connections.htm
I am using
arcpy.pt.AssignTerminalConnections(
r"c:\un.gdb\un\Network",
"Sewer",
True,
True,
None)
Command return ERROR 000732: Asset Package: the dataset c:\un.gdb\un\Network does not exist or is not compatible.
or other error that not found AP_Networks domains
How should I correctly use this command to run against a UN network?
Does the network have any requirements?
Thanks !