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.
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 !
Solved! Go to Solution.
Thank you for reporting it. We found a bug with calling the function from python. We will get this fixed in the next release of untools, which should be this week. Are you on 2.9?
Thank you for reporting it. We found a bug with calling the function from python. We will get this fixed in the next release of untools, which should be this week. Are you on 2.9?
Yes, i am using ArcGIS PRO 2.9.5
Thanks !
We were actually able to push the update to conda just a few minutes ago. If you update, all should be fixed!