Export selected files from the GEN database

  1. In the 9.0.1.x Environment, copy selected GEN files to the $LAWDIR/temp901/gen901wk.

    At the Qshell command line, type

    dbcopy -cfi -D $LAWDIR/temp901/gen901wk gen gen user userinfo dstgrp dstgrpdtl dstgrpgrp dstgrpuser exerpt printer prtgrp prtgrpdtl usergrp usergrpdtl calendar calyear usermenu job jobqdflt jobqgrp jobqgrpdtl jobqueue jobstep jobsteprpt jobstepwrk recurjob queuedjob userrpt

    Or type the following command for each file:

    dbcopy -cfi -D $LAWDIR/temp901/gen901wk gen gen fileName

    where fileName is each of the GEN files listed below.

    Type of data Files
    Users user, userinfo
    Groups and Printers dstgrp, dstgrpdtl, dstgrpgrp, dstgrpuser, exerpt, printer, prtgrp, prtgrpdtl, usergrp, usergrpdtl, calendar, calyear, usermenu
    Job Definition job, jobqdflt, jobqgrp, jobqgrpdtl, jobqueue, jobstep, jobsteprpt, jobstepwrk, recurjob, queuedjob
    Job Execution userrpt
    Note: When you run the dbcopy command, be sure to run it only for the files listed in the table above.
  2. Create a compressed file containing the files in the $LAWDIR/temp901/gen901wk directory and place this compressed file in $LAWDIR/temp901.

    At the Qshell command line, type

    cd $LAWDIR/temp901

    jar -cvf gen901db.jar gen901wk