Hi Everyone,
The UN is building successfully in File Geodatabase with the Asset Package to Geodatabase tool , But When I apply the Asst package to SQL Enterprise Geodatabase , the tool succeeds but the doesn't append to the featureclass/Tables .
When we try to manually run the append tool , Its failing with Schema difference error for the field match type of Schema must match , But If run the append tool with 'USe the Field map to match'option , there we dont find any differences the append tool succeeds
When we checked the logs for Apply AP- don't find anything related to append . Can you please share your view on this?
Please include a log from the apply asset package and make sure you have the "load data" box checked.
If you do need to manually append, set the field matching type to use field map. There are a few intentional field differences between the AP and a live utility network.
Please find the logs.
I don't see any append statement sin here. Is it possible you had the "Load Data" box unchecked?
Hi @RobertKrisher , so am working along with Kokila on this. I can confirm the Load Data option and Calculate spatial extent options both were checked when we ran the tool
Only Service Territory is there in the SQL enterprise geodatabase since it was loaded during stage utility.
Just for testing purpose we checked we can manually create feature classes in these empty feature classes.
Can you enable debug logging and share the entire log?
Open Pro
Open the Utility Network Package toolbox and run a tool and cancel it(this loads the untools into memory)
Open the python command window in ArcGIS Pro
Enter the following
import untools
untools.logger.setLevel('DEBUG')Run Apply Asset Package