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. FZU 1977 Pandora adventure (DP)

    题意:给定一个图,X表示不能走,O表示必须要走,*表示可走可不走,问你多少种走的法,使得形成一个回路. 析: 代码如下: #pragma comment(linker, "/STACK:10 ...

  2. redis cluster 使用中出现的问题

    问题一 redis.clients.jedis.exceptions.JedisClusterMaxRedirectionsException: Too many Cluster redirectio ...

  3. windows7 不能更新,提示:"WindowsUpdate_80240016" "WindowsUpdate_dt000",如何解决?

    计算机(右键) ---- 管理 -------- 服务和应用程序 -----服务(找到名称为windows update的服务,并且在windwos update服务右键 选择重新启动 ) 再次安装更 ...

  4. CentOS 6.6 MySQL 8.0详细安装步骤

    1.备份服务器上MySQL数据库 [root@localhost ] # mysqldump -h localhost -u root -proot --databases Surpass --rou ...

  5. (模拟)Arithmetic Sequence -- HDU -- 5400

    链接: http://acm.hdu.edu.cn/showproblem.php?pid=5400 Time Limit: 4000/2000 MS (Java/Others)    Memory ...

  6. POJ1679 The Unique MST 2017-04-15 23:34 29人阅读 评论(0) 收藏

    The Unique MST Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 29902   Accepted: 10697 ...

  7. 第六章:shiro Realm相关对象

    Shiro 中的 AuthenticationToken AuthenticationToken 用于收集用户提交的身份(如用户名)及凭据(如密码).Shiro会调用CredentialsMatche ...

  8. Linux 用户和文件

    Linux系统中用户的扩展研究 进程 用户和文件 Linux中的用户及用户组 linux中只有两个等级:root和非root, 一个用户至少属于一个用户组 一个用户可以属于多个用户组 用户本身的区别主 ...

  9. PHP爬虫(3)PHP DOM开源代码里的大坑和字符编码

    一.开源代码的问题 在PHP爬虫(2)中介绍了开源工程Sunra.PhpSimple.HtmlDomParser.在实际工作中发现一个问题,例如http://www.163.com的网页数据怎么也抓取 ...

  10. Centos7.0安装KVM实践

    1.背景 近日将主要精力放在Linux下测试MySQL Replication,宿主机安装了Centos7.0系统,需要安装三台虚拟机.因此,尝试了一下在Centos7.0上安装虚机机. 2.安装步骤 ...