-
Notifications
You must be signed in to change notification settings - Fork 8
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
Windows Service Monitor returns an error #829
Comments
Ohh... interesting. Could it be that Qlik changed the name of the engine service in QS 2023-May? |
Hi Göran, I checked the names of the services. They have remained the same. I have tried it with any service of the Windows operating system and it works. Is it a problem that Butler is running on a separate Windows computer and not directly on the Sense server? BR, |
Butler should be able to check service status on a remote server, assuming firewalls allow this. First, there should be better error handling for this. Throwing an error like that is no good. Then, some questions to narrow things down:
|
|
Edit: The below is still true to the best of my knowledge, but I also found a small bug that causes remote lookup of service status to fail. I had a look at this and it's most likely a permissions problem. It can be tested by running this command on the server where Butler is running:
If the response looks like this you got a permissions problem, with the remote/Sense server blocking access to the services on the that server.
If you get the same error as above this can be solved in a few different ways:
|
Hello Göran, This issue is not urgent for me. I will wait for the new version. Thank you very much! Rumen |
Version 9.3.1 adds some bug fixes and improvements to Windows service monitoring. |
Thanks for reporting it, I've noted the same on some servers, while everything works great on other servers. |
This issue is stale because it has been open for 30 days with no activity. |
What version of Butler are you using?
9.2.1
What version of Node.js are you using? Not applicable if you use the standalone version of Butler.
I use tandalone version of Butler.
What command did you use to start Butler?
butler.exe -c test.yaml -l debug
What operating system are you using?
Windows 2019
What CPU architecture are you using?
Intel Xeon
What Qlik Sense versions are you using?
May 2023
Describe the Bug
Butler does not find the Qlik services installed on the Sense Server. Please find a screenshot attached.
Expected Behavior
No response
To Reproduce
No response
The text was updated successfully, but these errors were encountered: