-
Notifications
You must be signed in to change notification settings - Fork 127
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
Conversation
docs/communication_flow.md
Outdated
|
||
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. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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?
docs/configuration.md
Outdated
@@ -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. |
There was a problem hiding this comment.
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.
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
Information