Rerunning ADABAS save utility

Hi , I’ve just completed installing ADABAS and Natural. I decided to run ADASAV. It failed with B37 full dataset. I increased the allocation and re-submitted. I got the following.

[b]ERROR-089, Utility not permitted to run

       Another utility has exclusive database control.           
                                                                 
       The following table shows the current contents of         
       the Utility Communications Block. One of the jobs         
       displayed below has exclusive database control.           
                                                                 
       Wait until that job has ended and retry this function.    [/b]

Question , how can I remove the exclusive control and rerun ? Is there a way ti display which uttility/user has the exclusive control ? and then remove it. I’ve searcheed all the commands and othr utilities and not found anything. Many thanks in advance

RESETDIB function of the ADADBS utility.

Thanks . OK I tried that . I did a didplay DDIB

RESPONSE=RSMP ADAN25 00001 2016-10-13 16:38:32 DIB
RESPONSE=RSMP ADAN25 00001 2016-10-13 16:38:32 Jobname=ADABAS ,
RESPONSE=Starttime=15:13:59,LID=0000017
RESPONSE=RSMP
RESPONSE=RSMP ADAN25 00001 2016-10-13 16:38:32 Jobname=ADASAV ,
RESPONSE=Starttime=15:15:15,LID=0000018
RESPONSE=RSMP
RESPONSE=RSMP ADAN41 00001 2016-10-13 16:38:32 Function completed

Then ran

//DDKARTE DD *
ADADBS RESETDIB JOBNAME=‘ADASAV’,IDENT=18

and got

A D A D B S: Error occurred during execution:

ERROR-072, Unexpected nucleus response 22
17- Command not permitted during online save

Identify the failed utility:
ADADBS OPERCOM DUQ
ADADBS OPERCOM DUUQE

Then terminate it and clean up:
ADADBS OPERCOM STOPU=xxxxxxxx or STOPSU
ADADBS RESETDIB …

Hi , thanks for all your help. Tried all that but stil got “Command not permitted during online save”. As this was a sandbox I did an 2F ADABAS,CANCEL" and restarted with ADARUN IGNDIB=YES . Thanks