-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All queries fail #135
Comments
@pranamp Thanks for flagging. I can't help without more information. Can you try the following items I've listed below and provide some example SOQL that would help provide some direction for where to look for issues?
|
Thanks Steven. I've tried all of the steps except the first one without luck as I cannot find that file. The API version is 58 and has been for quite a while. It seems like I'm just blocked out for some reason |
@pranamp the |
@EliseyGretchko, thank you. I've found the file and deleted it but the error persists. Reprex gives me the following: salesforcer
#> Error: object 'salesforcer' not found Created on 2024-11-20 with reprex v2.1.1 and the console gives: Request failed [400]. Retrying in 1.5 seconds... I know the field definitely exists as I can extract it on Python with the same query |
@pranamp Can you provide an example of the function call you're running? It should look something like this: recordset <- sf_query(soql="SELECT Id FROM Account") It would also help if you include the argument |
Issue submission checklist
When filing your issue please make an attempt to troubleshoot a little bit on your own. If your issue is specifically related to a query, but please consider using the "Query issue template". Also, please consider some of the suggestions below before submitting an issue. Thank you!
I have set
verbose=TRUE
function argument if possible.I have tried a few different function call arguments to see if I can workaround and/or isolate the issue (e.g. reviewing the output from the "SOAP" vs "REST" or the "Bulk 1.0" vs "Bulk 2.0" or tinkering with the
control
argument in the function call).I have taken a look at the unit tests directory ./tests/testthat/ to see if my type of issue has been documented and tested.
I have considered making a minimal reproducible example using the reprex package. Details on how to create a reprex are available here: https://www.tidyverse.org/help/#reprex.
I have included the version of R and any packages that are used (Hint: Simply copy/paste the result of
devtools::session_info()
at the bottom of your issue).Thank you for considering these steps. It will speed up the process of resolving your issue.
Issue description
A brief description of the problem.
Hi Steven. Thank you for creating and maintaing this great library. It has been so useful for my work. However since Sunday, 3 November 2024, I am unable to run any queries on using SalesforceR. Queries that have worked previously no longer work. The errors popping up were initially API errors like "No such column x on entity y" so I thought that the source table had changed. After removing the "missing" columns, I get an empty dataset. I've tried the same query using the Python simple-salesforce library and the all the data is extracted with no missing columns so I assume there is a an issue with SalesforceR currently. I have tried all the API types with no luck but, when using "Bulk 2.0", the resulting dataframe has the right column names but no rows.
reprex
# consider inserting a reprex here
Session Info
The text was updated successfully, but these errors were encountered: