UTL_TCP - connection loss

Hi guys,
I would need a help with UTL_TCP package...
Oracle version is:
SELECT * FROM V$VERSION;
Oracle Database 11g Release 11.2.0.2.0 - 64bit Production
PL/SQL Release 11.2.0.2.0 - Production
"CORE    11.2.0.2.0    Production"
TNS for Linux: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production
I have a package which handles communication with another system over tcp. In the package, there is a private global variable of type UTL_TCP.Connection which holds the connection record after I open a connection. I normally send data using UTL_TCP.Write_Text function.
This works fine until a moment when the connection probably breaks or something else happens. After that, when I try to call UTL_TCP.Write_Text, it fails because the global structure holding connection details is already null - namely remote_host and remote_port are suddenly set to null. Calling UTL_TCP.Write_Text then throws an exception:
ORA-29260: network error: not connected
Please note the description...
Does anyone has an idea how can this happen???
I know that these fields are set to null when I call UTL_TCP.CLOSE_CONNECTION, but this I don't call at all (only at the end when closing the application). I have put a logging into my function which holds the call to UTL_TCP.CLOSE_CONNECTION to be 100% sure that this isn't invoked and it isn't.
In the documentation to UTL_TCP package I see:
remote_host
Name of the remote host when connection is established. NULL when no connection is established.
remote_port
Port number of the remote host connected. NULL when no connection is established.
So I thought that when there is a connection break because of any reason, maybe Oracle itself could set these fields to null...
I have created a test package with just 2 functions - one for opening a connection, one for sending some data. Now, I connect to some listening application, send some data, then I close or kill that remore application and try to send some data to it.
To me is very strange that when I do that, I am always able to make two successful calls of UTL_TCP.Write_Text function and the third call always fails with following error:
ORA-29260: network error: TNS:lost contact
See that the ORA number is the same, but description is different.
Is there any difference between these two errors - how is it possible that same ORA error has different description?
How is it possible that remote_host and remote_port are suddenly set to Null?
Thanks a lot for help,
Dan

I found the problem.
1) The difference between two descriptions of ORA-29260 is that
network error: not connected - is displayed when trying to send the data and the connection structure is null, meaning we are not connected to the remote system
network error: TNS:lost contact - is displayed when we were connected (connection structure is not null), but the connection is lost for some reason
2) The problem with connection structure suddently set to null was happening because we were using different DB session from time to time. So it was happening that we were trying send the data in session where we were not connected to remote process.

