473,327 Members | 1,920 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

system call received a parameter that is not valid.

HI All,
I use db2 v8.1 on AIX 5.2

I recieve the following message in my DIAGLOG after evry instance
restart.

2007-02-09-03.39.17.201881 Instance:db2inst1 Node:000
PID:639190(db2bp) TID:1 Appid:none
oper system services sqlocque Probe:20

Unexpected system error 0x16 has occurred.
This has been mapped to ZRC 0x83000016.

PID:639190 TID:1 Node:000 Title: SYSTEM ERROR DESCRIPTION
A system call received a parameter that is not valid.
2007-02-09-03.39.48.986210 Instance:db2inst1 Node:000
PID:860218(db2agent ("database_name")) TID:1
Appid:AC10C809.B912.0124C8224512
database monitor sqm.start_evmon Probe:32 Database: database_name

DIA0001E An internal error occurred. Report the following error
code :
"ZRC=0x800D002C".

What does it mean ?
What shold be the area that i need to look at to troubleshoot it?
Regards
Racerx

Feb 9 '07 #1
1 6997
Racerx wrote:
HI All,
I use db2 v8.1 on AIX 5.2

I recieve the following message in my DIAGLOG after evry instance
restart.

2007-02-09-03.39.17.201881 Instance:db2inst1 Node:000
PID:639190(db2bp) TID:1 Appid:none
oper system services sqlocque Probe:20

Unexpected system error 0x16 has occurred.
This has been mapped to ZRC 0x83000016.

PID:639190 TID:1 Node:000 Title: SYSTEM ERROR DESCRIPTION
A system call received a parameter that is not valid.
2007-02-09-03.39.48.986210 Instance:db2inst1 Node:000
PID:860218(db2agent ("database_name")) TID:1
Appid:AC10C809.B912.0124C8224512
database monitor sqm.start_evmon Probe:32 Database: database_name

DIA0001E An internal error occurred. Report the following error
code :
"ZRC=0x800D002C".

What does it mean ?
What shold be the area that i need to look at to troubleshoot it?
Figure out and correct the target path for your event monitor.

$ db2diag -rc 0x800D002C

Input ZRC string '0x800D002C' parsed as 0x800D002C (-2146631636).

ZRC value to map: 0x800D002C (-2146631636)
V7 Equivalent ZRC value: 0xFFFF8E2C (-29140)

ZRC class :
SQL Error, User Error,... (Class Index: 0)
Component:
SQLM ; database monitor (Component Index: 13)
Reason Code:
44 (0x002C)

Identifer:
SQLM_RC_EVPATH
Identifer (without component):
SQLZ_RC_EVPATH

Description:
path in use

Associated information:
Sqlcode -1618
SQL1618N The target path of the specified event monitor is in use by
another
event monitor.

Number of sqlca tokens : 0
Diaglog message number: 1
--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Feb 11 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Penn Markham | last post by:
Hello all, I am writing a script where I need to use the system() function to call htpasswd. I can do this just fine on the command line...works great (see attached file, test.php). When my...
21
by: puzzlecracker | last post by:
Guys - Is it possible to find which way system stack grows? Perhaps, I am not precise enough: When a function is called, the return address of (callee) function is put on the stack. Thus, the...
3
by: Agnes | last post by:
For my company's vfp application. I need to perform same event in .net 1) E.g the user inputs the companycode, system check the companycode, setfocus to that field if the code is invalid, HOWEVER,...
13
by: Larry Menard | last post by:
Test code: $dbconn = odbc_connect($dbname, $username, $password); $path = "C:\Temp\myJar.jar"; $statement = "CALL SQLJ.INSTALL_JAR('file://$path', 'myJarId')"; $result = odbc_exec($dbconn,...
4
by: Pakna | last post by:
Hi, is there any way to call a JAVA stored procedure from a SQL Trigger? We are having difficulties with this and cannot verify whether DB2 even *has* this capability? Thank you very much....
14
by: prasadjoshi124 | last post by:
Hi All, I am writing a small tool which is supposed to fill the filesystem to a specified percent. For, that I need to read how much the file system is full in percent, like the output given...
8
by: =?Utf-8?B?UmF2aQ==?= | last post by:
Hi, I'm trying to pass values of different data-types to a web-service. I thought it would be easier to box these values and pass them as a System.object parameter, like public void...
2
by: savio XCIX | last post by:
I created the following stored procedure: ======= CREATE PROCEDURE TBLNAME.proc_test (IN p_custnum VARCHAR(8), IN p_zipcode...
5
by: SSekar | last post by:
Hi, I am getting this exceptions when I am trying to access the Frotran dll. Here is sample code for that. using System; using System.Collections.Generic; using System.Text; using...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.