SYMPTOMS When running a large number of profiles concurrently in VVEngine, the following errors may appear:
CAUSE This behaviour may occur if the Windows desktop heap (when VVEngine is running as a standard program) or the non-interactive heap (when VVEngine is running as a Windows Service) in the WIN32 subsystem is depleted. SOLUTION a) Limit the amount of profiles that are running concurrently by scheduling them to run at different times. or b) Increase the Windows desktop heap size:
References: - "Out of Memory" error message appears when you have a large number of programs running: http://support.microsoft.com/kb/126962 - You may receive an "Out of Memory" error message because of the desktop heap limitation in Windows Vista or in Windows 7: http://support.microsoft.com/kb/947246 - Increasing the Desktop Application Heap: http://ss64.com/nt/syntax-desktopheap.html - Desktop Heap Overview: http://blogs.msdn.com/b/ntdebugging/archive/2007/01/04/desktop-heap-overview.aspx - Desktop Heap Overview - Part 2: http://blogs.msdn.com/b/ntdebugging/archive/2007/07/05/desktop-heap-part-2.aspx - Sessions, Desktops and Windows Stations: http://blogs.technet.com/b/askperf/archive/2007/07/24/sessions-desktops-and-windows-stations.aspx - Services, Desktops, and Window Stations: http://support.microsoft.com/kb/171890
This error does not happen when you run ViceVersa manually by clicking on "Compare". This can occur if you are working with a mapped network drive. Drive mappings may not be available when a scheduled task runs even if you set up the task to log in with your user name and password. Solution:
Mapped network drives do not work in scheduled tasks, unless you explicitly map them before running the task (see note 1 below). Regardless, they may still fail for a number of reasons. If you plan to schedule a ViceVersa profile to run in VVScheduler, VVLauncher or VVEngine (or on the command line), make sure you use the UNC network path directly in the ViceVersa profile, instead of the mapped drive. For instance, instead of the mapped drive Y:\ use the UNC path \\ComputerName\Share\ If you need to provide a user / password combination to access \\ComputerName\Share\ , you can enter that information in the ViceVersa profile: profile settings -> folders -> network. ---------------- ----------------
If you experience slow file deletion by ViceVersa when running on Windows Vista, it is most likely caused by sending files to the Recycle Bin. The solution is to disable the option to send files to the Recycle Bin when deleting. The option is accessed from the ViceVersa main menu -> view -> preferences.
When using VSS Volume Shadow Copies in Vista, ViceVersa PRO gives this error message if you try to copy an Outlook OST file: This is by design in Windows Vista. Windows Vista Volume Shadow Copies do not include Outlook OST files. << Maintaining changes to .ost files within shadow copies is expensive in terms of space and I/O activity. The performance impact doesn’t occur during the image backup itself--the only extra work at backup time is backing up the .ost file as part of the image. Instead, the performance impact occurs during the ongoing, everyday I/O to the .ost file when Outlook is running. If the .ost changes were kept in shadow copies, then every time Outlook writes to the .ost file, the result is a copy-on-write I/O hit (2 writes, 1 read). Although we have worked to reduce the impact of copy-on-writes on shadow copies, a heavily churned file like an .ost file could still cause problems. For these reasons, and the fact that .ost files can be regenerated, we chose to delete .ost files from the shadow copy before the image is created. Even if the performance issues didn’t exist, there are situations where Exchange will, after an .ost is restored, detect a “future” version of the .ost file and force you to delete and then regenerate the local .ost file. Therefore, it’s still preferable to regenerate an .ost file instead of restoring it. >> Hence, OST files cannot be copied with ViceVersa PRO using VSS Volume Shadow Copies, on Windows Vista. To prevent ViceVersa PRO from reporting this error with OST files and VSS, exclude the OST file from the profile. Add an exclude file filter to exclude the file "outlook.ost", under profile settings -> file filters.
SYMPTOMS - You are running ViceVersa PRO on a computer that is running Windows Vista or Windows Server 2008 This error message is caused by a problem in Windows Vista and Windows Server 2008, as confirmed by Microsoft. SOLUTION- Download and install the Windows hotfix from the Microsoft website: http://support.microsoft.com/kb/973278
ViceVersa PRO shows an error message when trying to copy files or folders with path longer than 259 characters. The files or folders are skipped. You can enable support for paths longer than 259 characters in ViceVersa as shown in this article: http://www.tgrmn.com/web/kb/item31.htm
By default the VVLauncher service is installed under the LocalSystem account. The LocalSystem account does NOT have access to network drives. To access the network you need to run the VVLauncher service under a user account which has access to the network drive.
Note: Do not use mapped drives to access the network. Instead use UNC paths ( eg \\server\share\ ). Services do not recognize mapped drives.
You are probably running the VVLauncher service under the "Local System" account. The "Local System" account does not have access to network resources. This is causing the error. | ||||||||||||