Output memory

What does it mean when the error, "not enough output memory" pops up when attempting to burn a DVD?
Please help!

Hello Vivek,
I've run the example program on several PXI controllers (PXI-8105, PXIe-8106, & PXIe-8130) and all of them exhibit the same problem. Those controllers meet the minimum requirements defined in the examples documentation so I know that wasn't the issue.
I haven't had the chance, and probably won't have the chance, to try out the newer sound VI's and get it working fully. I briefly tried them a while back but I wasn't able to get it working correctly and not have stuttering sound. Time will most likely not allow me to experiment with them.
Tim Sileo
RF Field Account Specialist
National Instruments
You don’t stop running because you get old. You get old because you stop running. -Jack Kirk, From "Born to Run" by Christopher McDougall.
Attachments:
AudioDemodPic.png ‏13 KB

Similar Messages

  • What is available free memory in skeleton air application?

    hi,
    My pc has 12 gb.
    I was developing full scale DESKTOP adobe air app and it started to crash on mousemove. So basically i wanted to see whats available free memory  it was showing 50mb
    that was too low for my app to process data.
    So i went back and created simple HTML that shows available free memory...it shows 80mb free....whats going on?.
    Anyone care to explain? FREE memory should be atleast 50% of allocated memory of processs assuming system uses 50%
    Here is code and here is HTML
    output
    Memory-f-88-t-6452-p-30064
    HTML
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>PUSH PERFECT</title>   
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <script src="assets/js/frameworks/libs/air/AIRAliases.js"></script>
    </head>
    <body  style="overflow:hidden;padding:5px;" id="MySplitter" >                   
                        <div class="span5 grider"  style="text-align:left;">
                                <ul class="breadcrumb">
                                <li><a href="#">Calculation</a> <span class="divider"> </span></li>
                                <li><span >Memory</span>-f-<span id='freememory'></span>-t-<span id='totalmemory'></span>-p-<span id='privatememory'></span></li>
                                </ul>
                        </div>
    <script>
    function displaymemory()
    var totalmemory=air.System.    totalMemoryNumber;
    var freememory=air.System.freeMemory;
    var privatememory=air.System.privateMemory;
    document.getElementById("totalmemory").innerHTML=totalmemory/1024;
    document.getElementById("freememory").innerHTML=freememory/1024;
    document.getElementById("privatememory").innerHTML=privatememory/1024;
    displaymemory();
    air.System.gc();
    displaymemory();
    </script>
    </body>
    </html>
    ===================
    Thanks in advance

    Hot Cpu Tester can test every device in the pc .
    Use it alot myself , assisting others with PC's and at work if there is problematic machines .
    Given it thumbs -up in the past and in the present time .  
    http://7byte.com/index.php?page=hotcpu

  • Java console runtime parameter not working

    I'm tring to increase the size of memory available to my applet by adding a java runtime parameter in my Java Console. The runtime parameter is: Xmx512M
    Which changes the deployment.properties file to:
    #deployment.properties
    #Mon Nov 22 14:46:50 GMT-06:00 2004
    deployment.browser.vm.iexplorer=true
    deployment.browser.vm.mozilla=false
    deployment.version=1.5.0
    deployment.console.startup.mode=SHOW
    deployment.system.tray.icon=true
    deployment.capture.mime.types=true
    deployment.browser.path=C\:\\PROGRA~1\\MOZILL~1\\FIREFOX.EXE
    #Java Web Start jre's
    #Mon Nov 22 14:46:50 GMT-06:00 2004
    #Java Plugin jre's
    #Mon Nov 22 14:46:50 GMT-06:00 2004
    deployment.javapi.jre.1.5.0.args=Xmx512M
    deployment.javapi.jre.1.5.0.osname=Windows
    deployment.javapi.jre.1.5.0.osarch=x86
    deployment.javapi.jre.1.5.0.path=C\:\\Program Files\\Java\\jre1.5.0
    But when I run the applet I find that my max memory has not been changed from the default (65MB). I can thell this by outputting the max memory:
    System.out.println("Memory Max = " + Runtime.getRuntime().maxMemory());
    This line results in the output:
    Memory Max = 66650112
    So this output makes me believe that the runtime parameter is not being set correctly . When I run my applet in an executable jar locally (java -Xmx1024M -jar myApplet.jar) it sets the runtime parameter fine and memory is increased as expected.
    Am I doing something wrong in the Java Control panel? Is my syntax incorrect?

    I had no problem using IE6 or mozilla 1.7.3
    html file
    <OBJECT ID="SUN" WIDTH=500 HEIGHT=120 CLASSID="CLSID:8AD9C840-044E-11d1-B3E9-00805F499D93">
    <PARAM NAME="code" value="Test.class">
    </OBJECT>class file
    public class Test extends java.applet.Applet {
        public void init() {
              System.out.println("Memory Max = " + Runtime.getRuntime().maxMemory());
    }deployment props
    #deployment.properties
    #Fri Nov 19 10:38:15 CET 2004
    deployment.browser.vm.iexplorer=false
    deployment.browser.vm.mozilla=true
    deployment.version=1.5.0
    deployment.console.startup.mode=SHOW
    deployment.system.tray.icon=true
    deployment.capture.mime.types=true
    deployment.browser.path=C\:\\Program Files\\Internet Explorer\\iexplore.exe
    #Java Web Start jre's
    #Fri Nov 19 10:38:15 CET 2004
    #Java Plugin jre's
    #Fri Nov 19 10:38:15 CET 2004
    #deployment.javapi.jre.1.5.0.args=-Djavaplugin.trace\=true -Djavaplugin.trace.option\=basic|net|security|ext|liveconnect
    deployment.javapi.jre.1.5.0.args=-Xmx512M
    deployment.javapi.jre.1.5.0.osname=Windows
    deployment.javapi.jre.1.5.0.osarch=x86
    deployment.javapi.jre.1.5.0.path=C\:\\Program Files\\Java\\jre1.5.0Output of the applet:
    Memory Max = 532742144

  • Resource not release when starting/stopping the deployed application

    I am testing to deploy an standard web application on Weblogic 11gR1 at Windows XP. It is running and everything is working fine. But I noticed below situation which concersns about the release of resouce during stop and start deployed application by using Admin Server Console:
    After the deployed application starting running in Weblogic, I go to Admin Server Console to select the deployed application at deployment section and click "stop\When work complete". It looks like that the deployed application was stopped and its state went to "Prepared". Then I start it again by click "Start\Servicing all requests". It started correctly. If I tried multiple times of "Start \ Stop" operations on this deployed application, then eventurally, I got "output memory" exception and Weblogic died. I wached the memory usage of Weblogic, when applying multiple times of 'start / stop' operation on an deployed application, the memory usage of weblogic continuese to grow and until "output memory" exception occurs.
    Is it normal? What might be wrong when configuring weblogc? or somethng wrong for deployed application?
    Anybody can provide any help would be great appreciated.
    Thanks in advance.
    Jim

    Hi Mithun,
    Thanks for your reply! If stopping the deployment need some time to finish, So, admin console of weblogic should disable ( grey out ) its starting button while the related deployed application is still shutting down. After the deployed application were stopped completely, then enable the starting button again to avoid the issue.
    I just feel a little bit strange for the admin console of Weblogic to behavior on start / stop deployed application.
    Thanks,
    Zhiping

  • Passing 3d arrays to functions in C

    So.. I have a certain char array[8][3][30], declared as ***array, and allocated as the program progresses. I'd like to pass that to an external function, but GCC pukes out warnings that the type case isn't right, and anytime I access it in the function, it segfaults (basically, it doesn't pass properly).
    my function prototype:
    int parse_table(char ***table);
    and code to pass it:
    parse_table(table);
    anyone knowledgable on this?

    tardo wrote:main()
    char ***table;
    parse_table(table);
    use_table(table);
    parse_table(char ***table)
    // read one value from file
    // determine other two values from file input
    // allocate memory depending on values (varies with file input)
    use_table(char ***table)
    // programming homework (probably a tree)
    AHEM, so, I actually bothered to read this properly this time . If this is actually how you have your code structured, this is definitely a problem. Think about this: "table" is of type "char ***", correct? parse_table takes a type "char ***"... you have pass-by-value semantics here. So, essentially, parse_table will receive a COPY of an unitialized memory location. You will then set this local copy to the return of malloc (e.g. something lik table = malloc(/*stuff*/)). However, this is not affecting the table seen in main()! Essentially, you should have something like:
    int main() {
    char ***table = parse_table();
    /* rest of main */
    char *** parse_table() {
    /* Stuff that mallocs into local_table pointer */
    return local_table;
    Where, you malloc the stuff in parse_table, and return that pointer. Alternatively (and painfully), you could do something weird like:
    int main() {
    char ***table;
    parse_table(&table);
    /* rest of main */
    void parse_table(char ****table) { /* Note: four "asterisks", not three! */
    /* malloc evilness in here, with something like (*table) = malloc(/* stuff */) */
    (Don't do this, it's ugly and unnecessary)
    Just to be completely pendantic, check it this sample code I whipped up:
    #include <stdlib>
    #include <stdio>
    void evil_and_wrong(char *f) {
    printf("Memory location we'd allocate to (evil_and_wrong): %un", &f);
    f = (char*)malloc(5*sizeof(char));
    f[0]='p';
    void my_alloc_f(char **f) {
    printf("Memory location we'd allocate to (my_alloc_f): %un", f);
    (*f) = (char*)malloc(5*sizeof(char));
    (*f)[0]='p';
    char * nicer_my_alloc_f() {
    char *local_f = (char*) malloc(5*sizeof(char));
    local_f[0]='p';
    return local_f;
    int main() {
    char *f;
    printf("ACTUAL Memory location: %un", &f);
    evil_and_wrong(f);
    // We won't try anything with "f" here, since it'll segault...
    my_alloc_f(&f);
    printf("Should see: %un", 'p');
    printf("See: %un", f[0]);
    free(f);
    f = nicer_my_alloc_f();
    printf("See: %un", f[0]);
    free(f);
    return 0;
    Look at the outputted memory locations, and think about the fact you're trying to store the address of the allocated memory...

  • How to convert prescaled to postscaled values with custom scale?

    Hi,
    Is there any way to convert between prescaled and postscaled values using an arbitrary custom scale (i.e. linear, map, polynomial, or table)? 
    I'm trying to write a driver which allows users to choose an arbitrary (previously defined) custom scale, but I need to know within the program the values which are actually output/input, which means I need a way of determining the max/min values for an arbitrary custom scale based on the known unscaled max/min.  Surely there is a NI-DAQ internal function which accomplishes this task, but there doesn't seem to be a VI for it.
    Any ideas?
    -Lee
    Labview version 9.0f3

    Dustin,
    Thanks again for your suggestion.  I'm sure your example will be useful to others, but I'm afraid it doesn't actually address my question.  I guess I'm not being very clear.
    The point is that I want to keep track of the values currently being sourced on my analog output channels.  In my application, users can specify max and min values for the sources, which may reflect the hardware limits of the device (e.g. +/-10V in my case) or a more constrained set of software limits determined by whatever the channel is driving.  If the user tries to write a value outside this range, it will be coerced and the limiting value will be sourced instead (without generating an error in this case).  It is then this limiting value which should be saved in output memory, rather than the out-of-range value requested, to avoid users believing they have sourced a value they have not.
    If I then allow users to choose a custom scale, then the requested values are given in scaled units, while the device max and min are still unscaled (volts).  This means I need a way to convert the unscaled limits to scaled limits based on an arbitrary custom scale in order to accomplish the procedure described above.  I have attached an example VI that handles linear scales only.  Obviously this could be extended by adding a case structure to handle the other types of scales, but it just seemed a bit silly to me that there is no VI to accomplish this scaling already, given that it most certainly happens inside the various NI-DAQmx routines that accept custom scales.
    Much of this would also be easier if it were possible to 'read back' the currently sourced value from DAQ output channels, so I wouldn't have to fake it by keeping a local memory of them, but that is a separate issue.
    -Lee 
    Attachments:
    ApplyScaledLimitsExample.vi ‏23 KB

  • Graybox at the instalation step - Windows 7 - Need help

    Hi everybody,         
    I use Mozila Firefox, I can download it just fine, then I hit run, accept the security notification, and then here what I get every time :
    I tried rebooting, didn't work.

    I am having same issue.  Performed diagnostic steps.  Here is output
    Memory Initialized (Maximum)
    ===============================================================================
    Host Version: 3.5.4.25
    "C:\Documents and Settings\XXXXXXXXXX\My Documents\install_flashplayer14x32_mssd_aaa_aih(1).exe"   /debug
    System: Windows NT version 5.1.2600.196608
    Added url to whitelist (localhost).
    Added url to whitelist (solidstatenetworks.com).
    Added url to whitelist (snxd.com).
    Added read only registry path to whitelist (machine\Software\Microsoft\Internet Explorer\).
    Added common name to whitelist (Solid State Networks I, LLC).
    Added common name to whitelist (Adobe Systems Incorporated).
    Extracting skin file (/app.config.xml)
    Added url to whitelist (get.adobe.com).
    Added url to whitelist (get2.adobe.com).
    Added url to whitelist (aihdownload.adobe.com).
    Added url to whitelist (airdownload.adobe.com).
    Added url to whitelist (ardownload.adobe.com).
    Added url to whitelist (download.macromedia.com).
    Added url to whitelist (fpdownload.macromedia.com).
    Added url to whitelist (fpdownload2.macromedia.com).
    Added url to whitelist (fpdownload.adobe.com).
    Added url to whitelist (fpdownload2.adobe.com).
    Added url to whitelist (platformdl.adobe.com).
    Added url to whitelist (platformdl-stage.corp.adobe.com).
    Added url to whitelist (wwwimages.adobe.com).
    Added url to whitelist (wwwimages.stage.adobe.com).
    Added url to whitelist (dlmping.adobe.com).
    Added url to whitelist (dlmping2.adobe.com).
    Added url to whitelist (dlmping3.adobe.com).
    Added url to whitelist (dlmping4.adobe.com).
    Added url to whitelist (get3.adobe.com).
    Added url to whitelist (get3.stage.adobe.com).
    Added url to whitelist (adobetag.com).
    Added url to whitelist (promotion.adobe.com).
    Added read only registry path to whitelist (machine\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\).
    Added read only registry path to whitelist (machine\SOFTWARE\Microsoft\Windows NT\CurrentVersion\).
    Added read only registry path to whitelist (machine\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\).
    Added read only registry path to whitelist (machine\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\).
    Added read only registry path to whitelist (user\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\).
    Added read only registry path to whitelist (root\http\shell\open\command\).
    Added read only registry path to whitelist (root\https\shell\open\command\).
    Added read only registry path to whitelist (root\.htm\).
    Added read only registry path to whitelist (root\.html\).
    Added read only registry path to whitelist (root\IE.HTTP\shell\open\command\).
    Added read only registry path to whitelist (root\FirefoxURL\shell\open\command\).
    Added read only registry path to whitelist (root\SafariURL\shell\open\command\).
    Added read only registry path to whitelist (root\ChromeHTML\shell\open\command\).
    Added read only registry path to whitelist (machine\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\).
    Added read only registry path to whitelist (machine\SOFTWARE\Macromedia\).
    Added read only registry path to whitelist (user\SOFTWARE\Macromedia\).
    Added read/write registry path to whitelist (machine\SOFTWARE\Adobe\Setup\Reader\).
    Added read/write registry path to whitelist (machine\SOFTWARE\Wow6432Node\Adobe\Setup\Reader\).
    Added common name to whitelist (Adobe Systems, Incorporated).
    189 active MIME types
    WebServer thread running
    WebServer Listening on 127.0.0.1:2931
    Browser cache flushed (0 removed) (713 checked) (0.05 seconds)
    Browser: IE 8.0.6001.18702
    Extracting skin file (mainwindow.config.xml)
    Response code set [/mainwindow.html:200:0]
    Response code set [/images/icon-blank.gif:200:0]
    Response code set [/mainwindow.css:200:0]
    Accept queue size of (2)
    Response code set [/images/icon-complete-error.gif:200:0]
    Response code set [/images/icon-complete.gif:200:0]
    Response code set [/compact.min.js:200:0]
    Response code set [/images/logo-adobe.gif:200:0]
    Response code set [/images/bg-header-error.gif:200:0]
    Response code set [/images/bg-close-program.png:200:0]
    Response code set [/images/bg-download-bar-full.png:200:0]
    Response code set [/images/bg-download-bar-empty.png:200:0]
    Response code set [/images/button-center.png:200:0]
    Discovering default browser...
    Default browser: "C:\Program Files\Mozilla Firefox\firefox.exe" -osint -url "%1"
    Skin version: 2.0.2.7
    Document ready triggered
    Extracting skin file (locale/en-us.json)
    Unable to extract skin file (locale/us.json)
    Unable to extract skin file (locale/en.json)
    Response code set [/images/button-right.png:200:0]
    Response code set [/images/button-left.png:200:0]
    Extracting skin file (workflow.json)
    Extracting skin file (interop/downloader.dll)
    Loading interop library (C:\Documents and Settings\XXXXX\Local Settings\Application Data\Adobe\downloader.dll) (3.5.4.25)
    Memory Initialized (Maximum)
    ===============================================================================
    Downloader Version: 3.5.4.25
    Solid Core v0.82 () in use (S11)
    Cwd [C:\Documents and Settings\XXXXXX\My Documents\] [00:11:11:B6:27:1A]
    Torrent Agent: -SC0082-
    Torrent Agent: -SD354P-
    Starting manager thread
    Manager state changing from (Idle) to (Start)
    Manager state changing from (Start) to (Process)

  • Hardware Program

    I am using Hardinfo but i want to know is there a program that tells you what speed your ram is running at? ie DDR2 @ 800 Mhz Running @ 900MHZ?
    If you overclock this will prob make more sense to you.

    smakked wrote:I am using Hardinfo but i want to know is there a program that tells you what speed your ram is running at? ie DDR2 @ 800 Mhz Running @ 900MHZ?
    If you overclock this will prob make more sense to you.
    lshw might be what you are looking for. I'm not sure how reliable its output is, though.
    Sample output:
    *-memory
    description: System Memory
    physical id: 16
    slot: System board or motherboard
    size: 2GiB
    *-bank:0
    description: SODIMM Synchronous 667 MHz (1.5 ns)
    product: SODIMM000
    vendor: Mfg 0
    physical id: 0
    serial: 1234-B0
    slot: M1
    size: 1GiB
    width: 64 bits
    clock: 667MHz (1.5ns)
    *-bank:1
    description: SODIMM Synchronous 667 MHz (1.5 ns)
    product: SODIMM001
    vendor: Mfg 1
    physical id: 1
    serial: 1234-B1
    slot: M2
    size: 1GiB
    width: 64 bits
    clock: 667MHz (1.5ns)
    If you invoke it with the -X switch you'll even get a gui version.

  • Stuck on boot up

    Hi, my macbook is stuck on the boot up screen (ie apple and spinny thing) forever.
    I turned it on one morning and it downloaded a firmware update and a system update, but failed on the system installation.
    I phoned apple, and they got me to run disk utility and repair disk - which it always fails to do - and permissions, and then install os x again keeping the user settings, but this fails when verifying the disk.
    I run bootcamp, and when I run repair disk, it reports stuff about google desktop.
    I can't get into os x to even wipe off bootcamp.
    bizarrly enough, the XP boot up works fine. hmmm. not what I intended!
    any suggestions?
    do I need to do a clean install? oh no!
    Gwyn

    As I post in my other threads, I'm in no means a Mac expert, I don't even own one currently (ordering one with my student loan arrives). But I have many years of computer experience (Commodore 64, gotta love it).
    First, if you can backup any data on the computer, do it. If you can't even get that far, then... you might as well do a format and reinstall OS X.
    Now... if the firmware update messed up... could be a serious problem. The firmware updates the programmable ROM (Random Output Memory) chip on computers (Basic Input/Output System). The main function of firmware is to practically control hardware and startup of the OS... which in this case OS X. I don't like explaining the rest... it usually involves unit replacement.

  • MSI 970a-g46 / AMD-Vi/VT-D problems.

    I have a msi 970a-g46 Motherboard, a AMD FX4100 CPU, 8GB apacer DDR3 1333mhz Ram and a Geforce 210 GFX card.
    I have enabled all the options in the bios under virtualisation/IOMMU, Yet parellels Workstation Extreme tells me there is no VT-D detected on my board. I have also updated my bios via live update to latest version and it doesnt make any difference.
    I am using Windows 8. Altho i have tried parallels in linux as well and i got exactly the same error. So it cant be an operating problem. I have also updated parallels to latest version, still it does exactly the same.
    See screenshot :
    ( click pic to enlarge. )
    Can someone please assist me to fix this issue ?

    Ok i ran it and it shows compatible, see pic below :
    ( click pic to enlarge )
    What my goal here is to run Linux as a host and Windows in a guest OS ( but with direct access to PCI devices and GFX card ). that way i dont have to dual boot Linux and windows. and for the time being Parallels is the only app that supports IOMMU in linux. hence why i bought it. I first tried it in Linux and got the same error as above, then installed windows 7, same error, then installed Windows 8, same error.
    Quote
    I/O MMU virtualization (AMD-Vi and VT-d)Main article: IOMMU
     An input/output memory management unit (IOMMU) enables guest virtual machines to directly use peripheral devices, such as Ethernet, accelerated graphics cards, and hard-drive controllers, through DMA and interrupt remapping. This is sometimes called PCI passthrough.[30] Both AMD and Intel have released specifications:
     AMD's I/O Virtualization Technology, "AMD-Vi", originally called "IOMMU".[31]
     Intel's "Virtualization Technology for Directed I/O" (VT-d).[32]

  • Report output from memory to internal table (corresponding fields)

    How can we pick any standard report output such as
    RM07DOCS on to memory and from memory to an internal
    table.Here by internal table ,i do not mean of type c
    containing complete report but data should go from output to corresponding fields of internal table structure of whom is defined as same of the output.

    SUBMIT rfbila00 AND RETURN
         EXPORTING LIST TO MEMORY
        WITH sd_ktopl-low = ' '
         WITH sd_bukrs IN  s_bukrs
         WITH sd_prctr IN s_prctr
         WITH bilavers =  p_fsv
         WITH bilaspra =  'EN'
         WITH bilbjahr =   p_fyear
         WITH b-monate IN s_per
         WITH bilvjahr = v_cfyear
         WITH v-monate = l_per
         WITH bilagvar = P_LAYOUT
         WITH bilagrid = 'X'
         WITH bilabkon = '2'
         WITH bilagkon = '3'
         WITH bilasumm = '0'
         WITH bilavart = '1'
         WITH bilaskal = '3/0'.
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          listobject = t_list
        EXCEPTIONS
          not_found  = 1.
      REFRESH t_ascii.
      CALL FUNCTION 'LIST_TO_ASCI'
        TABLES
          listasci           = t_ascii " list converted to ASCII
          listobject         = t_list
        EXCEPTIONS
          empty_list         = 1
          list_index_invalid = 2
          OTHERS             = 3.
    u will get the output in t_list...u have to split as per ur requir......
    this will help u.....
    Reward IF...........
    Regards
    Anbu

  • I had 3 versions of FF and had to redo the HD and now no version will install says "Can't open output file" i have winddows 7 64 bit 8 GB memory and 1T HD but i have it on my other desktop and laptop with less memory and HD space and works fine

    I had 3 versions of FF and had to redo the HD and now no version will install says "Can't open output file" i have winddows 7 64 bit 8 GB memory and 1T HD but i have it on my other desktop and laptop with less memory and HD space and works fine laptop has windows 7 64 bit and other desktop hook to my 32" tv has win 7 32-bit i lso did clean removal of all versions of FF and did new DLs with screen shots of it DLing, complete of DL and after i got the error again.

    i am posting this as a reply due to it would not allow me to attach screen shots except for this way

  • How to store output in memory id for performance

    Hi All,
    There is a customized report where output is huge and unable to download the output file to PC generated through background job.
    Is there any option to store the output file in memory id similar to SAve with ID functionality of SQVI - Query Quick Viewer.
    Thanks
    Prat
    Edited by: prat11 on Jun 16, 2011 5:09 PM

    Hi Prat,
    The standard report BALVEX01 has all the steps neccessary for using ALV extracts. may be you can copy the program and use some other table instead of sflight and test it. usage of extracts is quite simple:
    1. Include vex01top will give you the selection screen elements needed for extracts
    2. REUSE_ALV_EXTRACT_AT_SELSCREEN can be used for validation of the extract fields
    3. likewise REUSE_ALV_EXTRACT_AT_F4_P_EX1 is for f4 help on extract fields
    4. the major part is REUSE_ALV_EXTRACT_SAVE which saves the data to the extract with the name as mentioned on the selection screen & REUSE_ALV_EXTRACT_LOAD returns the data that is saved in the extract previously.
    5. if the user uses the same name for save the old extract data will be over written. but before that system will genrate a warning message.
    if you look at the standard report with the brief i think you should be able to get the information you need.
    cheers, Prabhu

  • Where is the ROM memory, input and output devices located on personal computers (laptops)

    I have an assignment due that requires I locate the ROM memory and input/output devices. Where can i find these items?
    Amanda

    If this is your homework, please complete it yourself. We're not here to help you avoid studying.

  • Need help to understand the MEMORY output on WLC

    Hi All,
    Will be glad if someone can help me to understand the below output from WLC. Actually i want to know the FLASH & RAM size of my WLC so what i did. I run the command '' show memory statistics'' and below is what i have got. Can someone elaborate this
    System Memory Statistics:
    Total System Memory............: 259112960 bytes  (i believe this is the flash size 256Mb ???)
    Used System Memory.............: 154288128 bytes
    Free System Memory.............: 104824832 bytes
    Bytes allocated from RTOS......: 13717504 bytes
    Chunks Free....................: 24 bytes
    Number of mmapped regions......: 37
    Total space in mmapped regions.: 23429120 bytes
    Total allocated space..........: 13399760 bytes
    Total non-inuse space..........: 317744 bytes
    Top-most releasable space......: 61832 bytes
    Total allocated (incl mmap)....: 37146624 bytes
    Total used (incl mmap).........: 36828880 bytes
    Total free (incl mmap).........: 317744 bytes

    Hi Salman,
    Yes, that value give the RAM size of your WLC.
    259112960 bytes  valued correlated to ( or 23040 KB or ~248 MB ) dividing by 1024. So I think it is 256MB RAM.
    I do not think flash size can be determine by this output.
    Refer this post as it relate to your query as well
    https://supportforums.cisco.com/discussion/12023396/ram-size-5508-and-5760-wireless-lan-controllers
    HTH
    Rasika
    *** Pls rate all useful responses ****

Maybe you are looking for