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

Eclipse XML problem
I was able to login to my SF environment through Eclipse and pull all profiles. However, the profile XML data is not there.
What I see when I click on a Profile in Eclipse:
<?xml version="1.0" encoding="UTF-8"?>
<Profile xmlns="http://soap.sforce.com/2006/04/metadata"/>
What other users see:
<?xml version="1.0" encoding="UTF-8"?>
<Profile xmlns="http://soap.sforce.com/2006/04/metadata">
<fieldLevelSecurities>
<editable>true</editable>
<field>APJ_Direct_Lead_Routing__c.Account_Class__c</field>
</fieldLevelSecurities>
<fieldLevelSecurities>
<editable>true</editable>
<field>APJ_Direct_Lead_Routing__c.Account_Owner__c</field>
</fieldLevelSecurities>
<fieldLevelSecurities>
.
.
.
.