Hi,
I'm getting this error from the PackageDeployer in the 2016 SDK. I created the zip file I'm importing from the ConfigurationMigration utility. It has a [Content_Types].xml, data.xml and data_schema.xml. I can re-import this file using the ConfigurationMigration utility with no errors. When use it with the PackageDeployer it fails on the import with these errors:
PackageDeployment Error 2 2/5/2017 10:32:39 AM ALERT! data.xml is missing detail Information the Import config section.
PackageDeployment Error 2 2/5/2017 10:32:39 AM ALERT! data_schema.xml is missing detail Information the Import config section.
My importconfig.xml section looks like this:
<filestoimport>
<configimportfile filename="<filename>.zip" filetype="ZIP" associatedmap="data_schema" importtoentity="<entityName>" datadelimiter="" fielddelimiter="comma" enableduplicatedetection="true" isfirstrowheader="true" isrecordownerateam="false" owneruser="" waitforimporttocomplete="true"/>
<zipimportdetails>
<zipimportdetail filename="data.xml" filetype="xml" importtoentity="<entityname>" />
</zipimportdetails>
</filestoimport>
<filesmapstoimport>
<configimportmapfile filename="data_schema.xml" />
</filesmapstoimport>
I've tried exporting different columns from different entities and keep getting this error. Does anyone have any suggestions?
Thanks!
*This post is locked for comments
I have the same question (0)