Hi,
Our shared files in qlikview server often get corrupted and then all the customers bookmarks are lost. We are currently taking backups for last ten days and the Qlikview backups are already taking 200 GB space
I would like to take the shared file backups for past three months as these files are quite small. Sometimes, our customers realize too late that the bookmarks are not working and then we do not have the sharedfile backup anymore because it cannot be recovered from past 10 days backups
One easy way for this I believe would be to keep the shared files in some separate folder and then keep taking its snapshots.I don't want to backup the whole user documents folder because it contains qlikview files and they are quite heavy and three months backup will take space in TBs
My question: Is it possible to keep the shared files for all documents in some separate folder or in a sub folder inside userdocuments so that its easier for us to take backup of only one folder with shared files only?
If someone has a better solution, kindly suggest to me as well, as this is becoming quite a bit problem for us as the shared file often gets corrupted
Regards
Shah
Maybe you could use an approach this http://community.qlik.com/message/11098#11098 extended to a folder/subfolder logic. Also you could try some repair from shared-files with power tools: PowerTools 1.1 for QlikView.
- Marcus
Note that you could make use of the Shared file cleaning TOOL that is built into the QVS executable since a while. This tool lets you verify Shared file integrity & correctness and clean out whateve is corrupt. It may not solve your backup problem. But at least it will let you know without delay when something is definitely wrong with any of the shared files if run on a regular basis. It will be sufficient to restore the previous days backup, and you can keep your current 10-day backup strategy.
For more information, see the QlikView 11.20SR10 Release Notes, Chapter 16 (last one).
Hi Syed,
I am not aware of such a possibility - that would be handy for us as well - splitting out the SHARED files is not an issue for us, but the LOG files would be practical - but I don't know how. As far as I know, it's in the QlikView_code and cannot be changed easily.
You could use a macro or batch instead to parse the folder and move all the SHARED files into another folder prior to backing them up. Would that work?
HTH
best regards,
DataNibbler
Maybe you could use an approach this http://community.qlik.com/message/11098#11098 extended to a folder/subfolder logic. Also you could try some repair from shared-files with power tools: PowerTools 1.1 for QlikView.
- Marcus
Something like this?
@echo off
xcopy /S C:\DocumentRoot\*.Shared C:\Temp\Backup\
Note that you could make use of the Shared file cleaning TOOL that is built into the QVS executable since a while. This tool lets you verify Shared file integrity & correctness and clean out whateve is corrupt. It may not solve your backup problem. But at least it will let you know without delay when something is definitely wrong with any of the shared files if run on a regular basis. It will be sufficient to restore the previous days backup, and you can keep your current 10-day backup strategy.
For more information, see the QlikView 11.20SR10 Release Notes, Chapter 16 (last one).