AS400 subit error
Posted: Thu Dec 07, 2023 8:27 pm
Hello,
I'm experiencing a strange error on AS400, that occours randomly.
I have a functions that does some stuff, and, at the end, it waits some minutes, then it submits itself and exit.
The joblog I've found:
Dal modulo . . . . . . . . : X_UIMER2
Dalla procedura . . . . . . : IssueEventMessage
Istruzione . . . . . . . . : 10
Messaggio . . . : Fatal Error : Process : LG_OUTS2 Logistica Spedizioni 2
Function : LGOUT45 Invio Documenti via FTP Statement : 402 Message : (1089) - Error detected when attempting to create the temporary file
/LANSA_DC_PGMLIB/TMP/tab3836.tmp. OS Error Message : Risorsa impegnata. OS
Error Message Number : 3029 Routine : X_PDF_Put_Temp_File_Suffix.
The "OS Error Message" can be translated to "resource committed"
The code line that generate error is:
SUBMIT PROCESS(LG_OUTS2) FUNCTION(LGOUT45) JOBD(*USRPRF) JOBQ(£R_USRJOBQ) OUTQ(*CURRENT)
Any ideas?
Thanks in advance.
Stefano
I'm experiencing a strange error on AS400, that occours randomly.
I have a functions that does some stuff, and, at the end, it waits some minutes, then it submits itself and exit.
The joblog I've found:
Dal modulo . . . . . . . . : X_UIMER2
Dalla procedura . . . . . . : IssueEventMessage
Istruzione . . . . . . . . : 10
Messaggio . . . : Fatal Error : Process : LG_OUTS2 Logistica Spedizioni 2
Function : LGOUT45 Invio Documenti via FTP Statement : 402 Message : (1089) - Error detected when attempting to create the temporary file
/LANSA_DC_PGMLIB/TMP/tab3836.tmp. OS Error Message : Risorsa impegnata. OS
Error Message Number : 3029 Routine : X_PDF_Put_Temp_File_Suffix.
The "OS Error Message" can be translated to "resource committed"
The code line that generate error is:
SUBMIT PROCESS(LG_OUTS2) FUNCTION(LGOUT45) JOBD(*USRPRF) JOBQ(£R_USRJOBQ) OUTQ(*CURRENT)
Any ideas?
Thanks in advance.
Stefano