FMS in frieght window

Hi All,
I did make an udf named is U_PERCENT on frieght window. Now i want an fms that when I entered number in udf column then amount column should be updated as " DocTotal * UDF value/100"..
waiting for reply..
Regards
Deepak Tyagi

Hello Depak,
Try this i have same work for your requirement..may be it will work
Create Table In SQL----
Select here your database in  plase of "Your Database Name"----
Use [Your Database Name]
CREATE TABLE dbo.Freight(
GRPONO nvarchar(50)NULL,
GRPOAMOUNT nvarchar(50) NULL
FMS Must be Excecude on GRPO before open freight window----
Declare @GRPONO as Nvarchar(10)
Declare @GRPOAMOUNT as Nvarchar(10)
set @GRPONO = $[OPDN.DocNumber]
Set @GRPOAMOUNT = $[OPDN.DocTOtal]
Insert Into Freight (GRPONO,GRPOAMOUNT) Values(@GRPONO,@GRPOAMOUNT)
--Create FMS for pick DocTotal On the freight Windows in UDF ---
select GRPOAMOUNT from Freight
delete GRPOAMOUNT
After GET Doctotal on Freight window now you are free make any calculation on Freight window.
Thanks
Manvendra Singh Niranjan

Similar Messages

  • FMS in Frieght

    Hi Experts,
                           In Sales Quotation, frieght charge should get atomatically add based on some formula.
                           The formula is   (Sum(Quantity))/5.385
                           for this i created a query
                           SELECT (sum(T0.[Quantity]))/5.385 FROM QUT1 T0  INNER JOIN OQUT T1 ON T0.DocEntry = T1.DocEntry WHERE T1.[DocNum] = $[OQUT.DocNum]
                            But when i applied this query using FMS freight charge window its not working, it giving some internal error...

    Hi,
             if i use the row level freight, how i will calculate the freight charge automatically
                 I need to calculate like this Quantity/5.385
                    So wat will be the code for that....
                         can u pls suggest me.....

  • Install fms 4 in Windows 7 and access from a webserver in different domain

    Hi,
    I have installed fms 4 in windows 7 in my computer, but i cant get it work with a flex application that i have in a server.
    I added the port in my router's settings
    2
    fms
    all(udp/tcp)
    19350
    65535
    xxx.xxx.xxx.xxx
    19350
    65535
    3
    fms
    all(udp/tcp)
    1935
    1935
    xxx.xxx.xxx.xxx
    1935
    1935
    hope someone can help me.
    thanks,
    Javier

    thanks for the response Jay,
    i havent done that, what settings is needed to change?
    this is my fms.ini
    # fms.ini contains substitution variables for Flash Media Server          #
    # configuration files. Lines beginning with '#' are considered comments.  #
    # A substitution variable is in the form <name>=<value>. Everything up to #
    # the first '=' is considered the name of the substitution variable, and  #
    # everything after the first '=' is considered the substitution value. If #
    # you want a substitution variable to have leading or trailing spaces,    #
    # enclose the value around double quotes. For example, foo=" bar "        #
    # This section contains configurable parameters in Server.xml #
    # Username for server admin
    # For example:
    #    SERVER.ADMIN_USERNAME = foo
    SERVER.ADMIN_USERNAME = foo
    # Password for server admin
    # For example:
    #    SERVER.ADMIN_PASSWORD = bar
    SERVER.ADMIN_PASSWORD = bar
    # IP address and port Flash Media Admin Server should listen on
    # For example:
    #    SERVER.ADMINSERVER_HOSTPORT = :1111
    SERVER.ADMINSERVER_HOSTPORT = :1111
    # User id in which to run the process (Linux Only)
    # For example:
    #    SERVER.PROCESS_UID = 500
    SERVER.PROCESS_UID =
    # Group id in which to run the process (Linux Only)
    # For example:
    #    SERVER.PROCESS_GID = 500
    SERVER.PROCESS_GID =
    # License key for Flash Media Server
    # For example:
    #    SERVER.LICENSEINFO = FMD200-XXXXX-XXXXX-XXXXX
    SERVER.LICENSEINFO =
    # LIVE_DIR denotes the full path of sample "Live" application's
    # folder for storing any live stream recorded by server. 
    # For example:
    #    LIVE_DIR = <FMS_Installation_Dir>\applications\live
    LIVE_DIR = C:\Program Files\Adobe\Flash Media Server 4\applications\live
    # VOD_COMMON_DIR denotes the full path of sample "VOD" application's
    # folder for storing onDemand and Progressive Download .flv/.mp3 files.
    # File stored in this folder can be streamed and are also PD-able.
    # Note : If you are using the default installation of Apache as a webserver,
    # and if you modify VOD_COMMON_DIR, please change the document root
    # accordingly in httpd.conf.
    # For example:
    #    VOD_COMMON_DIR = <FMS_Installation_Dir>\webroot\vod
    VOD_COMMON_DIR = C:\Program Files\Adobe\Flash Media Server 4\webroot\vod
    # VOD_DIR denotes the full path of sample "VOD" application's
    # folder for storing onDemand only .flv/.mp3 files. Files stored in
    # this folder are not PD-able
    # For example:
    #    VOD_DIR = <FMS_Installation_Dir>\applications\vod\media
    VOD_DIR = C:\Program Files\Adobe\Flash Media Server 4\applications\vod\media
    # The maximum size of the FLV cache, in megabytes.
    # The default is 500MB.
    SERVER.FLVCACHE_MAXSIZE=500
    # Whether to start and stop the included HTTP server along
    # with FMS.
    SERVER.HTTPD_ENABLED = false
    # This section contains configurable parameters in Adaptor.xml #
    # IP address and port(s) Flash Media Server should listen on
    # For example:
    #    ADAPTOR.HOSTPORT = :1935,80
    ADAPTOR.HOSTPORT = :1935,8000
    # IP (address and) port that Flash Media Server should proxy
    # unknown HTTP requests to. Leave empty to disable proxying.
    # With no address, specifies a localhost port.
    # For example:
    #    HTTPPROXY.HOST = webfarm.example.com:80
    HTTPPROXY.HOST = :8134
    # This section contains configurable parameters in Vhost.xml #
    # Application directory for the virtual host
    # For example:
    #    VHOST.APPSDIR = C:\myapps
    VHOST.APPSDIR = C:\Program Files\Adobe\Flash Media Server 4\applications
    # This section contains configurable parameters in Application.xml #
    # List of semi-colon delimited paths in which to search for script to load
    # For example:
    #    APP.JS_SCRIPTLIBPATH = C:\scripts;C:\Program Files\Foo\scripts
    APP.JS_SCRIPTLIBPATH = C:\Program Files\Adobe\Flash Media Server 4\scriptlib
    # This section contains configurable parameters in Logger.xml #
    LOGGER.LOGDIR =
    # This section contains configurable parameters in Users.xml #
    # Enable or disable using HTTP requests to execute admin commands.   
    # Set to "true" to enable, otherwise it will be disabled.  The          
    # actual commands permitted for server admin and virtual host admin  
    # users can be set in Users.xml.                                      
    USERS.HTTPCOMMAND_ALLOW = true
    thanks,
    Javier

  • FMS on Microsoft Windows Server 2003, Enterprise Edition (64-bit)

    Hi,
    I am gotta buy Microsoft Windows Server 2003, Enterprise
    Edition (64-bit) for my deployment of FMS 2.
    As I read FMS 2 system requirement, it only support Microsoft
    Windows Server 2003, Enterprise Edition (not mention 32 / 64-bit).
    Does anyone got idea on this issue?
    Thx a lot!
    Alan

    At this time, FMS is only officially supported on the 32 bit
    version of Windows Server 2003.

  • Windows Server 2008 R2 problem

    Hi there
    I'm a newbie to Flash media server and I would like to explore its usage.
    Does any one have experience with Flash Media Server 3.5.3 running on Windows Server 2008 R2? I installed FMS on my Windows Server 2008 R2, but the admin console cannot start.
    By the way, I installed FMS on a Windows Server 2003 32-bit machine. And I'm able to use the admin console on Server 2003 to connect to the Server 2008 R2 installation.
    Also, I have a separate disk that is used to hold the media content to be streamed via FMS. How can I configure FMS to use that disk as root for media file instead of using "c:\program files (x86)\...\webroot\vod"
    Thanks very much in helping me to start the project.
    Best Regards
    Steve Yau

    ForThanks very much for your prompt response.
    For (1), if I start "Flash Media Administration Console" from the Start menu, an IE prompts up and it tries to open "c:\program files(x86)\Adobe\Flash Media Server 3.5\tools\fms_adminConsole.htm" with the following in the information bar:
    "An add-on for this website failed to run. Check the security settings in Internet Options for potential conflicts"
    I thought it was the problem of flash player that cannot be run on 64-bit IE, so i tried 32-bit IE, but still in vain. I also tried to install flash player using 32-bit IE on Windows server 2008 R2 but the installation cannot start.
    The FMSAdmin service is surely running with firewall configured. I've also installed FMS on another Windows Server 2003 32-bit. There I can start the admin console and connect to the Windows Server 2008 R2 FMSAdmin service.
    For (2), I've added the line as per your kind help. But my question will be: How can I test whether my FMS is correctly streaming the video? For Windows Media Service, I can easily open URL in WMP and the streaming can be verified easily. But I don't know how to test FMS setup from web client side. Any clues? For your information, I don't have Adobe Flash or Dreamweaver stuff.
    Thanks again for your kind help
    Regards
    Steve Yau

  • NetConnection.Connect.Rejected in FMS 2

    I want to create Audio/video chat application.
    I have FMS 2.0.4 and XAMMP 1.6 installed on my computer
    locally.
    i use the following code to test a connection to the FMS:
    conn = new NetConnection();
    conn.connect("rtmp:/localhost/my_app");
    conn.onStatus = function(info) {
    trace ("Level: "+info.level+" Code: "+info.code);
    but it seems it cannot establish a connection to the FMS
    server and
    returned the following errors:
    Level: error Code: NetConnection.Connect.Rejected
    Level: status Code: NetConnection.Connect.Closed
    tried these other codes too on the connect function:
    conn.connect("rtmp://localhost/my_app");
    conn.connect("rtmp://127.0.0.1/my_app");
    conn.connect("rtmp:/127.0.0.1/my_app");
    conn.connect("rtmp:/my_app");
    but still no luck.
    What seems to be the problem in my configuration?
    By the way, I tried to disable the XAMMP but stll it cannot
    establish a connection?
    Tried to run it in macromedia flash 8 using alt+enter and
    through the
    webserver using the publish html and swf files but still the
    same.
    Ive been working on this for days.
    Im desperate,i need to start working on the application
    already.
    Somebody please help..
    tnx..

    also be sure to check your log files (or you can go in
    through the admin console and view the server log).
    with this particular error, i personally had:
    "Asynchronous I/O operation failed (Failed to attach to
    completion port: The parameter is incorrect."
    if you do a search on this error you will find not so much
    information. i was able to get my application working using the
    rtmpt protocol, but now, after coming back to work and booting my
    machine, it's not working again and i have the same error.
    things i've tried:
    1) i shut down all anti-virus and firewall applications and
    services
    2) run netstat -a to see what is running and what ports are
    being used
    3) try specifying a different port for FMS to run on (default
    = 1935). this can be changed via $InstallDirectory$\conf\fms.ini
    (in windows). Inside the file search for ADAPTOR.HOSTPORT and
    change the value to whatever port you want to try.
    4) try variations of the url e.g. rtmp:/ rtmpt:/
    rtmpt://localhost rtmpt://localhost:1935 etc.
    5) make sure you don't have programs like netlimiter
    installed as this is a known app that can cause problems w/ FMS by
    intercepting system calls on the machine.
    If you do find something that works, please contribute to
    this thread as it could become valuable for others having these
    issues.

  • Fms 5.0 Sound Video Delay

    My video chat program on fms 3.5 windows server 2003 run sound when the screen is not delayed, but the program is placed in fms 5.0 window when server64-bit operating system will generate sound and picture 6-15 second delay, how is this problems going on, I hope not the server, ask someone experienced it, how to solve.

    I am also experiencing this. I am running Flash Media Server on my dedicated CentOS host, and finally connect a single RTMP stream fine and am able to embed and play back the stream, but I am getting constant buffering pauses (approx every 5 secs) and audio/video out of sync. by at least 5 seconds. My CPU with Flash Live Encoder is a powerhorse, never over $25 processor or ram usage while streaming, and my upload internet speed is averaging 6-8 mbps which should be more than adequate.
    Any suggestions would be great.

  • Issues with server side recording in FMS

    I have FMS installed on Windows XP machine.
    I am recording using the server side Stream class. This
    creates a FLV but when I play it back it does not play though it
    has created the file under the dir in FMS.
    After a lot of research I figured out that the recording is
    done properly but I have to restart my FMS before the play back.
    After which the play back goes on smoothly.
    Can any one help me with this. I need to know if this is a
    known issue or else I have to do something on stream at the the
    server side after recording so that I can play it back immediately.

    **Bump**
    I am having a similar issue. I have an app that will redirect
    the stream to the same application but a different instance. The
    ns.publish method is called for recording and the file will write
    correctly. However, after I stop publishing and go in to play the
    file in flv player, it doesnt play back. Looks like the meta data
    is there but no video. Is there a specific procedure to close off
    the file or something that I'm not performing?

  • FM - Switch Status error....

    In Cisco MDS FMS running on Windows 2003 Server, I see errors like "UknownUSer Name(Server), "Invalid Auth Password or Wrong Digest (Server)" under Status column against each switches and they are yellowed out and errors are occuring randomly. Switches are configured for TACACS authentication and they working fine.
    But when I launch the FM installed on my laptop and login, I do not see those errors.
    Could someone explain what causes those errors to come.
    Thanks
    Mohan A

    thanks Colin for your time.
    But AAA (tacacs+) uses Windows AD here. So, whenever a CLI user is created , automatically MDS creates an SNMP user (which I think is temporary) or vice versa. When it is automatically created, why do i need to create one more...would it not amount to duplication
    Or are they temporary ?
    Do you mean to say "create permanent users' using snmp-server command.
    If that is going to be the case,then how the passwords will be synchronised between CLI users (AD users via TACACS+) and SNMP users...i know some automatic synchronization happen implicitly.
    Also, I read the following Note from Cisco MDS config guide 3.0
    For an SNMPv3 operation using the external AAA server, user configurations in the external AAA server require AES to be the
    privacy protocol to use SNMP PDU encryption.
    --Thanks
    Mohan

  • COGS BU not refresh base on BU in AR Invoice row

    Hi!
         When i choose one item and filled in BU in Ar invoice by row at the same time COGS BU also refresh and get value Of BU. After, i would like to change BU again but COGS BU not catch the value of BU like the first time. and then i create a query to get BU and put in COGS BU as FMS and also set auto refresh base on BU but it still not auto refresh. Any way to make COGS BU get value of BU whenever it's changed?
    thx u for help in advance.
    Best regards,
    Dara

    Hi,
    Reassigning FMS in same window again and again will not give desired result.
    1. Open new AR invoice window
    2. Select card code and item code. Assign saved FMS query in that field.
    3. Close AR window.
    4. Open new AR invoice window, now you can see user defined value symbol.
    5. Select required BU value and use tab to refresh, then it will be updated.
    Thanks & Regards,
    Nagarajan

  • Setup Flash Media Server 2

    Hi,
    I am new to Flash Media Server. I have installed FMS 2 on
    Windows 2003 Server, I have loaded the .flv file in applications
    directory and created the instance on FMS managment console. The
    .swf file is in the Web Server (IIS 6.0) root directory. Next what?
    how to link the FMS to the Web Server ?
    I would really appreciate if anyone could help me setup the
    FMS from scratch......or a link with an example...
    Thanks

    Hi JayCharles,
    I have followed each an every step given by Ryan.......I
    installed Adobe Flash CS3 trial ver., but I couldn't find the
    samples and tutorials folder in C:\Adobe or C:\Macromedia.....so, I
    have created a main.asc file with *** load("components.asc") ***.
    In teh content path I have given "
    rtmp://localhost/my_folder/_definst_/filename.flv.....when I
    publish it I can't see the video .......
    --Waiting for your reply.....
    Thanks

  • I am trying to identify which platform is best suited for creating a digital magazine?

    HI, and thanks in advance for any help.  I publish a digital magazine on Joomag, but want to move away from that platform and use adobe. 
    I simply don't know which platform within the suite is best suited for a novice user.  I'm not a luddite, but not a wizard either.
    Can someone recommend some solution?

    If you only need to handle 2 clients, I see no reason why you
    couldn't run your FMS on your Windows XP machine.

  • How to minimize video / audio delay in live meeting?

    I am developing a virtual classroom application. In two way
    live communication the delay with video/audio between participants
    is about 5 seconds, which is totally unaccaptable.
    Can it be improved with the client / server side coding or
    with improving / fine tuning the FMS or Windows server?
    Server specs are:
    FMS 2.04
    Windows 2003 SP2
    2.0 GHZ AMD Athlon 64 Processor 3200+
    1Gig RAM
    Plenty of disc space
    It's a dedicated server located in Germany. The users who
    tested were based in the UK.
    This problem could be a project killer if now solved
    :(

    turbostas - What a coincidence.
    I just hit the forums for the same issue. I currently use a
    Helix server and I want to convert to FMS 2 for on line speech
    communication classes.
    However when I use the Flash media encoder I get the same 5
    second delay in Live streaming.
    I have 8 Megs of available bandwidth and I am testing
    locally. There should be little or no lag. I opened a port and
    tested from home with the same scenario.
    I have a camera setup on a laptop using Flash media encoder -
    creating a live stream. Then I am simply using a swf to connect to
    it. The only thing I noticed is that the swf takes about 5-8 second
    to buffer before playing and I am unsure if it is the cause or not.
    Anyone come across this?
    I have tried every known setting and I get the same delay
    with these settings:
    12 FPS, 320X240, Bitrate 100
    25 fps, 320X240, bitrate 200
    60 fps, 320X240, bitrate 650
    I am open for suggestions?

  • Help installing fms on windows server 2008

    Hello,
    I have FMS for developper 3.5.4. I have 2 computers:
    One called SVR with windows 2008 on it with iis7.
    One called PC with windows 7 which is my client.
    I would install FMS on the one called SVR beside IIS7.
    What I have done:
    I install FMS without apache.
    I create a flash file with an flvplayback object which have source property set to "rtmp://SVR/vod/sample.flv"
    This swf file is in a html file called test.html
    When I try to load this test.html I see the flvplayback object which seems seraching. But nothing happened from SVR or PC.
    Is it a problem with FMS, with firewall (I open 80,1935 ports).
    Thanks to any help or clue !
    N. Bauland

    Hi AbhishekSinha,
    1) In taskmanager, I have FMSCore (2 instances - is that normal ?), FMSMaster FMSEdge and FMSAdmin.
    2) I've tried following address:
    FROM SVR:
    address
    Result
    rtmp://localhost/vod/sample.flv
    OK
    rtmp://localhost:1935/vod/sample.flv
    OK
    rtmp://svr/vod/sample.flv
    OK
    rtmp://svr:1935/vod/sample.flv
    OK
    rtmp://lan-ip-of-svr/vod/sample.flv
    OK
    rtmp://lan-ip-of-svr:1935/vod/sample.flv
    OK
    rtmp://wan-ip-of-svr/vod/sample.flv
    OK
    rtmp://wan-ip-of-svr:1935/vod/sample.flv
    OK
    rtmp://public-internet-address/vod/sample.flv
    OK
    rtmp://public-internet-address:1935/vod/sample.flv
    OK
    FROM PC:
    address
    Result
    rtmp://localhost/vod/sample.flv
    FAILED(normal result)
    rtmp://localhost:1935/vod/sample.flv
    FAILED (normal result)
    rtmp://svr/vod/sample.flv
    FAILED ????
    rtmp://svr:1935/vod/sample.flv
    FAILED ????
    rtmp://lan-ip-of-svr/vod/sample.flv
    OK
    rtmp://lan-ip-of-svr:1935/vod/sample.flv
    OK
    rtmp://wan-ip-of-svr/vod/sample.flv
    OK
    rtmp://wan-ip-of-svr:1935/vod/sample.flv
    OK
    rtmp://public-internet-address/vod/sample.flv
    OK
    rtmp://public-internet-address:1935/vod/sample.flv
    OK
    As I've tried all previous time with rtmp://svr/... it has failed. But why can't I get rtmp://svr/... address ? http://svr/... for html page works fine.
    http://forums.adobe.com/people/AbhishekSinha

  • 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.

