Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
anders_smith
Contributor II
Contributor II

Web-service access denied

I have a QlikView app calling a WEb-service.  It have run ok for several years, until our service provider tightened the access-level on the server plattform.  The service account running QV Server, was changed from "qlikview" to "_Qlikviewservice".

After this the call in the script:

LOAD *
FROM [http://GDC-SLO-P-LST01.marineharvest.net/EuropeAquaFuture/Services/DataExtractService.asmx/GetProduc...] (XmlSimple, Table is [ProductionDataExtract/Region])
where region <> 'Total'

(List of ields is replaced by *)

This call returned Error: Access is denied.

The ne service user is grangted access to the webservice.  We are able to recieve responce when testing in IE under the new service account.

Ayone that have a solution?  Is it possible to specify a different user in the connetion string?

Thanks in advance.

Anders Smith

0 Replies