<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Port is not recvng data continusly in Networking</title>
    <link>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511538#M1805</link>
    <description>Dears,Welcome for any type of suggestions ,I will try all the possibilities....</description>
    <pubDate>Mon, 12 Oct 2009 07:19:19 GMT</pubDate>
    <dc:creator>meenus</dc:creator>
    <dc:date>2009-10-12T07:19:19Z</dc:date>
    <item>
      <title>Port is not recvng data continusly</title>
      <link>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511533#M1800</link>
      <description>Dears,i am troubling with a doubt from the last few weeks....am explaing my doubt here...Is anybdy having idea about my subject pls help to clear my doubt....&lt;BR /&gt;&lt;BR /&gt;i developed a socket application to recive data from port.this application recvng data from a unit through port no 4444(Vehicle Tracking unit). this application recvng data and evrything is ok....but some times no anydata is coming in to this application.for eg:if application recves data 2 days after that 2 days it will recve one or two data only....again after 2 days it will recve all data correcly....that means lot of missing data we have....my question is whether this missing data is bse of my socket application or unit???????&lt;BR /&gt;&lt;BR /&gt;The manufacturing company telling us unit is sending the data continuiously..but some times this socket application is not recvng data in 2 days interval....i dont know how to solve this issue....is any other setting is required in server to recve data continuously....&lt;BR /&gt;&lt;BR /&gt;i think socket application 100% is ok...unit maufactures telling unit also sending data continuously...then where the problem is???can anybdy share ur idea about this?&lt;BR /&gt;&lt;BR /&gt;i have one more doubt.our server port no(4444) recvng data from diffrnt units at a time...whther this will create the pblm of missing data?&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Oct 2009 06:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511533#M1800</guid>
      <dc:creator>meenus</dc:creator>
      <dc:date>2009-10-10T06:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Port is not recvng data continusly</title>
      <link>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511534#M1801</link>
      <description>&lt;!--!*#--&gt;I don't see how anyone can debug this problem&lt;BR /&gt;without being able to see your server code.&lt;BR /&gt;Knowing something about the client might be&lt;BR /&gt;nice, too.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; i think socket application 100% is ok...&lt;BR /&gt;&amp;gt; unit maufactures telling unit also sending&lt;BR /&gt;&amp;gt; data continuously...then where the problem&lt;BR /&gt;&amp;gt; is???&lt;BR /&gt;&lt;BR /&gt;Perhaps one of you is wrong.  (Perhaps both.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; i have one more doubt.our server port&lt;BR /&gt;&amp;gt; no(4444) recvng data from diffrnt units at&lt;BR /&gt;&amp;gt; a time...whther this will create the pblm&lt;BR /&gt;&amp;gt; of missing data?&lt;BR /&gt;&lt;BR /&gt;Perhaps.  It might depend on exactly what&lt;BR /&gt;your program does when a second client tries&lt;BR /&gt;to connect.  Is there a fork() in there&lt;BR /&gt;anywhere?&lt;BR /&gt;&lt;BR /&gt;Again, with approximately no useful&lt;BR /&gt;information about the server program or its&lt;BR /&gt;client(s), it's hard to guess what might be&lt;BR /&gt;happening.  What have you done to try to&lt;BR /&gt;determine what the server code is doing?</description>
      <pubDate>Sat, 10 Oct 2009 13:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511534#M1801</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-10T13:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Port is not recvng data continusly</title>
      <link>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511535#M1802</link>
      <description>This will require a network analyzer to resolve. While the mfg company says they are sending data, there's probably a *LOT* of network steps between their box and yours. You'll need to trace the network activity using Wireshark at the source and also at the destination. Your code (and the mfg's machine) will be able to diagnose the network problems. You will probably need the services of a good network consultant that is familiar with Wireshark.</description>
      <pubDate>Sat, 10 Oct 2009 22:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511535#M1802</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-10-10T22:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Port is not recvng data continusly</title>
      <link>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511536#M1803</link>
      <description>&lt;!--!*#--&gt;&amp;gt; This will require a network analyzer to&lt;BR /&gt;&amp;gt; resolve. [...]&lt;BR /&gt;&lt;BR /&gt;That's a pretty definitive statement&lt;BR /&gt;considering how little evidence we have on&lt;BR /&gt;which to base anything.  I can imagine&lt;BR /&gt;problems in the server code which could be&lt;BR /&gt;revealed with a few diagnostic printf()'s,&lt;BR /&gt;but my psychic powers must be much weaker&lt;BR /&gt;than those of some others who, with the&lt;BR /&gt;evidence available here, can say exactly&lt;BR /&gt;what will be needed to solve this problem.&lt;BR /&gt;&lt;BR /&gt;I'm envious.</description>
      <pubDate>Sun, 11 Oct 2009 02:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511536#M1803</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-11T02:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Port is not recvng data continusly</title>
      <link>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511537#M1804</link>
      <description>i used the following link for creating my socket server application...if any pblm with this pls let me know...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://download.microsoft.com/download/c/4/8/c488a081-85f2-4a2e-a121-ef5cad681313/vbSockets.exe" target="_blank"&gt;http://download.microsoft.com/download/c/4/8/c488a081-85f2-4a2e-a121-ef5cad681313/vbSockets.exe&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;thankfull to ur gr8 support</description>
      <pubDate>Mon, 12 Oct 2009 04:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511537#M1804</guid>
      <dc:creator>meenus</dc:creator>
      <dc:date>2009-10-12T04:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Port is not recvng data continusly</title>
      <link>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511538#M1805</link>
      <description>Dears,Welcome for any type of suggestions ,I will try all the possibilities....</description>
      <pubDate>Mon, 12 Oct 2009 07:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511538#M1805</guid>
      <dc:creator>meenus</dc:creator>
      <dc:date>2009-10-12T07:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Port is not recvng data continusly</title>
      <link>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511539#M1806</link>
      <description>The link you posted is apparently some sort of a network programming example written in Microsoft Visual Basic. That means you'using some version of MS Windows.&lt;BR /&gt;&lt;BR /&gt;This section of ITRC Forums is for HP-UX, an operating system that is completely different from Windows and does not support Visual Basic.&lt;BR /&gt;&lt;BR /&gt;I'm requesting the forum moderators to move this question to a more appropriate section of the ITRC Forums.&lt;BR /&gt;&lt;BR /&gt;But in general, posting a link to an undocumented generic example code is not sufficient to determine whether you've used the code correctly in *your* program. &lt;BR /&gt;&lt;BR /&gt;As Bill suggested, a network analyzer would be useful in capturing a trace of the traffic incoming to port 4444 of your server. Analyzing that trace would tell you if the data is coming in or not, and whether the sending unit and/or your application successfully recovers from any interruptions in the connection or not. Of course, you will need some knowledge of TCP/IP basics to understand the trace. &lt;BR /&gt;&lt;BR /&gt;You cannot troubleshoot this problem effectively unless you understand what *should* happen at the level of the network trace and compare that to what is *actually* happening.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 12 Oct 2009 10:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511539#M1806</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-10-12T10:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Port is not recvng data continusly</title>
      <link>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511540#M1807</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Maybe you can try HP-UX facility nettl in your servers:&lt;BR /&gt;&lt;BR /&gt;# nettl -start&lt;BR /&gt;Initializing Network Tracing and Logging...&lt;BR /&gt;Done. &lt;BR /&gt;# nettl -traceon all -entity all -f /tmp/mytrace&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After enough time according to your requirements (a day maybe) passed:&lt;BR /&gt;# nettl -traceoff -entity all&lt;BR /&gt;&lt;BR /&gt;# netfmt -N -f /tmp/mytrace.TRC000 &amp;gt; /tmp/trace0&lt;BR /&gt;&lt;BR /&gt;# nettl -stop&lt;BR /&gt;&lt;BR /&gt;# more /tmp/trace0&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Oct 2009 11:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/networking/port-is-not-recvng-data-continusly/m-p/4511540#M1807</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-10-12T11:00:15Z</dc:date>
    </item>
  </channel>
</rss>

