473,785 Members | 2,480 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

db2 connection lost from my db2 client on window to aix server after some time

Hi,
I have encountered a very strange situation.
I just changed my laptop and installed db2 Administration client.
I run a db2 CLP ranning statistic on 500 tables from my db2 command
window on my laptop and the
connection was disconnected after 30 minutes.
Is this for some set up on my new laptop?
George
Thanks,

Apr 24 '07 #1
3 2065
Ray
On Apr 24, 8:29 am, zgh1970 <george.zh...@l ombard.cawrote:
Hi,
I have encountered a very strange situation.
I just changed my laptop and installed db2 Administration client.
I run a db2 CLP ranning statistic on 500 tables from my db2 command
window on my laptop and the
connection was disconnected after 30 minutes.
Is this for some set up on my new laptop?
George
Thanks,
How often do the queries run? Could it be related to power management
on your laptop?

Apr 25 '07 #2
Hi, Ray,
In fact i found if the runstat lasts more than 1 minute and it will
failed.
I monitered it and power is ON.
But maybe TCPIP was lost.
I tested the same runstas from my home by VPN and it was OK.
I suspected that new laptop in my company's intranet has some
limitation.
How can I find the TPCIP and other setup of fire wall?
Thanks,
Ray wrote:
On Apr 24, 8:29 am, zgh1970 <george.zh...@l ombard.cawrote:
Hi,
I have encountered a very strange situation.
I just changed my laptop and installed db2 Administration client.
I run a db2 CLP ranning statistic on 500 tables from my db2 command
window on my laptop and the
connection was disconnected after 30 minutes.
Is this for some set up on my new laptop?
George
Thanks,

How often do the queries run? Could it be related to power management
on your laptop?
Apr 26 '07 #3
Ray
On Apr 26, 11:31 am, zgh1970 <george.zh...@l ombard.cawrote:
Hi, Ray,
In fact i found if the runstat lasts more than 1 minute and it will
failed.
I monitered it and power is ON.
But maybe TCPIP was lost.
I tested the same runstas from my home by VPN and it was OK.
I suspected that new laptop in my company's intranet has some
limitation.
How can I find the TPCIP and other setup of fire wall?
Thanks,

Ray wrote:
On Apr 24, 8:29 am, zgh1970 <george.zh...@l ombard.cawrote:
Hi,
I have encountered a very strange situation.
I just changed my laptop and installed db2 Administration client.
I run a db2 CLP ranning statistic on 500 tables from my db2 command
window on my laptop and the
connection was disconnected after 30 minutes.
Is this for some set up on my new laptop?
George
Thanks,
How often do the queries run? Could it be related to power management
on your laptop?
I don't know exactly where you find it but there should be a place
where you can tell the power management it can't power down the
network interface. I'd start there. Disconnecting after a minute of
inactivity is kind of radical.

Apr 27 '07 #4

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

Similar topics

7
18702
by: Jack | last post by:
Hello, I wrote this code: <%@ LANGUAGE=VBScript %> <SCRIPT LANGUAGE=JavaScript> function CustomerNameChange() { var forwarding_dbX; var CustomerTableX; set forwarding_dbX = Server.CreateObject("ADODB.Connection"); forwarding_dbX.Open "Forwarding";
0
1928
by: Lafayette | last post by:
Hi there, I´m writing a chat server using C# and Sockets. My App accept connections in a given port number and use http to comunicate with clients (browsers). my chat app work within a html frame ( so.. 2 or more sockets connections) in the 1st window, my app just write the messages. in the 2nd one, my app sends a html content. this html content is a html form with some input tags.
2
5018
by: Ashish | last post by:
Hi All, I have a server runnable textbox control. I also have a server side button object but I hook up javascript to it to show a modal dialog. Upon return it places the value in the textbox (client side script). The problem is that after it places the value, postback occurs and value is lost. I have tried overriding SaveViewState and LoadViewState but it doesnt help (for some super cool reason load is called first after postback rather...
7
2943
by: mfeingold | last post by:
I am working on a system, which among other things includes a server and a ..net control sitting in an html page and connected to the server. I ran into a couple of problems, you guys might have some insight about. 1) It takes 20 sec or so to open a tcp socket from the client to the server. It just sits in the TcpClient.conect waiting for something. When I run the same control from a windows application it connects right away and works...
9
3262
by: AndersBj | last post by:
Hi all, I have a web application that uses State Server for session handling. The web application randomly loses all session variables. The sessions are not always lost, sometimes I can use the application for a day or so, and sometimes the sessions are lost every 5 minutes. I've read some discussions about different things that cause the application to restart and then lose its sessions. But this only occurs when using InProc as...
6
3554
by: Sharon | last post by:
Hi all. I'm trying first time async socket connection. In all the examples i've seen, the server connection is closed when the message is complete. Is it common to close the connection after every message? Also, the message is complete, meaning there is no more data to read, only when the client closes the connection. My solution is to keep the connection open, and send a terminator / eof at the end of every message. Is it the right...
16
2875
by: crbd98 | last post by:
Hello All, Some time ago, I implemented a data access layer that included a simple connectin pool. At the time, I did it all by myself: I created N connections, each connection associated with a worker thread that would execute the db commands. The pool was fixed and all the connections were created when the db access class was instantiated. The connections remained opened during the whole execution. If a connection was not available...
6
2693
by: =?Utf-8?B?VGlt?= | last post by:
I have an app that calls a webmethod. Everything works fine except when you, the client, loses network connectivity during the request. When the connection is lost the client applications hangs. I tried setting the Timeout property on the client but still an error is never raised. Is there a workaround for this?
0
9645
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
10325
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...
1
10091
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
9950
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
7499
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
6740
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4053
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
3
2879
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.