Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload and distribute without reduce.

By default the Publisher reloads a document, saves it, opens it again, saves to a temp place and then distributes to the destination.

My documents are tens of GB in size so the saving along takes a few hours.

Is there a way to avoid the second open/save cycle in Publisher?

(2015-08-11 01:02:18) Information: Entering Task Execution.

(2015-08-11 06:58:11) Information: Closed the QlikView Engine successfully.

(2015-08-11 06:58:11) Information: Start document distribution.

(2015-08-11 07:07:32) Information: Commencing ReduceData for C:\ProgramData\QlikTech\DistributionService\1\temp\75f73404-df73-4b7c-85ce-dafdb6c1b0a1\document.qvw. (Reduce=False, Save=True)

(2015-08-11 09:17:20) Information: Completed ReduceData for C:\ProgramData\QlikTech\DistributionService\1\temp\75f73404-df73-4b7c-85ce-dafdb6c1b0a1\document.qvw.

(2015-08-11 09:17:20) Information: Distributing

(2015-08-11 09:40:07) Information: Document distribution done.

The document can be distributed as is after the first reload already.

1 Solution

Accepted Solutions
Bill_Britt
Former Employee
Former Employee

Hi,

You can check C:\Program Files\QlikView\Distribution Service\QVDistributionService.exe.config for the setting

for the setting below. Make sure it is set to true.

<add key="IfPossibleReuseDocuments" value="true" />

If it is set to true then there is nothing else that can be set to keep the document open.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.

View solution in original post

1 Reply
Bill_Britt
Former Employee
Former Employee

Hi,

You can check C:\Program Files\QlikView\Distribution Service\QVDistributionService.exe.config for the setting

for the setting below. Make sure it is set to true.

<add key="IfPossibleReuseDocuments" value="true" />

If it is set to true then there is nothing else that can be set to keep the document open.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.