https://support.qlik.com/articles/000016310
1.把所有sense的服务停掉
2.打开 C:\Windows[Microsoft.NET](http://Microsoft.NET)\Framework64\v4.0.30319\Config 目录下的machine文件
3.找到<runtime />那一行,改成
<runtime>
<generatePublisherEvidence enabled="false"/>
</runtime>
4.重启服务
Resolution
For Qlik Versions 2.x.x [mid-2016 and older]... this will fully disable Qlik Sense DataMarket:
Remove OR reName the file on all nodes
C:\Program Files\Common Files\Qlik\Custom Data*QvDataMarketConnector*
NOTE: This folder is likely to be re-created upon upgrade.
For Qlik versions 3.x AND June 2017 and newer... this will disable the validation step in DataMarket's initialization:
Option 1:
1. Stop all Qlik Sense services on all nodes
2. Edit C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config
3a. If there is a <runtime/> tag, change it to
<runtime>
<generatePublisherEvidence enabled="false"/>
</runtime>
3.b If there is other stuff in the <runtime> section, then change it to look like this:
<runtime>
<some other key="value">
<generatePublisherEvidence enabled="false"/>
</some other key>
</runtime>
Example:
image.png4. Save machine.config
5. Repeat on all nodes (if applicable)
6. Start services on all nodes
Option 2:
1. Stop all services on all nodes
2. Open C:\Program Files\Common Files\Qlik\Custom Data\QvRestConnector\QvRestConnector.exe.config in an *admin *level Notepad window
3. Add the following values before the closing </configuration> tag:
<runtime>
<generatePublisherEvidence enabled="false"/>
</runtime>
4. Repeat on all nodes and repeat for all .config files
a - C:\Program Files\Common Files\Qlik\Custom Data\QvOdbcConnectorPackage\QvOdbcConnectorPackage.exe.config
b - C:\Program Files\Common Files\Qlik\Custom Data\QvDataMarketConnector\QvDataMarketConnector.exe.config
c - C:\Program Files\Common Files\Qlik\Custom Data\QvSalesforceConnector\QvSalesforceConnector.exe.config
d - C:\Program Files\Common Files\Qlik\Custom Data\QvEssbaseConnector
e - C:\Program Files\Common Files\Qlik\Custom Data\QvRestConnector
f - C:\Program Files\Common Files\Qlik\Custom Data\QvWebStorageProviderConnectorPackage
5. Start all services on all nodes
6. Validate
It may be necessary to include the key immediately before the runtime closing tag if there are many values in the runtime section.
网友评论