SOQL against InstalledSubscriberPackage fails

Issue #2603 resolved
Adam Stepanek created an issue

Hi Scott,

executing following query with Tooling API enabled fails with this error.

SELECT Id, SubscriberPackageId, SubscriberPackage.NamespacePrefix,
      SubscriberPackage.Name, SubscriberPackageVersion.Id,
      SubscriberPackageVersion.Name, SubscriberPackageVersion.MajorVersion,
      SubscriberPackageVersion.MinorVersion,
      SubscriberPackageVersion.PatchVersion,
      SubscriberPackageVersion.BuildNumber,
      SubscriberPackageVersion.IsSecurityReviewed
   FROM InstalledSubscriberPackage
   ORDER BY SubscriberPackageId
org.apache.cxf.binding.soap.SoapFault: UNKNOWN_EXCEPTION: An unexpected error occurred. Please include this ErrorId if you contact support: 394592205-260865 (1178927972)

In sf dev console it runs just fine.

Comments (4)

  1. Scott Wells repo owner
    • changed status to open

    Reproduced. This is bizarre because in both cases, it's just a query executed against the Tooling API. Not sure why one would result in a GACK and the other wouldn't. I'll need to check with Salesforce directly to understand the difference.

  2. Log in to comment