<?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: tSystem in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSystem/m-p/2340634#M108646</link>
    <description>&lt;P&gt;Hello @Soumya M​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Regarding to the error log, seems there is some wrong with your "Use Array Command" settings in tSystem.&lt;/P&gt;&lt;P&gt;Please refer to the below article &lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/8.0/system/executing-cmd-with-multiple-para-using-tsystem-procedure" alt="https://help.talend.com/r/en-US/8.0/system/executing-cmd-with-multiple-para-using-tsystem-procedure" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/system/executing-cmd-with-multiple-para-using-tsystem-procedure&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if it doesn't help, please provide a snapshot of your tSystem component settings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, Yes, I think it's ok to take a backup of postgresql db by tSystem&lt;/P&gt;&lt;P&gt;I did it in my side by using pg_dump cmd, and it's working like the below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000fK5SOAA0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155959i535F1CB5C7CC3964/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000fK5SOAA0.png" alt="0695b00000fK5SOAA0.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: it need to setup pg_dump command path to  the System environment  PATH first and need to restart the studio&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2023 01:42:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-04-14T01:42:44Z</dc:date>
    <item>
      <title>tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem/m-p/2340633#M108645</link>
      <description>&lt;P&gt;Hello, i was working on executing a cmd prompt command to take a backup of postgresql database using tSystem. Before that i was trying to run simple commands using tSystem [Use Array command]. But I'm getting error like this:&lt;/P&gt;&lt;P&gt;Error Line: 359&lt;/P&gt;&lt;P&gt;Detail Message: Syntax error on token "=", Expression expected after this token&lt;/P&gt;&lt;P&gt;There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:359)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.DefaultRunProcessService.checkLastGenerationHasCompilationError(DefaultRunProcessService.java:534)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.RunProcessService.checkLastGenerationHasCompilationError(RunProcessService.java:318)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ProcessorUtilities.generateBuildInfo(ProcessorUtilities.java:826)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:706)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:2029)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.RunProcessContext$2.run(RunProcessContext.java:663)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:436)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:352)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:468)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:228)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:984)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.RunProcessContext.exec(RunProcessContext.java:610)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ui.ProcessComposite.exec(ProcessComposite.java:1447)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ui.views.ProcessView$RunAction.run(ProcessView.java:736)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ui.actions.RunProcessAction.run(RunProcessAction.java:63)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.core.debug.JobLaunchConfigurationDelegate$1$1.run(JobLaunchConfigurationDelegate.java:98)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4001)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3629)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.rcp.intro.Application.start(Application.java:303)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at java.base/java.lang.reflect.Method.invoke(Method.java:577)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:654)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.launcher.Main.run(Main.java:1462)&lt;/P&gt;&lt;P&gt;Can anyone help me with this ?&lt;/P&gt;&lt;P&gt;Also will i be able to take a backup of postgresql database using tSystem component ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 12:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem/m-p/2340633#M108645</guid>
      <dc:creator>Soumya_M</dc:creator>
      <dc:date>2023-04-13T12:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem/m-p/2340634#M108646</link>
      <description>&lt;P&gt;Hello @Soumya M​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Regarding to the error log, seems there is some wrong with your "Use Array Command" settings in tSystem.&lt;/P&gt;&lt;P&gt;Please refer to the below article &lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/8.0/system/executing-cmd-with-multiple-para-using-tsystem-procedure" alt="https://help.talend.com/r/en-US/8.0/system/executing-cmd-with-multiple-para-using-tsystem-procedure" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/system/executing-cmd-with-multiple-para-using-tsystem-procedure&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if it doesn't help, please provide a snapshot of your tSystem component settings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, Yes, I think it's ok to take a backup of postgresql db by tSystem&lt;/P&gt;&lt;P&gt;I did it in my side by using pg_dump cmd, and it's working like the below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000fK5SOAA0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155959i535F1CB5C7CC3964/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000fK5SOAA0.png" alt="0695b00000fK5SOAA0.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: it need to setup pg_dump command path to  the System environment  PATH first and need to restart the studio&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 01:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem/m-p/2340634#M108646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-14T01:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem/m-p/2340635#M108647</link>
      <description>&lt;P&gt;can you give me the syntax of this command achen ?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 05:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem/m-p/2340635#M108647</guid>
      <dc:creator>Soumya_M</dc:creator>
      <dc:date>2023-04-14T05:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem/m-p/2340636#M108648</link>
      <description>&lt;P&gt;Hello @Soumya M​&amp;nbsp;, &lt;/P&gt;&lt;P&gt;It's something like&lt;/P&gt;&lt;P&gt;pg_dump postgresql://&amp;lt;user&amp;gt;:&amp;lt;passwd&amp;gt;@&amp;lt;db_host&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;db_name&amp;gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;"pg_dump postgresql://postgres:Talend123@localhost:5433/test"&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 06:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem/m-p/2340636#M108648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-14T06:07:45Z</dc:date>
    </item>
  </channel>
</rss>

