473,725 Members | 2,212 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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:db2ins t1 Node:000
PID:639190(db2b p) 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:db2ins t1 Node:000
PID:860218(db2a gent ("database_name ")) TID:1
Appid:AC10C809. B912.0124C82245 12
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 7048
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:db2ins t1 Node:000
PID:639190(db2b p) 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:db2ins t1 Node:000
PID:860218(db2a gent ("database_name ")) TID:1
Appid:AC10C809. B912.0124C82245 12
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
4964
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 webserver runs that part of the script (see attached file, snippet.php), though, it doesn't go through. I don't get an error message or anything...it just returns a "1" (whereas it should return a "0") as far as I can tell. I have read the PHP...
21
3040
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 question is the direction where that stack heading (address increasing or decreasing). How would you implement this in cpp? any suggestion.
3
1286
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, user can press 'Unsave' button to cancel this invoice or press 'upper arrow' to pass away that field. Question, in .net if i set .focus .the cursor must stay on that field until I input valid companycode. 2) In my vfp, every textbox's valid...
13
4805
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, $statement); Result: PHP Warning: odbc_exec(): SQL error: CLI0119E Unexpected system failure.
4
4995
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
2808
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 by df -k lopgod10:~/mycrfile # df -k /mnt/mvdg1/vset Filesystem 1K-blocks Used Available Use% Mounted on
8
8902
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 webmethod1(object a) where a can be of type string, DateTime, float, etc..
2
10568
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 CHAR(5), OUT r_valid CHAR(1), OUT r_bal DECIMAL(9,2)) LANGUAGE SQL BEGIN
5
15013
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 System.Runtime.InteropServices; namespace TestApplicationFracEngine {
0
8888
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8752
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9176
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9113
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8097
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6702
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4784
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2635
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2157
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.