Not able to start db

murthybl

New Member
Dear All,

i am not able to start the progress db by using below command.

proserve E:\syteline\db\vdemo\vdemo -H VRSSyteline -S vdemosrv -N tcp -L 200000.

if i give this command in proenv it will give following messages

10:30:30 BROKER:This broker will terminate when session ends.(5405)

10:30:30 BROKER:Multi-ser session begin.(333)

10:30:30 BROKER:Begin phsical Redo phase at 64.(5326)

SYSTEM ERROR:physical redo,BKUPDCTR=1674,note updctr=2491.(873)

SYSTEM ERROR:The broker is existing unexpectadly, beginning Abnormal Shutdown.(5292)

drexit:Initiating Abnormal Shutdown

User 0 died with 1 buffers locked.(2523)

**This process terminated with exit code1.(8619)

SO please any one guide me how Resolve this ERROR.



Thanks and Regards,

Murthy.
 

ss_kiran

Member
Murthy,

I do not have much idea on the problem you have mentioned. However I did find the below mentioned information at psdn site. HTH.

ID: P4592
Title: "Errors 860 and 5292 trying to start a database"
Created: 07/12/2002 Last Modified: 10/16/2008 Status: Verified



Symptoms:
Errors 860 and 5292 trying to start a database
SYSTEM ERROR: rlmemchk mb_lasttask: note=<number> mstrblk=<number>. (860)
SYSTEM ERROR: The broker is exiting unexpectedly, beginning Abnormal Shutdown. (5292)
drexit: Initiating Abnormal Shutdown
Database is down


Facts:
All Supported Operating Systems
Progress 9.x



Cause:
Before-image corruption


Fixes:
Restore database from backup.
Force into the database.

Syntax: proutil <dbname> -C truncate bi -F


Notes:
Progress does not recommend using force option, please reference following solution for more information References to Written Documentation:

Progress solutions:

14115, "The Perils of Using the Force ( -F ) Option to Start the db"
 

murthybl

New Member
Hi,

Thanks for your reply,but if i apply proutil for LIVE DB(while truncating) is that it will affect to LIVE DB????

Regards,
Murthy.
 
Top