Hello,
I am trying to import a python toolbox to pro documents and after clicking add toolbox and selecting my python toolbox, Pro locks up and I have to force close it. I have been able to import this toolbox into documents through script and setting it as the default toolbox, but just adding it to the project seems to cause this problem.
The task name it gets hung up on is ArcGIS>Desktop.GeoProcessing.Commands/AddToolbox+
Here are the logs from the Diagnostic Monitor:
<Event time="Wed Mar 01 19:00:06.031" type="Debug" thread="39f8: Main CIM worker thread" elapsed="179" function="Geodatabase.ReadDomains" code="EndReadDomains">
P:\310-000\316-437\-GIS\Data\Cultural_UpdatedDataset\316437_Cultual.gdb
</Event>
<Event time="Wed Mar 01 19:00:06.028" type="Debug" thread="39f8: Main CIM worker thread" elapsed="17" function="Geodatabase.Cursor" code="DataAccess">
</Event>
<Event time="Wed Mar 01 19:00:06.028" type="Debug" thread="39f8: Main CIM worker thread" elapsed="66" function="Geodatabase.Cursor" code="EndCursor">
Database: P:\310-000\316-437\-GIS\Data\Cultural_UpdatedDataset\316437_Cultual.gdb
SQL: SELECT ObjectID,UUID,Type,Name,PhysicalName,Path,DatasetSubtype1,DatasetSubtype2,DatasetInfo1,DatasetInfo2,URL,Definition,Properties FROM GDB_Items WHERE Type IN('{8C368B12-A12E-4C7E-9638-C9C64E69E98F}')
Number of rows returned: 4
</Event>
<Event time="Wed Mar 01 19:00:06.028" type="Debug" thread="39f8: Main CIM worker thread" elapsed="48" function="Geodatabase.Cursor" code="ExecuteQuery">
</Event>
<Event time="Wed Mar 01 19:00:05.961" type="Debug" thread="39f8: Main CIM worker thread" elapsed="0" function="Geodatabase.Cursor" code="BeginCursor">
Database: P:\310-000\316-437\-GIS\Data\Cultural_UpdatedDataset\316437_Cultual.gdb
SQL: SELECT ObjectID,UUID,Type,Name,PhysicalName,Path,DatasetSubtype1,DatasetSubtype2,DatasetInfo1,DatasetInfo2,URL,Definition,Properties FROM GDB_Items WHERE Type IN('{8C368B12-A12E-4C7E-9638-C9C64E69E98F}')
</Event>
<Event time="Wed Mar 01 19:00:05.960" type="Debug" thread="39f8: Main CIM worker thread" elapsed="109" function="Geodatabase.Cursor" code="EndCursor">
Database: P:\310-000\316-437\-GIS\Data\Cultural_UpdatedDataset\316437_Cultual.gdb
SQL: SELECT ObjectID,UUID,Type,Name,PhysicalName,Path,DatasetSubtype1,DatasetSubtype2,DatasetInfo1,DatasetInfo2,URL,Definition,Properties FROM GDB_Items WHERE Type IN('{C29DA988-8C3E-45F7-8B5C-18E51EE7BEB4}')
Number of rows returned: 0
</Event>
<Event time="Wed Mar 01 19:00:05.960" type="Debug" thread="39f8: Main CIM worker thread" elapsed="101" function="Geodatabase.Cursor" code="ExecuteQuery">
</Event>
<Event time="Wed Mar 01 19:00:05.960" type="Debug" thread="39f8: Main CIM worker thread" elapsed="8" function="Geodatabase.Cursor" code="DataAccess">
</Event>
<Event time="Wed Mar 01 19:00:05.851" type="Debug" thread="39f8: Main CIM worker thread" elapsed="0" function="Geodatabase.Cursor" code="BeginCursor">
Database: P:\310-000\316-437\-GIS\Data\Cultural_UpdatedDataset\316437_Cultual.gdb
SQL: SELECT ObjectID,UUID,Type,Name,PhysicalName,Path,DatasetSubtype1,DatasetSubtype2,DatasetInfo1,DatasetInfo2,URL,Definition,Properties FROM GDB_Items WHERE Type IN('{C29DA988-8C3E-45F7-8B5C-18E51EE7BEB4}')
</Event>
<Event time="Wed Mar 01 19:00:05.851" type="Debug" thread="39f8: Main CIM worker thread" elapsed="0" function="Geodatabase.ReadDomains" code="BeginReadDomains">
P:\310-000\316-437\-GIS\Data\Cultural_UpdatedDataset\316437_Cultual.gdb
</Event>
Thank you,