How2 restart Broker after db shutdown

D. Verschuuren

New Member
How2 automatic restart Broker after db shutdown

Hi all,

I concluded that after a database shutdown (due to backup), the broker which has the connect to the database doesn't reconnect.

Is there a solution without doing a online backup?

TIA for any answer,

Dennis
 

satyajit

New Member
Hi Dennis,

As ur restarting ur database after backup u also need to restart the webspeed broker.
For backup u can do following steps :
1. stop broker
2. stop database
3. take backup
4. start batabase
5. start broker
I hope u know first 4 steps (if not reply back i will give that)
so i m giving u 5th step
following is the example for doing the 5th step --

c:\progra~1\progress\bin\wtbman -name wstestll -start

Note: Here wstestll is the name of ur broker.

Satyajit.
 

D. Verschuuren

New Member
Thanks Satyajit,

Indeed the fifth step I was looking for (and it solves also step one for me).
It works well. But it asks for an username and password 4 the adminservice.

I could not find that in the 'wtbman' options.

U got any idea to handle this. The adminservice automatic logs on when starting Progress Explorer Tool.

Many TIA, Dennis
 
Top