Maybe you are looking for

  • Oracle Forms 11.1.2.0 on Win 7 64-bit  JVM bits error

    Trying to install Oracle Forms 11.1.2.0 on Win 7 64-bit and keep getting INST-07407: Unable to detect machine platform or JVM Bits. I read somewhere where having spaces in the JDK install path causes problems so I changed the path to c:\oracle\java i

  • SSL Certificate & Local Access

    Hi everyone, I'm currently in the process of re-keying exchange with a new certificate. Currently, outlook clients have the following configuration: Mail Server: server01.domain.local HTTP Proxy: exchange.domain.com.au Therefore the current SSL is ke

  • Why am I forced to by apps again once new versions are released?

    I own an iPhone 4s and just upgraded to a 6. Obviously, I want and expect to use the apps I have purchased. Now that everything is stored in the cloud with my id I figured, no problem. Not with two apps. Not only can I not transfer them with my Mac u

  • Business area validation

    how would i setup a validation that would work for both company code and profit center to validate with the business area. it works seperately, but does not work when both are triggered. Any clarifications will be appreciated.

  • Cisco Prime 2.1 HA and NFS backup

    Hi, I've just configured my Cisco Prime with the external NFS backup server using instruction from the Administration Guide, http://www.cisco.com/c/en/us/td/docs/net_mgmt/prime/infrastructure/2-1/administrator/guide/PIAdminBook/backup_restore.html#pg