wmp,
Thanks for the response. I added /3G and put MEMORYEFFICIENTBACKUP YES in dsm.opt and reran the scheduled job after rebooting and the same error. Error below. Any other thoughts?
10/06/2009 11:09:36 ANS5250E An unexpected error was encountered.
TSM function name : vssInitBackupSpec
TSM function : open of audit file 'C:\adsm.sys\vss_staging\W
TSM return code : 102
TSM file : vssback.cpp (1092)
10/06/2009 11:09:36 ANS1030E The operating system refused a TSM request for memory allocation.
10/06/2009 11:09:36 ANS1030E The operating system refused a TSM request for memory allocation.
10/06/2009 11:09:36 ANS1512E Scheduled event 'WCVMVC' failed. Return code = 12.
Main Topics
Browse All Topics





by: woolmilkporcPosted on 2009-10-06 at 07:46:50ID: 25505626
Hi,
seems that you're hitting the 2GB usermode memory limit of Windows 2003.
You will need to modify the boot.ini by adding the switches /3G and maybe /PAE
Look here - http://www.microsoft.com/w hdc/system /platform/ server/PAE /PAEmem.ms px
Alternatively you can try MEMORYEFFICIENTBACKUP YES in dsm.opt
This will save memory, but will slow down the backup process as well.
wmp