function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sergey Latsarus 6Sergey Latsarus 6 

Bulk API return nothing

Hello,

We are using ruby gem https://github.com/jorgevaldivia/salesforce_bulk to with with Salesforce Bulk API. Previously querying unexisting data returned string 'Records not found for this query', currently it doesn't return anything. This causes gem errors.

Please tell me, why this change happened?
What bahaviour should we expect from Salesforce Bulk API in future?
Joachim RoeseckeJoachim Roesecke
The following question points to the same issue: https://developer.salesforce.com/forums/ForumsMain?id=906F0000000Bb2IIAS

We are facing exactly the same issue and it is heavily disrupting existing integrations. This change happened some time between the 23rd April 22:56 and the 24th April 02:56 (both UTC). If this was an intended change, I would have appreciated a notification about it. Now, we have to build workarounds very quickly. In our case, it throws NullPointerExceptions in our Java programs because there basically is no response any more.