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
IC79620: USER'S ROUTINE MAY BE TERMINATED ABNORMALLY IF SOME SYSTEMROUTINES WERE RUN IN DB2FMP BEFORE的更多相关文章
- 问题解决:Maven execution terminated abnormally (exit code 1)
Maven execution terminated abnormally (exit code 1) 修改setting.xml中的镜像位置 如下就可以了 <mirror> <id ...
- 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 ...
- idea创建项目报错(Maven execution terminated abnormally (exit code 1) )解决方案
版本: idea14.0.2 java1.8 maven3.5 -------------------------------------------------------------------- ...
- Maven execution terminated abnormally (exit code 1) 完美解决
https://www.pianshen.com/article/1477185745/ 找到本地仓库这个包中, 删掉,重新导入,,完美解决
- DB2 Error Messages (Sorted by SQLCODE)
DB2 Error Messages (Sorted by SQLCODE) DB2 Error Messages (Sorted by SQLCODE) SQLCODE SQLSTATE Descr ...
- CSAPP Chapter 8:Exception Control Flow
prcesssor在运行时,假设program counter的值为a0, a1, ... , an-1,每个ak表示相对应的instruction的地址.从ak到ak+1的变化被称为control ...
- Scalaz(48)- scalaz-stream: 深入了解-Transducer: Process1-tee-wye
在上一篇讨论里我们介绍了Source,它的类型款式是这样的:Process[F[_],O].Source是通过await函数来产生数据流.await函数款式如下: def await[F[_], A, ...
- linux下生成core dump文件方法及设置
linux下生成core dump文件方法及设置 from:http://www.cppblog.com/kongque/archive/2011/03/07/141262.html core ...
- IntelliJ Idea13无法创建maven模板
一.错误信息: -Dmaven.multiModuleProjectDirectory system property is not set. Check $M2_HOME environment v ...
随机推荐
- linux 下 WebSphere日志中文乱码
管理控制台--->服务器--->应用程序服务器--->server1--->java和进程管理--->进程定义--->java虚拟机--->将通用jvm参数设 ...
- XXX 不是当前用户的有效责任,请联系您的系统管理员
EBS中,有时进入一些基于OA Framework 的Web页面时,会出现这种现象: XXX 不是当前用户的有效责任,请联系您的系统管理员 ( or: xxx is not a valid resp ...
- [翻译]Writing Custom DB Engines 编写定制的DB引擎
Writing Custom DB Engines 编写定制的DB引擎 FastReport can build reports not only with data sourced from ...
- 为方便二层升三层新增的远程方法QuerySql6()
为了方便原来D6,D7开发的二层老程序升级为三层,新增了远程方法QuerySql6().充分地兼容原来二层SQL的写法. 1)公共方法ParamsToStr() function ParamsToSt ...
- C#基础入门 五
C#基础入门 五 递归 递归调用:一个方法直接或间接地调用了它本身,就称为方法的递归调用. 递归方法:在方法体内调用该方法本身. 递归示例 public long Fib(int n) { if(n= ...
- [Elixir001]使用tty做一个简单的日记记录
大半年前实践的使用Evernote做知识管理 https://www.zhihu.com/question/20232993/answer/34270710里面的记录日记模块大概长成这样子 用了半年, ...
- Redis配置参数汇总
==配置文件全解=== ==基本配置daemonize no 是否以后台进程启动databases 16 创建database的数量(默认选中的是database 0) save 900 1 #刷新快 ...
- C# autofac的一些使用
这次项目需要用autofac动态注册插件dll,插件修改或扩展后,在不重新编译的情况下能加载新的插件. 于是我们用autofac从配置文件注册.注册的文件固定named.这样不管插件怎么变,我们Res ...
- 基于ASP.NET生成条形码(code128)
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Dr ...
- ASP .NET运行机制(visio图)