Error -1074117754 thrown when sequence tries to initialize PXI-4070

My customer is reporting that when TestStand attempts to initialize hardware at the start of the product test sequences, the system throws an error -1074117754.  He believes that it's associated with the PXI-4070 DMM, as he also cannot talk to the card with the soft front panel.  Has anyone seen this code before?  Any ideas what it means?  Any known fixes?  Thanks!

Issues concerning this error have typically indicated faulty hardware in the past, so you may have to RMA it.  However, before you try that, try the following troubleshooting steps:
- Reboot
- Re-install DMM drivers (make sure to use the newest version: 2.6)
- Try the card in a different PXI slot
- Try the card in a different PXI chassis
- Try a different DMM in the same PXI chassis and see if it works
Again, we've seen this issue before, so if it persists, contact support so you can send it in for repair.
Elijah Kerry
Senior Product Manager, LabVIEW
Follow my Software Engineering for LabVIEW Blog

Similar Messages

  • The following error message came when I tried to open Firefox and install Firefox Home. "can't create mcafee plug-in object: TypeError: Components.classes[cid] is undefined"

    The following error message came when I tried to open Firefox and install Firefox Home.
    "can't create mcafee plug-in object: TypeError: Components.classes[cid] is undefined"

    This issue can be caused by an extension or plugin that isn't working properly.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • HT201442 Activation Error pops up when I trying to restarting my iPhone

    Activation Error pops up when I trying to restarting my iPhone

    Hello Lazyboy7,
    Thank you for using Apple Support Communities!
    It sounds like you are getting an error message from iTunes when trying to manually backup with your USB cord.
    I found this article to help troubleshoot what might be going on here:
    iOS: Troubleshooting backup issues in iTunes
    http://support.apple.com/kb/ts2529
    Take care,
    Sterling

  • I get error code 1645 when im trying to update my ipad 3 for the operating system update

    i get error code 1645 when im trying to update my ipad 3 for the latest operating system update

    Look at the solution for error 1645 on this link.
    https://discussions.apple.com/thread/3162831?start=0&tstart=0
     Cheers, Tom

  • I have error code 2330 when i tried to download itunes 10.5, how do I fix the problem?

    I have error code 2330 when I tried to download itunes 10.5. Different sites I have visited give different solutions and most seem to indicate removing the current itunes program then reinstalling the new 10.5. I did try to remove the program but it took a long time and I had to reboot the computer. Has anyone had the same issue and how did they fix the problem?

    I was having this problem with my wife's computer today so I did a Check Disk from the command prompt. (start/run then type chkdsk) let it do its thing then restart windows and it does some other BS on the start up. Relaunch itunes and then retry to download. I went to the apple website and click on the download and saved the file to my desk top then ran it from there. Let me know if you have the same luck. -Mike

  • I keep getting error msg 1015 when I tried to restore my iphone

    I keep getting error msg 1015 when I try to restore my iphone, What can I do fix this issue

    Error 1015: This error is typically caused by attempts to downgrade the iPhone, iPad, or iPod touch's software. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version is not supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple. This error can also occur when an unauthorized modification of the iOS has occurred and you are now trying to restore to an authorized, default state.

  • Error number 7 when LabView tries to open file

    I get the following error when LabView tries to open a file -
    " Error 7 occoured at Open File+.vipen File.
    Possible reasons:
    Labview: File not Found .
    or
    NI-488: Non-existent board.
    Having searched through the archives here the error usually occurs when LabView cannot find the file. Well this time i know the file is there, i have even used the 'read from spreadsheet file' vi with the dialog box option to show LabView where the file is. When i copy just the open file code into another (blank) vi it runs correctly but in the middle of all my other code it kicks up this error. I ahve had the code working no problem before so this problem has just arose over the past week. Very frustrating.
    Any help appreciat
    ed

    Hi,
    You need to check the full path that you are passing to the Open File+.vi. Make sure that if you are deriving the file from say the file constants such as the Current VI's Path, that if the VI is contained in a LLB, then this will be in the path name. eg ..\myLib.llb\myActualVI.vi. Therefore, you will have to strip out the llb. Similarly, if you have built an exe file, the pathname will contain the myEXE.exe.
    Hope this provides some pointers. If not then post your VI, so others can help pin point your problem.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • JAVA Error Messages Thrown When Deploying Map Viewer

    Hello,
    Thank you for taking the time to assist with this problem.
    I am fairly new to java, and so I have little understanding of what certain error messages mean after I deploy Map Viewer through oc4j.
    I have poked around on the Web enough to have a feeling that the application is searching for certain necessary classes, and that it can't fully deploy without these classes. If this is true, where are these classes located and/or how do I point to them so that the application can find them?
    There are one group of errors thrown when attempting to deploy Map Viewer, and then another set when attempting to create a "dynamic data source" from the Map Viewer admin page.
    Following are the error messages:
    (happens upon attempted deployment:)
    08/06/12 11:08:22 java.lang.NoClassDefFoundError
    08/06/12 11:08:22 at java.lang.Class.forName0(Native Method)
    08/06/12 11:08:22 at java.lang.Class.forName(Class.java:164)
    08/06/12 11:08:22 at java.awt.Toolkit$2.run(Toolkit.java:821)
    08/06/12 11:08:22 at java.security.AccessController.doPrivileged(Native Method)
    08/06/12 11:08:22 at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
    08/06/12 11:08:22 at oracle.sdovis.GlobalVisContext.<clinit>(GlobalVisContext.java:48)
    08/06/12 11:08:22 at oracle.sdovis.MapMaker.setUGP(MapMaker.java:2334)
    08/06/12 11:08:22 at
    oracle.lbs.mapserver.core.MapperConfig.loadMapViewerConfig(MapperConfig.java:1082)
    08/06/12 11:08:22 at oracle.lbs.mapserver.core.MapperConfig.loadConfigFile(MapperConfig.java:492)
    08/06/12 11:08:22 at oracle.lbs.mapserver.core.MapperConfig.<init>(MapperConfig.java:274)
    08/06/12 11:08:22 at oracle.lbs.mapserver.MapServerImpl.<init>(MapServerImpl.java:125)
    08/06/12 11:08:22 at oracle.lbs.mapserver.MapServerImpl.<init>(MapServerImpl.java:109)
    08/06/12 11:08:22 at oracle.lbs.mapserver.oms$ColdStart.run(oms.java:212)
    08/06/12 11:08:22 at java.lang.Thread.run(Thread.java:595)
    (happens after I attempt to create a "dynamic data source":)
    08/06/12 11:13:23 java.lang.NullPointerException
    08/06/12 11:13:23 at oracle.lbs.mapcache.config.ConfigLoader.loadDBConfigs(ConfigLoader.java:239)
    08/06/12 11:13:23 at oracle.lbs.mapcache.config.ConfigLoader.loadCacheConfigs(ConfigLoader.java:84)
    08/06/12 11:13:23 at oracle.lbs.mapcache.MapCacheServer.<init>(MapCacheServer.java:83)
    08/06/12 11:13:23 at oracle.lbs.mapcache.MCSServlet$ColdStart.run(MCSServlet.java:87)
    08/06/12 11:13:23 at java.lang.Thread.run(Thread.java:595)
    08/06/12 11:13:23 java.lang.NullPointerException
    08/06/12 11:13:23 at oracle.lbs.foi.FOIServer.<init>(FOIServer.java:163)
    08/06/12 11:13:23 at oracle.lbs.foi.FOIServlet$ColdStart.run(FOIServlet.java:127)
    08/06/12 11:13:23 at java.lang.Thread.run(Thread.java:595)
    Also, when the second series of error messages are thrown, a red error message displays on the admin html page, which reads, "MapViewer server is still starting up." It doesn't matter how long I wait, it never does start up, and of course the error messages tell something is wrong.
    Do I need to modify a file somewhere to tell Map Viewer where to look for these classes?
    By the way I am running on a Sun server with Solaris 9
    Thank you much,
    John
    Message was edited by: John
    user641525

    For future reference,
    The problem was finally solved. Someone suggested to me to make sure I was running jdk 1.5.0 by typing "java -version" It turns out I thought I was running 1.5.0, but in actuality I was running 1.4.2.
    The reason this was confusing was because I was pointing to the newer version when exporting the JAVA_HOME env. variable, by typing "export JAVA_HOME=[full path to jdk folder].
    But the trick was to append the full paths for jdk/bin and jdk/jre/bin to the front of the PATH variable. At first I appened the paths to the end of the PATH variable, and nothing happened.
    Basically, the mapviewer installation needs to look at the bin folders for the 1.5.0 version of the jdk.
    You can always test this by typing "java -version." If your PATH variable is correct, then you'll see information on the most recent jdk installation instead of an older version.
    John

  • Why I got error ORA-02429 when I tried to drop a tablespace?

    I use the following command to drop the tablespace:
    drop tablespace users including contents and datafiles;The error message is below:
    Error report:
    SQL Error: ORA-00604: error occurred at recursive SQL level 1
    ORA-02429: cannot drop index used for enforcement of unique/primary key
    00604. 00000 -  "error occurred at recursive SQL level %s"
    *Cause:    An error occurred while processing a recursive SQL statement
               (a statement applying to internal dictionary tables).
    *Action:   If the situation described in the next error on the stack
               can be corrected, do so; otherwise contact Oracle Support.However, I have removed all the tables and indexes in this tablespace.
    Nothing found when I issued the following enquiries.
    select index_name from user_indexes where TABLESPACE_NAME = 'USERS';
    select table_name from user_tables where TABLESPACE_NAME = 'USERS';Is there anything I missed?
    Thanks in advance.

    999274 wrote:
    Could you please let me know how to purge recyclebin ?It's bad form to hijack someone else's thread for your own questions.
    As for your question
    =================================================
    Learning how to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
    Go to [url tahiti.oracle.com]tahiti.oracle.com.
    Locate the link for your Oracle product and version, and click on it.
    You are now at the entire documentation set for your selected Oracle product and version.
    <b><i><u>BOOKMARK THAT LOCATION</u></i></b>
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab (for 10.x) or the "Master Book List" link (for 11.x) you will find the complete documentation library.
    Spend a few minutes just getting familiar with what <b><i><u>kind</u></i></b> of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what <b><i><u>kind</u></i></b> of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth. They are <b><i><u>reference</b></i></u> manuals. Just get familiar with <b><i><u>what</b></i></u> is there to <b><i><u>be</b></i></u> referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Take a look in your alert log. One of the first things listed at startup is the initialization parms with non-default values. Read up on each one of them (listed in your alert log) in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - When you have finished reading the Concepts Manual, do it again.
    Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.
    =================================

  • An error message occured when I tried to test my rule in wanavigator

    Hi, all.
    I tried to deploy my rule as a web service with ws generation tool. After I deplyed my generated .ear file, I tried to test it in wsnavigator. When I found my ws and clicked on it, I got an error message which is below.
    "Invalid Response Code: (404) Not Found. The request URL was:"http://iwdfvm1047.wdf.sap.corp:50000/setcallcharge/SetCallChargeService". Check, whether the URL is correct, and the Web Service that you are requesting is up and running."
    I had no idea what`s wrong with my ws. Can anyone give me a hand?
    Thx
    Best Regards.
    Louis Huang.

    Hello Louis,
    This problem may be occurring because you are using an earlier version of CE 7.11 Beta. I would suggest your using a newer version of CE which is now available on SDN - https://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/00846edd-355b-2b10-f38c-df94ec96eb74
    We have tested the web service you had sent me, with this version and it works as expected.
    Please do let us know if you need any further clarifications.
    Regards,
    Arti

  • "Printing: Error while printing" when I tries to Save - How?

    Since recently, whenever I tried to save a Pages document, Pages freezes for a few minutes, then show me a system message that says "Printing: Error while printing". I did not ask Pages to print anything! Please advice. Thank you very much.

    You have not provided exact system info, no details about your documents, your save locations nor even told us what version of PS, so nobody can even begin to guess.
    Mylenium

  • HT1414 hi ive got an iphone and i wanted to restore it and and it got 3 quartes done then it comes up with error -1 and when i tried to turn it on all it would come up with is connect to itunes and ive tried to restore it about 5 times now but nothing is

    hey my iphone 4 gsm is now stuck on the image on connecting to itunes i tried restoring and after 3/4 it would stop and a message would come up saying error -1 and now i cant even turn it on ive done it 5 times now and very fustrated

    if anyone else has this problem what u do it as soon as it gets stuck to where it normal stops quickly take out ur sim card
    and it should work

  • TS1424 what is error code 1009 when i tried to download or update the apps

    i had been worked with itunes and iphone's app store since 1 year ago
    and i have credit in my account
    suddenly from 5 days ago when i wanted to download the appliction from app store the error code 1009 is appeared and i cant update my purchased apps from that time too
    what can i do

    Hi amir vaziry!
    It sounds  like you may have an issue with connecting to the iTunes Store. We have an that can deal with that issue, and it can be found here:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    If you are still having issues with your iTunes Store connection after following that article, you may also want to view the Advanced iTunes Store troubleshooting article, located here:
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    Take care, and thanks for visiting the Apple Support Communities.
    -Braden

  • Im getting error code 50 when i tried to sync

    how can i fix error 50, it came up while i was updating my iphone and now my phone is unuseable

    I have tried the procedures described in diagnostics, but without success.
    Quickly doublechecking ... that's the procedures from the following document?
    iTunes: Error 13019 during sync

  • How to rectify an error is thrown when creting an PO

    HI,
    When creating the Purchase Order. Its showing an error as" Source not included in list despite source list requirement". What is the problem how to retify it.
    This error message is populated when i entered the Requisitioner column value

    Hi Preethi,
    In order to create PO through BAPI, Pass the Header data and the item data with all the required Line items. Also you need to pass the PR number and line item for that. Ans also you need to pass the accounting Information Like GL account cost center and controlling area details.
    Let me know if you require any other info.
    Regards,
    ram
    Pls reward points if helpful

Maybe you are looking for

  • Slow Internet download speed, OSX 10.9.5

    Since updated to 10.9.5, my Mac Pro Internet download speed down to 7 Mbps, and same on My MacBook Pro 10.9.5 too. both use to be 70 Mbps. I am paying $50.00 extra to get the highest speed from Time Warner. My iMac is 10.9.3, tops 70 Mbps. My iPhone

  • Access data service from Oracle

    Would like to know how plsql in oracle may access data service in ODSI? Have to use web service? or more 'native' library in plsql? Thx!

  • Need sql to get count of workbooks written on top of seeded noetix views

    Hello, we have Apps mode end user layer which is created by NOETIX since we purchased NOETIX views and EUL. We are trying to figure out how many of our workbooks are written on top of seeded Noetix views (Folders in business areas of Noetix generated

  • ITunes credit vanished

    So I was browsing through iTunes for a few songs to PURCHASE, then I clicked on an album I liked and before I clicked on BUY ALBUM I looked at my credit amount and I had 38.88 left, so I went ahead and clicked on BUY ALBUM. The next thing I know, the

  • Add database to OEM gridcontrol

    Hello, I see all other databases in OEM grid control. I have created a new instance on the server, then restarted the grid management agent emctl however the new database wasn't listed in the OEM databases page. Can someone please tell how can I regi