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 ...
随机推荐
- CPU位数、地址线位数、数据线位数、通用寄存器位数!
CPU位数:表示的是其通用寄存器的位数,CPU的位数表示该CPU一次处理数据的最大位数. 数据线位数:是CPU的理论最大寻址空间,也是CPU与内存之间一次最大的数据传输位数. 地址线位数:是CPU实际 ...
- StringFormate使用
1常规类型的格式化 1.1显示不同转换符实现不同数据类型到字符串的转换 转换符 说明 示例 %s 字符串类型 “mingrisof” %c 字符类型 'm' %b 布尔类型 tru ...
- 关于数组以及c#学习问题
第二次作业我没注意看群通告,看到都3月8号,开始着手想用c#试着写写,才发现一些问题. a.鞠老的要求中必须原数据需要csv文件,csv文件不是太了解,网上简单查阅了一下------csv意思是逗号分 ...
- 史上最详细的Hadoop环境搭建(转)
转载的文章,请告知侵删.本人只是做个记录,以免以后找不到. 前言 Hadoop在大数据技术体系中的地位至关重要,Hadoop是大数据技术的基础,对Hadoop基础知识的掌握的扎实程度,会决定在大数据技 ...
- C# 调用Delphi dll
delphi dll 源码: library dllres; type char10 = ..] of char; TMydata = packed record id: Integer; name: ...
- c# 检查报错详细
catch (DbEntityValidationException error) { string test = string.Empty; foreach (var validationError ...
- win10下安装配置iis,发布iis
老有朋友不会配置iis跟发布iis,今天整理一下,欢迎参考借鉴 打开控制面板 找到 程序 点击程序 找到启用或关闭windows功能 在windows服务中找到 Internet Informati ...
- MvvmLight框架使用入门(四)
本篇我们着重介绍ViewModelBase,演示Set和RaisePropertyChanged方法的使用,以及就Cleanup方法释放资源展开讨论. ICleanup 接口.实现该接口的ViewMo ...
- 销售系统项目业务分析和Java中使用邮箱
项目一般大致可分为三个模块, 我们以销售系统为例 分为 基础模块 进货模块 财务模块三个 基础模块分为:权限模块 产品模块和基础代码,基础模块的设计十分重要会影响到整个项目, 代码较为简单 核心模块 ...
- 【ocp-12c】最新Oracle OCP-071考试题库(38题)
38.choose the best answer View the Exhibit and examine the data in the PROMOTIONS table. PROMO_BEGIN ...