SQL1042C running a fenced routine (stored procedure/UDF)
Relation to this link
http://www-01.ibm.com/support/docview.wss?uid=swg21399105
2015-01-11-13.38.19.538002+000 E263507727A548 LEVEL: Warning
PID : 15139020 TID : 13287 PROC : db2sysc 0
INSTANCE: db2inst1 NODE : 000 DB : ICMNLSDB
APPHDL : 0-17924 APPID: 146.89.240.23.61630.150111133822
AUTHID : ICMADMIN
EDUID : 13287 EDUNAME: db2agent (ICMNLSDB) 0
FUNCTION: DB2 UDB, routine_infrastructure, sqlerReturnFmpToPool, probe:2000
DATA #1 : String, 55 bytes
Sending a signal to clean up NOT THREADED FMP process:
DATA #2 : Process ID, 4 bytes
13303904
2015-01-11-13.38.19.554686+000 E263508276A1319 LEVEL: Severe
PID : 15139020 TID : 13287 PROC : db2sysc 0
INSTANCE: db2inst1 NODE : 000 DB : ICMNLSDB
APPHDL : 0-17924 APPID: 146.89.240.23.61630.150111133822
AUTHID : ICMADMIN
EDUID : 13287 EDUNAME: db2agent (ICMNLSDB) 0
FUNCTION: DB2 UDB, routine_infrastructure, sqlerSendFmpStart, probe:10
MESSAGE : ZRC=0xFFFFFBEE=-1042
DATA #1 : SQC RC type., PD_TYPE_SQC_RC, 4 bytes
54
CALLSTCK: (Static functions may not be resolved correctly, as they are resolved to the nearest symbol)
[0] 0x09000000128A2D78 pdLog + 0xE0
54
CALLSTCK: (Static functions may not be resolved correctly, as they are resolved to the nearest symbol)
[0] 0x09000000128A2D78 pdLog + 0xE0
[1] 0x09000000127AE148 pdLog@glue41A + 0xAC
[2] 0x0900000011B88D98 sqlerSendFmpStart__FP13sqlerFmpParmsP14sqlerFmpHandleP5sqlca + 0xE4
[3] 0x09000000145C591C sqlerInvokeFencedRoutine__FP13sqlerFmpParms + 0x1244
[4] 0x0900000012895188 sqlriInvokeInvoker__FP10sqlri_ufobb + 0x4D4
[5] 0x09000000128944C8 sqlricall__FP8sqlrr_cb + 0x12C
[6] 0x09000000129260A4 sqlriSectInvoke__FP8sqlrr_cbP12sqlri_opparm + 0x30
[7] 0x09000000128DB7E4 sqlrr_process_execute_request__FP8sqlrr_cbib + 0xC40
[8] 0x09000000128DBA80 sqlrr_execute__FP14db2UCinterfaceP9UCstpInfo + 0xB8
[9] 0x09000000128CAFFC .sqljs_ddm_excsqlstt.fdpr.clone.4__FP14db2UCinterfaceP13sqljDDMObject + 0x7A4
2015-01-11-13.38.19.554970+000 I263509596A451 LEVEL: Severe
SQL1042C running a fenced routine (stored procedure/UDF)的更多相关文章
- Difference between Stored Procedure and Function in SQL Server
Stored Procedures are pre-compile objects which are compiled for first time and its compiled format ...
- Archive MySQL Data In Chunks Using Stored Procedure
sqladminon September 26, 2018 In a DBA’s day to day activities, we are doing Archive operation on ou ...
- [转]SSIS: Execute Package via Stored Procedure
本文转自:http://sqlblog.de/blog/2009/09/ssis-execute-package-via-stored-procedure/ There are two options ...
- SQL Server 在多个数据库中创建同一个存储过程(Create Same Stored Procedure in All Databases)
一.本文所涉及的内容(Contents) 本文所涉及的内容(Contents) 背景(Contexts) 遇到的问题(Problems) 实现代码(SQL Codes) 方法一:拼接SQL: 方法二: ...
- Stored Procedure 里的 WITH RECOMPILE 到底是干麻的?
在 SQL Server 创建或修改「存储过程(stored procedure)」时,可加上 WITH RECOMPILE 选项,但多数文档或书籍都写得语焉不详,或只解释为「每次执行此存储过程时,都 ...
- [转]Dynamic SQL & Stored Procedure Usage in T-SQL
转自:http://www.sqlusa.com/bestpractices/training/scripts/dynamicsql/ Dynamic SQL & Stored Procedu ...
- [原] XAF How to bind a stored procedure to a ListView in XAF
First, I suggest that you review the following topic to learn how to show a custom set of objects in ...
- Retrieving Out Params From a Stored Procedure With Python
http://www.rodneyoliver.com/blog/2013/08/08/retrieving-out-params-from-a-stored-procedure-with-pytho ...
- Modify a Stored Procedure using SQL Server Management Studio
In Object Explorer, connect to an instance of Database Engine and then expand that instance. Expand ...
随机推荐
- openssl生成ssl证书(转)
原文:http://blog.sina.com.cn/s/blog_4fd50c390101891c.html x509证书一般会用到三类文,key,csr,crt. Key 是私用密钥openssl ...
- Leader/Follower多线程网络模型介绍
之前分享过<轻量级 web server Tornado代码分析>,介绍了目前我们采用nginx + tornado的方式搭建升级.配管.数据中心等各类服务组建客户端迭代体系.最近注意到, ...
- [label][git-commands] Several Git Commands
The process of Git commands Operation 1. git commit -m 'fist post' Windows PowerShellCopyright (C) 2 ...
- Oracle EBS Color 色彩设置
Oracle EBS配色方案的截图 If the Java Look and Feel profile option is set to Oracle, the Java Color Scheme c ...
- Webservice发布
此文甚好,转载自:http://blog.163.com/java_player@126/blog/static/127930738200981555021925/ 某些地方笔者已经加以改进. 使用工 ...
- Sql Server中使用存储过程来实现一些时间差的改变
Sql Server中的时间差是使用DATEDIFF来是现的 语法如下:DATEDIFF(要显示时间格式,开始时间,结束时间) 比如:DATEDIFF(minute,'2019-2-28 8:30', ...
- sqlite 插入数据 too many variables
相关文档:http://www.sqlite.org/limits.html#max_variable_number 一次插入条数限制500,参数最多999个.
- winform textbox控件keydown、keypress、keyup简单介绍
1.执行先后顺序: keydown-->keypress-->keyup 2.按键相关操作: 1)keydown和keyup参数类型KeyEventArgs(提供了KeyCode)实现形式 ...
- 微信小程序 —— button按钮去除border边框
button默认有边框,边框用“border : none”去掉就不可以,边框依然存在, 使用 button::after{ border: none; } 来去除边框,边框就没了 wxml: < ...
- “全栈2019”Java异常第十八章:Exception详解
难度 初级 学习时间 10分钟 适合人群 零基础 开发语言 Java 开发环境 JDK v11 IntelliJ IDEA v2018.3 文章原文链接 "全栈2019"Java异 ...