Copying Temporary Directories and Files from the 9.0.1.x Environment to the 10.0.x Environment

Use this procedure to copy the temporary data area directories you created in the 9.0.1.x Environment and the files and directories containing various types of 9.0.1.x data that were placed into the temp901 directory in the 9.0.1.x Environment. The directories and files to be copied are the following:

Directory or File Description
$LAWDIR/gen901 This is a copy of the $LAWDIR/gen directory of the 9.0.1.x Environment.
$LAWDIR/logan901 This is a copy of the $LAWDIR/logan directory of the 9.0.1.x Environment.
$LAWDIR/temp901/tokens901.dmp This is a dump file of the user form ID definitions. You will not have this file if you did not create any user form ID definitions in your 9.0.1.x Environment.
$LAWDIR/temp901/print901.jar This is a compressed file of the print directory contents of the 9.0.1.x Environment.
$LAWDIR/temp901/persistdata This is a copy of the persistdata directory of the 9.0.1.x Environment.
$LAWDIR/temp901/LDAP901.xml This is a file containing exported LDAP data for the 9.0.1.x Environment.
$LAWDIR/temp901/services901.xml This is a file containing the service and identity definitions of the 9.0.1.x Environment.
$LAWDIR/temp901/ security profile and security class dump files This is a set of files containing security profile and security class definitions from the 9.0.1.x Environment.
$LAWDIR/temp901/GEN901 and $LAWDIR/temp901/LOGAN901 These are copies of the GEN and LOGAN dictionaries from the 9.0.1.x Environment.
$LAWDIR/temp901/gen901db.jar and $LAWDIR/temp901/logan901db.jar These are compressed files containing the GEN and LOGAN data from the 9.0.1.x Environment.

Copy the temporary 9.0.1.x directories to the 10.0.x Environment

  1. Copy the 9.0.1.x $LAWDIR/gen901 directory to the $LAWDIR directory in the 10.0.x Environment.
  2. Copy the 9.0.1.x $LAWDIR/logan901 directory to the $LAWDIR directory in the 10.0.x Environment.
  3. Copy the 9.0.1.x $LAWDIR/temp901 directory to the $LAWDIR directory in the 10.0.x Environment.
  4. After copying the temp901 directory to the $LAWDIR directory in the 10.0.x Environment, extract the print901.jar file to the 10.0.x $LAWDIR/print directory.

    At the Qshell command line, type

    cd $LAWDIR

    jar -xvf $LAWDIR/temp901/print901.jar

  5. Extract the database files.

    At the Qshell command line, type

    cd $LAWDIR/temp901

    jar -xvf gen901db.jar

    jar -xvf logan901db.jar