Export selected files from the GEN database
- 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 userrptOr type the following command for each file:
dbcopy -cfi -D $LAWDIR/temp901/gen901wk gen gen fileNamewhere 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 thedbcopycommand, be sure to run it only for the files listed in the table above. - 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/temp901jar -cvf gen901db.jar gen901wk