Show IP SLA statistics output definitions

Does anyone have a link or documentation that defines ALL the fields in a show ip sla statistics command? Some are clearly obvious, but in Packet Loss Values for instance what are the measurement values for Source to Destination Loss Periods Number: or Source to Destination Loss Periods Number: ?
IPSLA operation id: 8502
Start Time Index: 13:56:14 UTC Tue Mar 25 2014
Type of operation: udp-jitter
Voice Scores:
        MinOfICPIF: 0   MaxOfICPIF: 0   MinOfMOS: 0     MaxOfMOS: 0
RTT Values:
        Number Of RTT: 48157            RTT Min/Avg/Max: 54/56/503 milliseconds
Latency one-way time:
        Number of Latency one-way Samples: 0
        Source to Destination Latency one way Min/Avg/Max: 0/0/0 milliseconds
        Destination to Source Latency one way Min/Avg/Max: 0/0/0 milliseconds
Jitter Time:
        Number of SD Jitter Samples: 43824
        Number of DS Jitter Samples: 43824
        Source to Destination Jitter Min/Avg/Max: 0/1/142 milliseconds
        Destination to Source Jitter Min/Avg/Max: 0/1/81 milliseconds
Packet Loss Values:
        Loss Source to Destination: 96 
        Source to Destination Loss Periods Number: 796 
        Source to Destination Loss Period Length Min/Max: 1/17
        Source to Destination Inter Loss Period Length Min/Max: 1/2828
        Loss Destination to Source: 5746 
        Destination to Source Loss Periods Number: 4319
        Destination to Source Loss Period Length Min/Max: 1/17
        Destination to Source Inter Loss Period Length Min/Max: 1/321
        Out Of Sequence: 0      Tail Drop: 1
        Packet Late Arrival: 0  Packet Skipped: 0
Number of successes: 18
Number of failures: 30

this is a great document as well, but doesn't dive down deep enough. The best example would be Packet Loss, where is says -
Packet Loss
Five types of packet loss or assimilated events can be measured with IP SLA:
Packet loss in the source to destination (packetLossSD)
Packet loss in the destination source (packetLossDS)
Tail Drop: we know it has been dropped, but we do not know in which direction. This is when the last packet(s) of the test streams were dropped, because in this case, we do not receive the sequence numbers. In older releases, this is called Packet MIA for missing in action. In the MIB, the notation PacketMIA is still in use.
Packet Late Arrival: the packet did arrive, but so late that the underlying application probably considered it as dropped, or at least not useful. Think about a VoIP application. If one packet arrives much later than expected, it is too late because the conversation keeps going. This packet is assimilated to a drop.
Packet Misordering: the packet arrived but not in the right order. This may or may not be considered as a packet drop. (packetOutOfOrder)
The cool thing is the power that lies behind those numbers. Differenct values can be calculated the way you want it. For instance the total amount of packet dropped is:
packetDropped = RTTMonPacketLossSD + RTTMonPacketLossDS + RTTMonPacketMIA
The total percentage of packets that have dropped during the instance is:
drop_rate_%age = 100 * packetDropped / (RTTMonNumOfRTT + packetDropped)
Many other values can be calculated, and that is entirely up to you to decide what parameters are important.
But does not address the fields that I am looking for -
Source to Destination Loss Period Length Min/Max: 1/17
        Source to Destination Inter Loss Period Length Min/Max: 1/2828
        Destination to Source Loss Periods Number: 4319
        Destination to Source Loss Period Length Min/Max: 1/17
        Destination to Source Inter Loss Period Length Min/Max: 1/321
appreciate all the input though Vinod!

