Adam Posted March 27, 2006 Posted March 27, 2006 Hello all, long time reader, first time poster, and all that... We've got the usual SIMS/SQL setup here, but recently have been having problems with FMS... at the worst time of year for FMS problems of course! The problem is quite simple. The 'SQL Anywhere - SIMS_SQL_DB_SERVER' Service is stopped when we get in, in the morning. From the looks of it, it failed to be restarted by the backup program when the backup finished. If you try and restart the service, either through the GUI, or through the services console, you get a number of errors in the event log - 1. An engine with that name has already started 2. Service not able to access Desktop 3. Could not start server On friday we simply restarted the server, which fixed thr problem.. but obviously this can't be the best solution. This morning we noticed that a service called 'network DDE' was stopped (for some reason), and restarting this service allowed us to restart the SQL Server service. Any ideas? Anyone seen this before? Regards Adam Short Assistant Network Manager John Cleveland College Leicestershire
russdev Posted March 27, 2006 Posted March 27, 2006 Hi Adam stupid question how is backup script stopping the sql services etc and in what order.. cheers Russ
StewartKnight Posted March 27, 2006 Posted March 27, 2006 Have you considered you might have a virus. I know there are some that close down the SQL server
Adam Posted March 27, 2006 Author Posted March 27, 2006 Haven't considered a virus, but will double double check the antivirus to make sure it's clean... Here is the order of service stop/starts in the script: start /wait net stop "Removable Storage" start /wait net start "Removable Storage" start /wait net stop "SQL Anywhere - SIMS_SQL_DB_Server" start /wait net start "SQL Anywhere - SIMS_SQL_DB_Server" any use? Adam
SpuffMonkey Posted March 27, 2006 Posted March 27, 2006 We get the purple hand from time to time as well. Sometimes I find that rights to temporary files on the local machine have gone awry (PDOUSER or sometihing and the SIMS folders - not at work now). Other times I've no idea - but then it starts working again - if you find a "proper" fix - I'd love to know.
MkII Posted March 27, 2006 Posted March 27, 2006 Had exact same problem Adam but can't remember fix right now. Sure we fixed it by re-jigging the backup routine tho'. Do you have centralised sims support there? if you stll have the problem when i check back i'll look it up.
Adam Posted March 28, 2006 Author Posted March 28, 2006 we do have SIMS support with our LEA, or LA, or whatever they are now... The only problem with that is, they recently lost their most experienced techy... he now sit's in the same office as me, he moved here to be the network manager, and he doesn't know how to fix it either... Any re-jigging advice would be grately apprieciated. Cheers
apeo Posted March 28, 2006 Posted March 28, 2006 Just a thouht but is he sql any service being started during backup?
E1uSiV3 Posted March 28, 2006 Posted March 28, 2006 Why do you have to stop the sql service anyway out of sheer curiosity
Guest Posted March 28, 2006 Posted March 28, 2006 Just a thouht but is he sql any service being started during backup? Good point, could be that the backup is taking longer than the gap between the service stoping and restarting.
Guest Posted March 28, 2006 Posted March 28, 2006 Sorry, bit of an error in my first post I've realised... The script that runs before the backup re-starts the sql anywhere service, so as to release the db file (incase some users crashed out at the end of the day), hence the stop/start lines in the script... the stop/start for the backup service refreshes the backup servic so that it recognises there's a new tape in the media library. Does that help? cheers
ChrisC Posted March 28, 2006 Posted March 28, 2006 Ok, possibly I'm missing the point, but can't you stop the sql service, run the backup, then restart the sql service?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now