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)的更多相关文章

  1. 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 ...

  2. 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 ...

  3. [转]SSIS: Execute Package via Stored Procedure

    本文转自:http://sqlblog.de/blog/2009/09/ssis-execute-package-via-stored-procedure/ There are two options ...

  4. SQL Server 在多个数据库中创建同一个存储过程(Create Same Stored Procedure in All Databases)

    一.本文所涉及的内容(Contents) 本文所涉及的内容(Contents) 背景(Contexts) 遇到的问题(Problems) 实现代码(SQL Codes) 方法一:拼接SQL: 方法二: ...

  5. Stored Procedure 里的 WITH RECOMPILE 到底是干麻的?

    在 SQL Server 创建或修改「存储过程(stored procedure)」时,可加上 WITH RECOMPILE 选项,但多数文档或书籍都写得语焉不详,或只解释为「每次执行此存储过程时,都 ...

  6. [转]Dynamic SQL & Stored Procedure Usage in T-SQL

    转自:http://www.sqlusa.com/bestpractices/training/scripts/dynamicsql/ Dynamic SQL & Stored Procedu ...

  7. [原] 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 ...

  8. 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 ...

  9. 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  ...

随机推荐

  1. Mybatis的map用法

    当Mybatis传过来的值是map类型的时候,有两种处理方法 1.将数值装入类封装起来 public interface IStudentDao { // 根据姓名和年龄查询 List<Stud ...

  2. UVa 1151 Buy or Build (最小生成树+二进制法暴力求解)

    题意:给定n个点,你的任务是让它们都连通.你可以新建一些边,费用等于两点距离的平方(当然越小越好),另外还有几种“套餐”,可以购买,你购买的话,那么有些边就可以连接起来, 每个“套餐”,也是要花费的, ...

  3. Shell脚本传递带有空格的参数[摘录自网络]

    参数处理 说明 $# 传递到脚本的参数个数 $* 以一个单字符串显示所有向脚本传递的参数 $$ 脚本运行的当前进程ID号 $! 后台运行的最后一个进程的ID号 $@ 与$#相同,但是使用时加引号,并在 ...

  4. sockaddr与sockaddr_in

    struct sockaddr { unsigned short sa_family;     char sa_data[14]; }; 此数据结构用做bind.connect.recvfrom.se ...

  5. Codeforces758C Unfair Poll 2017-01-20 10:24 95人阅读 评论(0) 收藏

    C. Unfair Poll time limit per test 1 second memory limit per test 256 megabytes input standard input ...

  6. 在没Hadoop 、GP 前提下怎么进行实时数据统计。

    最近着手个项目,整体数据量有5亿多,每个月增量9000w.应用场景是Oltp 根据用户id直接计算各种维度值. 因为是Oltp 场景,直接根据用户id %2000分(方便后续横向扩展),有些喜欢扯分区 ...

  7. 网络正常只有自己访问网站异常一度让你怀疑,是不是被黑了!域名解析异常是如何发生的,如何解决处理及C#编程实现一键修改Hosts文件

    首先大家要知道在浏览器上浏览虚拟主机,必须使用Hosts文件或域名系统(DNS)实现主机名到IP地址的解析.在局域网中用Hosts文件或DNS都可以,在Internet上只能用DNS了. 1.当用户输 ...

  8. 操作XDocument讲解

    1.首先建立好XML .可以通选自定义EXCEL导出XML格式的数据:(如图) 2 读取XML 文件 具体的详细讲解 可以查看 改网址 :https://blog.csdn.net/dyllove98 ...

  9. Python装饰器(函数)

    闭包 1.作用域L_E_G_B(局部.内嵌.全局...): x=10#全局 def f(): a=5 #嵌套作用域 def inner(): count = 7 #局部变量 print a retur ...

  10. k_means算法C++实现,改为面向对象

    画的类图如下: