Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI
I want to change the path of the log folders from the existing location "C:\WINNT\Profiles\All Users\Application Data\QlikTech\QvWebServer" to a new location
I am able to change the path for other services like publisher, distribution service,directory service, server by specifying the path in the config files but unable to do so for Qv Web server
Can anybody help me on how to do this in case of Qvwebserver
Thanks
Peter
Can´t you do it trhough the enterprise console management?
Hi
thanks for the reply
i dont think so this can be done from QEMC. it allows only to change the path of the qv server log files
thanks
Peter
are you using IIS or the native QlikView Web Server? I have found a way to change it for either. The IIS setup is a bit more involved though.
Changing QlikView Web Server log files
By default the QlikView WebServer logs are stored in
Windows Server 2008 – C:\ProgramData\QlikTech\WebServer\
Windows Server 2003 – C:\Documents and Settings\All Users\Application Data\QlikTech\WebServer\
QlikView WebServer
<?xmlversion="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<!-- Defaults to %PROGRAMDATA%\QlikTech\WebServer -->
<addkey="ApplicationDataFolder" value="NEW LOCATION" />
</appSettings>
</configuration>
IIS WebServer
<appSettings>
<!-- Defaults to %PROGRAMDATA%\QlikTech\WebServer -->
<add key="ApplicationDataFolder" value="NEW LOCATION" />
</appSettings>
Note: The <appSettings/> tag is an empty tag. It is different from the</appSettings> closing tag. Replace the empty tag with the proper code above that includes the open tag and the close tag for <appSettings></appSettings>.
Here is a nice tip that Stephen Redmond posted here a few days ago.
You could use the same idea to change the webserver logs if necessary.
http://qliktips.blogspot.com/2012/02/move-your-qliktech-programdata-folder.html
Hi,
i got the info from QV service desk, that we loose support if we change C:\ProgramData/QlikTech to another folder / drive.
Bill, can you please confirm this?
Hi Daniel,
I talked to all the guys in the US and they said that if they change the path through the configuration files it shouldn't be an issue. However, if they move the Program Data folder it isn't support. Meaning they will not trouble shot any issues.
Bill
ok, thanks for the clarification Bill.