I have recently installed SQL 2005 Express and Symantec Backup Exec for Windows 2003 SBS. I have not created any backup jobs and do not have an Active SQL DB just yet. However the following Information Events are being logged under Application Event every 5 minutes. Is this normal and is it necessary? The following 2 Events are shown below.
Event Type: Information
Event Source: MSSQL$BKUPEXEC
Event Category: (2)
Event ID: 17137
Date: 1/2/2008
Time: 1:15:40 PM
Computer: SBS01
Description: Starting up database 'BE_DLO'.
2-4 events:
Event Type: Information
Event Source: MSSQL$BKUPEXEC
Event Category: (2)
Event ID: 2803
Date: 1/2/2008
Time: 1:15:41 PM
Computer: SBS01
Description:
SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'Bound Trees' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.
SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'SQL Plans' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.
SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'Object Plans' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.
Software/Hardware used:
ASKED:
May 23, 2009 4:54 AM
UPDATED:
June 24, 2010 6:36 AM
Hey,
if you don’t need to backup sql you can rename bedssql2.dll to for example bedssql2.old at the target machine (in the agent). First stop the agent, then rename, then start the agent in services.msc. This prevents the backup from going wrong.
De data backup of that server runs well when I rename the dll. The data backup goes wrong when I make it active. unfortunately I also need to back-up sql so I need to find a final solution.
-rene