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 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 thedbcopy
command, 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 command line, type
cd $LAWDIR/temp901
jar -cvf gen901db.jar gen901wk