Trying to set up Qlik Web Connector and getting errors if I allow remote access in deploy.config
From Event Viewer:
>Application
Application: QlikWebConnectorsSVC.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException
at QlikWebConnectorsService.Service.OnStart(System.String[])
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(System.Object)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase[])
at QlikWebConnectorsService.Program.Main()
- Faulting application name: QlikWebConnectorsSVC.exe, version: 2.169.0.0, time stamp: 0x679a1bd0
Faulting module name: KERNELBASE.dll, version: 10.0.20348.3451, time stamp: 0x11df78b1
Exception code: 0xe0434352
Fault offset: 0x000000000003f47c
Faulting process id: 0x1164
Faulting application start time: 0x01dbae6abef32d0a
Faulting application path: X:\QlikWebConnectors\QlikWebConnectorsSVC.exe
Faulting module path: Z:\WINDOWS\System32\KERNELBASE.dll
Report Id: de427840-8070-465e-a528-5c6380f19343
Faulting package full name:
Faulting package-relative application ID:
>Security event:
A privileged service was called.
Subject:
Security ID: DomainName\QlikServiceAcc
Account Name: QlikServiceAcc
Account Domain: DomainName
Logon ID: 0x506594C
Service:
Server: Security
Service Name: -
Process:
Process ID: 0x1984
Process Name: C:\Windows\System32\WerFault.exe
Service Request Information:
Privileges: SeTcbPrivilege
>System>Warning
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{0DC1AB8B-A52D-4BA8-BD76-E2819386FB2F}
and APPID
{BDBED08B-7FB7-4EEA-AFD0-53DE534CB638}
to the user DomainName\QlikServiceAcc SID (S-1-5-21-3563948670-372176172-2326976223-133742) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool.
>System>Error:
The Qlik Web Connectors service terminated with the following error:
An exception occurred in the service when handling the control request.
So all of the above happens as soon as I set <AllowRemoteAccess>true</AllowRemoteAccess>
The service account also has permission on the QWC folder & subfolders.
Can anyone see any issues?