Similar Messages

  • Show ip nat statistics snmp oid

    Hello,
    I'm trying to monitor nat stats using snmp in the newer IOS versions.  I had it working pre 12.4(22)T, but now it seems as if the oid has changed.
    2811#show ip nat statistics
    Total active translations: 29 (0 static, 29 dynamic; 29 extended)
    Peak translations: 43, occurred 1d13h ago
    Outside interfaces:
      FastEthernet0/1
    Inside interfaces:
      Loopback0, Virtual-Template1
    Hits: 82385  Misses: 0
    CEF Translated packets: 66829, CEF Punted packets: 3876
    Expired translations: 5233
    Dynamic mappings:
    -- Inside Source
    [Id: 1] access-list nat pool inet refcount 30
    pool inet: netmask 255.255.255.192
            start 111.111.111.110 end 111.111.111.111
            type generic, total addresses 1, allocated 1 (100%), misses 0
    Total doors: 1
    Appl doors: 1
    Normal doors: 0
    Queued Packets: 0
    The number i'm looking for is the Total active translations.  If you try it on a router that has 12.4(20)T it will work, seems as if anything newer does not.
    Dan.

    Hi Dan,
    There is currently no MIB that has the "show ip nat statistics" output. An enhancement
    request was opened against this, but so far there are no plans to add this to the MIBs.
    Here is the enhancement request ID and release notes:
    CSCdr25202 no mib variable for ip nat statistics for total active translations
    "snmp mib variable for the command: show ip nat statistics for the total active 
    translations is not present at the moment.
    This is an enhancement request. The work-around is to issue the command on the device itself (via CLI)."
    Thanks,
    Gaganjeet

  • Printer shows paper jamming in output bin but no paper visible in 2605dn

    printer shows paper jam in output bin---have reset and cleared everything---still shows same.  What now?

    In case you missed something, see this:
    http://h20564.www2.hp.com/hpsc/doc/public/display?​docId=emr_na-c00783950
    Try a NVRAM reset: (but make sure u save your n/w config 1st)
    1. power off the printer
    2. holding down the select and cancel buttons and powering on
    3. release buttons when display reads "permanent storage init"
    Please mark my post as SOLVED if it has resolved your problem. It helps others with similar situations.

  • ALV List not populating data statistics output in ECC6.0

    Hi,
    I am working in an upgrade upgrade project from 4.6c to ECC6.0.
    4.6c is non-unicode system. ECC6 is Unicode system.
    I am facing one problem in ALV list output in the background job. In 4.6c the data statistics output is displayed as per the screen
    Data statistics
    Number of
    Records passed
    584
    but this output is not displayed in ECC 6.0.
    I given below the code which we are using in programe 4.6c and ECC6.0
        CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
             EXPORTING
                  i_callback_program = 'ZNHNZLLVL0'
                 i_grid_title       = l_title
                  is_layout          = alv_layout
                  it_fieldcat        = alv_fieldcat
                  i_save             = 'A'
                 is_variant         = stru_disvar
             TABLES
                  t_outtab           = list_table
             EXCEPTIONS
                  program_error      = 1
                  OTHERS             = 2.
    Give your input to solve this issue .
    - Anandakumar.K

    Hi Ganesh,
           this problem is mainly printer problem issue, to resovle this isues you have to do small changes in the print setting.
    Step1) Execute the report in background -> you will get a popup .....where you will give the output device for ex : LOCL
    fruther in the same popup you can see Properties .......click that you can see COVERSHEETs > select coversheets and
    then click SPECIFICATIONS buttons > select int he Fied name A) ALVSELECTIONS B) ALVSTATISTICS one bye bone
    and then change the  Field Default value to YES.... for both the options . Now finally click COPY Settings ...........
    now you again shedule the report again in background ........you can see the result you are expecting.......
    Cheers
    Divya.

  • Interpreting show tfo connection summary output

    In the output from the 'show tfo connection summary output' command there are 3 sections :
    - Optimized Connection List
    - Auto-Discovery Connection List
    - Pass-Through Connections
    The 'Pass-Through Connections' section is fairly self-evident, but what is the difference between entries in the 'Auto-Discovery Connection List' and the 'Optimized Connection List' sections ?
    Also, I have some output that I am having difficulty interpreting :
    Auto-Discovery Connection List
    E: Established, S: Syn, A: Ack, F: Fin, R: Reset
    s: sent, r: received, O: Options, P: Passthrough
    Local-IP:Port Remote-IP:Port Conn-Type Orig-St Term-St
    10.250.216.5:4050 10.250.195.3:27903 Int. Server SAsO UNU
    10.250.195.7:443 10.250.216.5:27655 Ext. Server SAsO SAr
    What are do the 'Int. Server' and 'Ext. Server' types mean under the column 'Conn-Type' ?
    What are 'Orig-st' and 'Term-st'abbreviations for ? Original state/terminated state ??
    Finally, what does the UNU under the Term-st column mean ?
    Apologies for the many questions, but I can't find any answers in the Cisco config or command ref guides...
    Thanks
    Nigel.
    Thanks
    Nigel.

    Nigel,
    The optimized connection list shows connections that are established and being optimized. The auto-discovery connection list shows connections that are still in the auto-discovery phase (i.e. the 3-way setup handshake has not completed).
    The designation 'Int. Server' or 'Ext. Server' indicates whether the connection is sourced/destined from/to an internal process (such as WAFS, telnet, etc.) or an external host.
    'Orig-st' and 'Term-st' are as you described them.
    UNU = unknown.
    Zach

  • IP SLA Statistics Reliable?

    Hi,
    I have 2 routers configured with IP SLA udp jitter monitoring both as source and destination. They are connected over a private fiber link. But the statistics has never been of any similiarity. One constantly shows a large number of packet loss, while the other shows little. Can one IP SLA operation send that large number of packets?  Can someone explain this please?
    Thanks in advance.
    3845 is configured as:
    ip sla responder
    ip sla 1
    udp-jitter 192.168.176.50 17000 codec g729a
    tos 184
    ip sla schedule 1 life forever start-time now
    1841 is configured as:
    ip sla responder
    ip sla 1
    udp-jitter 192.168.176.51 17000 codec g729a
    tos 184
    ip sla schedule 1 life forever start-time now
    ==========================================
    on 3845:
    sh ip sla stati 1
    Round Trip Time (RTT) for       Index 1
            Latest RTT: 4 milliseconds
    Latest operation start time: 13:33:54.880 NZDT Tue Sep 28 2010
    Latest operation return code: OK
    RTT Values:
            Number Of RTT: 999              RTT Min/Avg/Max: 3/4/37 milliseconds
    Latency one-way time:
            Number of Latency one-way Samples: 999
            Source to Destination Latency one way Min/Avg/Max: 3/3/36 milliseconds
            Destination to Source Latency one way Min/Avg/Max: 1/0/2 milliseconds
    Jitter Time:
            Number of Jitter Samples: 997
            Source to Destination Jitter Min/Avg/Max: 1/1/32 milliseconds
            Destination to Source Jitter Min/Avg/Max: 1/1/2 milliseconds
    Packet Loss Values:
            Loss Source to Destination: 1           Loss Destination to Source: 0
            Out Of Sequence: 0      Tail Drop: 0    Packet Late Arrival: 0
    Voice Score Values:
            Calculated Planning Impairment Factor (ICPIF): 11
    MOS score: 4.06
    Number of successes: 59
    Number of failures: 0
    Operation time to live: Forever
    On 1841:
    sh ip sla stati 1
    IPSLAs Latest Operation Statistics
    IPSLA operation id: 1
            Latest RTT: 4 milliseconds
    Latest operation start time: 13:34:16.498 NZDT Tue Sep 28 2010
    Latest operation return code: Over threshold
    RTT Values:
            Number Of RTT: 999              RTT Min/Avg/Max: 3/4/7 milliseconds
    Latency one-way time:
            Number of Latency one-way Samples: 510
            Source to Destination Latency one way Min/Avg/Max: 1/1/2 milliseconds
            Destination to Source Latency one way Min/Avg/Max: 3/3/6 milliseconds
    Jitter Time:
            Number of SD Jitter Samples: 509
            Number of DS Jitter Samples: 508
            Source to Destination Jitter Min/Avg/Max: 0/122189/62193664 milliseconds
            Destination to Source Jitter Min/Avg/Max: 0/1/3 milliseconds
    Packet Loss Values:
            Loss Source to Destination: 4294966376          Loss Destination to Source: 716
            Out Of Sequence: 233    Tail Drop: 4294966836
            Packet Late Arrival: 0  Packet Skipped: 0
    Voice Score Values:
            Calculated Planning Impairment Factor (ICPIF): 11
    MOS score: 4.06
    Number of successes: 55
    Number of failures: 0
    Operation time to live: Forever

    Looks like 2 different IOS version judging by the output differences, but output should be accurate.
    Here is the white papaer for udp jitter:
    http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6555/ps6602/prod_white_paper0900aecd804fb392.pdf
    Looks like the 1841 is reporting a lot more drops to be sure.
    However the MOS score and impairment factors are the same for both directions.
    I would try clearing the counters and see if the drops reappear, if not, possibly some transient issue
    led to this and the results are cumulitive.
    Command refernce for this output is here:
    http://www.cisco.com/en/US/partner/docs/ios/ipsla/command/reference/sla_04.html#wp1074642
    Hope this helps.

  • 3560 mls qos interface statistics output

    Hi
    I've seen questions like this before, but never seen a satisfactory answer... I can't find any good documentation anywhere about this command.
    If you run it, you get tabular output of some statistics - with no headers to the columns.
    The closest thing I've found to it is in this document:
    http://www.cisco.com/univercd/cc/td/doc/product/lan/c3550/12113ea1/3550cr/cli2.htm#wp2418191
    It shows the fields as: Incoming, No_Change, Classified, Policed and dropped.
    I have a switch with a modified cos-dscp map so that cos 5 is marked to dscp 46. This shows normal traffic as in the row titled 0-4 in the 'incoming' column, and cos 5 traffic appears in the 40-44 row and the 'dropped' column... which can't be right.
    Anyone know what the columns mean?
    Aaron

    I figured this out after looking at it sideways and upside down. Here is part of the output from the command I ran on one of our 3750 switches (copy it and paste it into notepad so the rows stretch back out): 'sh mls qos int f0/35 statistics'
    dscp: outgoing
    0 - 4 : 63683 0 0 0 0
    5 - 9 : 0 0 0 0 0
    10 - 14 : 0 0 0 0 0
    15 - 19 : 0 0 0 0 0
    20 - 24 : 0 0 0 0 81
    25 - 29 : 0 0 0 0 0
    30 - 34 : 0 0 0 0 13366
    35 - 39 : 0 0 0 0 0
    40 - 44 : 0 0 0 0 0
    45 - 49 : 0 10749 0 13653 0
    50 - 54 : 0 0 0 0 0
    55 - 59 : 0 0 0 0 0
    On the left side X - X are the DSCP values for the five columns of that row. For example, 20 - 24 row has the number 81 in the fith column. That shows that 81 packets with the DSCP value of 24 went out of that port. In row 45 - 49, 10749 packets with DSCP of 46 and 13653 packets with DSCP value of 48 went out that port.
    I finally was able to use this table to show that a video conferencing unit was truely generating voice packets with DSCP 46 (EF), video packets with DSCP 34, and call control packets with DSCP 24 (this is COS 3 that is mapped to DSCP 24 in the cos-dscp map entry.)
    So to clarify, the five columns have nothing to do with Incoming, No_Change, Classified, Policed and dropped, they represent the number of packets that have the DSCP values as referred to by the far left table.
    Hope this helps.

  • Showing Errors in Report Output

    Hi
    some of users getting this error .printer issue is working fine but they are geting this error
    PP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Cannot read file E:\APPS2K\applprod\common\BPOD\out\o1212988.out
    Cause: Application Object Library encountered an error while reading the file E:\APPS2K\applprod\common\BPOD\out\o1212988.out.
    Action: Check if the file exists. Contact y
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. Cannot read file E:\APPS2K\applprod\common\BPOD\out\o1212988.out
    Cause: Application Object Library encountered an error while reading the file E:\APPS2K\applprod\common\BPOD\out\o1212988.out.
    Action: Check if the file exists. Contact y.
    Action: Review your concurrent request log file for more detailed information.

    Hi sawwan
    Is this happening to all concurrrent requests?
    no
    In this happening to all users?
    no
    What is the number of copies?
    1
    Do you get the same error if you print to "noprint" and "no. of copies = 0"?
    i have to ask users
    and i got some more info from metalink
    This specific error can be ignored, but the more prudent solution is to modify
    the concurrent program definition in order that it does not try to print anything
    by default.
    1. Log into Applications with the System Administrator responsibility.
    2. Navigate to Concurrent/program/define and query up the concurrent program.
    3. In the lower right corner where the output options are listed, clear the
    checkbox next to the word "print". Leave the "save" option
    checkmarked to avoid an APP-00088 when running the program because it was
    unable to delete the output file which was never created.
    4. From the menu bar of this same form, select "Action/Save and Proceed".
    as per oracle metalink saying we have to checkbox next to the word "print". Leave the "save" option because this is daily sales report they have to print daily baisis
    please suggest me on this
    Thanks

  • My computer has been acting weird lately.  Shuts itself off, the mouse goes off in all angles, does not go into sleep mode sometimes and instead shows on a gray screen definitions of words in 3" letters!  Do I have a virus?

    My computer has been acting weird lately. Shuts itself off, the mouse goes off in all directions, does not go into sleep mode sometimes, instead shows a gray screen with word definitions in large 3" letters that continuosly flows across the screen.  Do I have a virus?

    Doesn't really sound like a virus.
    See if the Disk is issuing any S.M.A.R.T errors in Disk Utility...
    http://support.apple.com/kb/PH7029
    How many of these you can answer...
    Open Activity Monitor in Applications>Utilities, select All Processes & sort on CPU%, any indications there?
    How much RAM & free space do you have also, click on the Memory & Disk Usage Tabs.
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.
    In the Memory tab, are there a lot of Pageouts?

  • Why recently created wiki articles are not showing in profile Statistics page?

    Recently I have created a wiki.. altogether it should be 3 but under
    profile Statistics page it shows as two.. it almost two weeks now.. 
    Below are the wiki's
    (si-LK)http://social.technet.microsoft.com/wiki/contents/articles/19489.registry-import-not-all-data-was-successfully-written-to-the-registry-some-keys-are-open-by-the-system-or-other-process-or-you-have-insufficient-privileges-to-perform-this-operation-si-lk.aspx
    http://social.technet.microsoft.com/wiki/contents/articles/19805.kb2817630-kb2817347-outlook-2013-si-lk.aspx
    (en-US)http://social.technet.microsoft.com/wiki/contents/articles/20586.how-to-change-ipv4-dns-server-address-to-public-dns-in-windows.aspx

    I think that if the activity has not shown up by now, that it will never show up, and your statistics will not be updated. I have had this happen to myself. When the Wiki is having performance problems, articles can be created or updated, but meta data
    is not updated properly. Sometimes this can be fixed, sometimes not. This issue is of major concern, but there is no fix yet.
    Richard Mueller - MVP Directory Services

  • How do I get all attributes set in Skin Editor to show up in generated output?

    Many of the modifications I have made in Skin Editor show on the project. The buttons in the Main Toolbar, however, appear to be set by the items I checked in WebHelp Settings, not the buttons I selected in the Skin Navigation section.
    Also, breadcrumbs in topicis don't show up unless I select them in WebHelp Settings. However, the style is goverened by the Hyperlink style I set in Styles for Formatting.
    Would appreciate any advice.

    The skin editor is where you create all the buttons you may want across all the outputs you create. Some users will create variants of the webhelp.
    The webhelp settings are where you select the buttons you want in a particular layout.
    What you are seeing is the correct behaviour.
    How would breadcrumbs show up unless you either set them in a master page or in the webhelp settings? In the webhelp settings you can define their appearance.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Show Oracle APPS Report Output Automatically in IE

    Normally in Oracle EBS (View>Requests>Submit New Request) we submit the request to run any report and after normal completion of the report, we press the button View Output and system show the Output in IE, output may be in PDF or Text. In my case requirement is not from front end so i create one trigger (AFTER INSERT ON MTL_MATERIAL_TRANSACTIONS)and through "FND_REQUEST.SUBMIT_REQUEST" submit the report request to the concurrent manager successfully and completed. Here I want to show the report output automatically show in the IE instead of open the request and click on the View Output button.

    Why you have defined trigger that we can't understood.
    Can you explain more in detail or code you have written ?
    The Logs and Output are located in $APPLCSF/$APPLLOG and  $APPLCSF/$APPLOUT respectively,
    The output file is generated with  o<request_id>.out  in $APPLCSF/$APPLOUT  directory.

  • 3750 not showing proper traffic statistics

    A colleague of mine has a 3750 switch which he is doing routing on.
    He has noticed that traffic statistics are not showing using 'show interface vlan x' or using MRTG graphing.
    Any way to get these statistics back ? I've never seen the behaviour myself so I thought I'd ask for him.
    Thanks,
    = K

    Sounds like you are getting some data, jut not performance data(?) so I would not suspect the agent.
    Check your binaries on the agent - you should have 2 or 3 with root permissions and the sticky bit turned on.
    Make sure you have the new port numbers being used since the agent should now be connecting via the secure port (this looks to already be the case from your post)
    Hit the url from the web browser:
    https://<agent-host>:1830/emd/main
    Any firewalls between you and the oms?
    Does the agent know the oms dns/ip?

  • Show flow export statistics query

        We have recently upgraded all our WAN router to Cisco 3945, they all have the same FLOW config as below  
    but when I do a sh flow export statistics
    on some routers I get:
    Flow Exporter Export-FNF-Plixer:
      Packet send statistics (last cleared 1d08h ago):
        Successfully sent:         0                     (0 bytes)
       Enqueued to process level: 2534452               (3484784053 bytes)
    on others  I get:
    Flow Exporter Export-FNF-Plixer:
      Packet send statistics (last cleared 14w2d ago):
        Successfully sent:         16545298              (22596920223 bytes)
        Enqueued to process level: 165                   (223914 bytes)
    as I said all the configurations are basically the same
    Does anybody know what causes this difference?
    Flow config:
    flow record Record-FNF
    description Flexible NetFlow with NBAR Flow Record
    match ipv4 tos
    match ipv4 protocol
    match ipv4 source address
    match ipv4 destination address
    match transport source-port
    match transport destination-port
    match interface input
    match flow direction
    match application name
    collect routing source as
    collect routing destination as
    collect routing next-hop address ipv4
    collect ipv4 dscp
    collect ipv4 id
    collect ipv4 source prefix
    collect ipv4 source mask
    collect ipv4 destination mask
    collect transport tcp flags
    collect interface output
    collect counter bytes
    collect counter packets
    collect timestamp sys-uptime first
    collect timestamp sys-uptime last
    flow exporter Export-FNF-Plixer
    description FNF v9
    destination 172.16.6.219
    source Loopback0
    output-features
    transport udp 2055
    option interface-table
    option application-table
    flow monitor Monitor-FNF
    description FNF Traffic Analysis
    exporter Export-FNF-Plixer
    cache timeout active 60
    record Record-FNF

    Hello,
    have you checked the DBA_HIST* objects to see what / how was imported?
    If the awr export dosn't get the contents of the rolling buffer, then you won't see any session statistics that are only there. If you want to get the contents of the rolling buffer you have to dump the contents of it with :
    oradebug setmypid
    oradebug dump ashdump 10
    and load it into your "test" database.
    But before doing this I suggest you read the related metalink documentation if any!!!
    Regards,
    Franky

  • Changing label for "Show" link in WebHelp Output

    We had a request from one of our users to change the label of the "Show" link in our context-sensitive WebHelp output.  Even though we have a topic discussing how to use the Help, and we include a description of the "Show" link there.
    Can anyone tell me if this is even possible, to change the text of that label? Perhaps to "Show Contents" or "Show Navigation", etc.  Any ideas??
    Thanks!
    Susan

    Yes, edit the LNG file – Project Settings > General tab > Language - Advanced

