-
- Veteran
- Posts: 270
- Liked: 15 times
- Joined: Jan 03, 2012 2:02 pm
- Full Name: Tristan Floor
- Contact:
File level restore with enterprise manager space problems
Hi,
I'm trying to restore a big (40GB) file from within enterprise manager. (windows file level restore)
Searching for the file and add it to the restore list. And then tried to download the file.
But what i see is the following error:
http://www.veeam.com/kb_articles.html/kb1527
The KB tells me about incorrect permissions, but i can restore smaller files from the same server, so that's not the problem.
The problem is that it will restore to folders on the C:\ drive (c:\users & c:\programdata).
But i have not much space on c:\ drive. But i have a lot of space on the D:\ drive.
Can i change the location of the temporary downloads?
Kind regards,
Tristan Floor
I'm trying to restore a big (40GB) file from within enterprise manager. (windows file level restore)
Searching for the file and add it to the restore list. And then tried to download the file.
But what i see is the following error:
http://www.veeam.com/kb_articles.html/kb1527
The KB tells me about incorrect permissions, but i can restore smaller files from the same server, so that's not the problem.
The problem is that it will restore to folders on the C:\ drive (c:\users & c:\programdata).
But i have not much space on c:\ drive. But i have a lot of space on the D:\ drive.
Can i change the location of the temporary downloads?
Kind regards,
Tristan Floor
-
- Veeam Software
- Posts: 21167
- Liked: 2153 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: File level restore with enterprise manager space problem
Tristan, most likely download location is controlled by the browser, so you can configure this folder in its settings.
-
- Veteran
- Posts: 270
- Liked: 15 times
- Joined: Jan 03, 2012 2:02 pm
- Full Name: Tristan Floor
- Contact:
Re: File level restore with enterprise manager space problem
I've set the internet explorer download location to d:\downloads
But i get still the same error.
I've paste some interesting info from the Svc.VeeamBES.log file after trying to download a big file.
anything more interesting in this log ?
But i get still the same error.
I've paste some interesting info from the Svc.VeeamBES.log file after trying to download a big file.
anything more interesting in this log ?

