Advertisement
Guest User

Untitled

a guest
Sep 19th, 2016
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <target name="deployCode">
  2. <sf:deploy username="${sf.username}" password="${sf.password}" serverurl="${sf.serverurl}" maxPoll="${sf.maxPoll}" deployRoot="src">
  3. </sf:deploy>
  4. </target>
  5.  
  6. Error: Required field is missing: type
  7.  
  8. [sf:deploy] 1. settings/Account.settings -- Error: You cannot disable account teams using the Metadata API. Your system administrator can disable account teams from the Account Team Setup page.
  9.  
  10. [sf:deploy] 2. objects/AccountContactRole.object -- Error: ControlledByParent is not a valid sharing model for AccountContactRole
  11.  
  12. [sf:deploy] 3. objects/Site.object -- Error: Entity cannot be untracked.
  13.  
  14. [sf:deploy] 163. objects/Contract.object (Contract.APXTConga4__Conga_Mail_Merge) -- Error: Cannot create a new component with the namespace: APXTConga4. Only components in the same namespace as the organization can be created through the API (line 235, column 15)
  15. ...
  16. [sf:deploy] 171. objects/Solution.object (Solution.APXTConga4__Conga_Mail_Merge) -- Error: Cannot create a new component with the namespace: APXTConga4. Only components in the same namespace as the organization can be created through the API (line 120, column 15)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement