Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem Removing Publisher in v10

Hi All,

I'm having some problem with the QVS after removing Publisher license from the server. I remove the Publisher by deleting the LEF file from the Publisher folder. But after I remove it, I can't view the documents the Document section in QMC/QEMC. In the QMC, there is an error saying that QMS is Off Duty.

Is there a proper way to remove publisher license/functionality?

Note: This is for QlikView version 10.

14 Replies
siz_mahleka
Partner - Contributor III
Partner - Contributor III

Hi Gents,

I just had a similar challenge this evening and thought I would share. I'm using QV11 SR1 so this may not work for prior versions.

1) Stopped all QV services

2) Searched for PubLef.txt and RegInfo.txt on the install drive C:\ (These should both be within the Management Services folders) basically searched for files containing the licence number and inspected the contents.

3) Deleted both files

4) Started services again.

This worked for me but of course make sure you have a way to reverse the steps just in case it does not work for you or it causes unexpected results.

Cheers.

Emmanuelle__Bustos
Partner - Specialist
Partner - Specialist

siz.mahleka

Doing this method publisher license is removed and all the publisher options in QMC but with this the RELOAD tab in section Documents-->USer Documents  dissapears so we cannot programm new tasks is a way to get the RELOAD tab back??

siz_mahleka
Partner - Contributor III
Partner - Contributor III

A few questions come to mind.

Which version of QlikView server are you using?

Did you keep the PubLef file and reginfo file to allow you to revert back if need be?

Were you using publisher to do the reloads before and had publisher specific tasks?

Have you restarted all your services?

Are you clicking on a specific qlikview document in the User Documents section to see other document level tabs such as Authorization, Document Information, Document CAL?

Are you able to share a screenshot?

Emmanuelle__Bustos
Partner - Specialist
Partner - Specialist

Hi siz i found a blog where a expert specifics that is not possible to get back the reload tab once a Publisher license is applied until you unistall qlikview and reinstall a fresh one.

Thank YOu!!!

Anonymous
Not applicable
Author

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