function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MayankAdmMayankAdm 

How to migrate reports from one organization to Another through Ant tools

 

Hi
I dont know the format of reports through ant tools ....if anybody know pleas help me out this problem
currently i am using this format but it give a error 
<?xml version="1.0" encoding="UTF-8"?>
    <types>
        <members>Account-Account Created</members>
        <name>Report</name>
    </types>
    <version>19.0</version>
</Package>

 

aalbertaalbert

Are you moving from a Sandbox to Production? If so, have you tried using Change Sets to push the configuration from Sandbox to Production?

 

Secondly, you could use the Force.com IDE to push the configuration from one org to another. 

MayankAdmMayankAdm

thanks...but i am moving reports and dashboards from production to another production for migration we r using ANT tool please help me if u have any idea