<?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- Why my PowerShell open and close without doing anything ? in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/tSystem-Why-my-PowerShell-open-and-close-without-doing-anything/m-p/2342771#M2152</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You could try to append to the your script this line, if you have only one process running Powershel:&lt;/P&gt;&lt;P&gt;Get-Process powershell | Stop-Process&lt;/P&gt;&lt;P&gt;You don't even need to change your job design but simply let it turn itself off.&lt;/P&gt;&lt;P&gt;Not sure it is an issue from talend studio, there must be a way to figure it out within the script itself.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Sep 2021 03:58:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-09-02T03:58:39Z</dc:date>
    <item>
      <title>tSystem- Why my PowerShell open and close without doing anything ?</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/tSystem-Why-my-PowerShell-open-and-close-without-doing-anything/m-p/2342766#M2147</link>
      <description>&lt;P&gt;Hello folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario : At the end of the ETL process i want my powerbi dataset to be refresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i run the powershell manually the script works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i try to use tSystem, the script open and close without any error message it's quiet disturbing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a read a lot of article in tSystem and  tried to apply a lot of changes but nothing works for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your precious help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000HvMaXAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153472i21739CD98AD71553/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000HvMaXAAV.png" alt="0695b00000HvMaXAAV.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;My PowerShell script : &lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$User ="mymail"&lt;/P&gt;&lt;P&gt;$PW&amp;nbsp;= "mypw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$SecPasswd=ConvertTo-SecureString $PW -AsPlainText -Force&lt;/P&gt;&lt;P&gt;$myCred = New-Object System.Management.Automation.PSCredential($User,$SecPasswd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connect-PowerBIServiceAccount -Credential $myCred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invoke-PowerBIRestMethod -Url 'datasets/id_dataset/refreshes' -Method Post -Body('id_ws')&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/tSystem-Why-my-PowerShell-open-and-close-without-doing-anything/m-p/2342766#M2147</guid>
      <dc:creator>Urba34</dc:creator>
      <dc:date>2024-11-15T23:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem- Why my PowerShell open and close without doing anything ?</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/tSystem-Why-my-PowerShell-open-and-close-without-doing-anything/m-p/2342767#M2148</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What's OS and JDK version are you using? On which talend build version you got this issue?&lt;/P&gt;&lt;P&gt;If you don't mind, could you please open the error log generated automatically by the Studio to see whether you have error stack trace there; if you do, we will appreciate it a lot if you can paste it here.&lt;/P&gt;&lt;P&gt;About how to open this error log: in your Studio, click &lt;B&gt;Window&lt;/B&gt; to open the menu, then select&amp;nbsp;Show View-&amp;gt;General-&amp;gt;Error Log. Once you see an error, double click it.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 03:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/tSystem-Why-my-PowerShell-open-and-close-without-doing-anything/m-p/2342767#M2148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-01T03:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem- Why my PowerShell open and close without doing anything ?</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/tSystem-Why-my-PowerShell-open-and-close-without-doing-anything/m-p/2342768#M2149</link>
      <description>&lt;P&gt;Hello thanks for your quick reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OS : Windows 10 pro&lt;/P&gt;&lt;P&gt;JDK :  Zulu JDK 8.50.0.51 (8u275) 64 bits&lt;/P&gt;&lt;P&gt;TOS : 7.1 64 bits&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See in attachement my logs,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 06:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/tSystem-Why-my-PowerShell-open-and-close-without-doing-anything/m-p/2342768#M2149</guid>
      <dc:creator>Urba34</dc:creator>
      <dc:date>2021-09-01T06:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem- Why my PowerShell open and close without doing anything ?</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/tSystem-Why-my-PowerShell-open-and-close-without-doing-anything/m-p/2342769#M2150</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;From the error message"java.lang.ClassCastException: org.talend.core.model.properties.impl.JobDocumentationItemImpl cannot be cast to org.talend.core.model.properties.JobletProcessItem", it is usually  caused by Creating a job/joblet, generating to documentation and exporting it.&lt;/P&gt;&lt;P&gt;Did you install your v 7.1 studio completely?&lt;/P&gt;&lt;P&gt;Are you able to run a simple command successfully in your tSystem component?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 08:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/tSystem-Why-my-PowerShell-open-and-close-without-doing-anything/m-p/2342769#M2150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-01T08:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem- Why my PowerShell open and close without doing anything ?</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/tSystem-Why-my-PowerShell-open-and-close-without-doing-anything/m-p/2342770#M2151</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you install your v 7.1 studio completely?&lt;I&gt; &lt;/I&gt;&lt;B&gt;&lt;I&gt;I got already 3 operationnal job so i think so&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you able to run a simple command successfully in your tSystem component? &lt;B&gt;Yes, each time no error occure when i run it &lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe i have to instal the 7.3 TOS ? What is a successfully installation for you ? Because for me it's when i run a job ^^&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 15:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/tSystem-Why-my-PowerShell-open-and-close-without-doing-anything/m-p/2342770#M2151</guid>
      <dc:creator>Urba34</dc:creator>
      <dc:date>2021-09-01T15:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem- Why my PowerShell open and close without doing anything ?</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/tSystem-Why-my-PowerShell-open-and-close-without-doing-anything/m-p/2342771#M2152</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You could try to append to the your script this line, if you have only one process running Powershel:&lt;/P&gt;&lt;P&gt;Get-Process powershell | Stop-Process&lt;/P&gt;&lt;P&gt;You don't even need to change your job design but simply let it turn itself off.&lt;/P&gt;&lt;P&gt;Not sure it is an issue from talend studio, there must be a way to figure it out within the script itself.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 03:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/tSystem-Why-my-PowerShell-open-and-close-without-doing-anything/m-p/2342771#M2152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-02T03:58:39Z</dc:date>
    </item>
  </channel>
</rss>

