Skip to content

Unable to start service #122

@MarkJM84

Description

@MarkJM84

Describe the bug
We are trying to setup the Qlik-Py-Tools connector. For this we use miniconda and the setup instructions on this page.
We have a working demo environment on virtual machines (local and Azure). But after a succesfull (no error) installation on our client's server we are unable to start the service.

Environment:

  • OS: Windows Server 2016
  • Qlik Sense Enterprise 13.82 (June 2020)
  • SSE Version v.8.1

Additional context
We created a test server and used the follow (working) installation on our virtual machines:

  1. Install Miniconda (www.conda.io)
    1a. Install for all users
    1b. Install miniconda to the %PATH%
  2. Open Anaconda Prompt and execute the following commando's in here.
  3. Downgrade python to 3.6.8
    Command: conda install python=3.6.8
  4. Update conda
    Command: conda update conda
  5. Install C++ compiler (Python: mingw-w64) as describe in the PyStan documentation
    Command: conda install libpython m2w64-toolchain -c msys2
  6. Build the script
    Command: Qlik-Py-Init.bat
  7. Add PyTools to the Analytic Connections in Qlik Sense
  8. Start the SSE Plugin
    Command: Qlik-Py-Start.bat

Screenshots
errormessage1

errormessage2

errorinfo1

Metadata

Metadata

Assignees

No one assigned

    Labels

    installationIssues related to setup and installation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions