If a library is in an older, pre-version 10.2 format, use the LBRYMGR utility to convert the library to the newer format. The format of the library changed in version 10.2 to increase the lengths of some fields and to add these fields, used for project management:
In this example, you use the /CVTOLD parameter to tell the LBRYMGR utility to convert the library named MASTER.LBY from an older format into the newer format. Before converting the library, the utility backs up the library using file names prefixed with a dollar sign ($). For instance, for the MASTER.LBY library, this table shows the backup files:
This file |
Is backed up to |
MASTER.DBF |
$MASTER.DBF |
MASTER.MDX |
$MASTER.MDX |
MASTER.LBY |
$MASTER.LBY |
Once the library is backed up, the utility converts it to the newer format.
C:\fap\dll> LBRYMGR /lby=c:\fap\mstrres\rpex1\deflib\master.lby /cvtold
--- DocuCorp LBRYMGR Utility Program (C) ---
--- Library Manager Response File Utility ---
Library <c:\fap\mstrres\rpex1\deflib\master.lby> was successfully backed up.
Library <c:\fap\mstrres\rpex1\deflib\master.lby> was successfully converted.
© Copyright 2012, Oracle and/or its affiliates. All rights reserved. Legal notices.