Link to home
Start Free TrialLog in
Avatar of scstechteam
scstechteam

asked on

desktop and laptop option error - Backup Exec

I get below error after (supposedly) successfull upgrade to BE 2010 For Small Businesses.

I found below resolution:
http://www.symantec.com/business/support/index?page=content&id=TECH64610

When trying:
OSQL -E -S %COMPUTERNAME%\BKUPEXEC -d BE_DLO -i DLODBUpgrade20.sql
OSQL -E -S %COMPUTERNAME%\BKUPEXEC -d BE_DLO -i DLODBUpgrade30.sql
OSQL -E -S %COMPUTERNAME%\BKUPEXEC -d BE_DLO -i DLODBUpgrade.sql
OSQL -E -S %COMPUTERNAME%\BKUPEXEC -d BE_DLO -i DLODBUpgradeMoe.sql

I get:

C:\Program Files\Symantec\DLO>OSQL -E -S %COMPUTERNAME%\BKUPEXEC -d BE_DLO -i DL
ODBUpgradeMoe.sql
Cannot open input file - DLODBUpgradeMoe.sql
No such file or directory

Can anyone assist please. I need DLO working asap.

If anyone could explain how I could easely reinstall DLO, that would also be very welcome

backupexecDLO.jpg
ASKER CERTIFIED SOLUTION
Avatar of vvlada
vvlada
Flag of Serbia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of scstechteam
scstechteam

ASKER

Below actual solution for above problem:

OSQL -E -S %COMPUTERNAME%\BKUPEXEC -d BE_DLO -i DLODBUpgrade20.sql

Problem was the name of the DLO database

BE_DLO = wrong
BKUPEXECDLO = Correct

After changing the syntax the upgrade completed successfully