User receives an error against Salesforce table that does not support PKChunking: FOC45425


Diagnostics

Product: Reporting Server
Release: 8205
Primary OS: Windows
Solution Date:

Symptom

(FOC45425) Entity 'abc' is not supported to use PKChunking

Problem

User receives the error message above with a TABLE request or flow against a Salesforce table that does not support PKChunking.

Solution

Assuming PKChunking is turned on for the adapter, set the following in the focexec or in a stored procedure that runs before a data flow:

ENGINE SFDC SET PKCHUNKING OFF
ENGINE SFDC SET PKCHUNKSIZE 0