Error Msg? "current buffer overwritten by the acquistion"

I got a error msg while doing IMAQ 1394 acquisition, it is random.
Anyone had an idea on what the possible reason is?
Thanks
The message shows as following:
Error -1074364365 occurred at an unidentified location
Possible reason(s):
NI-IMAQ IEEE-1394:  (Hex 0xBFF68033) Requested buffer unavailable. Contents
of the current buffer overwritten by the acquistion.
NI Software :  LabVIEW  version 7.1.1
NI Hardware :  Image Acquisition (IMAQ) device NI IMAQ for 1394
Driver Version :  2.0.1
OS :  Windows XP

I've never done 1394 Acquisition, but with respect to normal DAQ,
there's a similar message which occurs when you're doing buffered I/O
and you don't read out the buffer quickly enough.  Once the
acquisition has filled the buffer, it overflows (or overwrites to be
more exact) and then gets either very unstable or gives an error
message.
If you're doing buffered I/O, check that your buffer is large enough,
and that you're reading the data from the buffer quickly enough. 
And of course, lowering the acquisition rate will often also help solve
this particular problem (if this is the problem at all).
Again, I've never done 1394 acquisition, but the message kind of rings a bell.
Hope this helps
Shane.
Message Edited by shoneill on 11-22-2005 10:29 AM
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)

