Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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