<?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: Task details dont show up in command line in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2429021#M10087</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/288931"&gt;@srikar22&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm confused - what command line where? What tool are you using to try to see the command line details? And what details do you expect? Is this a Linux server or Windows Server environment.&lt;/P&gt;
&lt;P&gt;Either way this most likely implies that you not using a process which is allowed to see the details. Try running 'as Administrator' or under 'root'&lt;/P&gt;
&lt;P&gt;On Linux try some variation of: &lt;STRONG&gt;ps -ef | grep re[p]&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;On Windows you can use the TaskManager 'details' tab&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Heinvandenheuvel_0-1710015477746.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161676i4256810497E4BCEE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Heinvandenheuvel_0-1710015477746.png" alt="Heinvandenheuvel_0-1710015477746.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or use PowerShell something along the lines of.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;PS C:\WINDOWS\system32&amp;gt;  Get-WmiObject Win32_Process  -filter "name like 'rep%.exe'" |  Format-Table -AutoSize @{Expression={$_.ProcessId}}, @{Expression={$_.CommandLine}}

$_.ProcessId $_.CommandLine
------------ --------------
        9968 "C:\Program Files\Attunity\Replicate\bin\RepUiCtl.exe" -d "C:\Replicate\data" service run
        3332 "C:\Program Files\Attunity\Replicate\bin\repctl.exe" -d "C:\Replicate\data" service start name=QlikReplicateServer address=127.0.0.1 port=3550
        1400 "C:\Program Files\Attunity\Replicate\bin\repctl.exe" -d C:\Replicate\data reptasksrv Oracle_to_Oracle 127.0.0.1:3550 3332
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, the PowerShell suggestion is more complex than needed here, but it is likely a good base for what you need to build&amp;nbsp; a useful script&lt;/P&gt;
&lt;P&gt;You gave it the label&amp;gt;&amp;gt;&lt;EM&gt;&amp;nbsp;Errors - Unexpected Behavior&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Huh? Your error surely. Command lines are out of control of Replicate in the OS domain.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Hein&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Mar 2024 20:21:17 GMT</pubDate>
    <dc:creator>Heinvandenheuvel</dc:creator>
    <dc:date>2024-03-09T20:21:17Z</dc:date>
    <item>
      <title>Task details dont show up in command line</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2426823#M9981</link>
      <description>&lt;P&gt;I am not seeing the task details in command line for qlik replicate tasks.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 21:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2426823#M9981</guid>
      <dc:creator>srikar22</dc:creator>
      <dc:date>2024-03-04T21:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Task details dont show up in command line</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2426836#M9982</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/288931"&gt;@srikar22&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I replied to your comment on my article on how to kill a task in Windows task manager and will put the same information here.&lt;/P&gt;
&lt;P&gt;Is the command line column empty for other processes as well? Can you try refreshing it by closing and reopening Task Manager?&lt;/P&gt;
&lt;P&gt;If that does not work, please reboot the server next. If that does not help, please check with your server admin as this is surely a Windows operating system issue.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 22:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2426836#M9982</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2024-03-04T22:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Task details dont show up in command line</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2426862#M9984</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/288931"&gt;@srikar22&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If you are talking about the task status information, please try following command if it meets your need.&lt;/P&gt;
&lt;PRE&gt;repctl gettaskstatus task=&amp;lt;your task name&amp;gt;&lt;/PRE&gt;
&lt;P&gt;However, "gettaskstatus" is not&lt;SPAN&gt;&amp;nbsp;documented in the user guide. It may not be supported. You might consider using the ‘GetTaskDetails’ API from Qlik Enterprise Manager.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 01:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2426862#M9984</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-03-05T01:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Task details dont show up in command line</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2428972#M10086</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/288931"&gt;@srikar22&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you running the command from&amp;nbsp;QEM API rather than Qlik Replicate. IF you are running then run the CMD prompt from Admin privileges&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sushil Kumar&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 03:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2428972#M10086</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2024-03-09T03:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Task details dont show up in command line</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2429021#M10087</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/288931"&gt;@srikar22&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm confused - what command line where? What tool are you using to try to see the command line details? And what details do you expect? Is this a Linux server or Windows Server environment.&lt;/P&gt;
&lt;P&gt;Either way this most likely implies that you not using a process which is allowed to see the details. Try running 'as Administrator' or under 'root'&lt;/P&gt;
&lt;P&gt;On Linux try some variation of: &lt;STRONG&gt;ps -ef | grep re[p]&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;On Windows you can use the TaskManager 'details' tab&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Heinvandenheuvel_0-1710015477746.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161676i4256810497E4BCEE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Heinvandenheuvel_0-1710015477746.png" alt="Heinvandenheuvel_0-1710015477746.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or use PowerShell something along the lines of.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;PS C:\WINDOWS\system32&amp;gt;  Get-WmiObject Win32_Process  -filter "name like 'rep%.exe'" |  Format-Table -AutoSize @{Expression={$_.ProcessId}}, @{Expression={$_.CommandLine}}

$_.ProcessId $_.CommandLine
------------ --------------
        9968 "C:\Program Files\Attunity\Replicate\bin\RepUiCtl.exe" -d "C:\Replicate\data" service run
        3332 "C:\Program Files\Attunity\Replicate\bin\repctl.exe" -d "C:\Replicate\data" service start name=QlikReplicateServer address=127.0.0.1 port=3550
        1400 "C:\Program Files\Attunity\Replicate\bin\repctl.exe" -d C:\Replicate\data reptasksrv Oracle_to_Oracle 127.0.0.1:3550 3332
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, the PowerShell suggestion is more complex than needed here, but it is likely a good base for what you need to build&amp;nbsp; a useful script&lt;/P&gt;
&lt;P&gt;You gave it the label&amp;gt;&amp;gt;&lt;EM&gt;&amp;nbsp;Errors - Unexpected Behavior&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Huh? Your error surely. Command lines are out of control of Replicate in the OS domain.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Hein&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 20:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2429021#M10087</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2024-03-09T20:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Task details dont show up in command line</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2461331#M11461</link>
      <description>&lt;P&gt;Please see this I am not able get the command line&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="srikar22_0-1718121341719.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167745iCE4715FA9A897182/image-size/medium?v=v2&amp;amp;px=400" role="button" title="srikar22_0-1718121341719.png" alt="srikar22_0-1718121341719.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 15:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2461331#M11461</guid>
      <dc:creator>srikar22</dc:creator>
      <dc:date>2024-06-11T15:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Task details dont show up in command line</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2461370#M11463</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/288931"&gt;@srikar22&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have not seen this situation before, where the command line is not shown in task manager. Please check with your Windows Administrator. There may be related errors in the Windows Event Viewer, a possible permissions issue, or maybe the server just needs to be rebooted. I am not sure.&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 18:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2461370#M11463</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2024-06-11T18:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Task details dont show up in command line</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2461476#M11474</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt; &lt;SPAN&gt;Please see this I am not able get the command line&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This has nothing to do with Replicate as such.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's just a windows authorization issue. Check with your system manager team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hein&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 04:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2461476#M11474</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2024-06-12T04:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Task details dont show up in command line</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2461512#M11478</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/288931"&gt;@srikar22&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Request you to please try with Administrator privileges if using any other account to login.as HIEN mentioned its Windows&amp;nbsp;permission issue then the QR command issue.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sushil Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 05:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-details-dont-show-up-in-command-line/m-p/2461512#M11478</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2024-06-12T05:49:21Z</dc:date>
    </item>
  </channel>
</rss>

