473,804 Members | 2,255 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

db2diag error - "oper system services sqloWaitInterru pt Probe:10 "

Hi Friends,
I am running a stored procedure in Windows 2000 box (version 8.1.0)
and i am getting following error in db2diag.log repeatly. The scenerio
is as follows. I am inserting 55000 records(getting it from a select
statement) into an temporary table which takes around 22.5 hours. When
i execute the query seprately, it talkes only 3 min to complete the
exection. The tablespace i am using for temporary table is DMS and it
has lots of free spaces on it. The error i am getting is as follows.

"2005-01-02-06.34.03.078000 Instance:DB2 Node:000
PID:2500(db2sys cs.exe) TID:2436 Appid:none
oper system services sqloWaitInterru pt Probe:10

Unexpected system error 0x6 has occurred.
This has been mapped to ZRC 0x83000006.

PID:2500 TID:2436 Node:000 Title: SYSTEM ERROR DESCRIPTION
The handle is invalid."

Needed help urgently,
Thiru,
WantedToBeDBA.
Nov 12 '05 #1
4 2549
Check out of the paths given for the tablespaces exists. try to stop
all other external porgrams running and try running the SP. Is your
rows inserted correctly ?.
Try giving absolute path ..if you have not given relative path in
creating table spaces.

Nov 12 '05 #2
I have an exclusive control over that system and nobody is using that..
Then i haven't created the tablespace and so i don't know what path
they have given(relative or absolute).

I don't understand this sentence.. Where to give the absolute path??
"Try giving absolute path ..if you have not given relative path in
creating table spaces."
Bare me.. I am newbie to DB2...

Thanks.
Thiru,
WantedToBeDBA.

Nov 12 '05 #3
Thiru ,
I guess you should create a temporary tablespace if want to use
temporary table ..and if you have given a DMS then you may need to
give the container name also .
I am also a newbie buddy ..lets look for other replies..

Kiran Nair

Nov 12 '05 #4
for temporary tablespace as an SMS:
db2 "create user temporary tablespace tempspc1 pagesize xK managed by
system using ('<absolute path to the directory which will contain
temporary tablespace>') bufferpool xKbp"

for temporary tablespace as a DMS:
db2 "create user temporary tablespace tempspc1 pagesize xK managed by
database using (FILE '<absolute path to the file which will contain
temporary tablespace>' size_value|K|M| G) bufferpool xKbp"

however, I don't think 55000 are that many records to take 22 hours.
don't know, but maybe, taking a snapshot of the application | dynamic
sql may help.

regards,
dotyet

Nov 12 '05 #5

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

Similar topics

1
2120
by: baubab | last post by:
I am running SUN server and DB2 version 8.1 During the execution an application Tivoli (ITIM) the following error has been taken place. 2005-10-26-17.43.10.884357 Instance:db2itim Node:000 PID:25978(db2agent (ITIM) 0) TID:1 Appid:GA068F67.E76F.055B6153455 database monitor sqm.gen_dlconn_events Probe:10 Database:ITIM Snapshot cannot obtain lock information for application with app handle 118. Application in rollback.
0
1994
by: huobazi | last post by:
I have many dropdownlist controls in my ascx (and use LoadControl in a aspx fiel) file,so i write a method "InitList(DropDownList list,string strsql,string TextField,string ValueField)" but when i want to get the BigClassList.SelectedItem.Text and BigClassList.SelectedItem.Value in a button onclick method,btnSmallClassEdit_Click(....),there post an error " System.NullReferenceException: 佫¶ÔÏóÒýÓÃÉèÖõ½¶ÔÏóµÄʵÀý¡£", I Don't know the...
1
2114
by: JW | last post by:
Ok, I hope this is something easy... but I have been staring at this for way too long. I have the following query ( ODBC conn setup to MySQL ): SELECT MonthName(dateOfOrder) as month, SUM(cost) as sales FROM orderInfo, imagesInOrder WHERE orderInfo.id=imagesInOrder.order_id Group By Month(dateOfOrder) which returns the following when I iterate over the OdbcDataReader:
3
8843
by: Brian Foree | last post by:
I am developing an ASP.NET application that uses Access 2000 as its backend, and have just started getting the following error on 2 ASP.NET pages that had been working until late last week (and I don't think I made any changes to either page other than changing the user control that creates the header). Server Error in '/myApp' Application. ---------------------------------------------------------------------------- ----
1
2139
by: aaa | last post by:
I am using a third party provider for Travel related web services. These services are not very well documented and I am having to wing my way thru nearly every one. Some I can pull data from just fine others bomb when assigning criteria to the body of it's request object ("object not set to an instance of an object"). I am essentially creating nodes programatically to buld the XML that gets pumped to the SOAP call. Has anyone run...
8
3229
by: Henrik | last post by:
Hi Is there any way to see what the System process is doing? We have developed an application running at a production site to measure and optimize the production. The application needs to be responsive at all times during production. I'm experiencing some problems with my application not responding or responding slow. I suspeced the problem had to do with high CPU utilization
6
48124
by: =?Utf-8?B?Wm9vZG9y?= | last post by:
I have a ClickOnce application that uses web services. This works from every machine we can test it on; however, a customer has a laptop that fails with an exception (relevant portion of stack trace below - I have replaced the real web server address with a dummy value). --- System.Net.WebException: The remote name could not be resolved: 'www.somewebserver.com' at System.Net.HttpWebRequest.GetRequestStream() at...
14
2181
by: Ronald S. Cook | last post by:
I'm just curious how you would handle this. In the cable industry, Comcast is referred to as an "MSO" (multiple systems operator) meaning they own many cable systems. Therefore a solution must be architected to accommodate "System" as an entity. This means a table in the database named System, a class System, a web form System, etc. Since System is such a reserved word, how should we do this? To rename it "CableSystem" would bug as...
2
7956
by: jjlagtap | last post by:
Hey everyone When I try to open a file i get the Exception listed below. The weird thing is it works when I run the web app locally and when i use a remote server and open a file on my computer. When someone else uses the web app and tries to open a file using the remote server the error below happens. any help? **Code** C# - filepath is a valid file name which is passed via the form. System.IO.BinaryReader br = new...
0
9714
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
9594
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,...
0
10599
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10090
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...
1
7635
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
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4308
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3832
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3001
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.