You need to sign in to do that
Don't have an account?

Migration using ANT tool.
I am using ANT tool to get data from org .Then i need to deploy to another org.
How can i get Reports and dashboards in to my local folder?
How can i retrieve them from one org?
Also email templates?
Do i need to indivdually get field updates and other?or just workflow rule brings them?
Thank you .
How can i get Reports and dashboards in to my local folder?
How can i retrieve them from one org?
Also email templates?
Do i need to indivdually get field updates and other?or just workflow rule brings them?
Thank you .
I would recommend using the eclipse tool to generate your package.xml, the UI is easy to select components you want to download. You can then use the downloaded folders and package.xml to deploy to your target org
Thank you for the lnk.I couldnt get how can i get reports from particluar folder.
<types>
<members>reportfoldername.reportname</members>
<name>report</name>
</types>
This doesnt work for me.Please suggest.
<types>
<members>MEED - KPI, PERFORMANCE & COMPLIANCE/KARLA - Customer Journey compliance rep</members>
<name>Report</name>
</types>
<target name="getFromMeedTrg2">
<sf:bulkRetrieve username="${sf.username}" password="${sf.password}" sessionId="${sf.sessionId}" serverurl="${sf.serverurl}" metadataType="Report" retrieveTarget="Dev_src"/>
</target>
is there any changes I require please help me
download a fresh copy of your reports metadata via Eclipse
manually edit the package.xml to change the folder of a report. (I think you need to make sure the folder exists on the server, and that you are referring to the developer name of it, e.g. Folder_A/My_report)
in the underlying file system, move that report to a folder of that name
in Eclipse, do a project refresh from the local file system (NOT the server)
in Eclipse, do a save to server
the report should move
If this also does not work, post your package.xml before and after, and the exact steps you followed.