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

Integrating via QVSNetRemote.dll

We are trying to follow this guide:

https://support.qlik.com/articles/000088885 and call a method.

We always receive <?xml version="1.0" encoding="UTF-8" ?><result><message text="Not authorized user"/></result>

We are trying to call: <Global method=\"GetAdminDocumentThumbNail\"><Path>{0}</Path></Global>

But we keep getting <Global method="GetAdminDocumentThumbNail"><Path>QVS@[Server]|5.CustomReports\Global\HomeSales.qvw</Path></Global>
ExecuteWithAttachments returned no data in buffer.
<Error></Error>

I am trying to run under the Service User for Qlikview which is in the Qlikview Administrators group and Qlikview Management API group but its failing. Any pointers? We upgraded to the latest version today (April 2020 release) but it didn’t change the response

1 Reply
Damien_Villaret
Support
Support

Hello,

 

Do you mean you are executing the code as the service account, or that you are specifying the service account name in the logonId parameter in the code ?

The code should be executed as a user that is in QlikView Administrator/Qlikview Management API groups, and logonId will contain the name of the end user you want to see the list of documents for.

If the issue is solved please mark the answer with Accept as Solution.