<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: FileCopy in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/FileCopy/m-p/2253180#M36601</link>
    <description>&lt;P&gt;I have mentioned below the condition in RunIF. I'm using JAVA latest version&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((Boolean)globalMap.get("tFileExist_2_EXISTS"))==False&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((Boolean)globalMap.get("tFileExist_2_EXISTS"))==true&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jan 2020 03:00:36 GMT</pubDate>
    <dc:creator>BNP</dc:creator>
    <dc:date>2020-01-15T03:00:36Z</dc:date>
    <item>
      <title>FileCopy</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FileCopy/m-p/2253178#M36599</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In this job my scenario. If the file does not exist in this path need to show the message like "File Not Found" when this job is running in a scheduled task. While testing this job getting error message like a false variable. I have attached the error screenshots. Can anyone help me with this?&lt;/P&gt; 
&lt;P&gt;Thanks In advance&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;org.talend.designer.runprocess.ProcessorException: Job compile errors&lt;BR /&gt;At least job "FileCopy_FileExit" has a compile errors, please fix and export again.&lt;BR /&gt;Error Line: 427&lt;BR /&gt;Detail Message: False cannot be resolved to a variable&lt;BR /&gt;There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.&lt;BR /&gt;at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:338)&lt;BR /&gt;at org.talend.designer.runprocess.DefaultRunProcessService.checkLastGenerationHasCompilationError(DefaultRunProcessService.java:533)&lt;BR /&gt;at org.talend.designer.runprocess.RunProcessService.checkLastGenerationHasCompilationError(RunProcessService.java:316)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.generateBuildInfo(ProcessorUtilities.java:826)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:609)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:1951)&lt;BR /&gt;at org.talend.designer.runprocess.RunProcessContext$1.run(RunProcessContext.java:601)&lt;BR /&gt;at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:440)&lt;BR /&gt;at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:356)&lt;BR /&gt;at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:474)&lt;BR /&gt;at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:240)&lt;BR /&gt;at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:966)&lt;BR /&gt;at org.talend.designer.runprocess.RunProcessContext.exec(RunProcessContext.java:548)&lt;BR /&gt;at org.talend.designer.runprocess.ui.ProcessComposite.exec(ProcessComposite.java:1444)&lt;BR /&gt;at org.talend.designer.runprocess.ui.views.ProcessView$RunAction.run(ProcessView.java:700)&lt;BR /&gt;at org.talend.designer.runprocess.ui.actions.RunProcessAction.run(RunProcessAction.java:58)&lt;BR /&gt;at org.talend.designer.core.debug.JobLaunchConfigurationDelegate$1.run(JobLaunchConfigurationDelegate.java:85)&lt;BR /&gt;at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)&lt;BR /&gt;at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3919)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3550)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)&lt;BR /&gt;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)&lt;BR /&gt;at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)&lt;BR /&gt;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)&lt;BR /&gt;at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)&lt;BR /&gt;at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)&lt;BR /&gt;at org.talend.rcp.intro.Application.start(Application.java:277)&lt;BR /&gt;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.run(Main.java:1501)&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 13:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FileCopy/m-p/2253178#M36599</guid>
      <dc:creator>BNP</dc:creator>
      <dc:date>2020-01-14T13:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: FileCopy</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FileCopy/m-p/2253179#M36600</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;My first query is whether you are using right version of Java in your job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please check what you have added in the if condition? There may be a chance that you are trying to load String False instead of Boolean false.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 02:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FileCopy/m-p/2253179#M36600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-15T02:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: FileCopy</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FileCopy/m-p/2253180#M36601</link>
      <description>&lt;P&gt;I have mentioned below the condition in RunIF. I'm using JAVA latest version&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((Boolean)globalMap.get("tFileExist_2_EXISTS"))==False&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((Boolean)globalMap.get("tFileExist_2_EXISTS"))==true&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 03:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FileCopy/m-p/2253180#M36601</guid>
      <dc:creator>BNP</dc:creator>
      <dc:date>2020-01-15T03:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: FileCopy</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FileCopy/m-p/2253181#M36602</link>
      <description>change ((Boolean)globalMap.get("tFileExist_2_EXISTS"))==False to &lt;BR /&gt;((Boolean)globalMap.get("tFileExist_2_EXISTS"))==false&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jan 2020 05:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FileCopy/m-p/2253181#M36602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-15T05:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: FileCopy</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FileCopy/m-p/2253182#M36603</link>
      <description>&lt;P&gt;Thanks for given the solution. From 1hr I' have confused, why this job is not running. I have cross-checked every component individual. Everything is working fine. But, when connecting each one getting an error message&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 06:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FileCopy/m-p/2253182#M36603</guid>
      <dc:creator>BNP</dc:creator>
      <dc:date>2020-01-15T06:42:30Z</dc:date>
    </item>
  </channel>
</rss>

