Error Open failed. Database unusable due to partial conversion.<1115>

Hi,

I am getting an error while converting 10.2B database to 11.3 verion using the command
PROUTIL lostart.db -C conv1011
Open failed. Database unusable due to partial conversion.<1115>

Please tell what causing this error.

TIA
-Philip-
 

TomBascom

Curmudgeon
It sounds like conv1011 failed.

Does the .lg file say anything more?

Did you truncate bi prior to attempting to convert?

Do you have a backup?
 
Yes I did truncation.
Please see the lg file listing.
I have a backup.

Thu Sep 04 02:08:47 2014
[2014/09/04@02:08:47.739-0400] P-5924 T-3504 I : (451) prostrct list session begin for Philip.Oommen on CON:.
[2014/09/04@02:08:47.777-0400] P-5924 T-3504 I : (334) prostrct list session end.
Thu Sep 04 02:12:44 2014
[2014/09/04@02:12:44.428-0400] P-5420 T-4332 I DBUTIL : (451) prostrct repair session begin for Philip.Oommen on CON:.
[2014/09/04@02:12:44.467-0400] P-5420 T-4332 I DBUTIL : (334) prostrct repair session end.
Thu Sep 04 04:23:50 2014
[2014/09/04@04:23:50.076-0400] P-5148 T-4536 I : (451) Truncate bi session begin for Philip.Oommen on CON:.
[2014/09/04@04:23:50.082-0400] P-5148 T-4536 I : (15321) Before Image Log Initialization at block 0 offset 37550912.
[2014/09/04@04:23:50.678-0400] P-5148 T-4536 I : (123) .bi file truncated.
[2014/09/04@04:23:50.684-0400] P-5148 T-4536 I : (15109) At Database close the number of live transactions is 0.
[2014/09/04@04:23:50.685-0400] P-5148 T-4536 I : (15743) Before Image Log Completion at Block 0 Offset 235.
[2014/09/04@04:23:50.738-0400] P-5148 T-4536 I : (334) Truncate bi session end.
 

RealHeavyDude

Well-Known Member
That usually happens when the conv1011 failed. This happend to me when we upgraded our production systems. On one system the Unix admin was convinced that the conv1011 process just "hung" and therefore killed it. The only way to recover was to restore the OE10 backup that we had taken upfront and then run the conv1011 again - this time with success. Needless to say that I did everything to have that particular Unix admin as far away as possible from our production systems.

Heavy Regards, RealHeavyDude.
 
Top