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

Cannot specify a gender for a gender neutral language
I am having the following problem while trying to deploy a custom object through the eclipse force.com tool.
Any ideas?
Deploy Results:
Name: unpackaged/objects/Business_Trip_Meeting__c.object
Any ideas?
Deploy Results:
Name: unpackaged/objects/Business_Trip_Meeting__c.object
Action: NO ACTION
Result: FAILED
Problem: Cannot specify a gender for a gender neutral language
Result: FAILED
Problem: Cannot specify a gender for a gender neutral language
Looks like when u want to deploy from one system that is using a system language that has genders (for example spanish) to another one that has not (i.e. English) then you get this error.
After changing the language on the preferences I was still getting the errors since the gender info wasn´t erased form the XML definition... I got crazy until I founf that... and then everything worked perfect.
Thanks.
Hi,
Can you please elaborate the solution for this problem?
I am also getting the same problem while deploying a custom object.
The custom object name is in French but all fields under it are in English.
Thanks.
.. sent you a private message, will work through this offline and post the solution once we've got one.
Sorry, I forgot to follow up on this -- it was a couple years ago, so I don't remember what the specific issue or solution was. Feel free to either post or private-message more details of your specific situation and the error you are getting, and I'll help to resolve it.
Go to Eclipse and look for the object you are trying to deploy in the other instance.
right click > open (or F3 in my case)
on the bottom of the file opened in Eclipse you will see the field "Gender"... right click and choose "remove"
Save the file (ctls + s) and deploy again.
1)
2)
(you can save it local and don't save to server, it will deploy fine with just saving it local)
You need to align the environment language with a language that accept gender (spanish, french).
I have tested that and this has solve the error deployment without modifying the package information
You have to set your Default Language and Default Locale on the company information should be same between the source environnement and the target environnement.
Best regards