Re: FMS Famous Purple Hand!
<waves at adam from across the other side of the county>
Hi Adam stupid question how is backup script stopping the sql services etc and in what order..
cheers
Russ
Re: FMS Famous Purple Hand!
Have you considered you might have a virus. I know there are some that close down the SQL server
Re: FMS Famous Purple Hand!
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
Re: FMS Famous Purple Hand!
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.
Re: FMS Famous Purple Hand!
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.
Re: FMS Famous Purple Hand!
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
Re: FMS Famous Purple Hand!
Just a thouht but is he sql any service being started during backup?
Re: FMS Famous Purple Hand!
Why do you have to stop the sql service anyway out of sheer curiosity
Re: FMS Famous Purple Hand!
Quote:
Originally Posted by apeo
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.
Re: FMS Famous Purple Hand!
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
Re: FMS Famous Purple Hand!
Silly me... forgetting to log in! /\
Re: FMS Famous Purple Hand!
Ok, possibly I'm missing the point, but can't you stop the sql service, run the backup, then restart the sql service?