Similar Messages

  • Delayed aknowledgement on utl_tcp connection loss

    Hi,
    I've got a problem regarding utl_tcp. Assume a connection between A and B, where A is located within a package in PL/SQL that is waiting for new messages to send. B is a distant receiver.
    Now B crashes and therefore the connection is invalid. But A keeps sending the next two messages before a no-listener-exception is thrown. No matter how long the timespan before the first message after the breakdown is send, always the third message will indicate the error.
    Is there a way to get utl_tcp to detect the disconnection directly? Or what is the cause for this behaviour?
    Regards,
    Thomas

    UTL_TCP pretty much runs directly on the standards sockets interface. It does very little to no additional abstraction, or inserting additional management/state code in between you the caller, and the sockets interface. So it is pretty much standard (client) tcp socket programming as far as using UTL_TCP is concerned.
    How are you making the write message socket calls via UTL_TCP ?
    You will only "immediately" see a connection error on socket write when it is done in blocking mode - and "immediately" can mean several minutes of waiting for that blocking call to complete and return an error using the native socket interface.
    Note that the A side will only know that the B side is gone when the B side sends a tcp packet with the FIN bit set in the header. As the B side crashes, that does not happen. So the protocol stack on A still believes (quite correctly) that the B side is still there. The A side needs to actively use the connection and send something to the B side in order to determine the B side is gone. And the speed of this "failure" is pretty much dependent on the infrastructure in-between and the time it takes for that tcp packet to die and the A side protocol stack receiving a RST telling it to reset its connection as it failed.
    tcp was designed to be very robust. It does not simply throw in the towel.. {noformat} ;-) {noformat}

  • Windows server 2012 and windows xp remote desktop connection loss

    I am having this problem for a month now, and i am stumped with trying to find an answer . I have talked with several network admins in my area and with no luck i have not found a solution. I have a windows server 2012 placed with 5 pcs that are connected
    on a local network , those 5 pc's connect to the server via remote desktop. List of pc's:
    1x Windows 7
    4x Windows XP SP3
    All have the latests network drivers, all have the latest version of remote desktop installed. All have been scanned for viruses. All have antivirus software.
    Problem is the 4 XP machines lose connection on when connected via remote desktop. If one starts losing connection the other 3 start to lose the connection aswell. The windows 7 machine is not affected by this it works fine.
    What have I tried:
    Scanning for viruses.
    Disabling Firewall and antivirus software.
    Updating all drivers.
    Did many changes to group policy like keepalives etc.
    Turning off SMBv2 SMBv3.
    Turning off network adapter Offload settings.
    Changed some registry settings like keepalive, smb etc.
    Updating every pc and server with all windows updates.
    Changed the router and switch.
    Port forwarded needed ports like 3389.
    Updating remote desktop to 7.0.
    I might be forgetting some stuff i will add as i remember anything.
    So the thing is this. I use a Windows XP machine from my office I remotely connect to the server via the Internet and I DO NOT experience any connection loss. BUT the XP machines on the local network constantly experience connection loss via remote desktop.
    I pinged every Machine from the server via CMD command PING. So when they lose connection the Packets get time outs . Packets get dropped between 1-10 packets when a connection is lost. This packet drop does not occur when using the internet or anything else.
    ONLY when connected to the server via remote desktop. The packets get dropped at random intervals.
    Problem is I use an XP machine and I am not experiencing any loss of connection , while the XP machines on the local network experience it , but not the windows 7 machine.
    Router is ASUS RT-N53 , and switch is Dlink DES-1008D. Server is a Dell PowerEdge T110 II.
    Can someone please tell me what can i do to solve this problem?

    So today got some word from their office. They were using RDP from 8AM until 12PM all was working fine. Then got back after lunch about 1PM and got a few connection lost errors when they tried using RDP again. Its weird since they didn't have disconnects
    in the morning, and started having them after lunch.
    Also noticed, that two pc were not using RDP and were disconnected as shown in task manager. And they still got request timeouts.
    Maybe this is not a remote desktop issue?
    TASK MANAGER
    The 2 disconnected pc's ping screens:

  • Connection loss SUM GUI to SL Controller

    Hi experts,
    I am experiencing an issue that I need to resolve. It is that I lose the connection from SUM GUI (locally) to the SL Controller running on the remote server.
    Currently I am doing an upgrade and after some time, e.g. when I have an error and don't notice it immediately, I get a warning message.
    "The connection to the SL Controller is down.
    The SDT GUI will reestablish the connection, when possible."
    On the server I get the following error message:
    May 26, 2014 7:49:47 AM [Error]: com.sap.sdt.engine.core.communication.FactoryAlreadyRegisteredException: Factory for key 'com.sap.sdt.engine.core.com
    munication.FactoryKey@13c2c5f4' is already registered.
    May 26, 2014 7:49:47 AM [Error]: com.sap.sdt.engine.core.communication.FactoryAlreadyRegisteredException: Factory for key 'com.sap.sdt.engine.core.com
    munication.FactoryKey@13c2c5f4' is already registered.
    May 26, 2014 7:49:47 AM [Error]: com.sap.sdt.server.core.ServerException
    May 26, 2014 7:49:51 AM [Warning]: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
    May 26, 2014 7:49:51 AM [Warning]: Error while closing connection.
    May 26, 2014 7:49:51 AM [Error]: com.sap.sdt.engine.core.communication.SendException: Error while sending data.
    Network input/output exception has occurred: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
    javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
    javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
    javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
    java.net.SocketException: Broken pipe
    May 26, 2014 7:49:51 AM [Error]: com.sap.sdt.engine.core.communication.SendException: Error while sending data.
    Network input/output exception has occurred: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
    javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
    javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
    javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
    java.net.SocketException: Broken pipe
    My current assumption is that the firewall drops the connection due to inactivity.
    The main issue then is:
    although I restart my local SUM GUI and reconnect to the server I can't continue the upgrade because the Buttons are "unclickable" (grey).
    Currently I always had to restart SUM including the services on ther server (SL controller).
    My question is:
    what can I do to avoid this connection loss?
    Is there a option to set a "keep alive" to the network connection?
    so that the firewall does not validate the connection as idle and drops?
    Unfortunately we can't do much about the firewall settings due to security restrictions.
    I would be glad to hear from you.
    Kind regards,
    Niklas

    Hi Mathias,
    I got an answer from SAP. There is no option that can be executed with STARTUP to solve this.
    I already proposed to forward this request to the dev team at SAP
    What I am currently doing is:
    Start the GUI and keep it open only if I know if there is are Actions coming next, otherwise I close it (only the GUI) and when some time has passed by I logon again to check.
    This is a really bad solution, but currently the only one.
    Regards,
    Niklas

  • Why do I have Intermittent Wifi Connection Loss during music streaming ?

    Hello,
    I have an ipad3 and an iPhone 4S and I am getting with both devices interruption of the sound when I send music to the Apple TV. It generally happens after a few minutes. The signal for the wifi is still good and I have still access to the Internet  I have tried all the recommendations of the article "iOS: Troubleshooting Wi-Fi networks and connections" but this did not help. I have used several applications for sending music to the Apple TV (music application from Apple and DSAudio from Synology) but I'm getting the same issue. I have also the same issue with the media center application from Bouygues Telecom connecting directly to my internet router. My router is a bbox sensation. I had also the same kind of issue with my old router when sensing photo albums to the internet: I had the error message "your system is running low on ressources". How can I solve these intermittent wifi connection losses ?

    Try #5.
    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    iOS 6 Wifi Problems/Fixes
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Plsql - set a timeout on utl_tcp connection

    hi,
    I have a utl_tcp connection and I want to define the timeout parameter before each read.
    How? thanks...

    UTL_TCP pretty much runs directly on the standards sockets interface. It does very little to no additional abstraction, or inserting additional management/state code in between you the caller, and the sockets interface. So it is pretty much standard (client) tcp socket programming as far as using UTL_TCP is concerned.
    How are you making the write message socket calls via UTL_TCP ?
    You will only "immediately" see a connection error on socket write when it is done in blocking mode - and "immediately" can mean several minutes of waiting for that blocking call to complete and return an error using the native socket interface.
    Note that the A side will only know that the B side is gone when the B side sends a tcp packet with the FIN bit set in the header. As the B side crashes, that does not happen. So the protocol stack on A still believes (quite correctly) that the B side is still there. The A side needs to actively use the connection and send something to the B side in order to determine the B side is gone. And the speed of this "failure" is pretty much dependent on the infrastructure in-between and the time it takes for that tcp packet to die and the A side protocol stack receiving a RST telling it to reset its connection as it failed.
    tcp was designed to be very robust. It does not simply throw in the towel.. {noformat} ;-) {noformat}

  • Connectivity loss between PLC and Kepware

    Hi Experts,
    I m working on SAP PCo and PLC connectivity using Kepware.
    I m trying to find out ways to find connectivity loss between
    1) PLC and kepware
    2) kepware and PCo
    For 2nd approch,if connectivity loss is there then PCo instance will go in error state and using remote monitoring we can get alert.
    But m not able to find any way for 1st approch.
    If PLC connection lost then only tag quality in kepware is bad.
    Is there any way in PCo expression editor to check tag quality so that i can trigger MII transaction?
    Thanks in advance.
    Regards,
    Neha

    To add to Hubrisnsx's comment ... are you provisioned Ethernet or MoCA for the WAN connection?
    Edit: Never mind, I see in the first post you said MoCA.   So, if the MoCA channel is staying up, then it sounds like it might be something inside the ONT. 
    Keep in mind that while some Verizon folks do drop by these forums from time to time, that this is primarily are user to user forum where customers can help one another.

  • Calendar Crashes on connection loss.

    Does anyone know why oracle calendar crashes when the connection to the calendar server is lost. This happens for both Mac and Windows. I am using calendar version 9.0.4.2

    after much work I have discovered that this is due to power settings on the mac. if you don't turn off the hardrive it seems to work better. This however doesn't explain the corruption issues due to connection loss.

  • Trying to detect connection loss

    I have built a little telnet program which is specialized for a specific telnet supporting server... Everything works just fine except for detecting connection loss...
    I am connected to the server using java.net.Socket, data is sent using java.io.PrintStream and data is received using java.io.InputStream...
    I have tried having a thread running and looking if the Socket was still connected, but even after closing the server, the Socket keeps returning true when I call Socket.isConnected()... How could I detect the moment when a connection is broken, would it be because the user has a modem connection and gets disconnected or because the server shuts down or any other such reason?

    You can detect a dead socket when a write to it fails.
    So, you could periodically send "keep alive" messages
    to know approximately when it drops.Okay, I had noticed that the PrintStream would set it's error state to true when I try to send a message and the socket is dead, but I hoped I didn't have to wait until that moment... Thanks though! You confirmed me I'll have to do it that way :P

  • Internet connection loss using Airport Extreme and Netgear DG843

    Hello,
    I am accessing internet via a Netgear DG834 router (not wifi), connected to an Airport Extreme base station. Most of the time, I can access internet through the Wifi network of the AEB without any problem. But around once a day I am experiencing connection loss and the only way I found to restore it is to reset the Netgear Router by physically unplungging it.
    Both the Netgear and the AEB have up to date firmware, so I suspect some kind of problem in my setup, as I am not an expert in setting up networks.
    Is it possible that using a Netgear Router connected to the AE (which is also a router if I understand correctly) could cause connection problems ?
    I am at a loss, and do not even know how to describe the relevant informations of my current setup. If a kind soul could help me nonetheless, I would be very gratefull.
    Mr Pedrito
    Powerbook G4   Mac OS X (10.3.9)  

    Is it possible that using a Netgear Router connected
    to the AE (which is also a router if I understand
    correctly) could cause connection problems ?
    Yes.
    Ensure that that the AEBS is configured to not distribute IP addresses.
    Also ensure that the AEBS is on a different channel to the DG834G.
    iFelix

  • Folders being closed upon connection loss?

    The issue is that previously it would bring up an error saying that connection was lost and would still show the folders but without any contents, and it would've been possible to do a refresh when you'd have a connection, now it instantly brings to Network folder.
    Update:
    Previously before the OS reinstall, I've tested what's causing the CPU usage to go up so high using ProcessExplorer, and found out that explorer.exe is using too much services/libraries, mainly ntdll.dll, which is being looped constantly, i.o. ntdll.dll would be copied and copied and copied until you'd restart the process (explorer.exe) 

    Hello,I'm currently having an issue with a user that is often on the road and obviously it's often that connection is being lost. That person often opens a lot of folders that we have on our local file server, and as soon as his connection is lost it brings him to the "Network" folder. Any idea what could be the issue? Also CPU would rise up to a %100 in total (File explorer .exe consuming approx. 40-60% because explorer.exe has a looping ntdll.dll library being looped in its process).He uses a Dell XPS 13 ultrabook with a four core i7 processor.Before connection loss:After connection loss:
    OS: 8.1 Pro (Latest updates)File server, DC&AD: Win Server 2012 R2, Folder share.
    What has been tried:sfc /scannowOS reinstall
    This topic first appeared in the Spiceworks Community

  • Connectivity loss when roaming from AP to AP

    I work for a healthcare organization where nurses use what we refer to as COWS, or carts on wheels. These carts are basically laptops attached to carts that utilize our wireless infrastructure to access patient care applications.
    The problem we've been having and working with the application developers on is that, whenever the carts are moved between patient rooms and have to associate with a different AP, the telnet connection that the application uses to establish connectivity is dropped during the short delay in the changeover.
    Anyone have any experience with settings that might mitigate this? Far as I know there are no telnet timers that can be adjusted(buffered) to help with this situation, and I'm not certain if anything can be adjusted on the wireless network to help. The "fix" has been to have the user reboot to re-establish the telnet session and then everything's good again.
    Any suggestions on things to try?
    Thanks.
    /rls

    I assume these are all on the same SSID and same subnet, i.e. there are no layer 3 roaming issues since you did not mention if you use LWAPP APs. In any case I used to roam all the time with telnet sessions to Cisco switches. If it is dropping the session, it is more likely because of the host system. You could test that by testing to a Cisco device.
    A couple of suggestions:
    1. Use WPA2 instead of WPA. WPA2 handles roaming better.
    2. If you are using XP wireless make sure you have the Microsoft WPA2 update installed. Not necessary if you use another wireless supplicant.
    3. Test roaming with a laptop from room to room. If you are loosing more than two pings or so, your roaming sensitivity is not working optimally. Use continuous pings.
    4. You could go to fast roaming using CCKM; however, I would make sure the standard roaming method is working correctly before going to the effort of changing everything. Besides, you will need to have a wireless client capable of CCKM. If not, you are out of luck. I had that problem with some of my Windows CE devices. They were too dumb to use CCKM.
    5. I did have some Windows CE devices which did not roam properly until I had the roaming sensivity set. I was loosing about 7 pings. This is not normal unless you have a problem.
    6. Last resort - but expensive. We had an intermediate server that would hold sessions to SAP due to the potential of the same problem you have. The company that provided it to us was Psion Teklogix. It prevented session loss because a server held the session, not the mobile client. A company like this one should be able to modify the application to your needs if you have money to spend.
    Testing is the key I think, but WPA2 would have to help due to the caching of authentications. If you go back to a room you were just in, it should roam faster.
    Randy

  • Speed connection loss issue since mid December

    Morning all here,
    We've been having speed problems since the middle of December. We've  had BT Total broadband since January 2009 with a very consistant and reliable 3-4 Mbps download speed, but since arround the 13th of Dec when we had a 24 hr power cut the line has never recovered. I've had a good look round the forum here re possible solutions and suggestions, tried all the tricks re the Openreach master socket faceplate, new microfilters etc but its not attainng the service we used to have.
    Stats and speed test as of this morning attached below, we'd much appreciate it if someone here can have a look. The home hub 2 has been on for about 14 days now, but apeared to loose and reacquire connection on christmas morning. We were away for three days over that period but there was no power failure so it wasnt the route being power cycled.
    Home Hub stats
    ADSL line status
    Connection information
    Line state Connected
    Connection time 4 days, 12:47:37
    Downstream 704 Kbps
    Upstream 448 Kbps
    ADSL settings
    VPI/VCI 0/38
    Type PPPoA
    Modulation ITU-T G.992.1
    Latency type Interleaved
    Noise margin (Down/Up) 29.8 dB / 14.0 dB
    Line attenuation (Down/Up) 51.0 dB / 30.0 dB
    Output power (Down/Up) 15.9 dBm / 12.5 dBm
    Loss of Framing (Local) 0
    Loss of Signal (Local) 0
    Loss of Power (Local) 0
    FEC Errors (Down/Up) 82020642 / 42
    CRC Errors (Down/Up) 94619 / N/A
    HEC Errors (Down/Up) N/A / 33
    Error Seconds (Local) 185309
    Speed test.
    Test1 comprises of Best Effort Test: -provides background information.
    Download Speed
    450 Kbps
    0 Kbps 500 Kbps
    Max Achievable Speed
    Download speedachieved during the test was - 450 Kbps
    For your connection, the acceptable range of speeds is 50-500 Kbps.
    Additional Information:
    Your DSL Connection Rate :704 Kbps(DOWN-STREAM), 448 Kbps(UP-STREAM)
    IP Profile for your line is - 500 Kbps
    Many Thanks for any assistance. 
    Gordon

    Thanks for the reply imjolly
    I haven't done a quiet line test yet, I was trying to leave the hub online as long as possible over xmas to see if things improved, I had tried the hub in the master socket behind the faceplate, but there was no diference between speed tests with it plugged in there instead of the front faceplate socket or the extension it normaly sits in someplace else in the house.
    Interestingly, I've just 5 mins ago spoken to my next door neighbour, he's just had an openreach chap in testing the line not half an hour ago. His homehub has turned out to have been fried during the power outage on the 13th Dec., its running slow and unreliably dropping out now and then. Openreach chap took it apart and you could see the damage to the circuit he said.
    Now, where do we go from here, that doesn't involve having to speak to BT India I wonder? Should I have a peak inside our router or make the dreded phone call......aaaggghhhh..
    Thanks for you attention again.
    Gordon

  • Intermittant Connectivity Loss During Long Inactivity Periods

    I am working with a customer who is experiencing an intermittant loss of network connectivity after (or during) long periods of inactivity, such as overnight. Details of the environment include:
    Dell Latitude D820 notebook (integrated wireless disabled)
    Cisco Aironet Wireless PC Card Adapter (Aironet 802.11 A/B/G model AIR-CB21AG-A-K9)
    Driver version 3.0.0.104 (5-19-2006)
    Operating System: WinXP SP2
    Notebook Power Management: Disabled
    Cisco Wireless Power Management: CAM
    (Constantly Awake Mode)
    AP: AIR-AP1231G-A-K9, updated to A Radio Module AIR-RM21A-A-K9 (making them A-B-G)
    AP Software Version: 12.3(8)JEA1
    Any thoguhts and/or suggestions would be appreciated, and I'm happy to supply additional information if desired. Thanks!
    Alan

    User login might have timed out and may require to re-authenticate which results in loss of connectivity. Upgrade the PC card firmware version.

  • Intermittent Connectivity Loss

    Howdy Folks,
    I've tried searching and haven't found anything that matches to my issue exactly so I will try my luck posting.
    Issue: Intermittently (although span between instances is a rather frequent 15-30 minutes, sometimes an hour), my internet connection via ethernet (no airport configured) will suddenly drop. I will be unable to access the internet, or any services that utilize the internet.
    1. My Configuration:
    ISP: Comcast (New cabling installed at current location as previous cabling was destroyed).
    Modem: Cisco/Linksys CM100 w/ current firmware.
    Airport Config:
    -WPA2 Encryption
    -Auto channel selection
    -Auto radio mode selection
    -Connected via ethernet and DHCP (not using PPPoE) with a lease of 1 day.
    -Connection Sharing: Share a Public IP Address
    **Note: Under TCP/IP it shows an IP address of 98.238.X.X whereas DHCP shows IP range of 192.168.1.2-192.168.1.200.
    2. Devices Generally Used with Configuration:
    A) iPhone 4 (not connected when issue happens)
    B) iPhone 3gs (not connected when issue happens)
    C) iPad (not connected when issue happens)
    D) Mac Mini that is not even out of the box.
    E) Macbook Pro running 10.6.7 (not connected when issue happens)
    F) 2 iMac 17" (running 10.6.7) devices connected via ethernet (airport not enabled on either machine and connected with known-good cat6 cables that I crimped myself to ensure quality)
    3. Troubleshooting Done:
    -Versions: Airport Utility Version 5.5.2 (552.11), TC Version 7.5.2
    -Attempted directly connecting to CM100 which is working flawlessly.
    -Updated Time Capsule and APU which did not have an impact as they were up to date.
    -Restored my Time Capsule to factory defaults to reconfigure the wireless connection which had no impact on issue.
    -Used various lengths and types of ethernet cable (CAT5, 5e, and 6) without success. I have even made a special patch cable not 10" in length to address the short distance between the modem and router.
    **Note: The simple resolution is to unplug the ethernet cable from the TC or the Modem and immediately plug it back in. This is not convenient, of course, when I am in the living room watching TV and browsing on my iPad or something.
    Of particular interest is that I have a Linksys WRT54G wireless router (with current firmware) that works flawlessly when connected to my CM100.
    Any ideas or suggestions would be greatly appreciated so I can figure out what the cause is and resolve it
    The only thing I haven't done, which I am hesitant to do as I am not too familiar with the TC, is downgrade the firmware to test the issue.

    Update:
    The issue just happened about 10 minutes ago.
    Here is a Ping to my router:
    Ping has started…
    PING 192.168.1.1 (192.168.1.1): 56 data bytes
    64 bytes from 192.168.1.1: icmp_seq=0 ttl=255 time=0.288 ms
    64 bytes from 192.168.1.1: icmp_seq=1 ttl=255 time=0.229 ms
    64 bytes from 192.168.1.1: icmp_seq=2 ttl=255 time=0.221 ms
    64 bytes from 192.168.1.1: icmp_seq=3 ttl=255 time=0.238 ms
    64 bytes from 192.168.1.1: icmp_seq=4 ttl=255 time=0.232 ms
    --- 192.168.1.1 ping statistics ---
    5 packets transmitted, 5 packets received, 0.0% packet loss
    round-trip min/avg/max/stddev = 0.221/0.242/0.288/0.024 ms
    A ping to yahoo received nothing. It wouldn't even give me a timeout message.

