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. Gym 101201I Postman (贪心)

    题意:有个邮递员,要送信,每次最多带 m 封信,有 n 个地方要去送,每个地方有x 封要送,每次都到信全送完了,再回去,对于每个地方,可以送多次直到送够 x 封为止. 析:一个很简单的贪心,就是先送最 ...

  2. 3dsmax导入点云数据

    http://blog.sina.com.cn/s/blog_a4f6aad50101ht99.html https://blog.csdn.net/yangziluomu/article/detai ...

  3. java复习小知识(基础不算,有反射,递归)

    顺序选择循环,三种 1.至于循环和递归 循环效率更高,但是递归在处理文件递归的时候更为常见快捷 在java中实现传多参 2.public static void main(String[]  args ...

  4. 好用的下拉第三方——nicespinner

    1.简介 GitHub地址:https://github.com/arcadefire/nice-spinner Gradle中添加: allprojects { repositories { ... ...

  5. 使用zookeeper自带的zkCli.sh客户端工具实现对zk的CURD常见操作详解

    一.zookeeper自带的 zkCli.sh 客户端工具 1. 应急和测试使用到的一个工具. 还有C# dirver java dirver (驱动)   二.driver的使用方式有两种 zkCl ...

  6. 基于微软XAML技术的前端开发方法

    使用XAML技术的平台目前包括WPF,Silverlight,Windows8等平台,未来的Windows10统一Windows App也使用XAML技术. 前端开发指通过可视化集成开发环境进行用户界 ...

  7. python怎么生成requirements.txt文件

    生成文件: pip freeze > requirements.txt 安装依赖: pip install -r requirements.txt

  8. Atom打造优雅的MarkDown 编辑器

    1.下载Atom https://atom.io/ 2.安装Atom 双击自动安装,会默认安装到C盘,无法修改. 3.安装simplified-chinese-menu 插件 这是一个可以将软件汉化的 ...

  9. This InfoPath form template is browser-compatible, but it cannot be browser-enabled on the selected site

    - all features were running on sitecollection level and at site level But here is the solution, i do ...

  10. php函数源代码 C编写 【持续更新】

    由于经常被抓取文章内容,在此附上博客文章网址:,偶尔会更新某些出错的数据或文字,建议到我博客地址 :  --> 点击这里 strlen() 获取字符串长度,成功则返回字符串 string 的长度 ...