-
Notifications
You must be signed in to change notification settings - Fork 78
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
ECONNRESET error when running force:data:soql:query from bash script #1350
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Hi, can you upload a demo org that we can use to perform the |
Hey @maggiben I'm fairly certain that this can be done without any demo org at all - you just need Step 3 to have a large amount of values (~1,000), and they don't need to be unique. |
This issue has been linked to a new work item: W-10427080 |
Summary
I'm running a query that stores a large amount of FederationId values (read: email addresses) into a bash script variable, and then executes a subsequent query with that data as an IN filter, and receive the following error.
Error: read ECONNRESET at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20) { errno: -54, code: 'ECONNRESET', syscall: 'read' }
Steps To Reproduce:
'ken@salesforce.com',
'roger@salesforce.com',
'danny@salesforce.com'
Expected result
My naive expectation is for this to run, as it's <100,000 SOQL character limit
Actual result
The error denoted above:
System Information
Additional information
Feel free to attach a screenshot.
The text was updated successfully, but these errors were encountered: