Search Criteria
Package Details: dataloader 50.0.0-4
Git Clone URL: | https://aur.archlinux.org/dataloader.git (read-only, click to copy) |
---|---|
Package Base: | dataloader |
Description: | An easy to use graphical tool that helps you to get your data into Salesforce objects |
Upstream URL: | https://developer.salesforce.com/page/Data_Loader |
Keywords: | salesforce |
Licenses: | |
Submitter: | EgidioCaprino |
Maintainer: | EgidioCaprino (soundsphere) |
Last Packager: | EgidioCaprino |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-08 17:31 |
Last Updated: | 2020-11-18 21:58 |
Dependencies (6)
- gtk-update-icon-cache (gtk3-git, gtk-update-icon-cache-ubuntu)
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view)
- java-runtime>=1.11 (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk-arm, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, java-openjdk-loom-ea-bin, jdk-jetbrains, jre8-adoptopenjdk, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- git (git-git) (make)
- maven (mvnvm) (make)
- java-environment-jdk>=1.11 (jdk5, jdk9, jdk-devel, jdk8-arm64, jdk6, jdk12, jdk8-arm, jdk10, jdk7, jdk-arm, jdk-bcl, jdk8, jdk, jdk11) (make)
Latest Comments
1 2 Next › Last »
EgidioCaprino commented on 2020-11-18 22:01
@properlypurple done, thanks for the advice
properlypurple commented on 2020-11-18 11:58
For the script installed in /usr/bin, please use this to avoid permission issues, since a normal user won't have permissions to modify in /opt
java -cp /opt/dataloader/target/dataloader-50.0.0-uber.jar -Dsalesforce.config.dir=$HOME/.config/dataloader com.salesforce.dataloader.process.DataLoaderRunner
EgidioCaprino commented on 2020-11-18 08:01
@nprom Dataloader is now updated to version 50.0.0 and the problem is fixed.
mprom commented on 2020-05-12 13:33
Updating this package seems to break with this error:
mprom commented on 2018-07-12 08:50
I managed to solve it. I was trying to login with my username+password, but I needed to login with my username + (password+securitytoken). Doing that I can login just fine :)
EgidioCaprino commented on 2018-07-11 17:43
Can you try to move
~/.salesforce.com
in/tmp
? Run this commandmprom commented on 2018-07-11 15:02
Here's the error:
On closer inspection it seems like the Linux Dataloader requires a security token, but the MacOS version doesn't? For reference, when pressing 'Login' the MacOS version opens a small, new window with login.salesforce.com and a standard sign-in screen, followed by a prompt to allow 'Dataloader Partner' access.
...so I guess the MacOS dataloader creates a new security token every time I log in? Maybe I've been using it wrong all this time.
EgidioCaprino commented on 2018-07-10 10:11
Can you please run it from the terminal and send me the output?
mprom commented on 2018-07-10 09:25
Hmm... For some reason the Data Loader refuses to let me login, saying 'Check your username/password'... but using the exact same username/password in the Data Loader on MacOS works without problems
eggze commented on 2018-03-15 06:32
Hello,
do you know how to make OAuth work in Data Loader? I found out that I definitely need either webkitgtk or webkitgtk2 and that I have to update the config to include:
I found this in the config of Data Loader on MacOS. Once I do this I can see the OAuth option and the browser window for authentication will show up. Problem is that then in the final step the whole Data Loader will fail and shut down.
I used prebuilt webkitgtk and webkitgtk2 from https://cdn.repo.archlinuxcn.org.
Any help welcome…