Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Greetings,
I'm trying to utilize the QMS API of Qlikview 11 on a Windows 2008 64-bit OS.
I'm following the procedure of Service Key Injection Sample I was able to fix some bug on the code.
But when I run the console program, I'm getting the "Service Key is Missing" error.
Kindly help advice if there are other configuration I need to consider.
Thanks,
Arnold
Arnold,
Can you post more details about what your console program ?Do check if you are part of Qlikview Management API group.
Hi!
Really appreciate the reply. I was able to get through this error but Qlikview Distribution Service types which is required in access the field values of a qlikview document is missing on my Qlikview Server.
Do you how to enable this Service type?
Thanks,
Arnold
Hello Arnold,
Would you share some light on how did you get through the problem of "service key is missing"?
Many thanks
Kai
Hello Arnold,
Would you share some light on how did you get through the problem of "service key is missing"?
Many thanks
Kai
Same issue here.
Error message "service key is missing". I have no idea...
Code:
QMSBackendClient apiClient = new QMSBackendClient();
string Key = apiClient.GetTimeLimitedServiceKey();
ServiceKeyClientMessageInspector.ServiceKey = Key;
List<ServiceInfo> qvsServices = apiClient.GetServices(ServiceTypes.QlikViewServer);
I also add behaviorConfiguration="ServiceKeyEndpointBehavior" in app.config.
Any suggestions?
Regards,
Daniel