Quantcast
Channel: Forum CRM Deployment
Viewing all articles
Browse latest Browse all 997

MS CRM 2013 Package Deployer : How to Import Zip files using Package Deployer tool

$
0
0
  1. I have exported ABCsolution ABCSchema.xml and ABCData.zip files from XXX organization using Configuration Manager(SDK Tools).
  2. ABCData.zip file Contains Content_Type.xml,Data.xml,Data_schema.xml.
  3. Added ABCData.zip and ABCsolution files PkgFolder and changed CopyAlways.
  4. 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>

  1. Please let me know where am doing wrong to import the same files. If possible reply with sample code


Viewing all articles
Browse latest Browse all 997

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>