Error -63150 when accessing FPGA FIFO in host VI

I have a problem accessing a target-to-host FIFO in the host VI (32767 elements, U16) using the FIFO invoke node:
FIFO.stop works without error
FIFO.start and FIFO.read result in the following error message:
Error -63150 occurred at Invoke Method: FIFO.Read in host.vi
Possible reason(s): NI-RIO:  (Hex 0xFFFF0952) An unspecified hardware failure has occurred. The operation could not be completed.
I already tried the following:
removed all other PCI/PCIe cards from the PC (except the graphics card in PCIe slot 1): didn't help.
I put the connector card for the PXIe chassis (which was originally in PCIe slot 2) to slot 3 and 4, respectively (see below for motherboard details): didn't help.
I put the connector card into another (older and much too slow) PC (WinXP). There, everything is running fine.
Hardware/software Details:
target: PXIe-7962R (with mounted FlexRIO adapter NI 5751; PCI bus 9, device 0, function 0). The device is displayed as working properly both in the Windows Device Manager and in Measurement & Automation Explorer.
chassis: PXIe-1073 (FPGA card is in slot 2, a PXI-6229 card is in hybrid slot 4)
LabVIEW 2010 SP1 with FPGA module 10.0.01
NI-RIO 3.6
operating system: Windows 7 Enterprise (32bit, Service Pack 1)
processor: Core i7 960
motherboard: ASROCK X58 Deluxe3: http://www.asrock.com/mb/overview.de.asp?Model=X58%20Deluxe3&cat=Specifications
What could I do to fix this problem? Any hint highly appreciated.
Solved!
Go to Solution.

Current status (still not solved):
reinstalling Windows 7 (32bit Enterprise Edition) and LV2010 SP1 with FPGA module and drivers didn't help. Error is still there.
@cheggers: the error is produced when FIFO.read() is executed the first time, it's not only after stop/start.
trying the chassis/cards and test VI on a similar PC: there it works perfectly. This other PC differs only the following aspects from mine:
motherboard: ASUS P6T DELUXE
processor: core i7 950 instead of 960
RAM: 12GB (12GB DDR3 1333MHz Memory) instead 6GB (DDR3 1333MHz Memory)
OS: Windows 7 64bit Ultimate instead of 32bit Enterprise
graphics card: NVIDIA GeForce GFX 460 instead of Quadro NVS 295
FPGA module: 10.0.0 instead of 10.0.1
It really seems to be related my PC's hardware. Motherboard, processor, memory, graphics card???

