Select to view content in your preferred language

Apply Asset Package doesn't append the data

118
5
12 hours ago
KokilaM
Occasional Contributor

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 

 

KokilaM_1-1779364446676.png

When we checked the logs for Apply AP- don't find anything related to append . Can you please share your view on this?

 

@RobertKrisher @MikeMillerGIS 

 

0 Kudos
5 Replies
RobertKrisher
Esri Regular Contributor

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.

0 Kudos
KokilaM
Occasional Contributor

Please find the logs.

@MikeMillerGIS @RobertKrisher 

0 Kudos
RobertKrisher
Esri Regular Contributor

I don't see any append statement sin here. Is it possible you had the "Load Data" box unchecked?

RobertKrisher_0-1779375812459.png

 

0 Kudos
Reeti_05
Emerging Contributor

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 

Reeti_05_0-1779377353668.png

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.

0 Kudos
MikeMillerGIS
Esri Frequent Contributor

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

0 Kudos