FMS not working

My partner and I are working on a FMS application since a
month, and everything was fine. We tested the code juste before
lunch, and when we went back... Tada!!! The server isn't working
anymore... We tried install uninstall, the date trick (change the
date for a future one), we emptied the registry, etc etc... It
still doesn't work! Furthermore, there is no coding problem with
the application because it works just fine on another computer.
Is there anybode here to help ?

I"m afraid I don't have any advice there since it's an OS
related problem. I'd suggest filing a bug report and contacting
Adobe directly. You're not the first person to encounter this
problem, and there's nothing in the 2.0.2 update about it, so I
guess nobody has formally reported the problem. It seems that
nobody from Adobe reads in on this forum, so perhaps the right
people aren't aware of it.
You might also want to post it on the Chattyfig list. Some of
the FMS developers answer questions there.

Similar Messages

  • FMS not working when only item chaning is drop down.

    I'm having an issue on 2005A where I have a FMS in place the sets a date if another field changes. 
    Sent: Y/N (Drop Down Box)
    Dt: FMS to set to date if sent = Y
    The issue is this, if you open the sales order and do nothing else but drop down sent and set to Y the FMS does not fire.
    After it is set to Y, you change it to N then change to Y it works.
    If you alter any field anywhere else first, then change the sent to Y it works.
    Has anyone else experienced this ?  Is there a work around?
    Eli

    UDFs (Marketing Documents)
    U_Extract:  Values Y - Yes, N - No.  Default = (N)
    U_ExtDate: Datefield.
    FMS Query:
    IF $[ORDR.U_Extract] = 'Y'
    select getdate()
    FMS is set to Auto Refresh when U_Extract changes.
    Open the sales order and do nothing but click the drop down for U_Extract, change to Y, update... NOTHING.
    Change any other field, then choose the drop down and select Y and it works.
    Thanks,
    Eli
    Edited by: Eli Lawson on May 12, 2009 4:18 PM

  • Apache not working  with FMS 4.5 on Windows 2008

    FMS 4.5.1 Windows 2008 SP2 (64bit).
    I've searched everywhere for a possible solution to this, so my apologies if this has been asked before and my thanks for any potential help that anyone can offer to help resolve this.
    We are deploying Adobe Flash Media Server 4.5.1 on a new server but Apache does not work (does not serve html files or stream Quicktime H.264 files).
          Assorted Problems & Error messages:
    1.  The webroot/index.html page loads locally, but the HLS/HDS streams result in a 2032 error.
    2. The webroot/index.html page does not load from  external locations:
         http://63.116.232.5/index.html (does not load externally).
         http://63.116.232.6/index.html (our old server, FMS 4.0 and Windows 2003). Everything on this server works, the 2 major differences being that it is running FMS 4.x on Windows 2003.
    Some RTMP streaming works externally and internally (f4v files):
    http://www.librarymedia.net/flash/player.html?source=rtmp://63.116.232.5/vod/mp4:sample1_1 50kbps.f4v
    FMS does not stream Quicktime H.264 files even though f4v files work.
       New server (does not work): http://www.librarymedia.net/flash/player.html?source=rtmp://63.116.232.5/vod/mp4:Basketbal l.mov
                                  (f4v works): http://www.librarymedia.net/flash/player.html?source=rtmp://63.116.232.5/vod/mp4:sample1_1 50kbps.f4v
    Old server (Quicktime/H.264 file works): http://www.librarymedia.net/flash/player.html?source=rtmp://63.116.232.6/vod/mp4:Basketbal l.mov
    Apache does not serve Quicktime/H.264 files: I made sure that Apache had all of the correct mime types specified.
        Error messages and attempted solutions:
    Apache's erro_log file:
           a. httpd.exe: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
    2. FMS master.log file
          a. FMSHttpd -k start returned 1:
    Solutions: http://wiki.apache.org/httpd/CouldNotDetermineServerName
    1a:  Edited httpd.conf file to include ServerName 63.116.232.5
    1b: The presence of this error message also indicates that Apache httpd was unable to obtain a fully-qualified hostname by doing a reverse lookup on your server's IP address.
    In order for the server to accept external connections a reverse DNS lookup needs to be created. I created a reverse DNS lookup and  edited the /etc/hosts file to include the IPaddress, Fully Qualified Domain Name (FQDN), shortname.
    This is the format suggested by the article:
    127.0.0.1       localhost.localdomain   localhost       foo.example.com
    Running the nbtstat -a 63.116.232.5 command on the machine results in the following:
    WIN-8AIHI2J0524<00>  UNIQUE      Registered
    THS-LIBRARY-VOD<00>  GROUP       Registered
    THS-LIBRARY-VOD<1C>  GROUP       Registered
    WIN-8AIHI2J0524<20>  UNIQUE      Registered
    THS-LIBRARY-VOD<1B>  UNIQUE      Registered
    So the FQDN = WIN-8AIHI2J0524.Ths-library-vod.local
    I edited the /etc/hosts to the following (with versions using the local host ip 127.0.0.1 and the external ip address, IPv4 is being used):
    63.116.232.5 WIN-8AIHI2J0524.Ths-library-vod.local
    # The following lines are desirable for IPv6 capable hosts
    ::1 localhost ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    I've also read Adobe's port configuration articles and  changed the ports that Apache and FMS use as specified in the conf/fms.ini file, but nothing has worked so far. I restored everything to the original settings until I can find out exactly how to fix this.
    Thank you.

    Ms. Apurva ,
    I changed the files back as you suggested (the failure was occuring with the default settings) and our admin assured me yesterday that the ports that I inquired about were open. I'll ask him again.
    The telenet command for both ports 80 and 1935 result in Connect failed for me. I'll check Windows Firewall (turned off)  and McAfee to see if there is anything there blocking ports.
    Confirm that external connections are blocked: 63.116.232.5/index.html (does not open outside of localhost). No problem accessing with our old server (63.116.232.6/index.html).
    I ran this command in nmap and here are the results (11 ports closed): nmap 63.116.232.5 -Pn80
    Starting Nmap 6.01 ( http://nmap.org ) at 2012-07-06 08:29 Eastern Standard Time
    Nmap scan report for 63.116.232.5
    Host is up (0.00092s latency). nmap -p 80 says that the host is down (for both ports).
    Not shown: 988 filtered ports
    PORT     STATE  SERVICE
    1720/tcp open   H.323/Q.931
    6000/tcp closed X11
    6001/tcp closed X11:1
    6002/tcp closed X11:2
    6003/tcp closed X11:3
    6004/tcp closed X11:4
    6005/tcp closed X11:5
    6006/tcp closed X11:6
    6007/tcp closed X11:7
    6009/tcp closed X11:9
    6025/tcp closed x11
    6059/tcp closed X11:59
    Nmap done: 1 IP address (1 host up) scanned in 5.72 seconds
    Host status: up
    open ports: 1
    filtered ports:988
    Closed ports:  11
    ipv4:63.116.232.5
    ipv6: not available
    MAC: not available.
    Master log file:
    2012-07-06
    09:22:41
    6712
    (i)2581173
    FMS config <NetworkingIPv6 enable=false>
    2012-07-06
    09:22:41
    6712
    (i)2581173
    FMS running in IPv4 protocol stack mode!
    2012-07-06
    09:22:41
    6712
    (i)2581173
    Host: WIN-8AIHI2J0524 IPv4: 10.250.10.1
    2012-07-06
    09:22:41
    6712
    (i)2571011
    Server starting...
    2012-07-06
    09:22:46
    6712
    (i)2581413
    H:\Program Files\Adobe\Flash Media Server 4.5\Apache2.2\bin\httpd -f ./conf/httpd.conf -d "H:\Program Files\Adobe\Flash Media Server 4.5\Apache2.2" -n FMSHttpd -k start returned 0:
    2012-07-06
    09:22:46
    6712
    (i)2581224
    Edge (1508) started, arguments : -edgeports ":1935" -coreports "localhost:19350" -conf "H:\Program Files\Adobe\Flash Media Server 4.5\conf\server.xml" -adaptor "_defaultRoot_" -name "_defaultRoot__edge1" -edgename "edge1".
    2012-07-06
    09:22:46
    6712
    (i)2571111
    Server started (H:\Program Files\Adobe\Flash Media Server 4.5\conf\server.xml).
    edge log:
    2012-07-06
    09:22:46
    1508
    (i)2581173
    FMS detected IPv6 protocol stack!
    2012-07-06
    09:22:46
    1508
    (i)2581173
    FMS config <NetworkingIPv6 enable=false>
    2012-07-06
    09:22:46
    1508
    (i)2581173
    FMS running in IPv4 protocol stack mode!
    2012-07-06
    09:22:46
    1508
    (i)2581173
    Host: WIN-8AIHI2J0524 IPv4: 10.250.10.1
    2012-07-06
    09:22:47
    1508
    (i)2631174
    Listener started ( _defaultRoot__edge1 ) : localhost:19350/v4
    2012-07-06
    09:22:48
    1508
    (i)2631174
    Listener started ( _defaultRoot__edge1 ) : 1935/v4
    2012-07-06
    09:22:49
    1508
    (i)2631174
    Listener started ( _defaultRoot__edge1 ) : 10.250.10.1:19350 (rtmfp-core)/v4
    2012-07-06
    09:22:49
    1508
    (i)2631174
    Listener started ( _defaultRoot__edge1 ) : 127.0.0.1:19350 (rtmfp-core)/v4
    2012-07-06
    09:22:49
    1508
    (i)2631509
    Public rtmfp-core addresses for listener _defaultRoot__edge1 are: 10.250.10.1:19350;127.0.0.1:19350
    2012-07-06
    09:22:49
    1508
    (i)2631174
    Listener started ( _defaultRoot__edge1 ) : 10.250.10.1:1935 (rtmfp)/v4
    2012-07-06
    09:22:49
    1508
    (i)2631174
    Listener started ( _defaultRoot__edge1 ) : 127.0.0.1:1935 (rtmfp)/v4
    Not sure what to do.
    Thanks.

  • EXPORT/IMPORT through FMs in BADI not working

    Hi Experts,
    I have checked several posts and implemented my requirement but it's not working. PFB my requirement:
    We have a BADI in which I need to EXPORT an itab and the same is to be IMPORTed into ZFM. I have created 2 FMs under same FG. Now, in the FM which is being called in BADI i have EXPORT and in ZFM i have IMPORT. Code is given below:
    FM from BADI: ZBADI_FM
      IF lv_flag EQ 'X'.
        EXPORT gt_msg TO MEMORY ID 'CHANGED_DATES'.
      ENDIF.
    Another ZFM under same FG: ZFM
      IMPORT gt_msg FROM MEMORY ID 'CHANGED_DATES'.
    gt_msg is declared in TOP that is common for both FMs. However, IMPORT is not happening. I am not getting the values that I exported. sy-subrc is 4.
    Can anyone help me out? Your help is appreciated.

    Hi,
    I can't believe that it will work:
    EXPORT TO MEMORY
    A data cluster in the ABAP memory is available to all programs within a call sequence, whereby data can be handed over to called programs.
    call sequence
    This sequence is created if you can return from the called program to the calling program at the call of an ABAP-Program with SUBMIT ... AND RETURN or CALL TRANSACTION. For this purpose, the data of the internal session of the caller remains on a stack. The programs of a call sequence have collective access to the ABAP Memory. A call sequence can be left completely using the statement LEAVE TO TRANSACTION.
    Regards,
    Klaus

  • HDS live streaming to Flash not working

    Adobe Flash Media Server 4.5.5 r4013
    Windows 2008
    Sources:
    http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-52e437a812a3725df a0-8000.html
    http://www.adobe.com/devnet/adobe-media-server/articles/live-multi-bitrate-video-http-flas h-ios.html
    Live streaming a single or multi-bitrate video over HTTP to Flash does not work. I have followed the instructions on the 2 sources listed above repeatedly, but I can’t get live streaming over HTTP to Flash to work. Live streaming to iOS over HTTP works with no problems (single and multi-bitrate streams).
    I have tried the troubleshooting steps from the following:
    http://help.adobe.com/en_US/flashmediaserver/devguide/WS0432746db30523c21e63e3d12efac195bd -8000.html
    Troubleshoot live streaming (HTTP)
    1.      Services window (Windows): Flash Media Server (FMS), Flash Media Administration Server, and FMSHttpd services are running. ✓
    2.      Verified that the request URL is correct. ✓
    3.      Configured ports:
    a.      Configure Apache to use port 80. Open rootinstall/Apache2.2/conf/httpd.conf in a text editor. Change the line Listen 8134 to Listen 80.
    b.     Configure Flash Media Server not to use port 80. Open rootinstall/conf/fms.ini in a text editor. Remove 80 from the ADAPTOR.HOSTPORT parameter so the parameter looks like the following: ADAPTOR.HOSTPORT = :1935 ✓
    4.      Placed a crossdomain.xml file to the rootinstall/webroot directory. ✓
    5.      In Flash Media Live Encoder, select the Encoding Options tab, choose Output from the Panel options menu, and verify the following:
    a) The value of FMS URL is rtmp://fms-dns-or-ip/livepkgr. If you’re testing on the same server as Flash Media Server, you can use the value localhost for fms-dns-or-ip. ✓
    b) For a single stream, the value of Stream is livestream?adbe-live-event=liveevent. ✓
    c) For adaptive bitrate streaming, the value of Stream is livestream%i?adbe-live-event=liveevent. ✓
    Flash Media Live Encoder uses this value to create unique stream names. To use another encoder, provide your own unique stream names, for example, livestream1?adbe-live-event=liveevent, livestream2?adbe-live-event=liveevent.
    The encoder is showing all 3 streams being published and streaming.
    6. Check Administration Console: the livepkgr application and the 3 streams are running. ✓
    7. Check the logs for errors. Flash Media Server logs are located in the rootinstall/logs folder. The master.xx.log file and the core.xx.log file show startup failures. Apache logs are located in the rootinstall/Apache2.2/logs folder. X
    a)   core00.log: these errors did not occur every time that I tried playing the live stream but these are the only relevant errors in the logs.
    1. 7968 (w)2611179     Warning from libf4f.dll: [Utils] [livestream2] Discarded all queued Media Messages received before first Video Keyframe Message
    2. 7968 (w)2611179     Warning from libf4f.dll: [Utils] [livestream3] Discarded all queued Media Messages received before first Video Keyframe Message
    b) edge00.log:
    13:33:57 4492          (w)2641213 Connection rejected by server. Reason : [ Server.Reject ] : (_defaultRoot_, _defaultVHost_) : Application (hds-live) is not defined.          -
    c) Apache-Error:
    1.     [warn]  Checking if stream is disabled but bootstrap path in event file is empty for event:livepkgr/events/_definst_/liveevent stream name:livestream
    2.     [warn] bootstrap path is in event file is empty for event:livepkgr/events/_definst_/liveevent stream name:livestream1
    As I mentioned, everything works on iOS and FMS seems to be creating all of the stream segments and meta files:
    a.     The 3 streams are being created in: HD:\Program Files\Adobe\Flash Media Server 4.5\applications\livepkgr\streams\_definst_
    b.    FMS is creating the following files in each stream folder (livestream1, livestream2, livestream 3):
    1. livestream1.bootstrap
    2. livestream1.control
    3. livestream1.meta
    4. .f4f segments
    5. .f4x segments
    The appropriate files are also being created in the HD:\Program Files\Adobe\Flash Media Server 4.5\applications\livepkgr\events\_definst_\liveevent folder, in which I have the following Manifest.xml and Event.xml files:
    <manifest xmlns="http://ns.adobe.com/f4m/1.0">
      <media streamId="livestream1" bitrate="200" />
      <media streamId="livestream2" bitrate="500" />
      <media streamId="livestream3" bitrate="1000" />
    </manifest>
    <Event>
      <EventID>liveevent</EventID>
      <Recording>
    <FragmentDuration>4000</FragmentDuration>
    <SegmentDuration>16000</SegmentDuration>
        <DiskManagementDuration>3</DiskManagementDuration>
      </Recording>
    </Event>
    I’ve tried clearing the contents of both streams\_definst_ and events\_definst_\liveevent (keeping the xml files) after restarting the encoder, and creating a different event definst for the streams (liveevent2 for example).
    We have an event in 2 weeks that we would like to stream to both Flash and iOS. Any help in solving this problem will be greatly appreciated.

    One step closer:
    Changed the crossdomain.xml file (more permissive settings).
    Changed the encoding on FMLE to vp6. Working somewhat (don't know what I did to make it start streaming through hds).
    But at least now I can get the individual streams in the set manifest file to work:
    http://localhost/hds-live/livepkgr/_definst_/livevent/livestream1.f4m
    http://localhost/hds-live/livepkgr/_definst_/livevent/livestream2.f4m
    http://localhost/hds-live/livepkgr/_definst_/livevent/livestream3.f4m
    BUT when I try to play the streams through the set manifest file from http://localhost/liveevent.f4m I'm getting the following error:
    "The F4m document contains errors URL missing from Media tag." I'll search the forums to see if anyone else has come across this problem.
    I used the f4m config tool to make the file. These are the file's contents:
    <manifest xmlns="http://ns.adobe.com/f4m/2.0">
      <baseURL>http://localhost/hds-live/livepkgr/_definst_/liveevent/</baseURL>
      <media href="livestream1.f4m " bitrate="200"/>
      <media href="livestream2.f4m " bitrate="500"/>
      <media href="livestream3.f4m " bitrate="1000"/>
    </manifest>
    Thanks

  • Auto-refresh formatted search is not working properly...

    I have created a User Defined Field in Item Master named: FLD1 (Alphanumeric 30)
    Then I have created a User Defined Field in Marketing Documents Row: FLD1 (Alphanumeric 30)
    Now I want as follows u2013
    In Marketing Documents if I select any Item, the value saved in FLD1 in the Item Master will come automatically in the Field FLD1 of the Marketing Document.
    I did as follows u2013
    I have created a formatted search for the above marketing document (in Sales Quotation) for the field FLD1 as follows u2013
    Option: Search in Existing User-Defined Values according to Saved Query
    Query: GetItemFLD1 (SELECT $[OITM.U_FLD1] )
    Option: Auto Refresh  -
    When Exiting Altered Column
    Field: Item Description
    Option: Display Saved User-Defined Values
    But the above is not working automatically --- after saving the document if I click on the Formatted Search Marker then the value comes otherwise not.
    Can any one please explain the reason behind?
    for SAP B1 2007 B SP0 PL7
    Edited by: Narottam Das on May 5, 2009 1:53 PM

    Check this thread for explanation of Syntax of FMS:
    [Refer to Sales Order From Payment Means;
    Refer Suda Sampath  reply that explains clearly

  • Query not working while creating Sales Order... Need suggestions

    Dear All,
    My client requirement involves creation of Sales Orders both as standalone as well as based on Quotations, depending on the case. Now there is a UDF created in the Item Master Data called "U_Unit" which should be populated in another UDF (U_BPQty) in the Sales Order and Sales Quotation which can be changed at the transaction level.
    The requirement is if the Sales Order is created based on Quotation, the system should take the value from 'U_BPQty" of "Sales Quotation" and populate in the Sales Order. if the Sales Order is created as stand-alone, it should take the value from U_Unit field of the Item Master Data. I wrote the following query for that purpose and using it as a FMS but its not working.
    Can you suggest me where I am going wrong?
    Declare @Base varchar
    Declare @Item varchar
    Declare @Draw varchar
    Declare @BaseQty varchar
    Set @Base = (Select Case When $[$38.44.0] is Null then 0 when $[$38.44.0] is not Null then $[$38.44.0] end)
    Set @Item = ($[$38.1.0])
    Set @Draw = (SELECT T0.U_BPQty from QUT1 T0 INNER JOIN OQUT T1 ON T0.DocEntry = T1.DocEntry INNER JOIN RDR1 T2 ON T2.BaseRef = T1.DocNum WHERE T0.ItemCode = @Item)
    Set @BaseQty = (SELECT T0.U_Unit from OITM T0 WHERE T0.ItemCode = $[$38.1.0])
    Select Case when (@Base = 0) then @BaseQty when (@Base <> 0) then @Draw end
    Thanks and regards,
    Bharath S

    Hi Bharath.......
    As you said if SQ not there and SO is directly punched then it should Pick up U_Unit else if SQ has target of SO then U_BP then your query working fine.
    But if SQ not there and Del is directly punched instead of SO then it should Pick up U_Unit else if SQ has target of Delivery and not SO then U_BP. Is it?
    In such case its not working?
    If yes then use this query.......
    declare @basedoc as nvarchar
    set @basedoc=$[DLN1.BaseType.0]
    If @basedoc<1
    Begin
    Select T0.U_Unit from OITM T0 Where T0.ItemCode=$[DLN1.ItemCode.0]
    End
    If @basedoc>1
    Begin
    Select T0.U_BPQty From QUT1 T0 where T0.docentry=$[DLN1.BaseEntry.0] and T0.ItemCode=$[DLN1.ItemCode.0]
    End
    Else use this......
    declare @basedoc as nvarchar
    set @basedoc=$[DLN1.BaseType.0]
    If @basedoc<1
    Begin
    Select T0.U_Unit from OITM T0 Where T0.ItemCode=$[DLN1.ItemCode.0]
    End
    If @basedoc>1
    Begin
    Select T0.U_BPQty From RDR1 T0 where T0.docentry=$[$38.45.0] and T0.ItemCode=$[DLN1.ItemCode.0]
    End
    Regards,
    Rahul

  • Formatted Searches Not Working on a PC

    Dear Experts,
    I have a case where formatted searches for one particular computer are not working at all. All the connected computers are working as required with all the formatted searches.
    What PC requirment is need to facilitate FMS functionality ?

    Dear MARTIN,
    there Are two types of FMS Are used in the SAP B1.
    Dynamic Value :- Select  $[$20.24.number]
    In this Example 20 is the matrix Id 24 is the Col Id And Number show the type of the Value
    Static Value After Save the Document :
    Select $[Odln.Docnum]
    You can Also Call the Store procedure in the  SAP b1
    Thanks
    Dhiraj

  • Ping Flash Media Server not working

    I just installed trial FMS on my XP Pc and I also installed
    IIS. I can login FMS control fine and see the applications ( this
    website sample code) that are inside applications folder.
    Unfortunately, the applications were not working, although the
    server seemed fine. I study Macromedia Press book, I found it was
    supposed to respond to a ping in the control panel. Yet, it always
    show "failure to ping server Server1." I am new to FMS. Right now I
    just want to get the sample code work . Any help will be highly
    appreciated.
    Mac123457

    Take a look at my thread here:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=578&threadid =1246091&enterthread=y
    You might have the same problem. Alas, I never got it to
    work.

  • Seek or start playback offset not working on big flv's

    Hello,
    I try to start a FLV (created with soundbooth cs5) at a certain point of time using ns.play('video', 33000) or even just ns.seek(33000);
    The FLV is about 9 hours long.
    How do I make this work ? And why is it not working?

    Do you face problem with all big flv files or just few set of files? Is it possible for you to pass on that files so that we can check at our end? But before you that - which version of FMS and Flash Player version are you on?

  • H.264 not working with QT

    H.264 streaming does not work with QuickTime instead a green screen pops up. I can watch the camera (Axis P1343 network cam) using Motion JPEG stream profile but not H.264. The camera LiveView is set up to use QT but QT does not respond. I know this issue has been discussed before and a lot of literature exists on this subject on line. Has a solution been found? My computer is a MacBook Pro running Snow Leopard 10.6.8.
    Any advise will be greatly appreciated.

    Thanks for the quick response, I checked with our Admin guys
    and it indeed 3.0.0.
    So I will update immediately.
    Is there a big advantage to using H.264 over VP6 for live
    streaming?
    I have another forum question that went unanswered relating
    to this issue asking, what are the required recommended settings
    for both FMS 3 and FME 2.5 to reduce any lagging in video on a 1gb
    LAN which should not have any?
    cheers again

  • It seem a bug in flash server " main.asc is not working well"

    i did download the latest version of flash media server , but it seam the /live/main.asc did not work at all ,
    i did create a main.asc in :
    C:\Program Files\Adobe\Flash Media Server 3\applications\live\
    to be :
    C:\Program Files\Adobe\Flash Media Server 3\applications\live\main.asc
    now i did add to main.acs this code :
    application.onConnect = function(client, name) {
         trace("TRACE -- TRACE -- TRACE -- TRACE -- TRACE -- TRACE");
    as the help files said :
    The output of the trace() statements used by a main.asc file are sent to a log file, typically:
    RootInstall/logs/_defaultVHost_/yourApplicationName/yourInstanceName/application .xx.log
    Where yourInstanceName is _definst_ by default, and xx is the instance number, 00 for the most recent log file, 01
    for the previous instance, and so forth.
    You can view a log file with any text editor.
    i opened "Flash Media Live Encoder 3" and point the stream to "rtmp://localhost/live/stream" hist start , traming is start well,
    i went to the log to see if it true that FMS will write the trace !
    C:\Program Files\Adobe\Flash Media Server 3\logs\_defaultVHost_\live\stream\application.00.log
    where the "stream" is the the name of the "instance"
    i did not found any thing regarding the "trace("TRACE -- TRACE -- TRACE -- TRACE -- TRACE -- TRACE");"
    Please advice

    It seem no one in the world have this broblem !Please if you have a plan to help us (if).
    Do the following :
    ·        Download the latest version of flash media server , linux or windows never mind
    ·        Install flash media server , as usual with standard settings , in linux use Nobody user
    ·        Now the FMS is run and active .
    ·        Go to the application directory in the “C:\Program Files\Adobe\Flash Media Server 3\applications\live”
    ·        The content of this directory will be as the list below :
    main.far
    Application.xml
    allowedHTMLDomains.txt
    allowedSWFDomains.txt
    So there is NO main.asc file , create a new text file . rename it to be “main.asc”
    o  Open the main.asc code , it will be empty for sure .
    o  Put the following command :
    o  trace(‘--------------- Test The Log Out Put -------------’);
    ·        Now Open the “fms_adminConsole.htm” and Login as admin
    ·        Select View Applications Tap
    ·        Now , form “New Instance” select the “LIVE” and insert “test”
    ·        Click on the name of the Instance in the right window and click the restart application icone in the toolbar , and see the live log , there is no out put of the trace command:
    o  Found wildcard (*) entry: disabling authentication for HTML file domains
    o  Found wildcard (*) entry: disabling authentication for SWF file domains
    o  Unloaded application instance live/test
    ·        Any way , Now Open the “Adobe Flash Media Live Encoder 3”
    ·        Point the FMS to “rtmp://localhost/live/test”
    ·        Stream: test_str
    ·        Click on start
    ·        Go to “fms_adminConsole.htm”
    ·        Select View Applications Tap
    ·        Go to live loge window ,
    ·        There is nothing regarding the trace command that we set in the main.asc ate the 1st place, but we did restart the app! strange !!!!
    ·        We can see just “Accepted a connection from IP:127.0.0.1”
    ·        Is there any thing wrongs with the steps ! is it a bug or what ?
    ·        If trace command did not run so any command will not load .
         ·        Why is that ?

  • Why fms3 edge mode can't not work like fms2 ?

    Step 1:
    Yesterday,I use edge mode with fms2.05 , and I do like this
    URL (
    http://www.adobe.com/devnet/flashmediaserver/articles/webcasting_fme_print.html)
    PC A run FME 2.5 (flash media encode )+ FMS 2.05 (orgin mode
    ,use install by default setup)
    IP address:192.168.1.1 OS :windows xp sp2
    PC B run FMS 2.05 (edge mode ,use install by default setup
    and modify C:\Program Files\Adobe\Flash Media Server
    2\conf\_defaultRoot_\_defaultVHost_\Vhost.xml , "local"
    ->"remote" )
    IP address :192.168.1.2 OS: windows 2003 sp1
    PC C run a viewlive.swf made by me like this:
    nc = new NetConnection();
    nc.connect("rtmp://192.168.1.2/?rtmp://192.168.1.1/live");
    nc.onStatus = function(info) {
    if (info.code == "NetConnection.Connect.Success") {
    createNetStream(this);
    createNetStream = function (nc) { ns = new
    NetStream(nc);myvid.attachVideo(ns);myvid.smoothing =
    true;ns.play("test", -1);};
    I can see the live webcasting on PC C, all think is OK !
    Step 2
    Today , I install fms3.02 instead of fms2.05 in PC A and PC
    B, do the same thing like Step 1
    but run the viewlive.swf can't see anything.
    I check PC B : C:\Program Files\Adobe\Flash Media Server
    3\logs\core.00.log
    2008-05-24 18:33:14 3480 (i)2581231 Core (3480) connected to
    admin. -
    2008-05-24 18:33:14 3480 (i)2581246 Core (3480) sending
    register cmd to edge. -
    2008-05-24 18:33:14 3480 (w)2631008 Asynchronous I/O
    operation failed (Failed to attach to completion port:
    参数不正确。 87). -
    2008-05-24 18:33:15 3480 (i)2581234 Core (3480) connection to
    admin accepted. -
    Asynchronous I/O operation failed (Failed to attach to
    completion port: 参数不正确。
    87). Why ?
    Should anybody can help me?

    This works. I change the visible property instead of using
    removeChild, though I don't know why yours does not work.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:states>
    <mx:State name="state2">
    <mx:SetProperty target="{popupbutton1}" name="visible"
    value="false"/>
    </mx:State>
    </mx:states>
    <mx:Script>
    <![CDATA[
    [Bindable]
    public var treeXml:XML=
    <Child>
    <Child fatherCategoryId="0" categoryName="expenses"
    categoryId="38">
    <Child fatherCategoryId="38" categoryName="eat"
    categoryId="40"/>
    </Child>
    <Child fatherCategoryId="0" categoryName="income"
    categoryId="39">
    <Child fatherCategoryId="39" categoryName="salary"
    categoryId="41"/>
    </Child>
    </Child>
    ]]>
    </mx:Script>
    <mx:Button x="84" y="32" label="state1"
    click="currentState=''"/>
    <mx:Button x="166" y="32" label="state2"
    click="currentState='state2'"/>
    <mx:PopUpButton id="popupbutton1" height="24" width="150"
    textAlign="left" label="please select..." x="84" y="85">
    <mx:popUp>
    <mx:Tree id="cateTree" dataProvider="{treeXml}"
    labelField="@categoryName" showRoot="false"
    width="160" textAlign="left"/>
    </mx:popUp>
    </mx:PopUpButton>
    </mx:WindowedApplication>

  • FMS2 Total Clients reach and FMS stop works

    Hi everybody,
    I have developed one application using FMS2 and Flash CS3
    that creates a multi-publishing live stream. I am using FMS2 2.0.5
    r88 with license template 2500-25.pro.
    The application have two parts:
    Publisher (can be max 900 distinct users);
    Viewer (can be max 100 users);
    After some “Publisher” client put its camera
    online the application put it in idle mode waiting for some
    “Viewer” client connect and ask to watch that stream.
    In this moment the Publisher client start to publish the video
    “LIVE” to the Viewer client and everything work good.
    When the Viewer client disconnect then the Publisher client goes to
    idle again and stop to sending the live stream into the FMS,
    waiting for another Viewer client again.
    So far so good the application works great until now.
    The main problem is that one bug appear all days after 15
    hours connected (around 15:00 to 16:00 hours) the app stops to send
    any video to the Viewer client that only can see the blank video on
    the screen.
    When this happened I saw the following info in the FMS2 Admin
    Panel:
    FMS CPU is over 50% and its frequency almost linear in the
    graphic, rather the start scenario where the frequency was like a
    square-wave well formed and all streams was working good with good
    image.
    Total Clients count 2500 or more
    Active Clients count more than 750 – 1000 clients
    connected (max license used is 2500)
    Rejected Clients around 10.
    If I restart the application in the bug time the streams
    start to work again, the FMS CPU goes to square-wave in the graphic
    again jumping between 0 to 50% max, but some streams are swapped in
    the server memory cause is possible call for a stream and get
    another live, like a copy. The solution is to restart the FMS2
    Server service and the FMS2 Admin services on the Windows Services
    Panel and everything go back into normal condition.
    I hope somebody can help me, because I don’t know if
    the Total Clients is the problem or what I can do to avoid that
    processing problem. In fact is so curious why the FMS CPU grow in
    the time also.
    Thank you everybody.
    Willismar.

    Hi...
    Recently I asked for my business, buy the new version of
    Flash Media Interactive Server 3.0 , because only this version can
    handle multiple independent broadcastings. After buying and looking
    for updates on the Adobe forum, I found that a similar problem
    exists in the new version, but this problem is identified by Adobe
    as a problem of Microsoft's Windows Server 2003.
    ‘The heavy use of Winsock programs may exhaust the
    nonpaged pool memory of a Windows Server 2003-based computer.
    Then I got one idea. Before install the new version I thought
    in test the MSHotFix over the Media Server 2, but it doesn't
    worked. As my idea did not work, then I installed the new version
    and did its updates too, and after starting the application for the
    first time, noticed that the square wave on the performance tab was
    well defined at this time like never before.
    During 15 days I only had the same problem once because a
    peak in another application that runs on the same machine. After
    that never had the problem again.
    I think that the version 3 is much slower than the version
    2, although better manipulate the connections. Anyway I am writing
    my application again to try to optimize the performance of the CPU
    and prevent the problem go back again some day.
    The HotFix can be found here (
    http://www.adobe.com/go/kb403014)
    if you want to try with the FMS2, but I only got good results on
    the FMS3.
    If you have any question let me know

  • Installed FMS4 in a different port number, but its not working..

    Hi.. Parden me if this question was asked earlier. While installing FMS i have entered the port numbers 1935,100  instead of normal 1935,80 as i already have wamp in my default port 80, but when i try to call the localhost url, both the port (http://localhost:100 & http://localhost:1935) are not working. Please help me how to fix this.
    Regards,
    Bala

    you are trying to connect to port 1935 and port 100 over http you need to connect to them over rtmp .....remove port 100 from fms.ini because flash player won't know how to connect rtmp over http using it anyway. i personelly only have 1935 set in a develpment enviroment because i have a webserver runnning on the same machine. I can serv .swf connected apps over the net without an issue you only need to set port 80 when the user specifically blocks port 1935 with a firewall (rarely the case). so since you aren't in production environment omit port 80 and 100 from fms.ini and connect via rtmp and all will be ok.

Maybe you are looking for

  • I need some help with AVI and IDX files please.

    Hello there, I've just been given a hard drive with a load of media on it that I need to work with in FCP. There's a folder with many .AVI clips, and each clip has an accompanying directory file with the extension .IDX The format of the AVI files is

  • Problem with Helve font in Adobe forms

    Hi Gurus, I am working on an Adobe form.It contains Helve Font size 10  and 14. But I am not able to find Helve Font in the font pallette while creating that form  in live cycle designer or in SAP. Is there any option to add fonts? How can I make Hel

  • Indesign tables – alternating fills over multiple text boxes

    Here is the issue – I have a document FULL of tables, for a schedule of meetings, with alternating fills of gray and white. Often, the table hits the end of a page/text box and runs over to the next. The header row repeats (contains the time for the

  • 10.10.10 kernal panic

    My MBP 17" 2.166 Core Duo had never yet rebooted normally from the time it rebooted with the "update." I get an ACPI kernel panic as soon as the grey screen tries to appear. It panics in safe mode, verbose, and single user. I can reset pram but I can

  • Price Control for Traded Goods

    Hi Can you please suggest what shld be the price control for the Traded Finished Goods Which is the better option  S or V Regards Ash