Maybe you are looking for

  • Configuring Lync Server 2013 to be a partner Application for Exchange 2013

    Hello Guys, I just want to share my experience while configuring Lync server 2013 to be a partner Application for exchange 2013 sever.  As mentioned on technet you need to run Configure-EnterprisePartnerApplication.ps1 script that ships with Exchange

  • How to dynamically include textelement in smartforms

    Hi Experts, I need to print payslip using smartform and need to take the values from pay99_result. I took all the values and filled in the internal table and passed to smart forms, but the requirement is when ever particular wage type is given for an

  • Photoshop crashing/Adobe Bridge

    Photoshop CC crashed about a month ago while trying to complete a batch process from Adobe Bridge CC. Now whenever I try to open Photoshop or a PSD file, Photoshop attempts to "recover" these damaged files, it freezes up the program, as well as my co

  • Invoice Verification - Invoice Block

    Hi, I want to block the MIRO document if Inspection Lot for a GR (material) is not cleared or the inspection lot is posted with blocked stock or still the material is in QI (Mov Type - 350) In material master QM view, I activated QM proc active and 

  • Frame 7.2 will not install under Windows 7 Ultimate

    HELP: FrameMake2 7.2 does not install under Windows 7. Almost at the end of the install it crashes with an empty dialogbox and a warning. Nothing else. Any one seen this, Keep smiling Thomas