10/2/2023 - Updated configuration PDF. More granular instructions on setting up connection to the NPrinting PostgreSQL database. Instructions on disabling 'bulkreader' in recent Qlik Sense versions.
/////////////////////
Version 3.0 (4/12/2022)
Update Details:
-Fixed a bug introduced by NP May 2021 SR3 where the reload fails in the load script:
< Field 'id' not found FROM "nprinting"."public"."task_execution" >
-Updated background colours on the "Task Recipients" Pivot Table to green
Version 2.0
Update Details:
Deployment Summary Sheet:
- Configurable variable "vResolvers ". By default this is set to the # logical engine processors. If you have changed the "content-resolvers" property in the engine.config file(s) to increase/decrease the number of resolvers in your NPrinting environment, set vResolvers to the sum of this value in all your engine.config files.
-New KPI "Peak Connection Concurrency". This is the number of unique connections used at any one time by executing publish tasks, subscriptions, on-demand requests, or metadata reload requests. It does not include preview requests. If this number exceeds 60% of your resolver count, queuing is expected to occur and reports will take longer to run. The metric will turn red indicating it is time to add logical engine processors to your NPrinting Engine(s) to a maximum of 16 logical processors per engine.
-New KPI "Peak Execution Concurrency". This is the number of concurrent execution requests at any one time . It is the sum of executing publish tasks + executing subscription requests + executing onDemand Requests + executing Metadata reload requests. If multiple reports are running in a single publish task, it counts as just '1' in this resolver . Does not include 'preview' requests.
Report Delivery Sheet:
-New filters added
Data Connections Sheet:
-New filters added
-Section Access field (yes/no ) added
Qlik Lineage Sheet:
-New filters added
-New KPIs added: Complex reports , Medium reports, simple reports
App Content Sheet:
-new filters added
Task Recipients Sheet:
-new filters added
Execution Analysis Sheet:
- New time chart: "Active Connections by Type Over Time". Shows concurrently used connections over time , stacked bar charts splits the type of request using the connection (Publish Task, Subscription,OnDemand,Metadata Reload) . A Y Axis limit line shows the peak. It turns red if it exceeds 60% of the vResolvers variable
-New table "Days when Concurrency Exceeded". Shows the number of days where the peak concurrency connections exceeds 60% of vResolvers.
- New time chart: "Executions by Type Over Time". Shows concurrent executions over time , stacked bar charts splits the type of request (Publish Task, Subscription,OnDemand,Metadata Reload) . A y axis limit line shows the peak over time.
-New table "Peak Concurrency by Day". Shows peak concurrency by day.
Report Performance Sheet:
-Container with 4 distribution plots showing execution length for publish tasks, subscriptions,ondemand requests and metadata reloads. Colored by status (green = success, red = failed)
-Container with 4 tables showing detailed executions
- 4 KPIs showing "Average Publish Task Length", "Average OnDemand Length", "Average Subscription Length", "Average Metadata Reload Length" .
Users Sheet:
-New Filters added
Execution Log Messages:
-New Filters added
Load Script / Model:
- vResolvers variable set to the sum of logical processors on each NP engine found
-
section access field added to connections
-
New master date table intervalmatched to executions.
-
vMonthsToLoad variable determines how many trailing months to generate in the master date table (default is 3 months)
Upgrade:
For anybody upgrading you will need to re-edit the data source in the load script and if and only if you have changed the resolvers-count setting in the NPrinting engine.config file .... then after reloading the app , go to the deployment summary sheet and update the vResolvers variable to be equivalent to the same value as 'resolvers-count' in the engine.config. If you have multiple NP engines, sum the number together and set vResolvers to the sum of the values found in the engine.config files.