Giter VIP home page Giter VIP logo

Comments (4)

analienx avatar analienx commented on June 18, 2024

Same problem here.
Obviously if one uses engine API for duplication it works but engina api with powershell is kind of playing wit clientsocket in PS which is everything but user friendly:)

from qlik-cli-windows.

Sarvjeet-Saini avatar Sarvjeet-Saini commented on June 18, 2024

from qlik-cli-windows.

 avatar commented on June 18, 2024

Hi guys,

I have had the same problem as you have only one difference that the issue started occur from around 300 MB apps but I found solution which seems helped:

1. Update PowerShell to 5.1 version.
2. Navigate to Qlik-Cli module in PowerShell folder. Navigate to "functions" section and select "core" file. Right - mouse click on it. Select "Edit". In opened PowerShell ISE window scroll down to line 29 and 32. Update lines with: "-TimeoutSec 3600" parameter. It should look like:
Line 29: $result = Invoke-RestMethod -Method $method -Uri $path @params -SessionVariable webSession -TimeoutSec 3600
Line 32: $result = Invoke-RestMethod -Method $method -Uri $path @params -WebSession $script:webSession -TimeoutSec 3600

I am not sure which of these changes had impact or maybe they both helped me out but maybe it will also resolve and your issues.
NOTE "-TimeoutSec 3600" means that timeout will be after 1 hour, you can change to higher value depending on our case.

Good luck!

from qlik-cli-windows.

ahaydon avatar ahaydon commented on June 18, 2024

The -TimeoutSec option is now available on the Connect-Qlik command

from qlik-cli-windows.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.