Error ADM1832E

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • KG

    Error ADM1832E

    Hi,
    I have done db2 installation and configuration of database on a
    server. And I am getting below error in db2diag.log Does anyone know
    the reason of getting this error. In my db cfg I am using archival
    logging (userexit on).

    2007-09-07-14.23.53.106749 Instance:dsat Node:000
    PID:3460(db2log mgr (DSAD) 0) TID:1 Appid:none
    data protection sqlpgInvokeUser exit Probe:1140

    ADM1832E DB2 was unable to find the user exit program when archiving
    log file
    "S0003665.L OG" from "/db2db/DSAD/catalog/dsat/NODE0000/SQL00001/
    SQLOGDIR/" for
    database "DSAD". The error code was "24".

  • Sanjuro

    #2
    Re: Error ADM1832E

    On Sep 19, 11:53 am, KG <kapilgupta...@ gmail.comwrote:
    Hi,
    I have done db2 installation and configuration of database on a
    server. And I am getting below error in db2diag.log Does anyone know
    the reason of getting this error. In my db cfg I am using archival
    logging (userexit on).
    >
    2007-09-07-14.23.53.106749 Instance:dsat Node:000
    PID:3460(db2log mgr (DSAD) 0) TID:1 Appid:none
    data protection sqlpgInvokeUser exit Probe:1140
    >
    ADM1832E DB2 was unable to find the user exit program when archiving
    log file
    "S0003665.L OG" from "/db2db/DSAD/catalog/dsat/NODE0000/SQL00001/
    SQLOGDIR/" for
    database "DSAD". The error code was "24".
    Either you have turned on Userexit without having an userexit program
    or its missing from its location inside sqllib (db2uext2).

    If you want to achieve log archiving without using a customized
    userexit program, try LOGARCHMETH1.

    ~sanjuro

    Comment

    Working...