Similar Messages

  • Application cannot proceed. Internal error occured. Contact your administrator. Error msg: Unable to connect to the database. Please make sure the database information specified in admin/includes/config.php are correct.

    After clicking in email link, I get the following message on Firefox page : " The application cannot proceed!
    An internal error occured. Please contact your administrator and describe the steps you took before you encounter this error message.Error msg: Unable to connect to the database. Please make sure the database information specified in admin/includes/config.php are correct."
    The email asked to install the latest Adobe Flashplayer version to have it working. I installed it, also updated my plug-ins and checked in safe mode that the extensions were not the problem. I also deleted the cookies an cache. Nothing seems to be working so far. I have the lastest version of Firefox 8.0.1 as well as Roboform 7. I noticed that the latest Firefox version has (x86) tagged to it. Does it refers to an 86 bits because my computer uses 32 or 64 bits only. I tried also different browsers and the message kept appearing. How do I resolve this problem?

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • Trying to copy a 10gb file to a memory stick but theres an error msg file to large for the file format of the stick. is there a way around this

    trying to copy a 10gb file to a memory stick but there's an error msg, file to large for the file format of the stick. is there a way around this

    If you use 'Disc Utility' you can format the stick (this will erase its contents) to be exFat which will still work with Mac and Windows but allow a larger file sizes to be placed onto the stick.
    Disc Utility > Click the drive on the left > Erase (tab) > Change format to ExFat > Erase > Try putting the file on to the stick again.

  • I put incorrect passcode to unlock my iphone and it disabled my phone, instructions say to restore but when I try to i get error msg saying to turn off the find my iphone app in order to restore, how can i do that w/o being able to get into my phone ???

    after trying to remember my new pass code and failing, my iphone disabled and is now telling me to connect to itunes, ive done that and tried instruction to restore from back up however when i do that i get an error msg saying that i need to turn off the app find my iphone to b able to restore, i cant do that tho because i cant use my phone and i dont see app on my computer on itunes either???what do i do >??

    This the Activation Lock. Read here: http://support.apple.com/kb/HT5818
    The only way is to login to iCloud with your computer browser and wipe the iPhone.
    If you can't then you have a brick, Apple won't help and AL cannot be bypass.
    https://www.icloud.com

  • Sap error msg no: AW624 while doing the settlement for KO88

    Hi all
    We are having an issue with settling the order from KO88 and we are getting the following error: msg no AW624.We are not able to settle the order  beacause of this issue and the order needs be settled fast as its open form last month.iam not able to settle asset form previous year.please advice on the same.
    First settle the items from the previous year in previous year 2013: 1190056/001
    Message no: AW624
    You have not settled all the items of investment measure in previous year.line items : 1190056/001 is not settled.it was posted in 2013 was not settled in the periodic settlement in the same fiscal year.
    sap fico
    aman

    Dear Aman
    Please refer following thread and follow Mr. Ravi's suggestion, it may help you.
    http://scn.sap.com/thread/1368717
    Regards
    Rajneesh Saxena

  • Getting an error msg while trying to run the java class from CMC

    Hi All,
    I am getting an error, while trying to run the java .class file, that which is imoported into CMC.
    Error msg:
    Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at com.crystaldecisions.sdk.plugin.desktop.program.internal.ProgramWrapper.main(ProgramWrapper.java:49)
    I have imported .class file into CMC and trying to invoke the .class file by another java program from eclipse..When i tried to invoke the .class in cmc, i am getting an error msg, mentioned above. I thought there might be version conflict. So i changed the java complier version to 1.5 in my Eclipse. After that is done again i am facing the same problem.
    Can anyone help me to resolve this issue?
    Thanks in Advance.

    i have installed BO SDK 3.1 , Service pack 3. It comes woth JDK 1.5 version. i have not done any chnages to it. I impoprted all the jar files related to BO into eclipse.
    1)  Actually, i am writing java code on eclipse. When i run code from the eclipse, it creates a session to cmc and creates folder structure what i need.
    2)  But the thing is, that code needs to run, when i import the .class file into cmc. The process how i imported the .class file to cmc.
    Manage> Add> Program File-->Java (Check Box). In this way i added java class file from the eclipse workspace (class file from the bin directory).
    3) So when i run the .class file externally by another java program or also when i log in to CMC and run that .class file, the instance shows sucess, but when i see the logfile i am getting an exception that which i mentioned above.
    If my method is worng can you please let me know the stepts how to run java program in cmc.
    Thanks in Advance

  • Error msg: ZFI999:Maintain price for the material 254600254 in plant 1000

    Hi gurus
    18.02.2009 i created one STO PO. but material price in the accounting view the price was "Zero" in plant 1000. In plant 2000 the price has already maintained.
    But today i updated the material price like Rs 200/- through MR21 for plant 1000.
    After that while i transport the material through MB1B (351 mvt type) plant 1000 to 2000, i got the following error msg.
    "ZFI999:Maintain price for the material 254600254 in plant 1000".
    Regards
    Amsi

    Hi Amsi
    the message no is not standard i think there has been a new message created. please check with your ABAPer about the message.
    just want some clarification. you are doing STO from plant 1000 to 2000. the price should be picked for that material maintained in plant 2000.
    in case of queries please revert back
    Adwait Bachuwar

  • Error msg: Current user does not have privileges to perform product Activation

    I am running Adobe Photoshop CS 8.0 on Windows Home Vista platform.
    I keep getting this error message when I try to open Photoshop:
    Current user does not have privileges to perform product activation. Run this application from a user account with administrative privileges or contact your system administrator.
    I am the only owner & user of this software. I have re-installed the SW once (full install), and the error message went away for a while.
    Now it's come back.
    What do I do now?

    2 options:
    Either disable UAC (User Access Controls) or run the application with Administrator rights.

  • Getting file... does not exit error msg when attempting to use the setXSLT method

    I am attempting to use a PL/SQL procedure to generate HTML by using the DBMS_XMLQuery.setXSLT and DBMS_XMLQuery.getXML methods. When running the procedure, the following line
    DBMS_XMLQuery.SETXSLT(xsuQry, 'hmwebserver/Series47/Modules/Results_View/hmRVTemplateStyle.xsl');
    throws an ORA-29532 error with the message '... File... .xsl does not exit'. What does this actually mean, and more importantly, what can I do to correct the issue?
    Thanks in advance for any help.

    Hi
    In the dimension/Measure definition, you can select the table. Find the below screenshot.
    If you still getting the issue…Can you please share your screenshot, for better understanding the issue?

  • New desktop has error msg when I turn on the monitor

    I was given a new desktop and when I hooked it up and turned it on a black screen appears with the HP logo and an error message appeared right away: The computer restarted unexpectedly or encountered an unexpected error. Windows installation cannot proceed. To install Windows, click "ok" to restart the computer, and then restart the installation.
    Every time I click ok, the computer turns off and the same error message returns. Please help. Did I do something wrong while setting it up. I thought I followed the guide precisely. I've made sure all cables were secured. Any suggestions????

    This monitor?
    https://www.asus.com/Monitors_Projectors/VW197D/#overview
    This one only has a VGA input.
    I have an ASUS moniotor ant it has HDMI, VGA and Display Port inputs and I can select the input just by turning on the monitor. No input required.

  • How to send the PO IDOC error msg's to the concern users.

    Dear Forum,
    This is my requirement.
    We are transferring sales order data from ECC 5.0 to ECC 6.0 through XI.And PO will be created in ECC 6.0 based on the sales order inputs.
    When ever the SO data created in ECC 5.0.A sales Order IDOC will be generated and based on these details PO will be created in ECC6.0.Upto this level there is no problem and we have done this.
    Source side : ORDRSP Idoc.
    Target side : PORDRCP01 Idoc.
    In addition to,If PO is not created in ECC 6.0.The suitable error msg will be reached to the concern user's mail ID's.
    Please let me know to fulfill the pending task.
    Thanks in anticipate.
    Best Regards,
    Naresh.K

    Hi ,
    Refer the Acknowledgments of Errors and Error Correction for Idocs.
    http://help.sap.com/saphelp_nw04/helpdata/en/29/345d3b7c32a527e10000000a114084/frameset.htm
    If the sender is not an IDoc system, you can use the Send ALEAUD
    for Partner as Request function in the Integration Server to convert
    acknowledgment IDocs to XI request messages and send them
    or
    Refer this link:
    http://www.erpgenie.com/sapgenie/docs/advanced_guide_to_edi_configuration.doc
    refer  section of the doc 2.3.4.     Set-up IDoc administration: (WE46)
    Regards,
    Sunil.

  • Hide the error msg for the mandatory fields

    hi
    how can i hide the error msg for the mandatory fields when they are not entered?? when i don't put a value in a mandatory field and commit the form, an error msg occurs teelling to enter the value for that mandatory field, but the error msg is not friendly at all and i want to hide it.
    thnaks

    User,
    I'll assume you are talking about ADF Faces + ADF Business Components application, since you don't mention it.
    If you are talking about the pop-up Javascript dialog box that pops up, you can do the following:
    1). Set required=false on those fields in your JSP.
    2). Set showrequired=true on those same fields so that there is a visual indication that the fields are required
    3). Ensure the attribute to which the fields are bound have "mandatory" set to true in the BC's
    Now, when you commit the form, you will not see the Javascript pop-up, but you will see a message in the af:messages component.
    Best,
    john

  • ERROR MSG 1607 / WINDOWS XP INSTALLATION

    I JUST PURCHASED THE NANO ON MONDAY. I'VE SPENT OVER 8 HOURS TRYING TO INSTALL THE SOFTWARE AND KEEP GETTING ERROR MSG 1607. I FOLLOWED THE TROUBLESHOOTING TIPS AND TRIED EVERYTHING TO GET THIS SOFTWARE INSTALLED...NO LUCK. IT'S GOING BACK TO APPLE ON FRIDAY IF I CAN'T FIGURE THIS OUT?!?! THANKS FOR ANY ASSISTANCE!! HD

    Thanks for the new insight. I followed the instructions on the link you provided, but guess what?? I did everything it said to do...and when I was on the final step (start>run>msiexe/regserver) it said the file is not found??? OK...I'm really losing my patience because I've thoroughly read and applied all the options given for error 1607 in the discussions on apple's web page and on installshield's webpage. Now what? What does is mean if it says that file isn't found?
    Thanks for any assistance out there ~hd

  • Windows error msg

    I have recently received an error msg stating: Windows cannot access the specified device, path, or file. You may not have appropriate permission to access them." because of this I could not open any app on my pc. I am running windows 7 ultimate. When
    I allowed window to run in safe mode I was looking for the Windows Repair recovery command but it did not appear. After many attempts using ctrl+F8 and ctrl+f11 I finally got the command back. Is there a better way of obtaining this command? Also,
    it did fix my problem but I don't know why it happened in the first place. All I can think of is the beta program of ZoneAlarm Extreme that I installed on my pc 2 days prior. Any help would be appreciated.
    thanks,
    joseph1a

    Hello,
    The Windows Desktop Perfmon and Diagnostic tools forum is to discuss performance monitor (perfmon), resource monitor (resmon), and task manager, focusing on HOW-TO, Errors/Problems, and usage scenarios.
    Since your post is off-topic, I am moving it to the
    off topic forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Error while starting workflow from warning msg or error msg?

    Hello experts,
    I m tryin to start and workflow from error msg of ME21...whn we juss click enter without entering any value, it gives error as -" enter Purch org  ". whose msg class - ME and msg num - 083.
    thn from t-code SWUY,i creating and linked workflow for the msg.
    Now while testing,when m goin to t-code ME21, and goin to the long text of tht error msg.....the button to start workflow is not getttin enabled. tht is still disable.
    PLease tell r thr any other back ground settings to be done for this.
    Regards
    Nitin

    Hi,
    Your workflow landed up in Error and you want to Restart it right.
    Go to SWPR and check that workflow is there.
    If found, select it and Restart it.
    Regards,
    Surjith

