Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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