• Karl Henselin
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Duplicate of
http://salesforce.stackexchange.com/questions/156511/standardvaluesettranslation-retrieval-yields-an-unknown-exception

I get the following exception when I try to use the package.xml provided below to download my StandardValueSetTranslations.

UNKNOWN_EXCEPTION: An unexpected error occurred. Please include this ErrorId if you contact support: 1793346980-32505 (2087119523)
Package

<?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <members>*</members> <name>StandardValueSetTranslation</name> </types> <version>39.0</version> </Package>

I get a similar error when I try to perform a listMetadata() call with a query of type StandardValueSetTranslation:

Error
UNKNOWN_EXCEPTION: An unexpected error occurred. Please include this ErrorId if you contact support: 1260064296-52856 (-419197380)
I tried both API 38 and 39 in the package and in the listMetadata() call. I tried with the salesforce_ant_38.0.zip and salesforce_ant_39.0.zip API jars.

All other objects I try to retrieve seem to work fine. The same package.xml for instance, changing StandardValueSetTranslation to StandardValueSet works for me with no error.
Duplicate of
http://salesforce.stackexchange.com/questions/156511/standardvaluesettranslation-retrieval-yields-an-unknown-exception

I get the following exception when I try to use the package.xml provided below to download my StandardValueSetTranslations.

UNKNOWN_EXCEPTION: An unexpected error occurred. Please include this ErrorId if you contact support: 1793346980-32505 (2087119523)
Package

<?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <members>*</members> <name>StandardValueSetTranslation</name> </types> <version>39.0</version> </Package>

I get a similar error when I try to perform a listMetadata() call with a query of type StandardValueSetTranslation:

Error
UNKNOWN_EXCEPTION: An unexpected error occurred. Please include this ErrorId if you contact support: 1260064296-52856 (-419197380)
I tried both API 38 and 39 in the package and in the listMetadata() call. I tried with the salesforce_ant_38.0.zip and salesforce_ant_39.0.zip API jars.

All other objects I try to retrieve seem to work fine. The same package.xml for instance, changing StandardValueSetTranslation to StandardValueSet works for me with no error.