Error startup progress database

olanderos

New Member
Hi, I have a problem with my database

The last shutdown was normally, without problems

But, when i try startup again,

Say:
$DLC/bin/proserve /sw/product -L 8000 -c 350 -B 1000 -n 100

OpenEdge Release 10.0B05 as of Sat Apr 15 00:44:33 EDT 2006
18:00:37 BROKER 0: Multi-user session begin. (333)
18:00:37 BROKER 0: Begin Physical Redo Phase at 77376 . (5326)
18:01:48 BROKER 0: SYSTEM ERROR: rlmemchk mb_lasttask: note=97826 mstrblk=21462
47578. (860)
18:01:48 BROKER 0: SYSTEM ERROR: The broker is exiting unexpectedly, beginning
Abnormal Shutdown. (5292)
18:01:48 BROKER 0: drexit: Initiating Abnormal Shutdown
18:01:48 BROKER 0: ** Save file named core for analysis by Progress Software Co
rporation. (439)
18:01:48 BROKER : ** The server terminated due to signal 3. (801)

My backups are online, and check a few days earlier and are in the same case

Server: Linux Red Hat Enterprise
Progress: OpenEdge Release 10.0B05

Does anyone was already facing the same problem?


Thanks

TBit
 
Have you sent the core file to tech support?

It sounds like the REDO phase doesn't like something that it sees in the bi file. The last task# seems much higher than the master block says that it should be. Or something like that.

Have you checked your OS logs for hardware errors?

If you need to get back in service quickly (rather than spend 3 or 4 days analyzing the problem) you should probably restore from backup and roll forward your after-image files.

By the way...

10.0B05 is ancient, obsolete and unsupported. You should have upgraded it 5 years ago.

-B 1000 is a crazy-small value for -B. Is this a tiny little database with little or no activity?

-c 350 seems like a fairly odd thing to have in a server startup. Any idea why that is there? Do you really need that? Or is it just there out of habit from some long lost fluke situation?
 
Back
Top