Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to remove the licence from Qlikview publisher 9.
Regards,
Yacine
Hi there,
If anyone is looking at this post using QlikView server version 11.
I had this problem and the only solution I found was to restore a backup of the QVPR folder.
Not a great solution but it seems to work. I did not realise how apply the Publisher license would change the QMC but I guess something you learn the hard way.
Just removing the license files did not work for me to get the reload tab back.
Thanks
Mark
Hi,
For QlikView 11 on Windows 2008 to restaure the Reload Tab after removing the publisher licence
you must change the IsPublisher="true" to IsPublisher="false"in the following file:
C:\ProgramData\QlikTech\ManagementService\QVPR\DistributionService.xml
Ex.:
. . .
</xs:schema>
<DistributionService . . . IsPublisher="false" . . . />
</NewDataSet>
1. Stop QlikView Services
2. Backup the file DistributionService.xml
3. Change IsPublisher="true" to IsPublisher="false" on the line <DistributionService
4. Start Services.
Regards,
Luc
Hi Luc,
That is very useful to know.
Thanks
Mark
It didn't work here.V11SR2
Hi Hugo,
@Which part did not work ?
Could you be more specific ?
What where the steps that you did ?
The following steps where tested on QlikView Server 11.2 SR3 (11.20.12018.0) x64
on a Windows Server 2008 R2 Standard X64
Here is the full steps to remove the licence from Qlikview publisher:
1. Stop QlikView Services
2. Do a backup of C:\ProgramData\QlikTech\ManagementService
3. Backup the file C:\ProgramData\QlikTech\ManagementService\QVPR\DistributionService.xml
Copy DistributionService.xml to xDistributionService.xml
4. Change at the end of that file IsPublisher="true" to IsPublisher="false" on the line <DistributionService
5. Delete the file C:\ProgramData\QlikTech\ManagementService\Publisher LEF\PubLef.txt
Rename PubLef.txt to xPubLef.txt
6. Delete the file C:\ProgramData\QlikTech\ManagementService\reginfo.txt
Rename reginfo.txt to xreginfo.txt
7. Start Services.
Here is the full steps to restaure the licence from Qlikview publisher:
1. Stop QlikView Services
2. Do a backup of C:\ProgramData\QlikTech\ManagementService
3. Restaure the file C:\ProgramData\QlikTech\ManagementService\QVPR\DistributionService.xml
Change back at the end of that file IsPublisher="false" to IsPublisher="true" on the line <DistributionService
4. Restaure the file C:\ProgramData\QlikTech\ManagementService\Publisher LEF\PubLef.txt
Rename xPubLef.txt to PubLef.txt
5. Restaure the file C:\ProgramData\QlikTech\ManagementService\reginfo.txt
Rename xreginfo.txt to reginfo.txt
6. Start Services.
Regards,
Luc
Hello, i have the same problem, all the publisher options are removed in QMC but the RELOAD tab in section Documents-->USer Documents dissapears.
Some help please.
Hi @PabloOrtiz,
Try following the steps in article How to remove Publisher License from QlikView Environment to see if this clears up your issue. If not, suggest that you reach out to Qlik Support and open a case. Thanks!
Best Regards