Checking status of remote IP and port

Hi,
I want to check the whether DatagramSocket is listening on the remote PC(intranet) on a specified port. Can somebody give me some idea to check this?
Thanking you,
Shan

Send it some data. If there's no listener you will get an error. You could try sending an empty datagram if your application protocol doesn't have some sort of PING or ECHO command, which IMHO it should have ...

Similar Messages

  • SC still visible in check status even after GR and Invoice

    Hello all,
    We are on SRM 4.0 SP 4.0.
    Normally SCs for which GR and invoice has been done should not be visible in the SC check status application if you dont select the "Include completed shopping carts". TBut in some cases though we have selected the "Delivery Completed" indicator in backend PO but still there are some shopping carts still visible in check status application in SRM. The values for the GR and invoice should have status of "Fully confirmed".
    For such shopping carts when i manually run the report BBP_GET_STATUS_2 it replicates the correct status and the SCs disappear from the SC check status application.The BBP_GET_STATUS_2 and the CLEAN_REQREQ_UP programs are scheduled every 5 mins.
    Any hints or ideas will be much appreciated.
    Best regards,
    Sambit

    Hi Sambit,
    In Check status, in extended search check whether the incuding completed shopping carts check box was checked or not.
    If the check box was checked then even the completed shopping carts get displayed.
    Please let me know if this is not the case.
    Rgds,
    Teja

  • How to automate checking status of Replication agent and Replication queue in CQ5

    As part of monitoring the status of replication agents and replication queue, is it possible to automate the checking process?
    We can check them from GUI, but from a monitoring perspective we are loking for a mechanism where the status can be checked continuously and we are alerted whenever there is some issue.
    1. Check status of replication agent (enabled/disabled)
    2. Check status of replication queue (if the queue is blocked)
    Thanks in advance
    nkrao

    you can pull the queue from the page the same way the UI gets the list
    in the table:
    curl -u admin:admin
    "http://localhost:4502/etc/replication/agents.author/publish/jcr:content.queue.json?agent=p ublish"
    and then use a shell library like ticktick.sh to parse the json
    response. A sample of how to get the bundles loaded and installed from
    CQ using the ticktick library can be found here
    https://github.com/kristopolous/TickTick
    http://ruben42.wordpress.com/2012/04/24/using-ticktick-sh-to-parse-json-responses-from-ado be-cq5-5/

  • Checking status of Remote Management (VNC).

    Hi there
    We use puppet in our business to manage our Macs as well as other machines.
    I'm currently looking at sending a command to force enable VNC on our OS X machines:
    /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/ki ckstart -configure -access -on -privs -all -users administrator,root -activate -restart -agent -console
    What I'm having trouble with is checking on the status of VNC - I want to first check that it is disabled before running the kickstart command.
    I ended up writing a script which reads every plist file in the following directories:
    /Library/Preferences/
    /Library/Preferences/SystemConfiguration/
    /Library/LaunchDaemons/
    /Library/LaunchAgents/
    /System/Library/LaunchDaemons/
    /System/Library/LaunchAgents/
    ~/Library/Preferences/
    ~/Library/LaunchDaemons/
    ~/Library/LaunchAgents/
    It outputs the contents to a file.  I did this with VNC enabled then with VNC disabled.  I then do a diff on the files and nothing shows up relevant to VNC.
    Does anyone know how to check if VNC is enabled via command line?
    Many thanks,
    Luke
    Message was edited by: servicefromeveleigh
    Apologies I just realised I posted this in the iMac discussions.. Really its just a general OS X query.  Not sure how to change that.

    Send it some data. If there's no listener you will get an error. You could try sending an empty datagram if your application protocol doesn't have some sort of PING or ECHO command, which IMHO it should have ...

  • Check Status Functionality - Timing out

    Hi,
    We are facing issues with the "Check Status" functionality. When we click on " Check Status", the system clocks and then times out.
    Is it something to do with performace tuning? Any pointers will be really helpful.
    Regards,
    Upendra.

    Hi Yann,
    Thanks for the quick reply.
    The issue is not with the shopping cart creation. When we click on the "Check status" functionlaity after the shopping cart is created, the system takes a long time to give the desired result.
    There is no dump in the system. Its just that the system is taking a very long time to display the desired result.
    Regards,
    Upendra.

  • How to check weather a remote port is open or closed by a firewall

    Hi,
    Need to check weather a remote port is open or closed by a firewall. can i use Java Socket class to do that?
    Is there any proper way?

    In general, there is no way to determine anything about the status of a firewall from the outside (unless you know one is running and you want to verify it's functioning correctly).
    When trying to connect to a socket, you might get a time-out, which means either the firewall is silently dropping packets or the server is down or too busy or that there is a network problem. Or your connection might be refused, which means either the firewall has denied your request or the server isn't listening on the port you specified.
    In most cases, you should only be interested in successful connections and not try to guess too much as to the cause of unsuccessful ones.

  • Coherence::net::messaging::ConnectionException: could not establish a connection to one of the following addresses: {10.242.152.242/10.242.152.242:8088}; make sure the "remote-addresses" configuration element contains an address and port of a running TcpA

    Hi
    I have installed coheI have installed coherence server "fmw_12.1.3.0.0_coherence_Disk1_1of1.zip" along with Examples on windows machine and C++ client coherence-cpp-12.1.3.0.0b51709-windows-x86-vs2012.zip on the same machine.
    I have built the "contacts" C++ Example successfully and while I execute this "contacts" using run I am facing TcpAcceptor error.
    On my coherence server the TcpAcceptor is listening on port 8088, so I have modified the extend-cache-config.xml file with values "ip address of my windows machine" and port as "8088".
    All the time I am getting below error,
    coherence::net::messaging::ConnectionException: could not establish a connection to one of the following addresses: {10.242.152.242/10.242.152.242:8088}; make sure the "remote-addresses" configuration element contains an address and port of a running TcpAcceptor
        at class coherence::lang::TypedHandle<class coherence::component::net::extend::PofConnection> __thiscall coherence::component::util::TcpInitiator::openConne
    ction(void)(TcpInitiator.cpp:307)
        at coherence::component::util::TcpInitiator::openConnection
        at coherence::component::util::Initiator::ensureConnection
        at coherence::component::net::extend::RemoteCacheService::openChannel
        at coherence::component::net::extend::RemoteService::doStart
        at coherence::component::net::extend::RemoteService::start
        at coherence::component::util::SafeService::startService
        at coherence::component::util::SafeService::restartService
        at coherence::component::util::SafeService::ensureRunningServiceInternal
        at coherence::component::util::SafeService::start
        at coherence::net::DefaultConfigurableCacheFactory::configureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureRemoteCache
        at coherence::net::DefaultConfigurableCacheFactory::configureCache
        at coherence::net::DefaultConfigurableCacheFactory::ensureCache
        at coherence::net::CacheFactory::getCache
        at unsigned __int64 coherence::lang::class_spec<class coherence::lang::Managed<class ContactId>,class coherence::lang::extends<class coherence::lang::Object,class coherence::lang::Void<class coherence::lang::Object> >,class coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void,void,void,void> >::sizeOf(bool)
        at _onexit
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at BaseThreadInitThunk
        at RtlInitializeExceptionChain
        at RtlInitializeExceptionChain
        on thread "main"
    Caused by: coherence::net::messaging::ConnectionException: coherence::component::util::TcpInitiator::TcpConnection@029EAD78{Id=NULL, Open=1, LocalAddress=NULL,
    RemoteAddress=10.242.152.242/10.242.152.242:8088}: socket disconnect
        at class coherence::lang::TypedHandle<class coherence::net::messaging::Response> __thiscall coherence::component::net::extend::AbstractPofRequest::Status::g
    etResponse(void)(AbstractPofRequest.cpp:203)
        at coherence::component::net::extend::AbstractPofRequest::Status::getResponse
        at coherence::component::net::extend::AbstractPofRequest::Status::waitForResponse
        at coherence::component::util::Initiator::openConnection
        at coherence::component::net::extend::PofConnection::open
        at coherence::component::util::TcpInitiator::openConnection
        at coherence::component::util::Initiator::ensureConnection
        at coherence::component::net::extend::RemoteCacheService::openChannel
        at coherence::component::net::extend::RemoteService::doStart
        at coherence::component::net::extend::RemoteService::start
        at coherence::component::util::SafeService::startService
        at coherence::component::util::SafeService::restartService
        at coherence::component::util::SafeService::ensureRunningServiceInternal
        at coherence::component::util::SafeService::start
        at coherence::net::DefaultConfigurableCacheFactory::configureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureRemoteCache
        at coherence::net::DefaultConfigurableCacheFactory::configureCache
        at coherence::net::DefaultConfigurableCacheFactory::ensureCache
        at coherence::net::CacheFactory::getCache
        at unsigned __int64 coherence::lang::class_spec<class coherence::lang::Managed<class ContactId>,class coherence::lang::extends<class coherence::lang::Object
    ,class coherence::lang::Void<class coherence::lang::Object> >,class coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void
    ,void,void,void> >::sizeOf(bool)
        at _onexit
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at BaseThreadInitThunk
        at RtlInitializeExceptionChain
        at RtlInitializeExceptionChain
        on thread "main"
    Caused by: coherence::io::IOException: socket disconnect
        at unsigned int __thiscall coherence::net::Socket::readInternal(unsigned char *,unsigned int)(Socket.cpp:333)
        at coherence::net::Socket::readInternal
        at coherence::net::Socket::SocketInput::read
        at coherence::io::BufferedInputStream::fillBuffer
        at coherence::io::BufferedInputStream::read
        at coherence::component::util::TcpInitiator::readMessageLength
        at coherence::component::util::TcpInitiator::TcpConnection::TcpReader::onNotify
        at coherence::component::util::Daemon::run
        at coherence::lang::Thread::run
        on thread "ExtendTcpCacheService:coherence::component::util::TcpInitiator:coherence::component::util::TcpInitiator::TcpConnection::TcpReader"

    We are facing same issue.    Could you please provide us any working .Net sample code for the version 12.1.2.0.
    <ssl>
                  <protocol>Tls</protocol>
                  <local-certificates>
                    <certificate>
                      <url>c:\Cert\</url>
                      <password>password</password>
                      <flags>DefaultKeySet</flags>
                    </certificate>
                  </local-certificates>
                </ssl>
    thanks
    Bala

  • I sent in my iPod nano to the replacement program about two weeks back. However, I checked the status of the repair and it still says it has not been received yet. Is there any way to follow up on where the nano could be? I sent it via FedEx.

    I sent in my iPod nano to the replacement program about two weeks back. However, I checked the status of the repair and it still says it has not been received yet. However, my boyfriend sent in his the same time I did and his repair status says repair being diagnosed. I still have the "receipt" of the package when they first sent it to me. I sent it via FedEx. Is there any way to follow up on where the nano could be or maybe find out if I can still get a replacement even though my nano might be lost in transit?

    I sent it via FedEx. 
    Call FedEx.  They will be able to track their own packages.  They will let you know if your iPod Nano was delivered and to who!

  • Enabling Create New Query and Personalize in Check Status

    Hi All,
    We followed below steps Enable Create New Query and Personalize in Check Status
    Go to the role of the user - PFCG - Authorizations - Change authorization data - Cross-application authorization objects - authorizations for Personal Object Work List (POWL) iViews
    Specified the application ID POWL_APPID - SAPSRM_E_CHECKSTATUS
    What should be done to enable define query and personalize for all users.
    We have changed the following settings -
    In activity POWL_CAT - '??' , POWL_LSEL-DISALLOWED - POWL_QUERY - ?? , POWL_RA_AL - ?? , POWL_TABLE - ??.
    With our current settings Create New Query and Personalize in Check Status appear but are disabled (greyed out)
    New Query Button appears but clicking on it produces no output.
    Nikhil
    Edited by: Nikhil Malvankar on Sep 12, 2011 5:57 AM

    You could the following to check if the Query still exists in the database:
    Open SQL Management Studio and connect to the SQL Server hosting the ConfigMgr database
    In SQL Managemnt Studio, Expand Database, Expand CM_YourSiteCode
    Expand tables and find the dbo.Queries table
    Right-click the dbo.Queries table and select Select Top 1000 Rows
    See if you can find your "ghost" Query
    Please note - it IS NOT supported
    to make direct changes to ConfigMgr database so I would properly call PSS on this one before you start getting creative.

  • Slow imac, how to check status and clean up disc?

    slow imac, how to check status and clean up disc?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Apple Remote Desktop, VNC, and port 5900 LAN weirdness

    Hi all,
    I am trying to share screens with a Mac Mini running ARD in OS X 10.3.9 over a LAN from my Macbook Pro (10.4.11). I have an Airport Extreme base station (7.2.1). The Mini is connected to the base station via wired Ethernet cable, the Macbook is wireless.
    I'm using Chicken of the VNC (2.0b4) on the MacBook, but I can't get anything but Connection Refused.
    * The software firewall on the mini is off (I'm behind NAT)
    * I've turned on ARD in the Sharing prefs control panel, set up the users and checked all the "allow" checkboxes (and restarting the mini)
    * I've tried connecting to port 5900, 5901, and 3283
    * I've tried enabling port mapping on the Airport (which seems crazy, since this is all happening within the LAN)
    I can SSH to the mini just fine from the Macbook. Using NetUtility, I can ping it, traceroute to it, you name it.
    The only weird thing that I can find is that when I do a Port Scan on the Mini, it never returns port 5900 as open (which it seems like it should). Other ports return as open.
    I've Googled my brains out looking for answers on this, and the best info that I can find points toward a network config. problem. But if that's the case, why can I SSH okay?
    And yes...I could upgrade to Leopard on the MacBook. Or install OSXvnc on the Mini. But I can't see why I wouldn't have exactly the same problem. And, dadgum it, this should work!
    I'm totally stumped (and have a sneaking suspicion that I'm missing something obvious). If anyone can shed light on this, or point me at a resource, I'd be very grateful.
    thanks,
    c

    Thanks to the folks at macosxhints.com, I have discovered that ARD in OS X 10.3.x doesn't support VNC connections.

  • How to check status of a particular port by using netstat command?

    How to check status of a particular port by using netstat command?
    I want to check  port 443 in my server is open or not, is there any other way to check port via commandline?

    Hi,
    You can run the below command in an administrator command prompt on the server:
    netstat -ano|findstr ":443"
    -TP

  • Accessing Parallel Port Control and Status Registers with VISA and Win7x64

    Hello all,
    I've posted this in the I/O forum for VISA, but this main forum seems to get a lot more traffic so I'm posting here too.
    Wondering if anyone has a solution for accessing the Control and Status registers on a parallel port with VISA, now that Win7 has locked down the I/O ports and In Port.vi and Out Port.vi don't work anymore.  I've been looking all over for a solution and haven't found anything that will help; either the VISA solution is shown but doesn't mention if the Status and Control registers are accessible, or the solution is for a 32 bit system.
    The one thing I found was under Instrument I/O>VISA>VISA Advanced, there is a group of functions called Register Access; but, when I investigate that, it seems to need an address that the detailed help describes as "VXI, VME, and GPIB-VXI" or "PXI" with no mention of Parallel Port usage, so I'm pretty much at the end of what I can figure out.
    Basically what I need to do is use the data lines to send info, and watch the status lines for incoming discrete signals.  Since parallel ports are half duplex, I can't have the data lines be both inputs and outputs simultaneously, which is what I need.  A cheap D I/O card would be the easiest solution, but to make a long story short I'm dealing with a legacy system and that's something my higher-ups want to avoid.
    Any help is greatly appreciated!

    Hello,
    I was able to solve this problem using software from Entech Taiwan; it's called TVicPort and it's available for free for personal use, and very cheaply for commercial license.  If you have questions let me know, I'll do my best to answer them but investigate Entech's solution and see if it'll work for you:
    http://www.entechtaiwan.com/
    http://www.entechtaiwan.com/dev/port/index.shtm

  • PPPI Process messages and check status

    Hello.
    Does anyone know of any method from xMII to get and check status of process messages sent to PP-PI?
    E.g. check for status (has it been sent) and for any errors?
    BR
    Poul.

    Hi Poul,
    I found a few RFCs which might do the job and will list them here so you can test them:
    PROCESS_MESS_DOWNLOAD
    PROCESS_MESS_EXCHANGE
    PROCESS_MESS_GET_RETURN_CODE
    PROCESS_MESS_UPLOAD
    My search method is kind of funny.  I put PROCMESS* into the search pattern of a SAP_JCo_Interface action block to return a list of related action blocks.  But since I can't use BAPI in SAP and must rely on SE37, I can't readily see the documentation to determine relevance.  But I suspect you can take if from here.  I would be interested in knowing what you come up with for these. 
    I also tried PROCMSG* and get these:
    BAPI_HU_PROCESS_MSG
    BAPI_HU_PROCESS_MSG_DIRECT
    BAPI_LIKP_PROCESS_MSG
    BAPI_LIKP_PROCESS_MSG_DIRECT
    Where HU stands for Handling Unit, but I can't seem to find out what LIKP refers to. 
    Hope this helps and maybe together we can get the information. 
    Thanks,
    Mike
    Found a couple more
    RSAP_GET_MSG_TEXT
    RSSM_GET_MSG_TEXT
    You may also be able to use RFC_READ_TABLE, but I do not know the table structures which would be of interest.
    Edited by: Michael Appleby on Jul 16, 2008 3:07 PM

  • Overdrive Media Console/iPhone Problem Resolved-"iTunes is not responding, bring iTunes to the front and check status.

    I could not download books from Overdrive Media Console from my iMac desktop. I realized if I turned off iTunes Match in my iphone, it fixed the problem. On your iphone...Go to "Setting", scroll down to "Music" and turn off iTunes Match. i Tunes match is a music subscription service that I had purchased a few weeks ago. I could not figure out when I tried to download audiobooks from Overdrive I got the following message "iTunes is not responding, bring iTunes to the front and check status". Problem solved. I hope this helps others who are experiencing the same problem!

    I'm assuming you are talking about audiobooks and if so, just download all the parts in overdrive media console then locate them in your finder. Go into Itunes and go File > Add new files to Library. Go select all the mp3s and upload them onto your library. Sync your iPhone with it and that is what has worked for me Hope this helps!

Maybe you are looking for

  • 700w not recognized by Vista with windows mobile device center

    please help: i have a treo 700w that doesn't want to consistently connect to machine I am working on. when it works (rarely), it works fine, when it doesn't there is no explanation. I have restarted both computer and phone, and I can't seem to get a

  • How creating a llb that will contain all subvis of an upper vi?

    Hi, I developed an application under 6.1, which is composed of subvis coming from several developments, stored in various places on my PC... In order to distribute it, I was wondering if it was possible, from the upper vi, to create a llb (or a distr

  • Changes that are needed for RVADIN01

    hi, i am using Standard SapScript Driver Program RVADIN01 for my smartform, smart form i am developing from scratch. which will creates invoice, Credit Request, Debit Request. to make use of this driver program for my smart form what are the relevent

  • Image() with MouseAdapter

    I have an image Image button = getImage(getCodeBase(), "images/buttonClean.gif"); I tried adding <pre> button..addMouseListener(new MouseAdapter() { public void mousePressed(MouseEvent e) {      //Event handler implementation goes here...      myButt

  • Restricting Material Type in MM02

    Dear All, I have a requirement from restricting access to material type in Transaction MM02. We have the Auth Obje M_MATE_MAR to restrict the Material Types. However, the Material Types needs to be restricted by Authorization Group. We get the below