ujobload fails in lawappinstall activate
Problem:
Patch being installed if failing when running lawappinstall activate. It fails when running ujobload.
10/31/2023 5:44:25 Executing ujobdump.
10/31/2023 5:44:25 ujobdump execution successful.
10/31/2023 5:44:25 Executing ujobload.
10/31/2023 5:44:26 ERROR – ujobload failed.
ujobload via lawappinstall activate *** No jobs found to load When run manually, it fails with Segmentation Fault(coredump:
Resolution:
lawappinstall update will stage tokens potentially needing a ujobdump/ujobload in LAWDIR/productline/backup/ACTIVATEstage/JOBconversion.
If conditions are correct, lawappinstall activate will run ujobdump and ujobload, then clean up the staged area.
- ujobdump -d LAWDIR/productline/backup/ACTIVATEstage/JOBconversion productline $LAWDIR/productline/backup/ACTIVATEstage/JOBconversion.dmp -t <list of Tokens>
In the above <list of Tokens> would be a space-separated list of the tokens located in $LAWDIR/productline/backup/ACTIVATEstage/JOBconversion/??src directories.
- ujobload -ou productline LAWDIR/productline/backup/ACTIVATEstage/JOBconversion.dmp
- remove dump file, LAWDIR/productline/backup/ACTIVATEstage/JOBconversion.dmp
- remove stage dir, LAWDIR/productline/backup/ACTIVATEstage/JOBconversion
Run steps a through d manually, then rerun lawappinstall activate. If the ujobload fails in step b with a Segmentation Fault(coredump) or other error, make sure the user running ujobload has write access to these files and their directories.
LAWDIR/UJobLoadDir/productline/Tokens
LAWDIR/productline/UJobLoadDir/LDLog
Make corrections if necessary, run steps b through d above, and rerun lawappinstall activate.
Leave a Reply
Want to join the discussion?Feel free to contribute!