-
- Product Manager
- Posts: 20677
- Liked: 2382 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: File level restore with enterprise manager space problem
From my perspective, it’s a web browser which is responsible for choosing direction to which to download files.
Additionally, kindly avoid posting log-snippets, as it is mentioned when you click New Topic. The team behind this community isn’t the one responsible for log investigation, etc., and cannot assist you effectively with specific technical issues via forum correspondence.
Thus, I’d recommend opening a ticket with our support team and letting them investigate these issues directly.
Hope this helps.
Thanks.
Additionally, kindly avoid posting log-snippets, as it is mentioned when you click New Topic. The team behind this community isn’t the one responsible for log investigation, etc., and cannot assist you effectively with specific technical issues via forum correspondence.
Thus, I’d recommend opening a ticket with our support team and letting them investigate these issues directly.
Hope this helps.
Thanks.
-
- Veteran
- Posts: 270
- Liked: 15 times
- Joined: Jan 03, 2012 2:02 pm
- Full Name: Tristan Floor
- Contact:
Re: File level restore with enterprise manager space problem
I click on the Download button on the restore list. After that Veeam is processing the file, (to temporary locations), so maybe there are more paths that can be the problem, other than only the "download location".
-
- Veeam Software
- Posts: 21167
- Liked: 2153 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: File level restore with enterprise manager space problem
Tristan, I've just checked files download in Enterprise Manager and they are in fact downloaded into two places (well, at least) for some reason. The first is indeed controlled by the browser (C:\Users\<username>\Downloads in my case) and redirection to another disk in browser settings works just fine. But they are also downloaded under C:\ProgramData\Veeam\Backup\WebRestore regardless of the browser settings, so probably this is the reason of your issue and I'm not sure whether there is a way to alter this location. I will check with QC and post back shortly.
-
- Veteran
- Posts: 270
- Liked: 15 times
- Joined: Jan 03, 2012 2:02 pm
- Full Name: Tristan Floor
- Contact:
Re: File level restore with enterprise manager space problem
It was the %TMP% / %TEMP% directory on the server that is used by internet explorer / Veeam EM.
So i was hoping i found the problem.
I see that it is no trying path on another disk.
but still end with:
[25.04.2013 13:52:02] <17> Error Failed to map mounted drives.
[25.04.2013 13:52:02] <17> Error Failed to mount disk. Check free disk space on backup server. (System.Exception)
I've created a Support case.
I will let you know what was the problem
So i was hoping i found the problem.
I see that it is no trying path on another disk.
but still end with:
[25.04.2013 13:52:02] <17> Error Failed to map mounted drives.
[25.04.2013 13:52:02] <17> Error Failed to mount disk. Check free disk space on backup server. (System.Exception)
I've created a Support case.
I will let you know what was the problem
-
- Veeam Software
- Posts: 21167
- Liked: 2153 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: File level restore with enterprise manager space problem
What is your support case number, please?
-
- Veeam Software
- Posts: 21167
- Liked: 2153 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: File level restore with enterprise manager space problem
Ah, the idea is that once you right-click the file and click Download (or click the Download button in the restore list, in case of restoring several files), Enterprise Manager prepares the ZIP archive containing all the selected files and stores it locally in its temporary location (under C:\ProgramData\Veeam\Backup\WebRestore). Then you can click Download link in the list next to the file name and the file will be placed into the location specified in the browser settings.
So actually in your case, the file is too large to be stored in EM temporary location and you get the error message even before the attempt to save it in the browser downloads folder is performed.
So actually in your case, the file is too large to be stored in EM temporary location and you get the error message even before the attempt to save it in the browser downloads folder is performed.
-
- Veeam Software
- Posts: 21167
- Liked: 2153 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: File level restore with enterprise manager space problem
Finally, there is a registry key available that allows to alter the Enterprise Manager temporary folder location:
Don't forget to restart EM service after adding it.
Code: Select all
HKLM\SOFTWARE\VeeaM\Veeam Backup Reporting\WebRestoreFolderPath (String)
-
- Enthusiast
- Posts: 84
- Liked: 8 times
- Joined: Jul 04, 2012 6:32 am
- Full Name: Tobias Elfstrom
- Contact:
Re: File level restore with enterprise manager space problem
Nice! Thanks for sharing. Not that I have the issue right now but I see the potential problem here.foggy wrote:Finally, there is a registry key available that allows to alter the Enterprise Manager temporary folder location:
HKLM\SOFTWARE\VeeaM\Veeam Backup Reporting\WebRestoreFolderPath (String)
Don't forget to restart EM service after adding it.
Br Tobias
-
- Service Provider
- Posts: 7
- Liked: never
- Joined: Jan 28, 2013 6:27 pm
- Full Name: Georg Brunner
- Contact:
[MERGED] Change Enterprise Manger WebRestore Location
Hello,
i'm using Veeam B&R 7 with Enterprise Manager.
How can i change the WebRestore Location (Default C:\ProgramData\Veeam\Backup\WebRestore) to another Volume on the Veeam Backup Server?
I want to restore large files via Enterprise Manager but there is not enough free space on C:.
I've tried to change the location in the Registry, as described in this Topic http://forums.veeam.com/veeam-backup-re ... tml#p76626, but without success.
Thanks for your Help.
i'm using Veeam B&R 7 with Enterprise Manager.
How can i change the WebRestore Location (Default C:\ProgramData\Veeam\Backup\WebRestore) to another Volume on the Veeam Backup Server?
I want to restore large files via Enterprise Manager but there is not enough free space on C:.
I've tried to change the location in the Registry, as described in this Topic http://forums.veeam.com/veeam-backup-re ... tml#p76626, but without success.
Thanks for your Help.
-
- Veeam Software
- Posts: 21167
- Liked: 2153 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: File level restore with enterprise manager space problem
Georg, have you specified the key on the Enterprise Manager server (if installed separately from Veeam B&R console) and restarted EM service after adding the key? Please check the key once again, I'm checking with R&D in my turn.
-
- Service Provider
- Posts: 7
- Liked: never
- Joined: Jan 28, 2013 6:27 pm
- Full Name: Georg Brunner
- Contact:
Re: File level restore with enterprise manager space problem
Hello Foggy,
Thanks for your reply.
Yes i added the key restarted the whole Enterprie Manager server. But it didn't work and so i deleted the Key because i thought ist onle for B&R 6.5.
Today i did the same and now it works. I think it was my mistake... sorry
So you dont have to check this with R&D.
Thanks for your reply.
Yes i added the key restarted the whole Enterprie Manager server. But it didn't work and so i deleted the Key because i thought ist onle for B&R 6.5.
Today i did the same and now it works. I think it was my mistake... sorry
So you dont have to check this with R&D.
-
- Veeam Software
- Posts: 21167
- Liked: 2153 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: File level restore with enterprise manager space problem
Thanks for letting us know, much appreciated. Glad you've finally managed to make this work.
-
- Veteran
- Posts: 354
- Liked: 73 times
- Joined: Jun 30, 2015 6:06 pm
- Contact:
Re: File level restore with enterprise manager space problem
Evening, everyone. I see we're still getting bitten by this in v9. Is the registry hack still the same please? We have a few large files to restore that aren't going to fit on our isolated OS drive. While yes we could simply use the FLR browser once we know from what point/location we need, respectfully it kind of defeats the purpose of indexing and EM.
Sorry guys.
With utmost respect, is there any reason why it's still defaulted to C:\ProgramData\Veeam\Backup\WebRestore in v9, especially when we select E: or some other drive is selected for installation? A configuration option rather than registry hack?

With utmost respect, is there any reason why it's still defaulted to C:\ProgramData\Veeam\Backup\WebRestore in v9, especially when we select E: or some other drive is selected for installation? A configuration option rather than registry hack?
VMware 6
Veeam B&R v9
Dell DR4100's
EMC DD2200's
EMC DD620's
Dell TL2000 via PE430 (SAS)
Veeam B&R v9
Dell DR4100's
EMC DD2200's
EMC DD620's
Dell TL2000 via PE430 (SAS)
-
- Veteran
- Posts: 635
- Liked: 174 times
- Joined: Jun 18, 2012 8:58 pm
- Full Name: Alan Bolte
- Contact:
Re: File level restore with enterprise manager space problem
The registry string WebRestoreFolderPath still exists.
Who is online
Users browsing this forum: Amazon [Bot], Baidu [Spider], FelixW, Ivan239 and 99 guests