Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We have done the upgrade to QlikView 11
We follow these steps :
1. Stop Qlikview & IIS services
2. Uninstall QV server 10 SR2
3. Full install QV 110.11149.0
4. In the install, select IIS WebSite QLikView
5. Install finish
6. Start the server and services
7. Errors are coming !
- Directory Service Connectors is down but if we test the url, it answers with the a XML file. But if we change the url by "localhost", it works ?!
- Second error is : ReloadEngine@xxxx is down
When we reload a document, there is no log and no errors. We push the button "Reload", it reloads the page but the document is not reload.
Any help ?
Thanks
xx
In all our XML files, we change the url with "localhost" and it's working now
Sometimes Proxy server can make problems like these. Disable the proxy server from Internet Options and try to restart qlikview server.
when web server is start and stop automatically then do the following
open
C:\Documents and Settings\all users\Application Data\qliktech\config. XML and
<Config>
<Port>81</Port>
<HttpsPort>-1</HttpsPort>
<TunnelHost>localhost</TunnelHost>
<Synchronous>False</Synchronous>
<ConfigUrl>http://_:4750/qvws.asmx</ConfigUrl>
<TunnelUrl>http://_:81/scripts/QVSTunnel.dll</TunnelUrl>
<QvsStatusUrl>http://_:81/QvAjaxZfc/QvsStatus.aspx</QvsStatusUrl>
<LogLevel>Information</LogLevel>
<UseCompression>True</UseCompression>
<InstallationPath>C:\Program Files\QlikView\Server\QvWebServer</InstallationPath>
<QvsTimeout>60</QvsTimeout
hope this helps
Hi,
you can try delete l'url in your Directory Services Connectors and try this one
http://yourserver:4730/qtds.asmx
and do you use cluster?
Hi,
Wat was your solution?
Halmar
In all our XML files, we change the url with "localhost" and it's working now