Report error. Not enough memory to continue processing.

Good day.
I'm running a report script and after a few minutes, an error message pops up saying "Report error. Not enough memory to continue processing." May i know how to fix this?
The error code is 1001200
Thank in advance.

In the database settings try changing the buffer size and sort buffer size. remember to stop restart the server to ahve them take affect

Similar Messages

  • Reproducible error when loading many reports (Load report failed - Not enough memory for operation)

    Environment:
    Win 7 SP 1
    Visual Studio Pro 2012 Update 4
    Crystal Reports for Visual Studios Service Pack 10 (13.0.10.1385)
    Report created in Crystal Reports XI Release 2 (11.5.8.826)
    Targeting x86 .NET 4.0
    Scenario:
    We have a program that runs and creates a large number of reports before the process is ended. When running after many hours we'd get a Load report failed/Not enough memory of operation exception. I kept removing code and found i could reproduce just using the report.Load call. I simplified the report to a completely blank report to make sure it was nothing specific to a report I was loading. (Opened Crystal Reports XI Release 2, Save As, "Blank.rpt".). I then created, loaded, and disposed of this report in a loop. I was able to cause the same exception after 32,764 iterations on my machine. I also tried using .NET 3.5 same result. I added a counter to our main program and it also went through 32,764 report loads before the same exception was thrown. Main program uses 15 or so different reports with a variable number of subreports in each.
    Sample Code to illustrate the problem:
    I did this as a WinForms project since our main program is using winforms.
    References added:
    CrystalDecisions.CrystalReports.Engine
    CrystalDecisions.ReportSource
    CrystalDecisions.Shared
    CrystalDecisions.Windows.Forms
    using System;
    using System.Windows.Forms;
    using CrystalDecisions.CrystalReports.Engine;
    namespace CrystalTest
        public partial class Form1 : Form
            public Form1()
                InitializeComponent();
                int i = 0;
                try
                    while (true)
                        i++;
                        ReportDocument report = new ReportDocument();
                        report.Load("Blank.rpt");
                        report.Close();
                        report.Dispose();
                catch(Exception ex)
                    MessageBox.Show(i.ToString() + ex.Message);
    Exception:
    CrystalDecisions.Shared.CrystalReportsException: Load report failed. ---> System.Runtime.InteropServices.COMException (0x80041004):
    Not enough memory for operation.
       at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
       at CrystalTest.Form1..ctor() in c:\Test Projects\CrystalTest\CrystalTest\Form1.cs:line 27

    int = Int32. No it's not the "counter" that's causing the problem. The max size of an int32 is far far larger than 32764.
    I am disposing and cleaning up the datasets in the main app. That is why I didn't include them in this test; they aren't relevant.
    I'm unsure why this test program is completely irrelevant. It throws the same exception, at the same count, as the main program. It does it in substantially less lines of code than our main program. I spent days running long tests to figure out exactly what I needed to make the problem appear so I could post a clean and precise post on these forums. I then created the test program to illustrate that.
    The "real" code as I said does stuff in sections and in a certain order.
    For each report I need to export based on rows in a table
    1. Creates a new Report Document
    2. Loads the report document with the report
    3. Creates a dataset of the data to display
    4. Calls SetDataSource
    5. Calls Report.ExportToDisk
    6. Disposes DataSets
    7. Closes/Disposes Reports
    To help isolate the problem I first took out the export to disk part (Step 5). The problem still occurred. I then took out everything related to our data. (Step 3, Step 4, Step 6). The problem still occurred. And yes I commented out this code in our main real program. This left me with:
    1. Creates a new Report Document
    2. Loads the report document with the report
    7. Closes/Disposes Reports
    At this point i had to prove it was not dependent on the report. This makes sure it's not a database connection, or pulling too much data into the report. The most efficient test for this is a blank report.
    So my order of operations becomes...
    1. Creates a new Report Document
    2. Loads the report document with a blank report
    7. Closes/Disposes Reports
    So you'll see this is exactly why I wrote this test the way that I did.
    I've had a run where it error on iteration 32761. My last runs have errored on 32764. I have had many runs over many weeks that all error with the same exception.
    There are no temp files left behind, With a test running you can see the temp files being added but they are immediately removed.

  • What does "After Effects error: Not enough memory to initialize PSL. ( 83 :: 8 )" mean?

    So, about a week ago I did a fresh install of 64-bit Windows 7 Ultimate on a new PC, and subscribed to the Adobe Creative Cloud, installing After Effects CS6 and Photoshop CS6 from the Adobe Application Manager, then doing all updates (and I just checked right now at 10:35PM on July 26th, I have the latest versions of everything).
    After Effects was working completely normal, then just now, I tried to import a Photoshop .psd and I got the error message:
    After Effects error: Not enough memory to initialize PSL.
    ( 83 :: 8 )
    Then After Effects crashed. So now it opens up normally, but when I try to import a .psd or open an After Effects project saved from an earlier version of After Effects (CS3 to CS5) I get the same error and a crash, every single time.
    Searching the forums, I see people talking about this error when importing .psds into CS5, and they say that getting the latest updates solved the issue for them (which obviously can't help me). I'm running all legit software on a brand new computer with 32 GB of RAM which has passed all my physical stress tests so I know it's not hardware related.
    The one thing I saw people suggest is to hold down Ctrl-Alt-Shift when starting the program. When I do this, Windows asks if I want to allow After Effects to make changes to the system, and when I say yes, I can import .psds and open the older AE files. When I close After Effects and reopen it without holding down the Ctrl-Alt-Shift keys, it goes right back to crashing.
    Obviously the smart-*** answer is "then hold down Ctrl-Alt-Shift, dummy", and I'll do that for now, but is there any clue what the problem is?
    I feel like kind of a chump because I decided to stop using my student versions of Adobe software (I haven't been a student for about four years) and pay the full price for the cloud membership and the latest creative suite, and it's full of bugs.

    Now, I get the same ( 83 :: 8 ) error listed above, followed by a new dialog window that reads:
    After Effects error: Crash in progress. Last logged message was: <4488> <DynamicLink> <5> C:\Program Files\Adobe\Adobe Premiere Pro CS6\Adobe Premiere Pro.exe
    Then, when I click OK, I get:
    After Effects can't continue: sorry, After Effects has crashed. For After Effects Help and Support, go to http://www.adobe.com/go/learn_ae_support. If you still can't resolve the issue, please contact Adobe Technical Support (2).
    ( 0 :: 42 )
    Clicking OK to that gives me a chance to save the latest project, then the standard Windows 7 crash dialog window opens, the one that gives me the choice of "Check online for a solution and close the program" or just "Close the program" and lets me View problem details, which are:
    Problem signature:
      Problem Event Name:          APPCRASH
      Application Name:          AfterFX.exe
      Application Version:          11.0.0.378
      Application Timestamp:          4f6d63ab
      Fault Module Name:          StackHash_a85b
      Fault Module Version:          6.1.7601.17725
      Fault Module Timestamp:          4ec4aa8e
      Exception Code:          c0000374
      Exception Offset:          00000000000c40f2
      OS Version:          6.1.7601.2.1.0.256.1
      Locale ID:          1033
      Additional Information 1:          a85b
      Additional Information 2:          a85ba096cc6b6acabe6eaf35bf34dc60
      Additional Information 3:          f862
      Additional Information 4:          f86227a9dfa15a47cdb6c94bb0d08360

  • Bump VMware Server 1.0.7 Latest error --Not enough memory...

    VMware Server Help Post
    Platform:
    Intel core 2 Duo E2168.
    2G ram, but 1/2 just went missing. If this is causing my problems, the mind wobbles, yet it's easy to fix, yay!
    Lots of harddrives! Lots of harddrive space.
    gigabit eth.
    Nvidia 7600GS 512MB
    Highpoint raid card (soft) 132Gigs for VMs
    Archlinux w/ 2.6.26.3-1 kernel
    kernel-headers 2.6.25.8-1
    History:
    Four weeks ago--
    Patched and installed VMware Server 1.0.5 on Archlinux with kernel 2.6.25... everything worked well. Bliss!
    About 2 weeks ago--
    Upgraded kernel to 2.6.26... time suck began.
    Current status:
    After banging on VMware and vmmon patch and source code for a while,
    now have on kernel 2.6.26-arch--
    VMware Server 1.0.7 with patch ...117d, modified as follows:
        In .../vmmon-only/include/iocontrols.h
    line 48 #define VMMON_VERSION           (168 << 16 | 0)   changed to:
    line 48 #define VMMON_VERSION           (138 << 16 | 0)
    Patch reasoning [limited newb alert]:
    Without 117d, vmmon fails to compile with error re: .nopage
    With 117d, vmmon compiles and installs successfully but VMs
      won't start with error re: expect version 138 got 168
    With patch modified, now past the version error, but getting the error:
    Not enough physical memory is available to power on this virtual machine.
    To fix this problem, power off other virtual machines                      [No others on]
       or adjust the additional memory settings to allow more virtual machine
       memory to be swapped                                   [There's plenty of memory]
    If you were able to power on this virtual machine on this host computer
       in the past, try rebooting the host computer. Rebooting may allow you
       to use slightly more host memory to run virtual machines.                [Rebooting had no effect]
    In log:
    Failed to connect to vm: /mnt/VMs/Test Booger/Test Booger.vmx
    vmdbPipe_Streams Couldn't read: OVL_STATUS_EOF
    Error during launch: 11, The process exited with an error:
    End of error message
    Operation failed to change the VM to the expected power state.
    Not enough physical memory is available to power on this virtual machine.
    To fix this problem, power off other virtual machines                      [No others on]
       or adjust the additional memory settings to allow more virtual machine
       memory to be swapped                                   [There's plenty of memory]
    If you were able to power on this virtual machine on this host computer
       in the past, try rebooting the host computer. Rebooting may allow you
       to use slightly more host memory to run virtual machines.                [Rebooting had no effect]
    There's plenty of memory and disk free space--
    top -b >> top_out
    top - 06:59:46 up 40 min,  0 users,  load average: 0.02, 0.05, 0.03
    Tasks: 113 total,   1 running, 112 sleeping,   0 stopped,   0 zombie
    Cpu(s):  1.1%us,  0.5%sy,  0.0%ni, 97.2%id,  1.2%wa,  0.0%hi,  0.0%si,  0.0%st
    Mem:   1034920k total,   441944k used,   592976k free,    17604k buffers
    Swap:  2000084k total,        0k used,  2000084k free,   227224k cached
    df -ha
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/sda3              72G   44G   25G  65% /
    /dev/sdc1              20G   12G  7.5G  61% /mnt/home2
    /dev/mapper/hpt45x_dcafabbcai1
                          153G   21G  132G  14% /mnt/VMs
    I reduced host memory settings to 408MB and guest to 256MB as a test.            [No effect]
    After the tests I've done, I don't believe this error really has anything to do with low memory.
    I don't know whether this is a bug, a patch problem, or, or, or, or .....
    And so I post.
    What next?
    thanx in advance.
    Last edited by maxbally (2008-09-15 23:33:21)

    Hi Mike,
    Mike23 wrote:
    Hi, I  develop the device which reads the data on TCP(I use ftp://ftp.ni.com/pub/devzone/epd/stm_2.0_installer​.zip)
     from crio and then displays them on  7 waveform chart ( 5 chart with 150000 history length and 2 with 600 - 1 minute of  measurements) and 2 xy graph. After 10 minutes of work there is an error “not enough memory to complete this operation”. On the WIndows Task manger I have seen that there is a filling RAM approximately from 45 % up to 72 % then the mistake jumps out. But I do not know why. Help please.  Labview 8.6Windows Vista3 GB RAMP.S. Forgive for bad English.
    It's likely that instead of trying to plot 5 charts with 150000 data-points, you're trying to plot 150000charts with 5 data-points!  Try right-clicking on the chart - do you see "Transpose Array" property? If it's checked, UNcheck it (if UNchecked, check it!)
    Cheers!
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)

  • Error "not enough memory to complete this operation"

    Hi, I  develop the device which reads the data on TCP(I use ftp://ftp.ni.com/pub/devzone/epd/stm_2.0_installer​.zip)
     from crio and then displays them on  7 waveform chart ( 5 chart with 150000 history length and 2 with 600 - 1 minute of  measurements) and 2 xy graph. After 10 minutes of work there is an error “not enough memory to complete this operation”. On the WIndows Task manger I have seen that there is a filling RAM approximately from 45 % up to 72 % then the mistake jumps out. But I do not know why. Help please.  Labview 8.6Windows Vista3 GB RAMP.S. Forgive for bad English.
    Attachments:
    Project fo 2 PC.zip ‏108 KB
    Project for crio.zip ‏114 KB
    Error.JPG ‏14 KB

    Hi Mike,
    Mike23 wrote:
    Hi, I  develop the device which reads the data on TCP(I use ftp://ftp.ni.com/pub/devzone/epd/stm_2.0_installer​.zip)
     from crio and then displays them on  7 waveform chart ( 5 chart with 150000 history length and 2 with 600 - 1 minute of  measurements) and 2 xy graph. After 10 minutes of work there is an error “not enough memory to complete this operation”. On the WIndows Task manger I have seen that there is a filling RAM approximately from 45 % up to 72 % then the mistake jumps out. But I do not know why. Help please.  Labview 8.6Windows Vista3 GB RAMP.S. Forgive for bad English.
    It's likely that instead of trying to plot 5 charts with 150000 data-points, you're trying to plot 150000charts with 5 data-points!  Try right-clicking on the chart - do you see "Transpose Array" property? If it's checked, UNcheck it (if UNchecked, check it!)
    Cheers!
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)

  • Scheduled report failure - Not enough memory for operation

    Crystal Reports Server XI R2 SP4
    SQL Server 2005
    Hi,
    I have a report that is scheduled. Most of the times it runs successfully, however for one parameter setting I continuously get the following error mesage:
    Status:  Failed
    Printer:  The instance is not printed.
    External Destination:  Copy the instance with default filename to the directory '//10.2.25.24/polling_in'.
    Creation Time:  03/04/2009 05:00
    Start Time:  03/04/2009 05:00
    End Time:  03/04/2009 05:00
    Server Used:  BWAQTSREP-1.reportjobserver
    Error Message:  Not enough memory for operation.
    Why would this happen, and how can I resolve? I can run the report successfully in Infoview.
    Thanks!
    Penny

    Hi Penny,
    do you run the report successfully in the infoview using the same parameter setting?
    If it does please try to reschedule the report and monitor (using the task manager) the memory consumption on your windows server.
    Please also make sure that there is enough disk space available on both your server and the destination directory ( '//10.2.25.24/polling_in'. )
    Regards,
    Stratos

  • Error not enough memory

    After several attempts over several days I can't connect to itunes store. I am getting the following error message "Itunes could not connect to the Music Store. There is not enough memory available." I previously was able to connect. My network connection is working perfectly, all other programs have no problem accessing the internet. I have tried the following:
    -downloaded a previous version
    -downloaded the latest version
    -run diagnostics-states that connection has timed out
    -windows firewall has been configured to access the itunes store
    -have renamed host to backup host and restarted
    -have not changed ISP
    -Trend Micro PC cillin has been configured to allow access to itunes store
    Any suggestions?

    Hello, Ludek Uher
    I have troubleshot
    When you create the report and you do connection to Oracle through driver ODBC, you are necessary to specify paremetr Ole DB Services = -1. This customisation says ODBC driver to use the Pool of connections.
    Now the connection error does not arise. driver ODBC tries to use existing connections instead.
    And I add code on page:
         protected void Page_Disposed(object sender, EventArgs e)
                      northwindCustomersReport.Close();
                            crystalReportViewer.Dispose();
             ~_Default()
                           northwindCustomersReport.Close();
                           crystalReportViewer.Dispose();

  • PDF error - not enough memory to complete this operation.

    A friend with I think LION has this error when they hit print and then save as PDF on a single 1 page doc.
    PDF :  SORRY - not enough memory to complete this operation....
    Any ideas how to fix this?

    Hi,
    not sure - this is the default funtion in osx - when you hit cmd print - then lower left "SAVE AS PDF"
    hope that helps...
    Q is there a way to reset the default app?

  • Error : Not enough memory(RAM) in PS CS6

    Machine Spec :-
    Machine :-- Windows 7 Pro 32 bit
    CPU : -- 1 x Pentium Dual-Core CPU E5500 @ 2.80GHz (2792 MHz)
    Motherboard :-- DG41WV
    RAM :-- 4 GB DDR3
    Videoadapter :-- Intel(R) G41 Express Chipset (1024 MB)
    Hard Disk :-- C drive free space 23.8 out of 43.9
                        D drive free space 39.8 out of 48.8
                        E drive free space 37.6 out of 48.8
                        F drive free space 71.1 out of 91.2
    Problem :-- When using the Mixer Brush tool,the photoshop stop responding and showing error.
    Error Massage :-- "Could not use the Mixer Brush tool because there is not enough memory(RAM)"

    If your layers in Photoshop document are fairly complex, then working with them frequently can be little tough keeping in mind that you're using both Photoshop and your OS as 32-bit only. Photoshop will use some portion of the scratch disk as its virtual RAM when it is out of memory using its available memory that you have set for Photoshop in its preferences. The hard drive spaces left in your C drive may fall short depending on the page file size you've set for Windows becasue Photoshop expands an image to its actual resolution when it is opened in Photoshop/placed in Photoshop layer, thus taking up a lot of memory depending on the size and resolution of the image.
    Make sure no other programs are running in the background along with Photoshop. If you're working with a dual monitor, try disconnecting one of the monitors and see if that resolves the issue. Keep the history/ clipboard clean. Frequent saves will help in this matter.

  • Illustrator CS5 Error - "Not enough memory to save the file"

    Hey guys,
    I'm experiencing difficulties in exporting website from .AI to .PSD using Illustrator CS5.1 under Windows7 Home Premium 64bit. The error message says "Not enough memory to save the file".     
    I can assure you that i've got enough memory for scratch disks and my computer is powerful enough to handle this operation. The funny thing is that i am able to export the very same .Ai file using Illustrator CS5.1 under Windows XP 32bit on different PC.
    I've tried to find a solution online, but it gave no satisfying results so far. So, i think the problem comes from the operating system, but i don't know how to fix it... any suggestions?
    Thanks, Steve.

    Sad to say I'm running into the same problem with a 40KB file.....
    (download the following file and use it)
    http://upload.wikimedia.org/wikipedia/commons/8/8c/2.4_GHz_Wi-Fi_channels_%28802.11b%2Cg_W LAN%29.svg
    File -> Open
    Modify the file slightly:
    doubleclick the image
    remove the channel 14 info  (the text block "14" & "2.484",  the T shaped path, the dotted half circle path)
    drag a square around the "Channel", "Center Frequency", "(GHz)" text blocks and hold left shift and press the left arrow until the selected items are tighter to the rest of the image
    select the bold base line, grab the right middle point to shrink the line (dragging from right to the left) until 'intersect' shows up, then release
    click the top left "Back One Level" arrow 2 times so that you are back to the top level (out of isolation mode)
    File -> Export -> Choose PSD
    Export Options (all default settings)
    Color Model RGB
    Medium (150ppi)
    Write Layers
      Preserve Text Editability
      Maximum Editability
    Antialias
    Click OK.....
    POOF! ERROR!
    "Not enough memory to save the file"
    note: saving as .ai file before exporting doesn't solve the problem
    My Environment:
    Adobe Illustrator 15.0.2
    Win7x64 SP1
    6GB free RAM (8GB installed)
    55GB Free HDD space (256GB total, it's a SSD)
    4GB pagefile
    Please try the test method provided for yourself and advise, thank you

  • INTERNAL ERROR & NOT ENOUGH MEMORY error

    Somehow 4 gig of memory is not enough!!
    I am on Win Vista ultimate. intel Core 2 Duo 2.66 4 BG of
    Ram.
    And I'm working on a local hard drive with fat all else
    running
    I constantly get "Internal Error occurred...could not complete
    request"
    particularly alarming if that request was to save!!!!. I have
    been using the 'fireworks autobackup" air app...save me heaps of
    time...But its taking longer and longer to save the file as I work
    on it.
    If i save every 10 minutes !!!! its taking 1:20 to save..this
    is 12% of my time...FW STILL sucks memory somehow..
    any one with solution to this!!!???
    Ive also had the "not enough memory" error a few times..In
    which every thing done on the file is lost since last it was
    opened...whether I saved it a million times or not. I've started
    making copy backups and restarting FW every few hours to purge the
    memory..but this sucks. This memory leak seemed to be mostly gone
    in CS3 according to others so assumed CS4 had it sorted

    One of our users is running across a similar issue using the
    pen tool. A file that's 3000x2000 having sections cut out using the
    pen tool will spike FW up to 2gig of used ram. Eventually the
    Internal Error messages will start but, you can still trace your
    path. The issue is it pops up every time you click a new point. The
    only current work around I have for the user is to shrink the file
    or decrease the dpi. Has anyone else run across this?
    Specs
    XP SP3
    Core2 3.0ghz
    4 gig ram.

  • Getting error Not enough memory to compete this operation.

    Hello ,
    I am Getting error that not enough memory to perform this operation.
    Here in attachment I have attach that screen shot.
    When I press OK button then I got error -2147417851 occurred at exception error the server.
    And again When press OK then Attached Untitled.vi is open which is actually flatten Pixmap.vi form the Kinesthesia tool kit for Kinect .
    And third attachment is main vi.
    Could you please guide me how to solve this error And why this error is occurred.
    Thank you very much.
    Attachments:
    not enogh memory.png ‏254 KB
    Untitled 1.vi ‏24 KB
    simple robot detect object and move kinect.vi ‏19 KB

    Hi,
    the out of memory error is not an error wich comes out of a VI itself, the error occurs at an particular VI but most likely isn't caused alone by this VI.
    Plus the error isn't trackable without the whole setup, so having the camera and the robot itself in your case.
    However I can give you a couple of pointers, where you can start taking a look at it and work at it:
    The error is most likely caused by your multiple bitmaps, wich stress out the memory
    Use the LabVIEW 64bit edition, because it is designed for vision applications, you need the extra amount of memory wich can be addressed by a 64bit application
    Take a look at the VI in wich the error occurs, look at the memory usage and try to go through it step by step, the purpose of this is, to see where the memory usage gets out of hand
    Best Regards,
    Frank

  • While networking with labview 8.5 it gives error"not enough memory for this operation" ??

    hi
    i m working with the labview networking for the first time, when i ran my code it worked well 4 sometime . but after some days, it started giving error " not enoug memory for this operation" when the data reaches at 'typecast' tool (refer my code). my OS is winXP and RAM is 496MB. how to solve this problem?please reply soon .

    Hi JAhmed,
    Looking at your code, there may be a memory issue with the way you are type casting the string output from your TCP Reads. Since you are type casting a string to a number or array, you are not giving an indication of how much memory to allocate for this data, and I would suggest instead using an Unflatten From String VI. Use this VI the same way as your Type Casts, but for the input that reads "data includes array or string size?" create a false constant value because your data does not include this information.
    Regards,
    Stephen S.
    National Instruments
    Applications Engineering

  • Illustrator 5.1 on windows 8 'previewing' error - not enough memory

    Just got a brand new computer with 8GB RAM. Illustrator kept giving me the same error message after a couple of minutes working on the files.
    "can't finish previewing. there isn't enough memory. ID = -108"
    It then reverts to a low quality preview of the illustrator file.
    Im working on a 4MB file - nothing unusually large. Never had this problem before - even on my older,slower Intel i2,4GBRAM laptop .
    I've checked updates for the program, and it seems that all is updated and installed.
    please help!

    Run AI in compatibility mode for Win 7 or Win XP even. That's a known problem with CS5 on soem Win 8 systems.
    Mylenium

  • ERROR "not enough memory to complete this operation" Cuando intento escribir un .WAV

    Este error me sale cuando intento ejecutar un VI en el cual quiero leer y escribir un archivo .wav. lo mas importante es que no puedo cortar la señal tengo q leerla en su totalidad para despues hacer una comparacion con otra señal patron, adjunto el vi y los archivos  a cargar. el archivo de audio mas grande va en el path 1 y el mas pequeño en el path 2.
    gracias por su ayuda
    Attachments:
    comparandoaudio.vi ‏24 KB

    Hola,
    He modificado el VI un poco para que lea los archivos uno despues del otro, y tambien he puesto un limite para que el programa no lea mas de 100000 puntos por cadena que contiene el archivo. Si hay mas solo va leer el principio.
    Puedes intentar aumentar el limite y ver cuando recives el error con la memoria. Como gordos son los archivos?
    Espero que te ayude
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"
    Attachments:
    comparandoaudio.vi ‏22 KB

Maybe you are looking for

  • Windows 2008 R2 DCs machine account password expiring

    We've a mixed Windows 2008/2003 environment across 30 connected sites. There is a mixture of 2008/2003 DCs. We've had an issue whereby when some of the Windows 2008 R2 DC have been rebooted, they lose there trust relationship with the domain ie we ha

  • Sending files in ichat bonjour

    My son and I both have iBooks and we use iChat (text) to exchange files. Most of the time, there is no problem, but sometimes there is. Normally, the first transfer works fine. A bit later, often after leaving the chat idle for a bit, we attempt anot

  • FRM-40200 and FRM-40501 in Enter-Query-Mode

    Some strange behaviour in Enter-Query-Mode: Although the help states About Designing Forms for Querying+ +.. To make a "query-only" block, set Query Allowed to Yes and Delete Allowed, Insert Allowed, and Update Allowed to No. ..+ I get FRM-40200: Fie

  • How to get spot channels colors data and get spot channels length

    File is cmyk format..spot channel color is cmyk .such as an spot channel color is c100m50y20k5 how get spot channels color data use javascript? c=? m=? y=? k=? howv to get spot channel length n(don't cmyk channel) use javascript?  such as file cmyk +

  • Any software for making Cards, Collage of photos?

    I want to make a Collage with some photos and also I want to make some cards. Which software can I use of that?