数据加载脚本右侧连接信息转圈圈

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.png

4. 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.

©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

友情链接更多精彩内容