Unable to generate Offline Symbol Table

Issue #2186 resolved
George Mandala created an issue

Whenever I’m connected to a newly refreshed Summer 22 / v55 full sandbox and I try to generate an offline symbol table I get the following error:

Comments (2)

  1. Scott Wells repo owner

    Hi. That’s an internal server error on the Salesforce side, and it’s happening when IC2 is running the following query for Tooling API SObject fields:

    SELECT EntityDefinition.DeveloperName, EntityDefinition.NamespacePrefix FROM CustomField
    

    Can you please try to run that query directly in the SOQL Query tool window via the Tooling API:

    I’d like to see if you see the same behavior or not. If so, the best I can likely do is guard against such an error which would result in a OST without Tooling API SObjects but everything else should be intact, and I can see if someone at Salesforce can provide some insights into the nature of that error code.

  2. Scott Wells repo owner

    Issue tracker grooming. If this is still an issue, please feel free to reopen, ideally with a concrete reproduction scenario.

  3. Log in to comment