| |
|
|
1st, find the message |
Check Work With Active Jobs and look for a message waiting
- WRKACTJOB
or
- ESC + Option
Work with active jobs (Usually 16
or 18)
|
| 2nd
Look for the
MSGW (status column) |
7 P0304Q AN BCH .0 PGM-P0304Q
MSGW
|
|
Read the message description |
Message . . . . : M0304G 00000000 is
unable to allocate a record
in ORDHDRL6 (R C G S D F).
- Cause . . . . . : The RPG program M0304G in
library IBSV9R2M6E at statement 00000000 is unable to allocate a
record in file ORDHDRL6. The actual file is IBS400F/ORDHDRL6
MEMBER - ORDHDRL6. The record may be allocated to another
process with the file under commitment control. See the job log
for a complete description of message CPF5027.
-
Recovery . . . :
Enter R to retry the input operation
Use the R (Retry to fix this problem)
-
WARNING
-
IF YOU TAKE A "C"
(Cancel) you will cause problems to the previous
days sales & cost information NEVER TAKE A "C"
(Cancel)!
|
|
| Do an
F10 (Add.
Information) then
F18 (Bottom) |
>> CALL PGM(P0304Q)
900 - RTVDTAARA DTAARA(*LDA (1 2)) RTNVAR(&WS)
1700 - CHKOBJ OBJ(*CURLIB/JNLNO) OBJTYPE(*FILE)
3000 - CALL PGM(M0304J)
3400 - CRTPF FILE(QTEMP/BILLP) SRCMBR(*FILE) TEXT('IBS Corp. Billing
Pointer File - v9r2m6') OPTION(*NOSRC *NOLIST) SIZE(*NOMAX)
File BILLP created in library QTEMP.
Member BILLP added to file BILLP in QTEMP.
3800 - OVRDBF FILE(BILLP) TOFILE(QTEMP/BILLP)
3900 - CALL PGM(M0304G)
Record 46164 in use by job
130262/JC/G0.
Record 46164 in use by job 130262/JC/G0.
<< This is the cause of the ERROR
M0304G 00000000 is unable to allocate a record in ORDHDRL6 (R C G S
D F). |
|
Reason for
this message |
The user
JC on workstation
G0 is
editing (a ticket, PO, quote, etc.) the data required for the
report.
After the timeout limit is reached if the user hasn't exited the
ticket, quote or PO the message is generated and the report is
stopped. |
|
Resolution |
- Have the user
JC on
workstation
G0
exit the ticket (quote, po, cust. account, etc.)
then,
-
answer the message with
an "R" (Retry). The report will finish.
|
| |
[top] |
| |
|