Maybe you are looking for

  • Connection to serial port for communication RFID

    HI, I have occurred problem in communication to serial port for accessing the RFID through Serial Port COM1 or COM2 . I got garbage values of Card . Please give me the code for accessing serial port and indicter the cadr is detected by RFID and read

  • MP3 on desktop wont open in iTunes or add to library, has done so in past

    I've been trying to add two MP3 files that are on my desktop with no luck. If I double click on them, iTunes opens but does not play the music, and the music is not in my library. I've tried adding them to the music folder or selecting "Add to librar

  • Parallel Caching Issue

    We have found issues with the parallel loading of the OLAP cache using reporting agent jobs where entries are not populated correctly.We rely on the OLAP cache for delivering the very high levels of concurrency during the peak times. Once the main ba

  • Oracle EL 5 & 11gR1

    Hi, I am trying to get 11gR1 installed on Oracle Enterprise Linux 5. I am using VMWare (not Oracle VMware) for installing EL x86_64. I have downloaded the 5 parts of EL from the Edelivery, where i also see "Enterprise Linux Release 5 for x86_64 Sourc

  • How to transfer pictures from camera to Macbook Pro

    i dont have the mac yet but im getting one, but im a photographer and i usually transfer pictures through memory card in my computer(Sony) please help me thank you