The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
18 views

Approach to Load data from Master to Child objects from Legacy database

We have an oracle database with 100,000 records which has a master table called Application and it has a child called Application Individual and each Application individual has one level children like ...
3
votes
1answer
35 views

Deleting/Editing fields with Migration Tool

I'm starting to use ANT to deploy changes to my SF org. Can I delete and edit custom fields using the ANT Migration Tool. In the documentation I only found how to delete the entire object
2
votes
1answer
48 views

Migration Tool: “Concurrent modification from setup pages”

I'm trying to deploy changes from one sandbox to another using the Migration Tool, but I keep getting the following error: Error: objects/Contact.object(263,13): Concurrent modification from setup ...
11
votes
3answers
121 views

Deploy to Production - Cancel Deploy After Test Failure

I am using the Ant Migration Tool for deployments. While utilizing this tool, all deployments are visible under the Monitor Deployments page. In a client's production instance, they have more than ...
5
votes
1answer
80 views

sf:retrieve gets a file, but sf:deploy can't find it for the deploy?

I have the following set up in my build.xml file: <target name="retrievePackage" description="Retrieves the specified package from the specified organization. Pass the name of the deployment file ...
3
votes
1answer
52 views

Full List of All Accessible Types Through Metadata Api

I am looking for some official Salesforce documentation on a list of all available types in the metadata API. If I am using a package.xml file that looks like: <?xml version="1.0" ...
7
votes
6answers
297 views

How to exclude invalid fields that can't be deployed by the Migration Tool from .object files when automating deployment?

I'm trying to add a level of automation to our development processes. My goal at the moment is to be able to automatically retrieve check-ins to our development feature release branch and then ...
3
votes
1answer
76 views

Ant Migration Tool - Order of Package.xml File Matter?

Does the order of the package.xml file matter? For instance: <?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> ...
0
votes
1answer
28 views

How to use the Migration Tool with Single Sign On?

I've used the Ant Migration Tool previously, but only in an Org that allowed a username/password login. Now I'm trying to get it to work for deployment to an Org that uses single sign on, but I can't ...
5
votes
2answers
274 views

Generate complete package.xml for Org

I'm using the Force.com Migration Tool for Ant more and more. I currently have several organizations at different API versions (release previews, for example). Is there a way to generate a complete ...
3
votes
2answers
260 views

Object Deploy fails with: “duplicate value found: <unknown> duplicates value on record with id”

When I try to redeploy an object that exists in source and destination orgs, the deploy fails with the cryptic and useless error message: duplicate value found <unknown> duplicates value on ...
4
votes
2answers
89 views

Is there a SFDC tool to quickly load - and reload - test data?

Is there already a SFDC tool that will take a set of test data - similar to what is part of every developer org - and load it into a new developer sandbox? Is there a tool to wipe out an entire org's ...
1
vote
1answer
122 views

Force.com Migration tool Installation Process

Force.com Migration Tool: I am trying to install Force.com Migration tool which runs based on JDK & ANT. I have successfully installed JDK1.6 & set an environment variable. as described in ...
5
votes
1answer
90 views

Automating snapshots with ANT migration tool and GIT

How can I automate the process or retrieving a snapshot of my code and configuration and committing it to git? We have a ton of development happening in my org, and I'm currently saving daily ...
7
votes
1answer
80 views

Migration Tool: Build failure because of dependencies

I just deployed code using the Migration Tool, including a new Public Group and some other objects (report folder, list view, etc.) that were shared out to that group: <?xml version="1.0" ...
1
vote
1answer
151 views

How can I delete workflow rules using the Migration Tool?

I'm trying to delete all of the worflow rules & triggered tasks associated with a custom object, using the Force.com Migration Tool, but I keep getting errors. First I tried to submit blank ...
3
votes
3answers
235 views

Can't deploy org-wide permission set with ant

I have created an org-wide permission set (i.e. not tied to a specific User License type) and am trying to deploy the permission set using ant (I just downloaded the latest .jar file, 26.0) but I'm ...
5
votes
2answers
424 views

Are there any tutorials for configuring Jenkins with the Force.com Migration Tool?

I have watched a couple of interesting videos from Dreamforce about using Jenkins for Continuous integration, none of them go into the details of configuring Ant withForce.com Migration Tool in ...
3
votes
2answers
306 views

Ant Migration Tool deleting objects with Rollup Summaries

I attended the Dreamforce '12 session Team Development and Release Management for ISVs and one segment of the session was about the tools FinancialForce use for blanking an org before deploying a ...
3
votes
1answer
96 views

If I include 'Email Template' in Package.xml why doesn't it download?

I am trying to use the ant retrieveUnpackaged call with the SFDC Migration tool to download some email templates. I pulled the package.xml from the Force.com IDE and for whatever reason the Email ...