I’m encountering the following error during aggregation using the Salesforce SaaS connector. Could someone help me understand the root cause and suggest the appropriate next steps to resolve it?
Thanks in advance for your support!
[ConnectorError] 400 ERR_BAD_REQUEST, Request failed with status code 400,
Bad Request,
[{"message":"sObject type 'UserPackageLicense' is not supported.",
"errorCode":"INVALID_TYPE"}]
In the above case , we avoided the error instead of resolving .
The cause of the error is , the service account provided by the team did not had enough permissions . The provided service account must be an administrator account OR if it is a custom profile it must have access to those group objects .