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

IC79620: USER'S ROUTINE MAY BE TERMINATED ABNORMALLY IF SOME SYSTEMROUTINES WERE RUN IN DB2FMP BEFORE的更多相关文章

  1. 问题解决:Maven execution terminated abnormally (exit code 1)

    Maven execution terminated abnormally (exit code 1) 修改setting.xml中的镜像位置 如下就可以了 <mirror> <id ...

  2. getting session bus failed: //bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.

    今天在调试dbus程序的时候,运行程序出现了getting session bus failed: //bin/dbus-launch terminated abnormally with the f ...

  3. idea创建项目报错(Maven execution terminated abnormally (exit code 1) )解决方案

    版本: idea14.0.2 java1.8 maven3.5 -------------------------------------------------------------------- ...

  4. Maven execution terminated abnormally (exit code 1) 完美解决

    https://www.pianshen.com/article/1477185745/ 找到本地仓库这个包中, 删掉,重新导入,,完美解决

  5. DB2 Error Messages (Sorted by SQLCODE)

    DB2 Error Messages (Sorted by SQLCODE) DB2 Error Messages (Sorted by SQLCODE) SQLCODE SQLSTATE Descr ...

  6. CSAPP Chapter 8:Exception Control Flow

    prcesssor在运行时,假设program counter的值为a0, a1, ... , an-1,每个ak表示相对应的instruction的地址.从ak到ak+1的变化被称为control ...

  7. Scalaz(48)- scalaz-stream: 深入了解-Transducer: Process1-tee-wye

    在上一篇讨论里我们介绍了Source,它的类型款式是这样的:Process[F[_],O].Source是通过await函数来产生数据流.await函数款式如下: def await[F[_], A, ...

  8. linux下生成core dump文件方法及设置

    linux下生成core dump文件方法及设置    from:http://www.cppblog.com/kongque/archive/2011/03/07/141262.html core ...

  9. IntelliJ Idea13无法创建maven模板

    一.错误信息: -Dmaven.multiModuleProjectDirectory system property is not set. Check $M2_HOME environment v ...

随机推荐

  1. CSS—— em的详解

    字体大小在浏览器的默认样式表中有规定.一般采用em为单位,也就是相对单位,1em=16像素. 同时,像P h1等等标签都采用浏览器默认的em单位,P为1em,h1为2em等等. 两条重要的规则: 1. ...

  2. 线上服务 CPU 100%?一键定位 so easy!

      转自:  https://my.oschina.net/leejun2005/blog/1524687   摘要: 本文主要针对 Java 服务而言 0.背景 经常做后端服务开发的同学,或多或少都 ...

  3. Dom4j的一个小例子,用于解析xml文件的元素获取方式(转)

    import java.io.File; import java.io.IOException; import javax.xml.parsers.ParserConfigurationExcepti ...

  4. TSQL--关联更新和删除

    --=================================================== --测试CODE USE tempdb; GO DROP TABLE TB1 GO DROP ...

  5. mvc和mvvm的区别?

    源自:https://segmentfault.com/q/1010000000534091?_ea=178721 Model:很简单,就是业务逻辑相关的数据对象,通常从数据库映射而来,我们可以说是与 ...

  6. C# WebService调用方法

    public class WebServiceHelper    {        /// < summary>         /// 动态调用web服务         /// < ...

  7. 基于GeoServer切片地图服务的发布

    接着上一篇文章,如何将JPG格式的图片转化为带地理坐标的TIFF格式里提及的最近的一个项目,数据源是一张高分辨率的2.5维图片,现在已经成功转化成了带有地理坐标的TIFF格式.下面将介绍借助GeoSe ...

  8. 【OCP-12c】CUUG 071题库考试原题及答案解析(16)

    16.(7-5) choose the best answerThe PRODUCTS table has the following structure:Evaluate the following ...

  9. SpringMVC常用方法大全

    ---恢复内容开始--- web.xml: <?xml version="1.0" encoding="UTF-8"?> <web-app x ...

  10. C++中运算符的优先级

    运算符挺多的,很难一一记住他们的优先级,在此去别人博客复制以下内容,供自己以后学习. 优先级 运算符 含    义 要求运算 对象的个数 结合方向 1 () [] -> . 圆括号 下标运算符 ...