Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect-Qlik not stable when we call it from remote machine on Nov 2022 Patch 3 #197

Open
Gopikrshna opened this issue Jan 26, 2023 · 1 comment

Comments

@Gopikrshna
Copy link

Hi ,

we are experiencing issue to call our existing scripts that are build using Qlik-cli on Nov-2022 patch 3, earlier they are running fine with feb 2022 qliksense version. any idea what could be the reason ?
its just fails immediately however some times its working fine
Connect-Qlik -ComputerName $qlikSenseHost

@Himans2
Copy link

Himans2 commented Apr 18, 2023

Hi,

It's possible that the issue you're experiencing is related to changes in the Qlik Sense version you are now using, particularly if the scripts were built specifically for the February 2022 version and may not be compatible with the November 2022 patch 3 version.

Here are a few things you can try to troubleshoot the issue:

Check for any breaking changes or updates made in the November 2022 patch 3 release notes that could be causing the issue. If you find any, try updating your scripts accordingly.

Try running the scripts on a different Qlik Sense instance to see if the issue is specific to the November 2022 patch 3 release or if it's a more general compatibility issue.

Check if there are any dependencies or packages required for the scripts that may have changed in the new version of Qlik Sense. Ensure that all required dependencies are installed and up to date.

Check the error message you receive when the script fails. It may provide clues as to the cause of the issue. Additionally, check the logs for any errors or warnings related to the script execution.

Test the script with different inputs to see if the issue is related to a specific input or scenario.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants