January 20, 2005 at 1:13 pm
I have a Windows Server 2003 box that has an Unexpected Shutdown approx 30 seconds before the SQL Backup job starts. (I have the job scheduled to run in Enterprise Manager.)
I am running SQL 2000 SP3a.
Anyone have any ideas of what would be causing this?
January 21, 2005 at 3:11 am
No Idea.
check :
- windows event logs
- sqlserver logs
- sqlagent logs
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
January 21, 2005 at 12:37 pm
Maybe it's something in your backup script or a script that runs just before your backup.
Does your script stop any services? (MSSQLServer and SQLServerAgent services need to be running).
Is your database set to Auto Close? If so, it could be the connection is being closed prior to the backup.
-SQLBill
January 21, 2005 at 2:06 pm
We're not using a script.
I just used the "Backup Database" wizard in Enterprise manager.
Not sure if our database is set to Auto Close...how could I check that?
It's really weird, the server shuts down every time appox 30 seconds before the database is scheduled to run.
-matt
January 26, 2005 at 9:13 pm
You can check auto close by running sp_helpdb from Query Analyser or by looking at the properties of the database from Enterprise Manager.
Are you sure there is nothing in the SQL & OS logs?
Are you able to run a backup manually?
January 27, 2005 at 6:08 am
Check the logs as suggested first, could be an error is blowing out the system and if you can duplicate the issue yo can pinpoint what is happening right before it all goes down. You should also have a dump file created by this so check for that.
January 27, 2005 at 8:07 am
Acutally I think I found the problem
We have Veritas Backup Exec remote agent installed, with Open File Option installed.
Once in un-installed the Open File Option, the shutdowns stoped.
This seems to have fixed the problem.
Thanks for all your help though.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply