zoukankan      html  css  js  c++  java
  • IC79620: USER'S ROUTINE MAY BE TERMINATED ABNORMALLY IF SOME SYSTEMROUTINES WERE RUN IN DB2FMP BEFORE

    http://www-01.ibm.com/support/docview.wss?uid=swg1IC79620

    APAR status

        Closed as program error.

    Error description

        User's routine was terminated abnormally when the system
        routines in the library db2dbroutext were run. The library was
        loaded into the db2fmp process.
        Typically, the health monitor may run the routine internally.

        In the db2diag.log, we would see SQL1224N(0xFFFFFB38) and
        SQL1131N(0xFFFFFB95), and the messages like this.

        2011-07-01-07.15.31.863793+540 I119867E509         LEVEL: Error
        PID     : 21361                TID  : 46912812083520PROC :
        db2sysc
        INSTANCE: db2inst1             NODE : 000          DB   : TESTDB
        APPHDL  : 0-15872              APPID:
        xxx.xxx.xx.x.xxxxx.xxxxxxxxxxxx
        AUTHID  : db2inst1
        EDUID   : 69                   EDUNAME: db2agent (TESTDB)
        FUNCTION: DB2 UDB, routine_infrastructure,
        sqlerInvokeFencedRoutine, probe:40
        DATA #1 : Hex integer, 4 bytes
        0x8136001C
        DATA #2 : Hex integer, 4 bytes
        0xFFFFFB38

        2011-07-01-07.15.31.864001+540 I120377E509         LEVEL: Error
        PID     : 21361                TID  : 46912812083520PROC :
        db2sysc
        INSTANCE: db2inst1             NODE : 000          DB   : TESTDB
        APPHDL  : 0-15872              APPID:
        xxx.xxx.xx.x.xxxxx.xxxxxxxxxxxx
        AUTHID  : db2inst1
        EDUID   : 69                   EDUNAME: db2agent (TESTDB)
        FUNCTION: DB2 UDB, routine_infrastructure,
        sqlerInvokeFencedRoutine, probe:45
        DATA #1 : Hex integer, 4 bytes
        0x8136001C
        DATA #2 : Hex integer, 4 bytes
        0xFFFFFB95

        2011-07-01-07.15.32.167129+540 E132474E393         LEVEL: Error
        PID     : 21359                TID  : 46912698837312PROC :
        db2wdog
        INSTANCE: db2inst1             NODE : 000
        EDUID   : 2                    EDUNAME: db2wdog
        FUNCTION: DB2 UDB, base sys utilities, sqleChildCrashHandler,
        probe:15
        DATA #1 : <preformatted>
        A non-EDU child crashed. Process id: 31059, OSS term code:
        0x102, signal: 9

        2011-07-01-07.15.32.167620+540 E132868E3477        LEVEL: Severe
        PID     : 21361                TID  : 46912812083520PROC :
        db2sysc
        INSTANCE: db2inst1             NODE : 000          DB   : TESTDB
        APPHDL  : 0-15872              APPID:
        xxx.xxx.xx.x.xxxxx.xxxxxxxxxxxx
        AUTHID  : db2inst1
        EDUID   : 69                   EDUNAME: db2agent (TESTDB)
        FUNCTION: DB2 UDB, routine_infrastructure, sqlerReturnFmpToPool,
        probe:900
        DATA #1 : String, 50 bytes
        Marking fmp as unstable, fmp is forced or aborted:
        .......

    Local fix

        Not available.

    Problem summary

        ****************************************************************
        * USERS AFFECTED:                                              *
        * All who run user routine.                                    *
        ****************************************************************
        * PROBLEM DESCRIPTION:                                         *
        * As same as Error description.                                *
        ****************************************************************
        * RECOMMENDATION:                                              *
        * Upgrade to Version 9.7 FixPack 6.                            *
        ****************************************************************

    Problem conclusion

        Problem was first fixed in DB2 UDB Version 9.7 FixPack 6.

    Temporary fix

    Comments

  • 相关阅读:
    Spring中的destroy-method方法
    github Pull Request合入全流程介绍
    vue-router动态路由设置参数可选
    github上fork原项目,如何将本地仓库代码更新到最新版本?
    github的pull Request使用
    vue2.X版本vue-cli生成项目后运行失败,报错信息为getaddrinfo ENOTFOUND localhost
    npm在linux即mac下更新时报错
    数组Array和字符串String的indexOf方法,以及ES7(ES2016)中新增的Array.prototype.includes方法
    less的使用总结
    ssh连接github连不上
  • 原文地址:https://www.cnblogs.com/DBA-Ivan/p/4217461.html
Copyright © 2011-2022 走看看