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

Sense Enterprise April 2018 updates #31

Merged
merged 2 commits into from
Apr 23, 2018
Merged

Conversation

josefinestal
Copy link
Contributor

In the Sense Enterprise April 2018 release, it's no longer needed to restart Qlik engine service when capabilities of a plugin are changed/added/deleted. This PR includes necessary updates in the documentation.

OBS! Wait with merging this PR!

Status

[ ] Under development
[x] Waiting for code review
[x] Waiting for merge

Information

[ ] Contains breaking changes
[ ] Contains new API(s)
[x] Contains documentation
[ ] Contains test
[ ] Contains examples


1. The start order of the SSE plugin (the server) and the Qlik Engine service depends on how you are configuring the plugin.
* Using QMC and _Sense Enterprise April 2018_: Any changes in the configurations can be done during runtime and you can start in any order you would like.
* Configuration using Settings.ini or QMC and earlier releases: The SSE plugin must be running before the Qlik Engine service is started. Any changes in the configuration requires a restart of the Qlik Engine service. See [Limitations](limitation.md) for more information.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From April 2018 we will retry connections to all plugins, both from QRS or settings.ini, so the plugin is not required to run before starting engine.

@@ -16,8 +16,6 @@ The following diagram shows an example of SSE plugins communicating with Qlik:
- Qlik is the **client**
- The SSE plugin (Python, etc.) is the **server**.

This means that the server (that is, the plugin) must be started and running before the Qlik engine is started.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps a "Before April 2018"-conditional instead of removing totally?

@@ -1,13 +1,13 @@
# Configuring SSE plugins in Qlik

## Qlik Sense
You must configure SSE plugins, referred to by Qlik as analytic connections, in the Qlik Management Console (QMC) or using the Qlik Repository Service API. After you add a new analytic connection, you must restart the Qlik engine.
You must configure SSE plugins, referred to by Qlik as analytic connections, in the Qlik Management Console (QMC) or using the Qlik Repository Service API.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or in the settings.ini file. And in desktop you still need to restart.

@tobiaslindulf tobiaslindulf merged commit 976dc2e into master Apr 23, 2018
@tobiaslindulf tobiaslindulf deleted the update_doc_engine_restart branch April 23, 2018 08:52
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

Successfully merging this pull request may close these issues.

4 participants