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
Amy ShatzenAmy Shatzen 

Issue running Data Loader CLI in different orgs

Hi everyone,
I've set up Data Loader CLI with a My Domain log in and it works great! But when I try to set it up with a general domain with an endpoint of https://login.salesforce.com, it gives me a security token error, even though I encrypted my password the same way as I did with the yourcompanyname.my.salesforce.com endpoint. What am I doing wrong?

Thanks!
Amy
Amy ShatzenAmy Shatzen
The answer turned out to be that on the general domain, I had to encrypt a combination of my password and a security token together in one long string.

Amy