Kbase P14013: How to sinchronize WebSpeed to make an offline backup
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/03/2009 |
|
Status: Verified
GOAL:
How to synchronize WebSpeed to make an offline backup
GOAL:
How to do an offline database backup when you are using WebSpeed.
FACT(s) (Environment):
WebSpeed 3.x
All Supported Operating Systems
FIX:
To avoid problems with the WebSpeed agents, since this a Progress client, it is necessary to shut the WebSpeed broker first and the DB broker last, issuing the commands:
1) wtbman -name wsbroker1 -stop
2) proshut <DB NAME>
Once the DB has been backedup you have to start first the DB broker and then the WebSpeed broker.
3) proserve <DB NAME>
4) wtbman -name wsbroker1 -start