Similar Messages

  • Error message in TRFC 'An SQL error occurred when accessing a table'

    Hi all,
    Can any one tell what this below error message is about in while go into TRFC
    'An SQL error occurred when accessing a table'.
    and please tell me how to solve this problem.

    Hi
    Try to see what all tables are accessed by data source. and see if there is any lock on that..
    If some other job is accessing that table - then there might be lock on that which is causing failure..
    1) Try looking at ST22 dump also..
    2) Try to do RSA3 in R/3 and if see if its is fetching any records or not..
    Hoep it helps
    --SA

  • ITunes for Windows: Error -9812 when accessing the iTunes Store

    So here is the situation. When I try to access our iTunes U site from the public link it works great, when I go thru the link that has me authenticicate it works on macs but on PC's I get the error message "iTunes for Windows: Error -9812 when accessing the iTunes Store" it's happening all thru our campus with PC users. Any ideas?????

    We're having similar connection issues, and the error log on our web server says something about a certificate error. I noted that last year on this date there were messages related to certificates. Is it possible they are updated every Dec 2, and we should count on some down time?
    Katie

  • RSQL ERROR 23 WHEN ACCESSING TABLE "BKPF"

    Can you tell me what is wrong with this statement.  I get an ABAP runtime error.
    DBIF_RSQL_INVALID_RSQL.
    RSQL ERROR 23 WHEN ACCESSING TABLE "BKPF"
    START-OF-SELECTION.
      SELECT BUDAT BLDAT BLART XBLNR_ALT BKTXT XSNET WAERS FROM BKPF INTO
      IT_BKPF
             WHERE BUKRS = '0004'
             AND BLDAT > '2007/01/01'.

    It was the same with me. My declaration for "TYPES" wasn't like my "SELECT".
    I have a tip: In your "SELECT", select all fields that was declared in your "TYPES".
    Example:
    TYPES: BEGIN OF ty_bkpf,
       bukrs TYPE BKPF-BUKRS,
       belnr TYPE BKPF-BELNR,
       blart TYPE BKPF-BLART,
       budat TYPE BKPF-BUDAT.
    TYPES: END OF ty_bkpf.
    DATA: T_BKPF  TYPE TABLE OF ty_bkpf,
    SELECT BUKRS BELNR BLART BUDAT
       INTO TABLE T_BKPF
       FROM BKPF
       WHERE MONAT = '11'
         AND GJAHR = '2013'.
    Best Regards

  • Error message when accessing account/ contact list

    Hi experts,
    One of our users encountered this error message when accessing account and contact list.
    message=>
    Error: originating at /OnDemand/user/AccountList
    拒绝访问。(SBL-DAT-00542)
    Weird thing is she has exact the same user set up as others (same role, privilege, pagelayout, etc), but only she got this problem.
    Does anyone know how to fix this, please?
    Thanks,
    Sabrina

    Sabrina, I would recommend contacting On Demand customer care in reference to this issue.

  • I have an internet connection but keep getting error 306 when accessing I tunes store

    I keep getting error 306 when accessing I Tunes store but I have an internet connection.  What do I do to repair?

    Perhaps try the iTunes Store loads partially or returns "Error 306" or "Error 10054" section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • Error message when access WLS: active sockets and socket readers configuration

    Hi,
    I got the following error when I tried to access the WLS using a program to get
    the mbeans data.
    This error happens when I have 3 or more servers running ( 1 admin server, 2 or
    more managed servers). With cluster with more than 2 servers running, this error
    also occurs.
    <Sep 10, 2001 8:35:01 PM CDT> <Warning> <JavaSocketMuxer> <There are: '3' active
    sockets, but the maximum number of socket readers allowed by theconfiguration
    is: '2', you may want alter your configuration.>
    I creased the socket readers from 33% to 66%, but I still got the same error.
    I'm using WLS version 6.0 sp2
    My configuration is:
    Execute Threads = 15,
    Socket Readers = 33% or 66%
    Does anyone know how to fix this ? I am really appreciate for any suggestions.
    thanks,
    Kieu

    thank you, I just found out about setting those sockets using command line options
    an hour ago. But thanks a lot.
    -Kieu
    Kaye Wilcox <[email protected]> wrote:
    Kieu,
    You could try increasing the number of execute threads, you can do this
    via
    the admin console on the <server> --> Tuning tab.
    See http://edocs.bea.com/wls/docs60/perform/WLSTuning.html#1104317 for
    guidelines on setting the thread pool size and the number of socket readers.
    Here is a link that talks about socket communication in a cluster
    http://edocs.bea.com/wls/docs60/cluster/features.html#1007001.

  • HELP!  Unknown Error (-50) when accessing Music Store

    When I try to access Music Store I get the following error message:
    "We could not complete your Music Store request. An unknown error occured (-50). There was an error in the music store. Please try again later."
    I have had this for several days. I have re-installed the software and the latest version of i-tunes. My firewall is set to permit i-tunes. Can anyone help?

    hmmmm. the rules for that are different depending on whether you're trying to get to music or videos.
    if it's related to music, see:
    iTunes for Windows: Error (-50) or (403) occurs when accessing the iTunes Music Store
    ... and:
    iTunes for Windows: Music Store - Using With Internet Filters or Accelerators
    but if it's related to videos, see:
    iTunes Music Store: Error (-50) when downloading purchased videos

  • Ical server error message when accessed remotely

    hello we have a 10.6.7 ical server running mostly smoothly when accessed from the LAN.
    however, when accessed remotely it generates the following error message:
    The server responded with “HTTP/1.1 501 Not Implemented” to operation CalDAVAccountRefreshQueueableOperation.
    the message provides the following 2 responses / buttons: stay offline or go online - trouble is once you click go online, it comes up with the same message again.
    unfortunately, research the error message has so far not produced any promising results, thus any ideas would be much appreciated.

    There are many reports here on this site about this, crossing different carriers and regions of the world. Consequently, the only deduction that can be made is that this is a system-level issue rather than a single user issue. Hence, what each affected user must do is contact their mobile service provider for formal support and possible escalation up to BlackBerry.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Keep getting Error 999 when accessing My Yahoo!

    Last week I started getting the Error 999 when trying to access my homepage which is My Yahoo! Sometimes it seems to go away but comes back. I've cleared my cache with no luck. I upgraded to 7.0.1 of Firefox on my MAC (10.7) and I am not aware of any system changes when this started to occur.

    Try deleting, empty trash and re-install from Mac App Store.

  • Error 403 when accessing iCalendar

    When accessing iCalendar I receive the message error 403 on CalDAVAccountRefreshQueueableOperation. Can anyone tell me how to fix it?

    In September iCloud stopped the service for iCal on Macs, not for all but for a number of iCloud users.
    You are one of these iCloud users. A fresh Yosemite shows the same error message, for one months now.

  • Internal Server error coming when accessing MSDN forum

    Hi.
    I keep getting below error when accessing forum or refreshing forum pages. I can see from
    this thread that such issue was there couple of years back
    This error is coming again.  And is very frequent but when same page is refreshed couple of times page loads properly.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

    I am getting Internal Server Error very frequently since the last two days. Almost 1 refresh on 2 ends with the Internal Server Error message.
    I am using Google Chrome (Up-to-date) and I am connecting from France. Hope that helps.
    This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
    Get Active Directory User Last Logon
    Create an Active Directory test domain similar to the production one
    Management of test accounts in an Active Directory production domain - Part I
    Management of test accounts in an Active Directory production domain - Part II
    Management of test accounts in an Active Directory production domain - Part III
    Reset Active Directory user password

  • Reader error message when accessing documents on other websites

    have repaired adobe reader twice, still get "adobe reader error" message when trying  to access my visa acct. run vista home basic. What is problem. Also seems to cause windows to close IE on me through  daa execution program. I am a thoroughly confused computer nerd on this.

    We cannot know. Your information is way too vague to make any sense of it and the whole affair sounds utterly unrelated to Adobe software in the first place. Perhaps some security tool running amok, perhaps simply a missing system library, perhaps a failed install. Who's to say?
    Mylenium

  • Error 1009 when accessing webservice elements

    I'm learning flex and Flash Builder 4.6 and doing a small example project.
    I've created a mobile app test using a web service. I got the web service to work, creating xml dataset. I can get the flex code to access the web service and read the file. That works so far. The code reads the whole xml file from the web service and presents it. What I don't quite see is how to read only the elements. When I specify the .LastResult.element.element I get Error #1009: Cannot access a property or method of a null object reference. during runtime.
    I can post the  webservice xml result if that helps. Thanks for any insights.
    Here's the code
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark"
            xmlns:mx="library://ns.adobe.com/flex/mx"
            creationComplete="view1_creationCompleteHandler(event)"
            xmlns:service1="services.service1.*"
            xmlns:uws_lookups="services.uws_lookups.*"
            title="HomeView">
        <fx:Script>
            <![CDATA[
                import mx.rpc.soap.WebService;
                import mx.collections.ArrayCollection;
                import mx.rpc.AsyncResponder;
                import mx.collections.XMLListCollection;
                import mx.events.FlexEvent;
                import mx.rpc.events.ResultEvent;       
                import spark.events.IndexChangeEvent;
                import spark.events.TextOperationEvent;
            ]]>
        </fx:Script>
        <fx:Declarations>
            <s:WebService
                id="SampleDBwebserviceCS"
                wsdl="http://localhost:57074/Service1.asmx?WSDL"
                showBusyCursor="true" 
                useProxy= "false"
                makeObjectsBindable="true">
                <s:operation  name="Getmember" resultFormat="xml">
                </s:operation>
            </s:WebService>
            <s:CallResponder id="GetmemberResult"/>
            <service1:Service1 id="service1"/>
        </fx:Declarations>
        <s:VGroup width="60%" height="60%" color="#10851E" fontFamily="Arial" fontSize="10"
                  fontWeight="normal" horizontalAlign="center" verticalAlign="middle">    
            <s:TextArea id="lblResult" x="2" y="0" width="188" height="234"
                        creationComplete="view1_creationCompleteHandler(event)"
                        text="{GetmemberResult.lastResult}"> 
            </s:TextArea>
            <!-- Returns the whole xml result - all fields  all xml definitions -->
            <!-- Want to return GetmemberResult.lastResult.Sales.FirstName -->
            <!-- however this causes a 1009 error on Sales-->
            <s:Button
                label="Get Data"
                click="SampleDBwebserviceCS.Getmember.send(); lblResult.text = SampleDBwebserviceCS.Getmember.lastResult"
                x="10"
                y="568">
            </s:Button>   
        </s:VGroup>
    </s:View>
    1009 error when I insert this property in the <s:Button   tag: 
    click="SampleDBwebserviceCS.Getmember.send(); lblResult.text = SampleDBwebserviceCS.Getmember.lastResult.Sales.FirstName"
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at views::SampleSQLHomeView/___SampleSQLHomeView_Button1_click()[C:\Users\phillip\Adobe Flash Builder 4.6\SampleSQL\src\views\SampleSQLHomeView.mxml:121]

    I'd have to see the xml to say what, but 1009 is what it says - a null reference has no properties, it is null.
    Try tracing out SampleWebServiceCS.GetMember and you'll quickly see where along your .element.element path you have an error.
    (BTW, I've not used s:Operation before, but is your syntax correct?)
    G

  • Error 5002 when accessing shopping cart

    Hi:
    I keep getting the above error message when I try to access my shopping cart.
    I am able to access the iTunes store, and all other sections of the software, but when I try to access the shopping I get a connection timeout and the above non-specified error.
    Can anyone help me? I would really like to get back to buying some music and videos.
    Desktop PC   Windows XP Pro  

    This is a bit of a long shot, but it worked for another user, so it's worth a try. Go to the iTunes Store preferences, select "Buy and Download Using 1-Click", close the preferences window, reopen the preferences window and reselect "Buy and Download Using Shopping Cart". Then see if your Shopping Cart will work.
    Another user reported that the problem occurred when his credit card expiration date needed updating. Log into your iTunes Store account and check your credit card information.
    If neither of those suggestions helps, you may need to contact the iTunes Store customer support department through the form at the bottom of their web pageand explain the problem to them.
    Hope this helps.

Maybe you are looking for