- I have exported ABCsolution ABCSchema.xml and ABCData.zip files from XXX organization using Configuration Manager(SDK Tools).
- ABCData.zip file Contains Content_Type.xml,Data.xml,Data_schema.xml.
- Added ABCData.zip and ABCsolution files PkgFolder and changed CopyAlways.
- trying to Import the same "ABCData.zip" files to ZZZ organization using Package Deployer Tool but unable to import that files to ZZZ Organization.Below is the ImportConfig.xml file
<configdatastorage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
installsampledata="false"
waitforsampledatatoinstall="true"
agentdesktopzipfile=""
agentdesktopexename=""
crmmigdataimportfile="ABCData.zip">
<solutions>
<configsolutionfile solutionpackagefilename="ABCSolution_7_0_16.zip" />
</solutions>
<filestoimport>
<configimportfile filename="ABCData.zip" filetype="ZIP" associatedmap="CounterDataMap.xml" importtoentity="" datadelimiter="" fielddelimiter="comma"
enableduplicatedetection="true" isfirstrowheader="true" isrecordownerateam="false" owneruser="" waitforimporttocomplete="false"/>
<zipimportdetails>
<zipimportdetail filename="[Content_Type]xml" filetype="xml" importtoentity="account" />
<zipimportdetail filename="Data.xml" filetype="xml" importtoentity="account" />
<zipimportdetail filename="Data_Schema.xml" filetype="xml" importtoentity="account" />
</zipimportdetails>
</filestoimport>
<filesmapstoimport>
<!--<configimportmapfile filename="" />-->
<!--<configimportmapfile filename="" />-->
</filesmapstoimport>
</configdatastorage>
- Please let me know where am doing wrong to import the same files. If possible reply with sample code