Wednesday, February 5, 2014

Unable to start CARS Error 1067



When we try to restart cars we faced the error "Unable to start CARS ERROR 1067"


Reason :

Cars DB (berkely DB) is corrupted and hence has to be rolled back.

Resolution :

As a resolution to the above problem we have to recover the database of cars. Unfortunately there is no GUI to do this operation and one has to do it from command prompt,

The following command has to be executed,
db_recover -v -h "c:\Cordys\AdminRepositoryServer\CU17\bdb"

Note : This command has to be executed from the path "c:\Cordys\AdminRepositoryServer\CU17\bin"

above command can also be executed to a particular timestamp by using the parameter -t yyyyMMddHHmmSS (the modified time of the bdb folder).
db_recover -v -h "<<bdbFolder>>" -t "yyyyMMddHHmmSS"

A Sample error from event viewer captured in my case was given below,

Faulting application name: slapd.exe, version: 0.0.0.0, time stamp: 0x4c87499e
Faulting module name: MSVCR80.dll, version: 8.0.50727.4940, time stamp: 0x4ca2b4dd
Exception code: 0xc000000d
Fault offset: 0x0000000000056460
Faulting process id: 0x1378
Faulting application start time: 0x01cf2251bc1c2e2d
Faulting application path: D:\Program Files\Cordys\bop41cu6\bin\slapd.exe
Faulting module path: C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_88df89932faf0bf6\MSVCR80.dll

Report Id: fa9850c0-8e44-11e3-9814-005056c00008


--------------------------------------------------------------------------------------------------------
[Update : 06 Sept 2019] 

Before attempting db recovery, try to remove alock file which will be present in bdb folder and restart once. Even if the problem persists, then go for db recovery.

-- Credits @Mahipal Reddy

No comments:

Post a Comment