<?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 Qlik CLI - time out error in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-CLI-time-out-error/m-p/1657162#M11986</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I use QLIK-CLI to duplicate applications.&lt;/P&gt;&lt;P&gt;It works fine but for large applications, a time out error occurs: "System.Net.WebException: The operation has timed out"&lt;/P&gt;&lt;P&gt;here is the command used:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;$AppRecover = Copy-QlikApp -id $AppCurrentId&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually, the error occurs in Powershell windows and so end the script (but the copy ends well several minutes after the error).&lt;/P&gt;&lt;P&gt;How can I configure my script to not have this time out or force the program to wait the end of the copy?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;fabb&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:50:49 GMT</pubDate>
    <dc:creator>Fabb</dc:creator>
    <dc:date>2024-11-16T03:50:49Z</dc:date>
    <item>
      <title>Qlik CLI - time out error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-CLI-time-out-error/m-p/1657162#M11986</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I use QLIK-CLI to duplicate applications.&lt;/P&gt;&lt;P&gt;It works fine but for large applications, a time out error occurs: "System.Net.WebException: The operation has timed out"&lt;/P&gt;&lt;P&gt;here is the command used:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;$AppRecover = Copy-QlikApp -id $AppCurrentId&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually, the error occurs in Powershell windows and so end the script (but the copy ends well several minutes after the error).&lt;/P&gt;&lt;P&gt;How can I configure my script to not have this time out or force the program to wait the end of the copy?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;fabb&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-CLI-time-out-error/m-p/1657162#M11986</guid>
      <dc:creator>Fabb</dc:creator>
      <dc:date>2024-11-16T03:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI - time out error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-CLI-time-out-error/m-p/1657725#M12002</link>
      <description>How long are we talking here? It sounds like you are exceeding the time allowed by your virtual proxy. You can to go QMC, look at your virtual proxies, and review the session inactivity timeout (minutes). If it's too short and you can't extend it due to environmental constraints you could create a new one that only allows certain traffic and make the timeout longer there. We use Qlik-CLI for everything all day long (i.e. every 5 minutes there are processes that run in all environments that invoke it + tons of other processes that use it less frequently)</description>
      <pubDate>Fri, 13 Dec 2019 21:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-CLI-time-out-error/m-p/1657725#M12002</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2019-12-13T21:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI - time out error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-CLI-time-out-error/m-p/1658505#M12019</link>
      <description>&lt;P&gt;Thank you for your answer,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The session inactivity timeout is set to 90 minutes.&lt;/LI&gt;&lt;LI&gt;The time out error occurs in the PowerShell script after about 1,30 - 2 minutes.&lt;/LI&gt;&lt;LI&gt;The application need about 15 minutes to duplicate.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have change something or initialize something in yours script for the timeout?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 13:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-CLI-time-out-error/m-p/1658505#M12019</guid>
      <dc:creator>Fabb</dc:creator>
      <dc:date>2019-12-17T13:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI - time out error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-CLI-time-out-error/m-p/1658993#M12028</link>
      <description>&lt;P&gt;I am certainly not seeing timeout issues on my side but I do not have an app which requires 15 minutes to copy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Here's my flow:&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;PS C:\&amp;gt; $PSVersionTable

Name                           Value                                                                                                                                              
----                           -----                                                                                                                                              
PSVersion                      5.1.14393.3053                                                                                                                                     
PSEdition                      Desktop                                                                                                                                            
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}                                                                                                                            
BuildVersion                   10.0.14393.3053                                                                                                                                    
CLRVersion                     4.0.30319.42000                                                                                                                                    
WSManStackVersion              3.0                                                                                                                                                
PSRemotingProtocolVersion      2.3                                                                                                                                                
SerializationVersion           1.1.0.1

PS C:\&amp;gt; Connect-Qlik
PS C:\&amp;gt; $startTime = (Get-Date)
PS C:\&amp;gt; Copy-QlikApp -id b7913ff2-2294-411c-a998-41f472e54359
PS C:\&amp;gt; $endTime = (Get-Date)
PS C:\&amp;gt; $ElapsedTime = (($endTime-$startTime).TotalSeconds)
PS C:\&amp;gt; echo $ElapsedTime
216.8409133&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps &lt;A href="https://github.com/ahaydon/Qlik-Cli/issues/56#issuecomment-419014686" target="_self"&gt;https://github.com/ahaydon/Qlik-Cli/issues/56#issuecomment-419014686&lt;/A&gt; can be of some help?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 13:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-CLI-time-out-error/m-p/1658993#M12028</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2019-12-18T13:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI - time out error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-CLI-time-out-error/m-p/1666322#M12139</link>
      <description>&lt;P&gt;Good afternoon &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/75195"&gt;@Fabb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I faced the same timeout issue. With&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;&amp;nbsp;'s suggestion I was able to overcome it.&lt;BR /&gt;&lt;BR /&gt;I hope this helps,&lt;BR /&gt;Riccardo&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 15:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-CLI-time-out-error/m-p/1666322#M12139</guid>
      <dc:creator>rzenere_avvale</dc:creator>
      <dc:date>2020-01-16T15:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik CLI - time out error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-CLI-time-out-error/m-p/1666396#M12141</link>
      <description>&lt;P&gt;You right, it works for me now,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 16:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-CLI-time-out-error/m-p/1666396#M12141</guid>
      <dc:creator>Fabb</dc:creator>
      <dc:date>2020-01-16T16:47:41Z</dc:date>
    </item>
  </channel>
</rss>

