Consultor Eletrônico



Kbase P111304: Error (-210013) when running 91conv89 script due to incorrect rocket.dll file
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/6/2010
Status: Unverified

SYMPTOM(s):

Error (-210013) when running 91conv89 script

Can't open db (Error code -210013)

Converting database from version 8 to version 9

Error (210) appears after running the conv910 utility against the converted database

SYSTEM ERROR: Attempt to read block 1 which does not exist. (210)

The size of the file rocket.dll located in %DLC%\bin\91dbutils\bin is zero (0)

The size of the mkschema executable located in 91dbutils\bin is also zero

Using Service Pack 10.0B01, 10.0B02 or 10.0B03

FACT(s) (Environment):

OpenEdge 10.0B
Windows

CAUSE:

Bug# OE00124536

CAUSE:

The rocket.dll file located in %DLC%\bin\91dbutils\bin is incorrect.

FIX:

Get the correct rocket.dll file from a 9.1D installation and copy it in %DLC%\bin\91dbutils\bin.

The 91conv89 script has also to be modified by changing the PATH environment variable.
Instead of:
SET PATH=%DLC%;%PATH%

it should be:
SET PATH=%DLC%;%DLC%\bin;%PATH%