Skip to main content
Participant
May 6, 2008
Question

x-status Field error code for FMS2.0.3

  • May 6, 2008
  • 3 replies
  • 512 views
can any one know, what value 600 and 200 means in x-status field of access.00.log file in FMS2.0?????
    This topic is closed to new replies. Start a new post to keep the conversation going.

    3 replies

    Participating Frequently
    May 10, 2008
    The 600 means that your server side action script called Application.disconnect, which disconnected the client. The 200 means that the client disconnected "normally", via a call to NetConnection.close, etc.
    adobeAtulAuthor
    Participant
    May 9, 2008
    Hi Kevin,

    Thanks for your reply but Can u elaborate more on 600 code. The client waqs disconnected by the script is it means the code at server side scripting is disconnecting the users or there are some situations like message overflow, write error, network breakage or flv streaming ??

    It is by script then clients.disconnect is fired explicitly or something else???Please help me out of this because our site has heavy traffic and we have written the code for throwing user out of session when he gets disconnected from fms. We are continously suffering from user getting threw outside ???Some times we get x-status as 427 , 600 and sometimes 200.Donot know why users are getting disconnected?? is it have to do anything to flv streaming or latency???
    Participating Frequently
    May 6, 2008
    200 is the standard W3C code for "OK", meaning in this case the request completed normally. 600-level error codes are used by FMS to signal events from the Server Side ActionScript engine. 600 is "Disconnect", meaning that the client was disconnected by the script.