How to know client is disconnected ?

Hello guys
  FMS 3.5
    There is a big problem in which i stuck .
     how to know that client has been disconnected if client pulls of cable or manuallu disconnect netconnection.
     on disconnect event  does not fire at fms.
   Please provide solution to it. I will be really thankfull to you guys.
  Thanks and regards
       Mohit

See if this article is any kind of help : http://www.flashcomguru.com/forum/forum_posts.asp?TID=2848

Similar Messages

  • How to know client no.

    We have to clients 410-production
    and 400 production
    when some request come from functional consultant we tranport it 410 first and then on production.
    Now when i check the logs in stms for a tp request wheather its got transported there it shows the status .
    My problem is i wanted know the client no. as well.
    Regards
    Sandy

    Hi Sandy,
    Select the request and click on log from application tool bar.
    Then it will show the status successfully  import.
    Import   <date ,time>   (0) Successfully Completed
    Here click on the display icon to the left of import
    Then it will show the  log of  import  and return code.Click on  + icon on the left  and expand the log there in the log you will get the client no to which the request has imported.
    Regards
    Ashok

  • How to know the size of a client and an instance ?

    hi,
    How to know and measure the size of a client and an instance ?
    comment and advice will be appreciated.
    regards,
    kent

    Hi Kent,
    I always measure the size of the complete DB (instance) with DSPLIB *PRINT in batch - the very last line is the size. You could have a look into DB02 as well.
    The client size is more complicated ...
    You could do a "test-client-copy" - there it reports a size - but this size is far too small normally ....
    Regards
    Volker Gueldenpfennig, consolut international ag
    http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

  • How to know oracle client or oracle server installed in m/c ?

    Hi all,
    Could any one tell me how to know whether oracle 10.1 s/w installed in my machine is client version or server . Is there any easy method..??
    Thanks in advance.

    Hi,
    Check the database / dbs folder exist in the $ORACLE_HOME if yes then SERVER else CLIENT.
    PS: Above is not a standard method, i am telling based on DIRECTORY.
    Regards,
    Taj

  • How to know date format of client in webservices

    I have made a webservice which takes Date from the client. But these clients can have there own regional settings like DD/MM/YYYY or MM/DD/YYYY or YYYY/MM/DD.
    It would be helpful if someone can tell me how to know the date format of the client in server for a webservice
    regards,
    Saurabh

    If a service recieves messages with values that are typed in WSDL as wxs:dateTime or a restriction thereof, then the data is fixed in its format to ISO 8601, and has nothing to do with the localisation settings of the client machine.
    The question 'does typing a value as xsd:dateTime in WSDL fix the format' and the question 'how can a server know the regional settings of a client' are not the same question. AFAIK, the majority of public web services do not use WSDL nor WXS.
    Pete

  • How to know date format of client

    I have made a webservice which takes Date from the client. But these clients can have there own regional settings like DD/MM/YYYY or MM/DD/YYYY or YYYY/MM/DD.
    It would be helpful if someone can tell me how to know the date format of the client in server for a webservice
    regards,
    Saurabh

    If a service recieves messages with values that are typed in WSDL as wxs:dateTime or a restriction thereof, then the data is fixed in its format to ISO 8601, and has nothing to do with the localisation settings of the client machine.
    The question 'does typing a value as xsd:dateTime in WSDL fix the format' and the question 'how can a server know the regional settings of a client' are not the same question. AFAIK, the majority of public web services do not use WSDL nor WXS.
    Pete

  • How to connect back a disconnected client on an rmi server

    I am making a client -server rmi game .
    if a client get disconnected (throwing a remote exception on the server) how can I
    have some other client or same client continue from the the same point as it got disconnected.
    it obvioulsy requires state preservation but how?

    well actually I am making a game.
    if a player logs out during the game , when the server
    tries to pass it information it gets a remoteexception at the server.
    What I need is that any other player could replace this loggged out player and should get the latest state of the game ie latest score (while other players coud play as much as they can without him) , latest turn etc.
    The game is coded in an object which contains the lates turn and score etc, but how do I give it out to a new player joining in the middle of the game?
    Also if the server keeps thrwoing remoteexceptions ,
    it might hang or might haveto be shut down to be restarted.

  • How can the client know if the SSL certificate specified in the service-config.xml file is invalid/u

    Hi,
    How can the client know if the SSL certificate specified in the service-config.xml file is invalid/untrusted/expired? For example using iOS client, the trusted certificate will not work and the client has no way to know that the certificate is untrusted. Can the lcds server return any specific exceptions for SSL errors?
    Thanks,
    Swathi.

    We use a standard Java keystore and certificate validation can be handled as per standard best practices. At present we do not provide a hook point to validate the server certificate. However, you can register a bootstrap service which validates the certificate on system startup: http://help.adobe.com/en_US/dataservicesjee/4.6/Developing/WSc3ff6d0ea77859461172e0811f00f 6fe7f-7ffeUpdate.html This would require you to pass another copy of the keystore configuration to you Bootstrap service and then you can inspect the certificate in the keystore and validate it.

  • How can a client know the ip of the server?

    How can a client locate a rmi - server without
    have the ip of the server.
    Is there a methode that can check if there's a
    server in a L.a.n?

    We have used 2 different solutions.
    1. Our servers use UDP multicast and send out empty packets every second. The client listens on the multicast address:port, and once it sees a packet, it bootstraps the RMI object by contacting the registry on the server that sent the multicast.
    2. In another case we use JNLP/ Webstart to launch the client. With JNLP you can pass a parameter through to the app's System.properties via -D option on the command line using the jnlp property tag. If you change the ip address of the server you just update the *.jnlp file's particular <property> tag with the new value. The next time everyone launches the app, webstart will see that the *.jnlp has changed, will download the latest version of the jnlp file, decide it has all the correct jars etc, then launch the app with the new property value.
    This is a great way to centrally manage the configuration of multiple clients when the configuration is the same on all clients but might change over time.
    Bruce

  • How to know whether connection is dropped

    Hi,
    I have developed RMI chat application in which clients register with the server to send and receive messages. I want to know if there anyway to detect the connection is dropped due to network problem both on server and client side. My intention is to achieve this:
    For the server,
    If it knows a client is disconnected, it can trigger the event to other clients.
    For the client,
    If it is disconnected, it will automatically reconnect to the server. How can I reconnect again in RMI?
    Your help would be much appreciated.

    Server side:
    http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/server/Unreferenced.html
    Client side:
    http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/RemoteException.html

  • [NSFileHandle][Sockets] How to manage a network disconnection?

    Hi,
    I have built a client/server app that communicates via TCP/IP.
    The *Client is an iPhone Application* that receives and sends many messages of variable sizes through a NSFileHandle object linked with a socket as its filedescriptor
    I catch *incoming bytes trough an Observer* whose matching message is named "DataAvailable:(NSNotification *)aNotification".
    *When the server stops*, the observer receives one last "dataAvailable" notification, which I try to manage with the [NSFileHandle readdataoflength:1]... that throws an *exception indicating the +connection has been reset by peer+* , which I catch and manage through a SocketDidDisconnect: homemade message.
    But I have a *problem when the disconnection occurs directly because of a network disconnection* (I did disconnect the network on purpose) : I receive *no "DataAvailable" notification* (although it receive one I just close the connection from the server Application).
    Then I thought I could check every 1/10 seconds if my connection was still ok by trying to do a [MyNSFileHandle ReadDataOfLength:0] : that would throw an exception as soon as my connection goes down. But obviously, reading 0 bytes does not have any effect. And since I don't wanna loose the queued incoming data by various random reading, I don't know how to detect such a network problem.
    If any of your has an idea about *how to manage a network disconnection with a NSFileHandle without involving the random reading of queued incoming data*, I will listen to you with the greatest interest.
    Thank you for reading till the end.

    Looks like it will be of some help, yes.
    But I don't have time to test it today. I'll tell you as soon as I have tested it.
    Thanks anywa for your help

  • How to get client IP in custom UCM Service

    how to get client IP in custom UCM Service ?

    have you tried
    binder.getLocal("REMOTE_ADDR");
    Let us know how you get on
    Tim

  • How to know the class method behind an enterprise service

    Hi,
    SAP has provided enterprise services for Room booking in Real Estate module. They are even shipping the complete application for a nominal price. But the standard version is not suitable for our client requirement so they want to develop this application inhouse.
    Now my question is:  I know the enterprise services used in this application. How to know the implementing methods behind these enterprise services ?
    If possible suggest which approach will be a better option for the inhouse development.
    1. Webdynpro ABAP and use directly methods behind the enterprise services.
    2. Webdynpro ABAP and create client proxy class for the enterprise services.
    3. Webdynpro JAVA and use the enterprise services.
    4. Using visual composer modelling the application.
    Please suggest the best alternative.
    Best Regards,
    Aleem Mohiuddin.

    Hi
    They are even shipping the complete application for a nominal price. But the standard version is not suitable for our client requirement so they want to develop this application inhouse.
    I assume you are talking about xApps.
    How to know the implementing methods behind these enterprise services ?
    In sproxy transaction you can search service and then you can see class and method implemented behind that particular service.
    1. Webdynpro ABAP and use directly methods behind the enterprise services.
    In my opinion not recommended to bypass ES and use method behind it.
    2. Webdynpro ABAP and create client proxy class for the enterprise services.
    Not sure why you want to create proxy of ES.
    3. Webdynpro JAVA and use the enterprise services.
    4. Using visual composer modelling the application.
    You can use either Webdynpro (ABAP or Java) or VC to model your application which consume ES in backend. Both options are good, you can chose Java or ABAP flavor of dynpro based on skill available in team. VC is very effective in rapid modelling and can be used in protyping or in development of complete application.
    Regards,
    Gourav

  • How Redirect browser(client) based on non-negotiable SSL/TLS protocol or cipher

    Hi guys,
    we have a security requirement wherein we have to  force the browsers accessing our asp.net application hosted on windows server 2012 to have atleast tsl 1.1 , but we don't want to simply block the request, instead we would like to redirect the request
    to a unsecured static html page with the instructions on how to get them onto tsl.
    can any one help me here?>? actually i found a similar and exactly same thread on stackoverflow but i think that is probably directed towards linux family.   http://serverfault.com/questions/591188/redirect-browser-based-on-non-negotiable-ssl-tls-protocol-or-cipher
    please help me guys..
    ps: i have posted the same question on IIS forum (http://forums.iis.net/t/1223352.aspx?How+Redirect+browser+client+based+on+non+negotiable+SSL+TLS+protocol+or+cipher+from+IIS)
    and got a reply saying that it can be done at windows kernel level(possibly).

    Hi,
    As far as I know, once SSL handshake fails, no subsequent communication would occur between the server and client.
    Therefore, as the way I see it, the goal cannot be achieved.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • How does ABAP client proxy determine the sender business system

    When we use ABAP client proxy to send a message in XI-SOAP format to the integration engine, how does the client proxy determine what is the sender business system, i.e. how does it know what value it should insert in the sender service field in the SOAP envelop.
    For example, at first, the business system X8A_105 corresponds to the technical system X8A_105, so when the client proxy sends out a message, the sender service is X8A_105. Then I delete the business system X8A_105 in the SLD, and create a new business system that is associated with the technical system X8A_105.when the client proxy sends out a message, the sender_service is still X8A_105, why?

    Hi Annie,
    Execute the following function module in your business system and see what name it returns..
    LCR_GET_OWN_BUSINESS_SYSTEM.
    You can always debug the code inside the above FM to find out how it gets the business system name...
    I think the issue should be related to cache. I would also suggest you to logoff from your business system and then login again.
    Regards,
    Sumit
    Message was edited by:
            Sumit Khetawat

Maybe you are looking for