Kbase P97718: Can not truncate bi file using 91dbutils included with Release 10.0B
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/10/2010 |
|
Status: Verified
SYMPTOM(s):
Read version 5 from convmap.cp. Expected version is 3. (6107)
Unable to read header information from file <file-name>. (6061)
Converting Progress Version 9 database to Release 10
Workgroup RDBMS and OE Application Server are the only products installed.
FACT(s) (Environment):
Windows NT 32 Intel/Windows 2000
OpenEdge 10.0B
CAUSE:
Bug# OE00111186
FIX:
To get around the problem, do the following:
Edit the %DLC%\bin\91dbutils\91truncatbi.bat file.
1. Locate the section ?:HaveDLC?
2. Add the following line before the 2nd ?REM? statement:
SET PROCONV=%DLC%\convmap.cp
The ?:HaveDLC? section should look like this:
:HaveDLC
REM Re-point DLC for the duration of this bat file.
SET DLC=%DLC%\bin\91dbutils
SET PATH=%DLC%;%PATH%
SET PROMSGS=%DLC%\PROMSGS
SET PROCFG=%DLC%\progress.cfg
SET PROUTIL=%DLC%\91_proutil.exe
SET PROCONV=%DLC%\convmap.cp
REM Verify needed utility???..
You should now be able to truncate the bi file using the 91truncatebi.bat utility.