Maybe you are looking for

  • RHEL4U4 EM64T Grid Control agent install issue

    I've installed a 2 node Oracle 10G R2 RAC on RHEL4 U4 EM64T and it is working fine on Dell PE2850 servers. But I couldn't get the grid control agent installed on these RHEL4U4 EM64T PE2850 servers. The OMS server is running 32 bit Oracle 10g R2 on RH

  • Reading Inbox - javax.mail.MessagingException: Connect failed;

    I get an error message while trying to read emails by connecting to a company mailbox. The message is as follows: javax.mail.MessagingException: Connect failed; nested exception is:      java.net.ConnectException: Connection refused: no further infor

  • Please Help in Installation of Oracle10g Client

    I try to install Oracle10g 32 bit client on my Windows XP Pro machine, I keep getting the following issue: Error in writing to directory C:\DOCUME~1\...\LOCALS~1\Temp\OraInstall2010-...AM.  Please ensure that this directory is writable and has atleas

  • Firefox sync error when Ubuntu Machine added for sync

    I was receiving error Sync encountered and error: Unknown error. I spoke to support and was told to remove account and enable a new account. I followed the directions, but as soon as I added the Ubuntu PC with Firefox 4 B9 I started receiving the err

  • Mail.app handling multiple IMAP accounts

    Hi, I find it really hard to use multiple IMAP accounts with Mail.app. The way it displays IMAP accounts is really ugly and very confusing. At best you have one Inbox which displays all the Inboxes on your accounts. Then you have separate drafts, sen