Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview 11 QMS API Service Key Injection Sample

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

5 Replies
ruthvikvn
Contributor II
Contributor II

Arnold,

Can you post more details about what your console program  ?Do check if you are part of Qlikview Management API group.

Not applicable
Author

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

Not applicable
Author

Hello Arnold,

Would you share some light on how did you get through the problem of "service key is missing"?

Many thanks

Kai

Not applicable
Author

Hello Arnold,

Would you share some light on how did you get through the problem of "service key is missing"?

Many thanks

Kai

Not applicable
Author

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