Skip to main content
Participant
September 26, 2012
Question

AdobeSerialization.exe Return Code Translations?

  • September 26, 2012
  • 2 replies
  • 9548 views

Is there a list of possible return codes from the AdobeSerialization executables on OSX and Windows and their corresponding translations available anywhere? 

I've inferred a few through trial and error, but some of my coworkers are coming up with some esoteric failures.

If there isn't an exhaustive list available, can anyone confirm that Return Code = 25 translates to 'You're using a prov.xml file that does not match the LEID of the installed CS6 edition'?

    This topic has been closed for replies.

    2 replies

    bigbluebrunerd
    Participant
    September 20, 2017

    From some an Adobe script I found this, some new codes added... perhaps 5 years later someone cares  

    PRTK_EXIT_CODES = {

        '1': "Arguments passed in command line are invalid.",

        '14': "Unknown error",

        '19': "The provXML is missing",

        '20': "Loading of permanent activation grace failed (due to malformed xml, corrupt or missing Enigma data, or some other error)",

        '21': "Unable to update PCF/SLCache",

        '22': "Unable to open a PCF/SLCache session",

        '23': "The prov.xml file contains invalid empty tag values",

        '24': "Enigma data has serial number of a language different from that of installed product",

        '25': "If no product is installed on the target machine or enigma data of serial number could not be decoded",

        '26': "PCF file not found",

        '27': "Unable to edit the prov.xml file",

        '28': "Invalid prov.xml file specified",

        '29': "No matching license found",

        '30': "Action not initiated by an admin user",

        '31': "Invalid locale specified",

        '32': "Invalid SLConfig path",

        '33': "Failed to find LEID for serial",

    }

    Participant
    September 26, 2012

    Murphy's Law of Tech Support:  As soon as you ask the question, you'll find the answer yourself.

    In case it's of use to anyone else in the future: 

    Error Codes for Creative Suite 6

     

    1           Arguments passed in command line are invalid.

     

    14        Unknown error

     

    19        The provXML is missing

     

    20        Loading of permanent activation grace failed (due to malformed xml, corrupt or missing

    Enigma data, or some other error)

     

    21        Unable to update PCF/SLCache

     

    22        Unable to open a PCF/SLCache session

     

    23        The prov.xml file contains invalid empty tag values

     

    24        Enigma data has serial number of a language different from that of installed product .

    25        If no product is installed on the target machine or enigma data of serial number could

    not be decoded

    (From the AAMEE deployment guide, under the Adobe Provisioning Toolkit Enterprise Edition section.  Presumably it's still applicable to the AdobeSerialization version of the executable.)