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
RachnaRachna 

Dataloader scheduling in unix platform

Is it possible to run apex datalader from unix platfom?

 

I have a requirement to schedule a dataloader batch job in a unix platform. How can it be done? 

 

Any solutions will be appreciated.

 

 

vswamidassvswamidass
I have created a project to simplify the Data Loader CLI (Command Line) configuration, and I have instructions for using it on UNIX.
 
This is the project page:
http://code.google.com/p/dataloadercliq/
 
And this page has the UNIX instructions:
http://code.google.com/p/dataloadercliq/wiki/CLIqOnUnix 
 
Its a work in progress, so any feedback is helpful!
 
Vijay 
SubbehSubbeh

Hi,

 

Could you give me an example of how you actually run the dataloader? I used CLIq to set everything up, but when I run it (probably wrong parameters) I get the following error:

 

# java -jar DataLoader.jar  -Dsalesforce.config.dir=conf cliq_process/Import_account_data
Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-win32-3452 or swt-win32 in swt.library.path, java.library.path or the jar file
        at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
        at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
        at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
        at org.eclipse.swt.widgets.Widget.<clinit>(Unknown Source)
        at com.salesforce.dataloader.process.DataLoaderRunner.main(DataLoaderRunner.java:47)

 

I installed the latest version of Java on the system.

waterjoewaterjoe

Hi Subbeh,

 

did you find a solution?

I have the same problem with the same error message and don't know what to do. :-(

 

Any help would be great!

Thank you and regards

 

Julian

Subbeh2Subbeh2

Hi waterjoe,

 

When you create a new project, a shell script  will be created in the project directory.

Instead of running cliq manually use this script and it should work.

 

waterjoewaterjoe

Hi,

 

it worked with the script - thank you!  :-)

 

Best regards

Julian

clouduserclouduser

Hey all,

 

Have you found the solution to setup the dataloader batch in unix platform? can you please provide me the script and other helpful links to setup in unix?

 

thanks

raj