Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
Is it possible to disable the option of Uploading QVW via Qlik Sense Dev Hub for end-users (analyzer) ?
Regarding access rights to Dev Hub, its seems that analyzer user has the option for upload qlikview (QVW)Documents in Dev Hub, although he have only read rights . (based on Qlik Documents enclosed)
This is a secured valuation for high secured customers like a BANK,
we're looking for a way to achieve this restrict, due to the constraint of not possible to disable the Qlik Sense Dev Hub for end users.
Many thanks for any feedback
#3143
Hi Team
The workaround that works for us was disable the whole dev-hub, the way to achieve it, was to rename the C:\program files\qlik\sense\client\dev-hub folder
Than there will be no dev-hub on the proxy nodes we specify for that use case.
we also change it only for the Central node (end-users node), in this way, it would only expose the rim node for the end-users and rather to developers who uses Dev-hub.
Cheers,
Eyal
Qlik Team, any response ?
Hello @eyalnir_qlik
Try to disable the convert service in the Qlik Sense Service Dispatcher if it fits your urgency to disable upload of .QVW on Qlik Sense perspective with:
[converterservice]
Disabled=true
Identity=Qlik.converterservice
DisplayName=Converter Service
ExePath=Node\node.exe
Script=..\ConverterService\src\www.js
[converterservice.parameters]
--port=${ConverterPort}
--log-path=${LogPath}
as per usual:
1) make a backup of C:\Program Files\Qlik\Sense\ServiceDispatcher\services.conf
2) Search and change above [converterservice] (add the bolt Disabled=true )
3) restart Qlik Sense Service Dispatcher.
4) Repeat on all front end/exposed Worker Proxy Nodes should be enough.
Dear @Filippo_Nicolussi_P
Thanks for your feedback,
I tried to disable the convert service in the Qlik Sense Service Dispatcher as you suggested,
and it doesn't disable the option to upload QVW files, furthermore, now I'm getting "internal server error" and when canceling the popup, i still have the option to upload any QVW file
Do you have any other ideas?
Many thanks
Eyal
Hi Team
The workaround that works for us was disable the whole dev-hub, the way to achieve it, was to rename the C:\program files\qlik\sense\client\dev-hub folder
Than there will be no dev-hub on the proxy nodes we specify for that use case.
we also change it only for the Central node (end-users node), in this way, it would only expose the rim node for the end-users and rather to developers who uses Dev-hub.
Cheers,
Eyal