Problem installing on 2003 x64
I've got a server that's been reloaded with 2003 x64 to support exchange 2007. Installing backup exec 11 on this server has been problematic.
Installation appears to complete successfully. However the Device & Media service will NOT start. Upon checking it failing in a "Database Recovery". The database is as far as I can tell fine.
I am using the included SQL server.
The Database Recovery Log follows:
Backup Exec Database Recovery
01/17/07 11:58:05
-----------------------------
Initializing...
BEGetComputerName = 'SERVER2'
GetBeVirtualServerName = ''
Using node name for media server
Data for BE database:
Structure size: 6504
Media Server : SERVER2
Node, if clust:
SQL Server : SERVER2
Instance Name : BkupExec
SQL Instance : SERVER2\BkupExec
SQL Service : MSSQL$BkupExec
Database : BEDB
App Data Path : C:\Program Files\Symantec\Backup Exec\Data
Database Path :
Database Log :
Database File : C:\Program Files\Symantec\Backup Exec\Data\BEDB_dat.mdf
Database Log : C:\Program Files\Symantec\Backup Exec\Data\BEDB_log.ldf
Backup File : C:\Program Files\Symantec\Backup Exec\Data\BEDB.bak
Base File : C:\Program Files\Symantec\Backup Exec\Data\BEDB_dat.bak
Base Log File : C:\Program Files\Symantec\Backup Exec\Data\BEDB_log.bak
Is Local : TRUE
IsDatabaseMgr : TRUE
Recover database using best method..
OpenFromInitializationString Connection String = Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=master;Data Source=server2\BkupExec;Locale Identifier=1033;Application Name=BEWS DBUTIL hr=0x80040154
Error connecting to master database: hr = 0x80040154
OS ERROR: 0x80040154 (-2147221164)
Status of database BEDB is unknown
Fixing up any database linkage problems for 'BEDB'
Execute command: declare @@stemp as varchar(32)
select @@stemp = isnull(convert(varchar,databasepropertyex('BEDB','status')),'NOT EXIST')
print 'Database status: ' + @@stemp
if @@stemp <> 'ONLINE' and @@stemp <> 'NOT EXIST'
begin
print 'Forcing database detach'
EXEC sp_detach_db 'BEDB'
end
OpenFromInitializationString Connection String = Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=master;Data Source=server2\BkupExec;Locale Identifier=1033;Application Name=BEWS DBUTIL hr=0x80040154
Error connecting to master database: hr = 0x80040154
Execute command failed: 0x80040154
OpenFromInitializationString Connection String = Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=master;Data Source=server2\BkupExec;Locale Identifier=1033;Application Name=BEWS DBUTIL hr=0x80040154
Error connecting to master database: hr = 0x80040154
OS ERROR: 0x80040154 (-2147221164)
Status of database BEDB is unknown
File Exist Check: \\SERVER2\C$\Program Files\Symantec\Backup Exec\Data\BEDB_dat.mdf
File Exist: TRUE
Attach database BEDB
File Exist Check: \\SERVER2\C$\Program Files\Symantec\Backup Exec\Data\BEDB_dat.mdf
File Exist: TRUE
File Exist Check: \\SERVER2\C$\Program Files\Symantec\Backup Exec\Data\BEDB_log.ldf
File Exist: TRUE
Execute command: sp_attach_db 'BEDB','C:\Program Files\Symantec\Backup Exec\Data\BEDB_dat.mdf','C:\Program Files\Symantec\Backup Exec\Data\BEDB_log.ldf'
OpenFromInitializationString Connection String = Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=master;Data Source=server2\BkupExec;Locale Identifier=1033;Application Name=BEWS DBUTIL hr=0x80040154
Error connecting to master database: hr = 0x80040154
Execute command failed: 0x80040154
OS ERROR: 0x80040154 (-2147221164)
Deinitialize...
-----------------------------
Process completed
01/17/07 11:58:05
Status: DBU_ERROR_DATABASE_ATTACH_FAILED
-----------------------------
Comments
Hello,
-- Do you receive any events in the event logs?
-- Are you trying to install backup exec on an existing sql 2005 or sql 2000?
Thank you,
Shweta
Just Testing. Please ignore this message.Message was edited by:
Ajit Lomte
I am installing using the SQL Server Express that is part of the Backup Exec installation (At this time there is NO other SQL on this server at all, I don't want to bring everything else online until I get the backup functional). I do have SQL on another Server and have the tools there so I can see the SQL Server Express and it appears to be functioning fine. I can even run the SQL Profiler on the Backup Exec SQL Server instance and it shows no activity at all when the service is starting.
The message in the event log is (Application Log)
Event Type:Error
Event Source:Backup Exec
Event Category:None
Event ID:58068
Date:1/18/2007
Time:8:50:13 AM
User:N/A
Computer:SERVER2
Description:
The Backup Exec Device and Media Service could not start because the database recovery has failed. Refer to the database recovery log for details.
For more information, click the following link:
http://eventlookup.veritas.com/eventlookup/EventLo...
The system Log
Event Type:Error
Event Source:Service Control Manager
Event Category:None
Event ID:7024
Date:1/18/2007
Time:8:50:13 AM
User:N/A
Computer:SERVER2
Description:
The Backup Exec Device & Media Service service terminated with service-specific error 536928979 (0x2000E2D3).
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
0x2000E2D3
Message Edited by rgolsen on 04-04-200706:29 AM
Doug,
1)
Referring to your reply #8 : what do you see in the registry for the Instance names ?
Catalog Database Instance Name
Server Database Instance Name
The thing is: when I use the BEUtility to check my database, everything seems normal.
But when trying to start this Backup Exec Device & Media service, error 536928979 shows up.
Also, my media server (the only one there is) status shows as "Unknown" in BEUtility...
2)
Another question : are you using a service account for all Backup Exec services ?
If yes, does this service account belong to a particular Local Group on your Server 2003 ?
I gave the service account (actually it is the SQL service account) all the required user rights via the Domain Security Policy snapin :
The registry location :
HKLM\SOFTWARE\Symantec\Backup Exec For Windows\BEDatabase\
Catalog Database Instance Name
Server Database Instance Name
If you could indicate what are the values for the above 2 keys, I can analyze the format of what is supposed to be there... Just the SQL server name, or just the database name, or both, ...
Many thanks !
Message Edited by Doug Williams on 06-22-200710:34 AM
08/30/07 16:01:27
-----------------------------
Initializing...
BEGetComputerName = 'SERVER04'
GetBeVirtualServerName = ''
Using node name for media server
Data for BE database:
Structure size: 6500
Media Server : SERVER04
Node, if clust:
SQL Server : SERVER02
Instance Name : XPTO
SQL Instance : SERVER02\XPTO
SQL Service : MSSQL$XPTO
Database : BEDB
App Data Path : C:\Program Files\Symantec\Backup Exec\Data
Database Path : E:\SQL_DATA\
Database Log : D:\SQL_LOGS\
Database File : E:\SQL_DATA\\BEDB_dat.mdf
Database Log : D:\SQL_LOGS\\BEDB_log.ldf
Backup File : E:\SQL_DATA\\BEDB.bak
Base File :
Base Log File :
Is Local : TRUE
IsDatabaseMgr : TRUE
Recover database using best method..
OpenFromInitializationString Connection String = Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=master;Data Source=SERVER02\XPTO;Locale Identifier=1033;Application Name=BEWS DBUTIL hr=0x0
Database BEDB is ONLINE
OpenFromInitializationString Connection String = Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=master;Data Source=SERVER02\XPTO;Locale Identifier=1033;Application Name=BEWS DBUTIL hr=0x0
Getting files for database 'BEDB'
Database exists - nothing to do
Setting up for IDR...
OpenFromInitializationString Connection String = Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=master;Data Source=SERVER02\XPTO;Locale Identifier=1033;Application Name=BEWS DBUTIL hr=0x0
Getting files for database 'master'
OpenFromInitializationString Connection String = Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=master;Data Source=SERVER02\XPTO;Locale Identifier=1033;Application Name=BEWS DBUTIL hr=0x0
Getting files for database 'model'
The statement has been terminated.
Cannot insert the value NULL into column '', table ''; column does not allow nulls. INSERT fails.
OS ERROR: 0x80040e2f (-2147217873)
Deinitialize...
Process completed
08/30/07 16:01:28
Status: DBU_ERROR_UNABLE_TO_GET_DATABASE_INFO
-----------------------------
Mnegrinho,
If I recall well, I finally gave up on trying to use the migrated database file, and I re-installed BuExec by having it generate a new database from scratch.
I started having the problem after formatting the server on which the MS SQL database was running, and trying to have my BuExec use the restored version on the new MS SQL server. Couldn't get that to work. Same problems as you described.
So I decided to re-install BuExec, as the historical info was not that crucial to me.
If you still can, note down all the job names, options, paths and all the info for your current scheduled jobs.
I had to re-enter them from scratch. Don't forget the Tools -> Options... in your main BUEXEC window.
Currently processing (server name)
Operation failed: DBU_ERROR_UNABLE_TO_GET_DATABASE_SIZE (24), OS error 0x80004005
Operation failed: DBU_ERROR_UNABLE_TO_GET_SCHEMA_VERSION (26), OS error 0x80004005
Operation failed: DBU_ERROR_UNABLE_TO_GET_LOGIN_CONFIG (25), OS error 0x80004005
Message Edited by Rich.Weber on 09-25-2007 09:19 AM
"The Backup Exec Device and Media Service could not start because the database recovery has failed. Refer to the database recovery log for details."
I also randomly receive error 17806 from source mssql$backupexec that reads:
SSPI handshake failed with error code 0x80090302 while establishing a connection with integrated security; the connection has been closed.
However this is odd because I have no instance name in sql server like this.
Regards,
Rich
Message Edited by Rich.Weber on 09-25-2007 10:02 AM
hiii....
...
Joy D (joydeepdutt@yahoo.com)
VCP, CSP,MCP,CCNA
If you find this is a solution, please mark it as such.
:) Over two years old
:)
Over two years old problem, might not exist anymore.
Hey JT_ T tolani ....
...was posted by mistake :) ..it was not for this link
My mistake :)
Joy D (joydeepdutt@yahoo.com)
VCP, CSP,MCP,CCNA
If you find this is a solution, please mark it as such.
Would you like to reply?
Login or Register to post your comment.