| Support |
| Site Admin |
|
| |
| Joined: 12 Mar 2004 |
| Posts: 370 |
| Location: Omaha, NE |
|
|
|
 |
 |
 |
|
Problem: The install fails with the following message - "File QASQRESL in library QSYS2 not found or inline data file missing."
Solution: Type in "go licpgm" and take option 10. Check the status of "OS/400 - Extended Base Support". If the status is *ERROR, then it will need to be re-installed. If, however, it says *INSTALLED or *COMPATIBLE, then go on to the next step.
Use the following API to rebuild the logical files in QSYS2.
CALL QSYS2/QSQXRLF (DLT QSYS2)
this will remove the necessary logical files in QSYS2
CALL QSYS2/QSQXRLF (CRT QSYS2)
this will re-create the necessary logical files in QSYS2 |
|