Error code 0xBFF62007 using ncConfigCANNet.vi

Does anyone know how to clear error code 0xBFF62007 from LabView's ncConfigCANNet.vi? Seems the only way to clear this error code is to reset my PXI-1000 chassis system and rerun the code. I'm currently using LabView 7.1 and also using a NI PXI-8310 to communicate from a laptop to the PXI chassis system.

Hello. 
Thank you for posting to the NI Discussion Forums. 
The error code 0xBFF62007 states that "You attempted to set a configuration attribute while the object is running.  Solutions: Configure attributes prior to opening the object; Stop and restart communication as needed so that you can update configuration attributes."  Thus, it seems like when you change the attributes if the program is already running, it can cause undesirable effects in the program.  If you wish to change the attributes, I would recommend closing the CAN object, making the change, and then reopening the object.  You could use a case statement to discard the error from your program, but it will still require you to reopen the CAN object because the error has already occured.  Is there a reason why you need to change these attributes on the fly?  I would recommend that instead of catching the error, rework the way that your program operates to avoid this behavior.  This should yield the desired results. 
Let me know if I can help you with anything further!
Brian F
Applications Engineer
National Instruments

Similar Messages

  • Receiving an error while trying to installed Photoshop CS4 . error code 6. using windows 7

    receiving an error while trying to installed Photoshop CS4 . error code 6. using windows 7

    There isn't much here which is actionable.  Please review your installation logs by following the steps listed at Troubleshoot installation with install logs | CS3, CS4 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-installation-install-logs-cs3.html.

  • Old visa open, error code 1073807343, using VISA with a GPIB device, and VISA resource names

    Hi everyone,
    I'm trying to get a SRS model SR720 LCR meter (manual on this page) working with LabView, connecting it to my PC with an Agilent 82357A GPIB/USB interface (manual on this page). I'm running MAX version 14.0, and NI-VISA version 14.0. I'm running LabView version 13.0f2, 32 bit.
    I followed the directions on this page, and I'm pretty confident I can communicate with my LCR meter, because I can go to NI MAX->GPIB0::17::INSTR under "devices and interfaces", then go to the VISA test panel, go to the I/O tab, and I can enter a few commands from the SR720 manual, like changing the frequency, and I see the light on the LCR meter change to what I just told it to do. Here is a picture, just to illustrate it:
    Also, if I do the *IDN? command, it returns "
    9: Write Operation (*IDN?)
    Return Count: 5 bytes
    10: Read Operation
    Return Count: 41 bytes
    StanfordResearchSystems,SR720,08087,1.03\n
     So, that's good too. I also made the alias of this device "MyLCRmeter", but that shouldn't matter for now.
    Now I'm trying to get it to work in a more usable way. The SR7xx drivers that LabView found for me came with a couple sample programs, one called "Getting Started.vi". I tried to just simply see if it worked, changing the "instrument descriptor" field to "GPIB0::17::INSTR", since that's the one that seemed to be the right device in MAX. Here is a picture of the front panel of "Getting Started.vi":
    Trying to run it like this gave me this error (code -1073807343):
    Old VISA Open in SR715/720 Initialize.vi->SR715/720 Getting Started.vi
    Doing a bit of searching on these forums, I found these few threads (1 2 3), which seem to tell me that, since this program was written, the way you open VISA has changed. In the 2nd of those links, one guy said:
    You just have to replace the Old VISA Open function with the VISA Open that is on the Instrument I/O>VISA>VISA Advanced palette. When you do that, the wire to the string that was used for the resource name will be broken. Delete the string and make the actual VISA Resource Name visible on the front panel. Wire the VISA Resource Name control to the connector pane where the string control was (upper left connection).
    So, I went into the sub-VI Initialize.vi, and did that. Here is a picture of what the front panel and block diagram of the sub-VI Initialize2.vi (I changed the name in case I screwed things up, but I'm pretty sure the new one is the one being called by Getting Started.vi) looked like before I changed anything (you can see the Old VISA Open):
    and here it is after replacing that with the regular VISA Open, deleting the instrument descriptor string and replacing it with a VISA resource, and connecting that to the VISA Open:
    However, as you can see in the image above, and it seems like someone else had this problem in the 2nd thread linked above, I don't see my device listed in the drop-down menu (even if I refresh), only "LPT1" (I don't even know what that is):
    No, I wasnt able to select the visa resource from the pull down menu. somehow it seems disabled or something.
     If I just enter the VISA resource name from MAX manually, GPIB0::17::INSTR, and save and try running that, I get the error(code -1073807346):
    VISA Open in SR715/720 Initialize2.vi->SR715/720 Getting Started.vi
    So I'm not sure where to go from there, or why it's not in the drop down menu to begin with. I'm sorry if I've missed something but I've searched about as far as I can go. If I had to guess, maybe one thing could be that in MAX, under Tools->NI-VISA->VISA Options->My System->Conflict manager, I have both Agilent VISA and NI VISA enabled; I know sometimes problems arise from conflicts between different software fighting over the same hardware. Is this okay, or do I need to change it?
    Thank you and please let me know if there is any other code/screenshots I could provide that could help!

    Hi, I did indeed enable NiVisaTulip.dll under MAX->Tools->NI-VISA->VISA Options->My system->Passports->List of passports. Sorry, I should have mentioned that explicitly.
    By install as primary, do you just mean as it is here, where it is selected as the "Preferred VISA"?
    Or somewhere else? I installed NI-VISA first I believe, and then the Agilent one, and during the installation of the Agilent one, I'm pretty sure I made it not the primary. Here's what I have in the Agilent (it's called Keysight now) Connection Expert software:
    I also have this under the "Keysight 488 options" tab:
    Should that be checked? I don't actually know the role of VISA vs 488 here...
    What could I try?
    Thank you!

  • ORA-00600: internal error code while using UpdateXML to update xml content

    Hi,
    I have been using the UpdateXML command to replace content of xml stored in XMLType. It was working absolutely fine.
    Below is the query:
    UPDATE temp d SET d.message_content = updateXML(d.message_content,'//*[.="Test" ]/text()','"Test123"') WHERE                          existsNode(d.message_content,'//*[.="Test"]')=1";
    But now i'm getting an exception as follows:
    ORA-00600: internal error code, arguments: [qmcxeUpdateXml:2.1], [], [], [], [], [], [], []
    The table uses a Free Test Index.
    I searched the forum and found from the given link https://forums.oracle.com/forums/thread.jspa?threadID=2352772 that corrupted Index may be the cause of this problem. I'm still clueless :(
    Can someone help me?

    Hi sprightee,
    That thread you found seems to be a different problem (Ora-600 argument is different)
    I think you have hit bug 6811908, at least if Odie is correct about your version.
    Bug says No workaround - Fixed in 11.1.0.8
    Regards
    Peter

  • ORA-00600: internal error code while using packages

    ORA-00600: internal error code, arguments: [kkxpityp1], [ ] , [ ] , [ ] , [ ] , [ ] , [ ]
    I am trying to use a select * from table(IBLCOMAN04.shortage.getIblTbl) where
    IBLCOMAN04: is the schema name
    shortage: is the package name
    getIblTbl is a table function.
    The resultset obtained from select * from table(IBLCOMAN04.shortage.getIblTbl) is used to print a report.
    we are using a pipeline function in getIblTbl to generate this report. but it is failing with the following error.
    Any workaround or solutions to this???

    Hi,
    Please try looking into this link, it has some information on the error you are getting.
    ORA-00600
    Thanks

  • Error: The AcquireConnection method call to the connection manager failed with error code 0xC0202009 using DB2 connection

    I have a SSIS project that I am newly running on the SQL server (2005) .  It was previously run on my PC.  I am importing data from a DB2 server to the SQL server.
    I am in the SA group on the server
    My connection to DB2 works
    When open the package and run it in preview mode, I can retrieve the data.
    When I execute the package I get the below errors:
    [MIDAS OLE DB Source [1]] Error: The AcquireConnection method call to the connection manager "NGMDSPA.alharris" failed with error code 0xC0202009.
    [DTS.Pipeline] Error: component "MIDAS OLE DB Source" (1) failed validation and returned error code 0xC020801C.
    What I have already done that has not worked:
    The original Protection level was set to EncryptSensitiveWithPassword. 
    I have reset the Package Password.
    I have set the protection level to DontSaveSensitive
    I saved the package on the server and set a Package Password.
    I created a new package, set the Protection level to DontSaveSensitive, set a package password in a configuration file using the Package Configuration Wizard.
    Error continues

    Yes.  The Drivers are installed and I have a successfull connection.  I am trouble shooting the issue on the server in BIDS.  I can connect to the DB2 server via the Connectionmanager.  I can also preview the data in the OLE
    DB source connection.  Therefore I know that I have a proper connection
    If you're setting option as DontSaveSensitive then you need to pass the connection information from configuration file/ config table. Otherwise it wont be able to use it for connecting to your source/destination servers. This is the recommended way as it
    will enable you to change connection info at runtime.
    If you want connection info to persist you need to use protection level as EncryptSensitiveUsingUserKey or EncryptSensitiveUsingPassword and set a password.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Error Code, not using a memory card

    I cannot send any documents from my laptop to the printer. There is an Error Code that says "Please Use Only One Memory Device At a Time" also the network light is flashing blue. 
    I am not using a memory card at all, just laptop to printer PLEASE HELP!

    Hi TE8762,
    I would like to help you with the symptoms your printer is experiencing. What model is it? Finding Your HP Product Model Number.
    While I wait to hear back from you, please ensure the printer is connected directly to a wall outlet and perform a power reset. To perform a power reset, leave the printer on and unplug the power cable. Leave the printer unplugged for at least 1 full minute then reconnect the power cable.
    This alone may resolve the issue, if not let me now which printer it is and we can go from there. Thanks.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Satellite A200 - Error code when using fingerprint

    Hi
    I have Satellite A200 with window vista 32 bit, when I try to log in via finger scan I got the massage (error code oxe 7210001 (An internal error occured (shared: encrypt-cryptopp(StreamTransformationFilter: invalid PKCS #7 block padding found)).)
    Can any one help me?
    Thanks

    Hello
    Im not an expert with this fingerprint tool but I noticed here in forum that reinstalling the fingerprint software could help to get rid of this problem.
    According the Toshiba website the newest fingerprint software is version 5.8.0.4024.
    Do you have it installed? If not reinstall the fingerprint software and test it again.

  • Z22 error code 109 using mac os 10.4

    when loading Palm software get error code 109 previously worked.
    Post relates to: Palm Z22

    You can get it here - http://www.mozilla.com/en-US/firefox/all-older.html

  • Getting LabVIEW load error code 59 using LabVIEW 2010 with a Run Time Engine.

    I use a vi compiled with a run time engine to run separate vi’s in my application directory. Once a file association is made with this exe file any Vi in my application directory is available to be loaded as needed. This is a process that has been very successful for me over the years and would prefer to continue using this process. Most of my applications are running in LabVIEW 8.6 and have moved them to 2009. First indications are in 2009 this process is still working. However, I plan to go on to 2010 before upgrading my test stations.
    In 2010 I get the error 59: “The source file’s compiled code has been separated, and this version of LabVIEW does not have access to separated compiled code.”
    The same dialog box also presents, (Hex 0x626)  “Cannot open a VI with separated compiled code in a Run Time Engine that has no access to the VIObjCache.”
    What can I do in the build that will get around this error?
    Thank you

    Thank you for the solution. I am sure this works until the next vi in the vi library gets this option selected.
     The bigger issue is I was doing something that National Instruments did not support. When I started in the days of LV 4.0 it was recommended to me that I use this method as virtually all my applications were for in house projects. This is still my preference because it gives the most versatility and allows modifications of single files rather than compiling the entire application.
    The final solution I ended up with for those who may be having the same issues. My recommendation for what it is worth, is to compile the application as an executable. This is from what I can tell the only acceptable and supported method. Using this method the problem is solved.
    I have accepted this as the solution. I still don't like it. I could list the reasons why but it is a mute point.
    Thanks again for taking the time to respond to this issue and offer the solution you found.

  • HT3204 unable to purchase music - keep getting error code 5002 on - using Vista

    Unable to purchase songs - keep getting error code 5002 - using Vista

    I am having the EXACT same problem. It started on June 16th also. I found out that code 5002 is supposedly a billing issue. The article directed me to edit my billing information (even though it was correct). I tried to submit the new information and was told my request could not be processed, try later. I have been trying for 3 days. Was in contact with customer service. first they said it was an Itunes Stores issue with the software. they told me it was resolved. Then they had me uninstall and then reinstall Itunes, which still didnt resolve it. I am starting to think its still an Itunes Store issue. Still trying to cintact customer service about this.

  • I cannot install iTunes on my computer, Winows 7. Error code -45075

    I cannot install iTunes on my computer. Error code -45075

    I used to have the same problem, and found a solution. It is very simple, ,just follow these steps below
    Open the 'computer' file, found on start or might be on your desktop.
    Click the C: drive, found on the left where theres a list of things such as favorites, desktop, etc
    Locate 'Users' and open it.
    Click your username
    Go to AppData. (if its not there: on top, where theres 'File | Home | Share | View', click view, and then on the Show/Hide column, place a check by Hidden Items)
    Click 'Local'
    Locate Temp, and click it.
    Highlight all the files and delete them. There might be some that you cant delete, but thats fine, just click 'skip'
    Restart your computer, and it will be fixed!
    Hope I helped

  • Secure connection failed: The Certifying Authority for this certificate is not permitted to issue a certificate with this name. (Error code: sec_error_cert_not_in_name_space) PLEASE HELP ME!!

    I have gone to this website almost everyday for years and I have not changed anything in my internet settings, but now I'm getting this message: secure connection failed: The Certifying Authority for this certificate is not permitted to issue a certificate with this name. (Error code: sec_error_cert_not_in_name_space) The only thing I KNOW I did differently, was I installed a CAC reader to my computer, since then, this has been happening. Is there a setting I can change?? E-mail is: [email protected] Thanks! Megan

    There were recently several users getting this error code who use AVAST 2015. If you recently got that program, please see:
    * [https://support.mozilla.org/questions/1029578 Can NOT access https://www.google.com for google voice, mail etc.]
    * [https://support.mozilla.org/questions/1028985 Avast Forum connection failed - works in Chrome etc.]
    * [https://support.mozilla.org/questions/1028190 Since last FF update I can't sign out of Yahoo and when I close FF it tells me it has crashed.]

  • Cannot Complete KB2919355 Update, Error Code : 0xc0000001

    Hello,
     I encountered the MS KB2919355 update problem last year, and did not succeed in installing this update. I returned to the problem a few days ago and made some progress, however full installation is still elusive.
     I have a HP m7-J010DX notebook, E0K83UAR, Intel Core i7-4700MQ CPU, Win 8.1x64
    All other Windows & HP updates are installed.
     I followed the advice in another message, and performed the following operations,
    ------------------------------------------------- KB2919335 Installation Procedure
    1. download and install
     KB2959977   2.8MB (Jan/11/2015, already installed)
     KB2938439   19.6MB
     KB2937592   303KB
     KB2934018   126.4 MB
     KB2932046   48 MB
    2. Next, resetting Windows Update components
     WindowsUpdateDiagnostic.diagcab (downloaded and ran, fixed two things)
    3. The next step is performing a System File Check
      CMD as Admin: "sfc /scannow"
      Result: (I fixed this later, see below)
       Windows Resource Protection found corrupt files but was unable to fix some
       of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
       example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
       supported in offline servicing scenarios.
    3b.
    Found the following command,
    CMD as Admin: "Dism /Online /Cleanup-Image /RestoreHealth" 
     The restore operation completed successfully.
    The component store corruption was repaired.
    Went back to step 3 ("sfc /scannow") and now received
    "Verification 100% complete.
    Windows Resource Protection did not find any integrity violations."
    4. Next, please remove KB2919355
      CMD as Admin:
      "dism /online /remove-package /packagenameackage_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14"
    (funny symbol should read "colon capital-p") 
    5. The WinSxS folder also has to be cleaned.
       CMD as Admin:
     "dism /online /cleanup-image /startcomponentcleanup /resetbase"
    6. Restart computer and then run the offline installer:
      Windows8.1-KB2919355-x64.msu        (KB2919355 690.8 MB)
    7. Restart computer during the process whenever it is required.
      Updating Computer
       ...30% complete
       Do not turn off your computer.
      This is when a problem occurred...
      circling dots moved to LHS of screen, computer restarted,
      "Your PC ran into a problem and needs to restart
      SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
      Error Code : 0xc0000001"
    Used,
    F8
    "Option 5 : Safe Mode with Networking"
    after restart,
    "we couldn't complete the updates
    undoing changes
    Don't turn off your computer"
    After a further restart the computer returned to logon.
     I would appreciate advice on how to proceed in order to complete installation of this update.
     Thank you.

    I read elsewhere that using the Advanced Options/Automatic Repair procedure could fix the installation.
    I tried this, it did not work, and now the situation is worse. The error report has changed to,
    The boot config data for your PC is missing or contains errors
    File : \EFI\Microsoft\Boot\BCD
    Error code : 0xc000000f
     The "Press F8 for Startup Settings" option no longer appears, and I can no longer get back to the log in screen and use the computer.
    I still have Troubleshoot options,
      1. Refresh your PC
      2. Reset your PC
      3. Recovery Manager (leads to USB based HP Recovery Manager
                                                                         after about 110sec of blue screen)
      4. Advanced Options
    4. Advanced Options leads to,
     1. System Restore
     2. System Image Recovery
     3. Automatic Repair
     4. Command Prompt
     5. UEFI Firmware Settings
     Every option that I have tried has failed. I do no appear to have a restore point set (though I thought that I did) so I cannot restore to an earlier date.
    F9 Boot Device Option/Boot Manager shows.
    1. OS boot Manager
    2. USB Hard Drive (UEFI)
    3. Boot From EFI File
    4. Notebook Hard Drive
    5. USB Hard Drive
     3. Boot from EFI File leads to a three options the first of which is,
    NO VOLUME LABEL, [Acpi(PNPxxxx, 0)/Pci(yyyy)/Usb(zz, 0)/HD(Part1, Sig00000000)]
     and thus eg.(there are other folders), EFI\Boot\en-gb\bootx64.efi.mui for the USB Recovery Drive which leads back to USB Drive Recovery Manager.
    There are also two other options, one for the main SSD that will no longer boot, and the other for the computers second drive (the original HDD) that has an earlier version of a booting drive C: (I cloned from the HDD -> SSD and use the HDD as a backup drive, however I left the original partitions in place).
     If I try to boot from the earlier data on the HDD (I did not really expect this to work completely) I get to the login screen, and an earlier password initially appears to be accepted, I get a brief Welcome, and then "The password is incorrect. Try again."
     I have a recent file backup and am figuring out a way to make a current file backup.
      I then plan to attempt a minimized image recovery or system recovery, unless I find a way to return to the login screen.
     Any suggestions ?
      Thank you.

  • Re: Satellite Pro C870 - No Wireless, Error code 43

    Have two new Satellite Pro C870's where the wireless was being disabled every second startup. Wireless NIC in device manager had an exclamation mark and was showing "Windows has stopped this device because it has reported problems. (Code 43)"
    After performing a system restore as advised by support the issue was still there.
    Just before sending the two laptops off for repair I undid a setting called "fast boot" in the bios (otherwise set using a Toshiba utility).
    Issue seems to have cleared after this.

    Hi
    You are using Win 8. Right?
    > Have two new Satellite Pro C870's where the wireless was being disabled every second startup
    First of all you should know that Windows 8 does not perform a real shutdown.
    It goes just in hybrid mode.
    Maybe the error 43 is related to the fact the Win 8 and notebook did not shut down as you expected from a system like Win 7.
    If you would search for error code 43 using google, you will get a lot of hits and mostly its system / driver issue.
    So first of all I recommend disabling the hybrid mode and performing complete shut down:
    +Perform a complete shutdown in Windows 8+
    http://aps2.toshiba-tro.de/kb0/TSB2B03EY0002R01.htm
    secondly try the WLan driver update.
    Regarding the other issue
    >Also had an issue with the function of turning on when the panel is opened: this would cause the laptop to turn back on immediately after shutting down.
    This is also an Windows 8 feature which can be disabled:
    +Why does my Windows 8 notebook start automatically when opening the display lid?+
    http://aps2.toshiba-tro.de/kb0/FAQ2C03FA0001R01.htm

Maybe you are looking for

  • Difference in supplier invoice Excise duty and po duty

    Request your guidance for the below scenario. ie when we put a PO for vendor we will fix a tax code in po with ed cess and local tax.entire postings for tax is based on this tax code.now if the excise value in vendor invoice may differ from our PO ta

  • Crystal Reports and Flash

    Hi All, Can some body help me please !! I want to design a report with flash file .swf embedding in it. I have a flash file (.swf) and am able to embed it in Crystal Reports 2008. The flash file displays data from an Employee table correctly. I want

  • Has Google Mail stopped support for Apple Mail on OS X 10.5.8 Leopard?

    My Mom has an old 800 MHz eMac running OS X 10.5.8 and she can no longer access her Gmail account. Her last email  was from July 2014. Did Google discontinue supoort for OS X Leopard and older Apple Mail App? Does anyone know this or can confirm this

  • What is the HyperV recovery snapshot type?

    According to the CreateSnapshot there are two types of snapshot Full and Disc snapshot. But from MS samples (and MS patent)  i found that there is also SnapshotTypeRecoverySnapshot with id 32768 and name "Microsoft:Hyper-V:Snapshot:Recovery". I found

  • ICloud Restoring.

    Hello, I have lost my older iPod touch 4g, I have the photo stream backed up on iCloud. Now I have a new iPad mini but it created a new iCloud backup. Is there any way how can I acces photo stream from my iPod touch from older backup via iPad? iTunes