Getting **** LIBAUDIT PROCESSING HAS BEEN ACTIVATED * ERROR *** INSUFFICIENT DISK SPACE TO ALLOCATE LIBAUDIT WORKFILE.
search cancel

Getting **** LIBAUDIT PROCESSING HAS BEEN ACTIVATED * ERROR *** INSUFFICIENT DISK SPACE TO ALLOCATE LIBAUDIT WORKFILE.

book

Article ID: 54960

calendar_today

Updated On:

Products

Librarian

Issue/Introduction

User attempting to retrieve a member and getting the following error:   

            **** LIBAUDIT PROCESSING HAS BEEN ACTIVATED ****            
*** ERROR ***    INSUFFICIENT DISK SPACE TO ALLOCATE LIBAUDIT WORKFILE. 

 

Environment

Release:  4.4

Resolution

Run the following Master Index Statistical report to see how much free space is available on the master file:

//MSTRINDX    EXEC PGM=AFOLIBR,PARM='NJTA,NRJS'
//STEPLIB    DD DISP=SHR,DSN=hlq.mlq.libr44.CALJLINK 
//MASTER      DD DISP=SHR,DSN=hlq.mlq.your.Librarian.Master.file
//INDEX DD SYSOUT=*
//SYSPRINT    DD SYSOUT=*
//OSJOB      DD DUMMY
//SYSIN      DD *
-OPT UTILITY
-INDEX(S)
-END
//

 

If there is not enough space then

1) Delete some older arc levels from some of the members in the master file:

https://knowledge.broadcom.com/external/article/51852/how-to-delete-archive-levels-of-a-librar.html

 

        or

2)  Increase the space available by doing a -OPT BKUPDISK increasing the space:

https://knowledge.broadcom.com/external/article/38976/iou080e-how-to-enlarge-a-librarian-bdam.html

 

 

If there is some space, can use NOAUDIT parameter on the REP ALL statement.

  • REP ALL,NOAUDIT