Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Execute Batch File on Windows 2008 Standard

I created a Talend Studio job to take data from an excel spreadsheet into a CRM
This job works fine on the 32-bit machine it was created on.
However, when this job was moved to a 64-bit Windows 2008 Standard environment, the batch file doesn't run
Here is the configuration on the Windows server:
Server Setup:
 
-       Windows Server 2008 R2 Standard
-       Intel® Xenon CPU E5-2503 v2 @ 1.80GHz (2 Processors)
-       32 GB
-       javac –version = 1.8.0.91
-       java – version = 1.8.0.91
-       JRE_HOME = C:\Program Files\Java\jre1.8.0_91
-       JDK Path = C:\Program Files\Java\jdk1.8.0_91\bin
 
Issue:
 
-       Attempt to run batch file, and doesn’t run

Labels (2)
6 Replies
Anonymous
Not applicable
Author

Hi,
What's the talend build version you are using? Did you export your job from your 32 bit studio(32 bit machine) and import it into 64 bit studio(64 machine)?
Can you successfully execute your job in 64 bit studio?
Best regards
Sabrina
Anonymous
Not applicable
Author

Talend Open Studio Build: 6.0.1 - 32bit
Exported as Standalone Job to 64-bit machine with no Talend Open Studio Installed
Wanted to run directly from Batch file through Windows Scheduler
Anonymous
Not applicable
Author

Hi,
Have you already checked the document about  TalendHelpCenter:Compatible Platforms and Java environments for V6.0? 
32-bit processer is not list on the supported form.
Can you directly execute your .bat file  on the 32-bit machine successfully?
Best regards
Sabrina
Anonymous
Not applicable
Author

Yes, I have checked your documentation.
When the job was created, it worked fine when testing on the 32-bit machine.
Do I need to install Talend on the 64-bit machine now?
I've been able to create standalone jobs before, and run on servers without Talend running on them, with no issue.
Has this changed?
Thanks!
-E
Anonymous
Not applicable
Author

Hi,
Did you get any error message when execute this batch file on 64 bit OS? Does this issue only repro on a specific job or all jobs created on 32 bit studio?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hello Sabrina,
No error messages. Just that it starts to run the batch, but doesn't execute any of the Java code.
I've made sure to install JRE/JDK, and validated they are installed.
It looks like the batch only echos what's in the batch file, but doesn't run anything