contact2sourav / dataloadercliq

Automatically exported from code.google.com/p/dataloadercliq
0 stars 0 forks source link

The system cannot find the path specified #66

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Extracting
2. When pressing button "Create Dataloader Cli files"

What version of the product are you using? 

Data Loader 25.0.2
Cliq         2.3.0 (older versions have the same byg)

On what operating system?

Windows 7 Ultimate Service Pack 1

Original issue reported on code.google.com by teixeira...@gmail.com on 18 Nov 2012 at 4:17

GoogleCodeExporter commented 8 years ago
Try the below:
1) create a folder dataloader (no spaces) in C:\ drive (C:\dataloader)
2) Copy dataloader.jar ,JAVA folder and cliq folder from C:\Program 
Files\salesforce.com\Data Loader to C:\dataloader
3) try to execute cliq.sh from cliq folder

Reply after testing

Original comment by joice...@gmail.com on 19 Dec 2012 at 4:31

GoogleCodeExporter commented 8 years ago
I'm having this same issue with Data loader 31

1) create a folder dataloader (no spaces) in C:\ drive (C:\dataloader)
2) Copy dataloader.jar ,JAVA folder and cliq folder from C:\Program 
Files\salesforce.com\Data Loader to C:\dataloader
3) try to execute cliq.sh from cliq folder

Original comment by jkoronko...@gmail.com on 8 Oct 2014 at 8:22

GoogleCodeExporter commented 8 years ago
Relocating to C:\dataloader worked for me in Win7.

Original comment by kaleb.an...@gmail.com on 14 Jan 2015 at 11:27

ashishrb commented 8 years ago

I am using Windows 10, and Dataloader 36.0. I have downloaded the cliq version 2.2.0. Whenever I try to execute Cliq, I am receiving error like "The system can not find the path .....". Please help to solve

Regards Ashish

komalkumarB commented 6 years ago

I am using Windows 10, and Dataloader 42.0. I have downloaded the cliq version 2.2.0. Whenever I try to execute Cliq, I am receiving error like Using __jvm to run CLIq... The system cannot find the path specified.

did anyone face this before? please help to solve.

thanks in advance Komal

SathishSaadhvi commented 6 years ago

I have a solution for that. I've kept java files in D:. You can simply change the path. Nothing more than that. It will simply work

REM DL >=24 moved java to the Java dir set JAVADIR="" if exist "..\Java" (set JAVADIR=D:\Java\jre1.8.0_171\bin\java.exe) else (set JAVADIR=D:\Java\jre1.8.0_171\bin\java.exe)

echo Using %JAVADIR% to run CLIq...

D:\Java\jre1.8.0_171\bin\java.exe -Xmx256m -Djava.dir=%JAVADIR% -cp cliq.jar;..*;lib\miglayout-3.7.1.jar;. com.salesforce.cliq.DataLoaderCliq %1

pause

komalkumarB commented 6 years ago

yeah, we need to set the path many of us are using different versions of jre so java folder contains folders of it rather than bin folder directly. so please change the path from java to bin something like below Java\jre1.8.0_171\bin will solve this issue

SathishSaadhvi commented 6 years ago

Hello Saurav,

I hope you are doing well. Could you please help me in finding out the solution why no files are getting created in Write folder?

I am trying to export. I was able to Login successfully. I gave right SOQL code. It is saying that it executed successfully.

But, no file was generated in Write folder.

Could you please help me by providing the solution? Thanks for your effort and time

Regards,

Sathish. B

Rakeshsahoo87 commented 5 years ago

Hi komalkumarB ,

i am having the same problem, not able to resolve it, please help to do so. please contact me on rockyaryan87@gmail.com