cancel
Showing results for 
Search instead for 
Did you mean: 

BPSTART script not working when called from scheduled backup job

Phil_McDougal
Level 5
Hey all,

I am calling the BPSTART and BPEND scripts to shutdown KVS and SQL services so I can back them up.  Recently, with no changes to the script, I've been getting (74) errors (client timed out waiting for bpstart_notfiy to complete) when a scheduled job for that client kicks off.  I've bumped the timeout settings to 15 minutes.

Weird thing is, if I just run the script, it shuts down all the services and finishes in 2 minutes.  Here's the script:

d:\blat\blat.exe d:\blat\blank.txt -s "Backup of KVS Beginning" -t emailalert@domain.com

e:\progra~1\enterp~1\evservice stop kvs02 "Enterprise Vault Compliance Accelerator Service"
net stop "Enterprise Vault Task Controller Service"
net stop "Enterprise Vault Shopping Service"
net stop "Enterprise Vault Indexing Service"
net stop "Enterprise Vault Storage Service"
net stop "Enterprise Vault Directory Service"
net stop "Enterprise Vault Admin Service"

net stop "MSSQLSERVER" /y
net stop "SQLSERVERAGENT" /y
net stop "World Wide Web Publishing Service" /y
net stop "Message Queuing" /y

In the event logs I see the EV services shutting down but not the SQL services.  Is there a way to enable verbose logging on the client to see what's going down when this script is called or where it might be hanging?

Thank you!
Phil.


0 REPLIES 0