This fixes the issue of Symantec's Live update not recognizing that there are any products to be updated and throwing the following error message:
LU1805: LiveUpdate was unable to find any products to Update
Fix: Go to your Symantec's Backup Exec Program folder location and run the following executable:
BEUpdateOps.exe
You now should get a notification saying that Backup Exec was successfully registered with Live update and be able to run it to get any available updates.
Many thanks to the solution poster found here:
http://www.sudonym.com/233/unable-to-run-live-update-in-backup-exec-2010
Showing posts with label BackupExec. Show all posts
Showing posts with label BackupExec. Show all posts
3/6/12
10/3/11
Span BackupExec jobs to use mutiple drives
BackupExec Enterprise does not have the capability/feature to allow spanning any backup jobs to use multiple backup drives as in auto libaries.
To work around that, split your backup jobs into multiple smaller jobs (can be scheduled to run at the same time) and assign each of them to a different tape drive out of your autoloader.
To work around that, split your backup jobs into multiple smaller jobs (can be scheduled to run at the same time) and assign each of them to a different tape drive out of your autoloader.
10/1/11
BackupExec Selection List via SQL
Execute the following SQL query to return all items in all selection list.
SELECT [ScriptName],[ScriptDescription],[DeviceSelectionName],[PathName],[FileName] FROM [BEDB].[dbo].[vwScriptPropertiesBackup]
This query can be trimmed down using the where clause.
SELECT [ScriptName],[ScriptDescription],[DeviceSelectionName],[PathName],[FileName] FROM [BEDB].[dbo].[vwScriptPropertiesBackup]
This query can be trimmed down using the where clause.
Subscribe to:
Posts (Atom)
Quick HTTP to HTTPS - Apache2
There are several methods for redirecting your Apache-based website visitors who might type your servers URL using the plain (non-secure) HT...
-
I got a VBE6EXT.OLB could not be loaded error when I wanted to install this really great tool-set for Excel that I've been using for ye...
-
Problem: RPM package removal error msg "Error: ... Specifies Multiple Packages" Solution: Run rpm -ev with the --allmatches opti...
-
How To Remove RPM Packages if you receive this error message "Error: ... Specifies Multiple Packages" Run RPM with the --allmatc...

