You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: