Error 1 occurred at an unidentified location

Good morning,
I've gotten the error shown in the screen capture below on a few occasions now.  It started occurring when I began running two different experiments from the same CompactRIO hardware.  I have a single target which scales all of the data, does alarm checks and writes the data to network shared variables.  Two separate host vi's generate graphs and log data to separate text files.  Previously I had one target vi and one host vi running just one experiment.  Besides the fact that this error is completely nondescript, I don't see how adding a second host vi (plus some additional code to the target vi) could cause this issue.  This will occur at random times when no changes have been made, so I'm not sure how an input parameter can suddenly become invalid if nothing has changed.  I'm unsure if the target vi pauses when this error occurs, but I know from my datalog files that when this error occurs both host vi's do nothing until I click continue.  So far every time this has happened I've clicked continue just once and everything ran normally again for several hours (or days) until I got the error again.  Any thoughts/suggestions would be appreciated.
Dave
Attachments:
Labview error.png ‏32 KB

Hello Dave,
Unfortunately, due to the nondescript nature of the error, it is extremely difficult to comment on what could be causing it.  My first thought is that both hosts are pulling information from the same location, and a race condition exists that only manifests itself occasionally.  That is, if the hosts are alternately grabbing data, you will be alright as long as data is available.  However, if they attempt to grab data and it doesn't exist because the other host already grabbed it, an error could be thrown.  Are your hosts both running the same VI?  Do they access data from the same locations?  Do you use any local variables, which can lead to race conditions?
It would definitely be helpful to try and pin down where the error is occurring.  To do so might present some difficulties.  You could create a subVI that logs error messages along with information on what function just executed, and place this subVI at various key locations in your code.  Then, when the error is thrown, you could go into the error logs to narrow down where the error was coming from, and debug that portion of the code to ensure no invalid or empty characters are in use.  Remember that an empty string could cause an invalid character; for example, if both hosts were looking in the same location, one would find data and remove it while the other finds nothing.
If the error itself is not causing any negative behavior, then you could introduce error handling code that would check error conditions and remove the Error 1 before it was thrown.  This would allow your code to continue running after the error was thrown.  However, since you are not aware of the source of the error, it may not be the best idea to simply ignore the error indefinitely, as it could eventually manifest itself into a worse error.
I'm afraid I can't offer much more insight without more information on your code, what it is doing, how it is written, and how the hosts are interacting with the target.  Hopefully you have made some progress in narrowing down the cause and debugging your code.
Patrick
CLA

Similar Messages

  • Error -1967345629 occurred at an unidentified location

    I have a Machine with LabviEw V 9.0, communicating with a Siemens S7-300 PLC, using a National OPC Server. The software works fine, but sometimes, the "error -1967345629 occurred at an unidentified location" appears and the sftware stop.
    This hapenning with no reason aparent two or three times a day.
    The national support sugest me to sequence all de shared variables by the error input/output. I make this, but the problem still hapens.
    The error also hapens with the opc in the simulating mode, without the plc, so the problem isn't the communication between the plc and the opc. 
    Thanks for any help
    Carlos

    Hi,
    I'm sorry but ther are two sub vis missing from your vi. could you post these too?
    Regards
    Florian

  • Error 64 occurred at an unidentified location

    I have a error on my a test program where I wane show the front panel of my PC on my Ipod, This is a testing program for my thesis. When I wane run my program I get a error (Error 64 occurred at an unidentified location). I got this error when I putted the scrolling function in too my program. Can somebody help me (see the program).
    Wouter Dankers
    student of Belgium
    Attachments:
    app ipod inlezen en sturen.vi ‏33 KB

    Hi,
    I'm sorry but ther are two sub vis missing from your vi. could you post these too?
    Regards
    Florian

  • Error 15 occured at an unidentified location

    Hello Team,
    I am getting the following error attached as Error 15 occured at an un identified location. Here I am using a timed loop
    within a while loop and I will pass a period of 10msec(by default)/x mses value to it initially and exit the timed loop inside it. I am doing DAQ AI reading inside the timed loop based on the timing i specified. When I am working my project using my code I am able to read DAQ data successfully. But when I  made my project as installer and run it, it is not executing the timed loop and so the DAQ readings are not coming, when i checed the error output code for Timed loop it is giving the error as mentioned. Can you please let me know what is causing this error. My vi is very big and has 6 to 7 parallel while loops running parallelly and having used queses, semaphores etc.,
    I am surprised why it is working with the code and is not working when made as an executable. Could you please help me in identifying this problem.
    Thanks in Advance.

    Plese find the attached error jgp for the Error 15 issue
    Attachments:
    TimedLoop Error.jpg ‏740 KB

  • 'Error 1063 occurred at an unidentified location' CompactRIO driver internal error when attempting simple input/output

       An NI representative (Eric Dean) recently held an NI Open House to showcase the contributions NI was making to the University.  Before leaving he noticed cRIO-9014 was not functioning properly and asked that I reinstall the drivers, saying they had likely been steamrolled by another peice of NI software (he mentioned this was a known issue and was being resolved in future releases)  After un/reinstalling everything (but not reinstalling the corruptING software) the CompactRIO still returns 'Error 1063'. 
    When asked, Eric asked that I replace a specific driver he suspected of  being corrupt: EIO_SpecifyEIONode.vi  at location C:\Program Files\National Instruments\LabVIEW8.5\vi.lib\eio\EIONode\
    When this failed to resolve the issue I was directed here.
    We're using a simple FPGA in/out project to test the unit. When asked to run, the previously mentioned error pops up.

    Hi Nathan,
    Sorry for the confusion.  The block diagram is where the LabVIEW code for your FPGA is.  If you expand your FPGA in your FPGA project you should have a VI.  You can open that VI and there will be two windows, a front panel and a block diagram.  The block diagram is white and if it doesn't show up automatically you can go to Window»Show Block Diagram and it will show up.  You will see the old I/O node, delete it and then right click on the block diagram to bring up the functions pallet.  Go to FPGA I/O and then I/O node.  Click on the I/O node and drag it onto your block diagram.  You will need to wire it up the same way the old one is wired.  I have included a screen shot of the block diagram, functions pallet and the I/O node.   
    Stephen S.
    National Instruments
    1 Test is worth 1000 expert opinions
    Attachments:
    IO Node.gif ‏34 KB

  • Labview Error 10608 occurred at an unidentified location. No transfer is in progress for the specified resource

    I am using Measurement Computing Boards MiniLab1008 as my hardware. I have very basic VI which is using AI Acquire Waveform VI in it. Basically I am trying to do exactly which is on this link: http://www.seas.upenn.edu/ese/rca/software/Labview/myfirstvi.html
    Attachments:
    my2ndvi.vi ‏22 KB

    You are using NI data acquisition functions with a non-NI board. That won't work. You need to get a LabVIEW driver from measurment computing and use those functions.

  • Error 21962 occured at an unidentified

    hello,every one! I found a question when use sound card  output :You'd better look at the following picture control,I showed the picture-CONNECTION is right in the oscilloscope,but it works but An error! ,when NO-CONNECTION,no error occur ,but is not a right at scope !(Limited sampling , no circulation),any suggetions!thank you!!!
    Attachments:
    Connection.png ‏10 KB
    NO Connection.png ‏8 KB
    error.png ‏34 KB

    According to the simple error handler when you wrie a non-zero value to the  error code terminal it will be considered as an error (See the help). In your case you are connecting the Task ID to the Error code terminal, Since your task ID is a non-zero value you are getting the error. You must not connect the Task ID to an error code terminal as it is totally irrelevant and you may end up seeing a different error message leaving you in a confused state.
    The best solution is the one you find it by yourself

  • Cannot connect to the phone system. An unidentified error has occurred, Please try again.

    Issue:  Lync 2013 users with remote call control enabled cannot connect to the phone system.  When the user logs into Lync, they see an exclamation in the bottom right corner
    with this error.
    Error:  Cannot connect to the phone system.  An unidentified error has occurred, Please try again.  If the problem continues, please contact your support team.
    Environment: 
    1 site:  Site1
    2 Pools:
    1. Lync 2010
    Trusted application is added here for the site.
    2. Lync 2013
    Avaya phone system:  AES r6-1-2-32-0
    I have not moved the trusted application to the Lync 2013 pool yet, but my understanding is that it should still work since it’s in the site.  Is my understanding on this correct?  (All of my other trusted applications do work for Lync 2013
    users & none of them have been moved yet. Remote Call Control is the only one that does not work.)
    This is from the uccapi log.  This is just from the user logging in, not actually making a call.  Below are the items that I think are important, however, I don’t know how to interpret it to determine if the problem is on the Lync side or
    the Avaya side.  Here’s a summary:
    SIP/2.0 100 Trying
    Authentication-Info: TLS-DSK qop="auth", opaque="5FD217E1", srand="E05700E2", snum="9", rspauth="f308eae87c0bbe64a1ab213574776cbdf9823ab6", targetname="lync03.domain.com",
    realm="SIP Communications Service", version=4
    From: <sip:[email protected]>;tag=bbb282ebbd;epid=a86d5b0a29
    To: <sip:[email protected]>
    Call-ID: 9eb0d23a3b8f4e0eafc6c6da622fbecf
    CSeq: 1 INVITE
    Via: SIP/2.0/TLS 10.155.48.96:61472;ms-received-port=61472;ms-received-cid=1FA400
    Server: http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent
    Content-Length: 0
    SIP/2.0 200 OK
    Authentication-Info: TLS-DSK qop="auth", opaque="5FD217E1", srand="15C0F9A2", snum="13", rspauth="4fd891e39a33e902fb1cec5d980e5bf0ccb172a0", targetname="lync03.domain.com",
    realm="SIP Communications Service", version=4
    From: <sip:[email protected]
    >;tag=bbb282ebbd;epid=a86d5b0a29
    To: <sip:[email protected]
    >;tag=A7A45C856ECD79121A1827265ABBD7F6
    Call-ID: 9eb0d23a3b8f4e0eafc6c6da622fbecf
    CSeq: 1 CANCEL
    Via: SIP/2.0/TLS 10.155.48.96:61472;ms-received-port=61472;ms-received-cid=1FA400
    Server: http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent
    Content-Length: 0
    SIP/2.0 487 Request terminated
    Authentication-Info: TLS-DSK qop="auth", opaque="5FD217E1", srand="F46EC133", snum="14", rspauth="1d92718caa4f61d967faa46a5c256aafa8b4e740", targetname="lync03.domain.com",
    realm="SIP Communications Service", version=4
    From: <sip:[email protected]
    >;tag=bbb282ebbd;epid=a86d5b0a29
    To: <sip:[email protected]
    >;tag=A7A45C856ECD79121A1827265ABBD7F6
    Call-ID: 9eb0d23a3b8f4e0eafc6c6da622fbecf
    CSeq: 1 INVITE
    Via: SIP/2.0/TLS 10.155.48.96:61472;ms-received-port=61472;ms-received-cid=1FA400
    ms-diagnostics: 5002;reason="Request was cancelled";AppUri="http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent";source="lync03.
    domain.com"
    Server: http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent
    Content-Length: 0

    Hi Suelizy,
    To better understand the issue, I would like to collect the following information for troubleshooting:
    1. Do you mean the Lync 2010 user can connect to the Phone System?
    2. What’s next hop pool of the application?  
    In a mixed environment, you must set the next hop pool to be the Lync Server 2013 pool.
    Best regards,
    Eric

  • Connect to mysql DB (An unidentified error has occurred.) plz need help...

    I have been unable to create a database connection in dreamweaver to my MySql
    server.  Each time I receive the message "an unidentified error has occurred".
    I can use pure php code to create a connection successfully:
    <?php
    $username = "root";
    $password = "password";
    $hostname = "localhost";
    $dbh = mysql_connect($hostname, $username, $password)
    or die("Unable to connect to mysql");
    print "connected to mysql<br>";
    $selected = mysql_select_db("test",$dbh)
    or die("Could not select first_test");
    if (mysql_query("insert into test_table values('5')")) {
    print "successfully inserted record";
    else {
    print "Failed to insert record";
    mysql_close($dbh);
    ?>
    This works, I can successfully insert a record.  However, if I try and create
    a connection in Dreamweaver with these same variables, I receive the message
    "an unidentified error has occurred".  I have tried, deleting the _mm
    connection scripts folder and recreating them.  I have used the mx2004 updater,
    I have tried all document types...  nothing seems to work...
    i am using local server (phptraid)
    PHPTriad 2.2 contains the following changes:
    Updated packages for Apache(1.3.23), MySQL(3.23.48) and PHP(4.1.1).
    also using remote host at (www.0fees.net)
    last thing i would to say in my computer i success only one time to make connection in window 7 - dreamweaver cs4
    and i create this site mwlobby.0fees.net
    but now i downloaded dreamweaver cs5 and i need to install new windows
    so i need help
    any suggestions?

    Turn your iPhone to a DFU mode and restore it

  • An unidentified error has occured? trying to connect with database for forms

    I am new to website development and have been using dreamweaver for my website.
    I am using WAMP server and have all my files on the host.
    In dreamweaver when i add the database details:
    connection name : connlogin
    mySQLserver: localhost
    username: root
    password:
    select database:
    when i go to choose a database i get the error "an unidentified error has occurred"???
    i try typing the database name and click test and still get the same error messages. all the tutorials i have been following say it should show the databases...
    Just for clarity i have created my database and tables. I need to link my forms to the database.
    I have searched online on various forums and cant seem to find a solution that works.
    if anyone can help it will be much appreciated.
    Thanks

    Log into phpMyAdmin.  Right hand frame, look for Privileges at the top.  Can you verify that either % (wildcard) or "localhost" is listed for the user under the "host" field? And that the user has either all privileges or the necessary privileges on the database.

  • An error has occurred because a control with id '%spPlaceHolderMain%' could not be located or a different control is assigned to the same ID after postback.

    Hello All, When i try to do a filter on an entity and click filter button, i see the below error message being popped up. Can someone provide a solution to this ?
    "An error has occurred because a control with id '%spPlaceHolderMain%' could not be located or a different control is assigned to the same ID after postback. If the ID is not assigned, explicitly set the ID property of controls that raise postback events
    to avoid this error."
    Please let me know the process to set the ID explicitly.

    Can you try resetting the IIS?

  • TS1363 msconfig.exe: application error 0xc00000fd occured in the application at location 0x7e418527

    Error : msconfig.exe: application error 0xc00000fd occured in the application at location 0x7e418527
    Can't sync my Iphone to Itunes at all

    What is your Reader XI version?
    Have you tried to disable Protected Mode [Edit | Preferences | Security (Enhanced)] ?

  • An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.reflect.InvocationTargetException:null

    Hi I m getting the below wxpection when i run test browser from workshop. please help me.
    An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.reflect.InvocationTargetException:null

    Thamarai,
    Can you provide more information on your jws ? Also can you start the server
    from the command line with verbose option. This will cause
    weblogic_debug.log to be generated in the domain folder.
    Raj Alagumalai
    Backline Workshop Support
    "Thamarai Selvan" <[email protected]> wrote in message
    news:[email protected]..
    Hi I m getting the below wxpection when i run test browser from workshop.please help me.
    >
    An unexpected exception occurred while attempting to locate the run-timeinformation for this Web Service. Error:
    java.lang.reflect.InvocationTargetException:null

  • Application error 0xc0000409 occured at location 0x004120cb comes when click on pdf

    application error 0xc0000409 occured at location 0x004120cb comes when click on pdf
    I have installed Foxit as well as Adobe XI.
    PC is XP, SP3

    This forum is only to discus the forums themselves or to comment on them.
    Try the Adobe Reader forum:
    http://forums.adobe.com/community/adobe_reader_forums

  • An unidentified error has occurred

    I have been unable to create a database connection in
    dreamweaver to my MySql server. Each time I receive the message "an
    unidentified error has occurred".
    I can use pure php code to create a connection successfully:
    <?php
    $username = "root";
    $password = "password";
    $hostname = "localhost";
    $dbh = mysql_connect($hostname, $username, $password)
    or die("Unable to connect to mysql");
    print "connected to mysql<br>";
    $selected = mysql_select_db("test",$dbh)
    or die("Could not select first_test");
    if (mysql_query("insert into test_table values('5')")) {
    print "successfully inserted record";
    else {
    print "Failed to insert record";
    mysql_close($dbh);
    ?>
    This works, I can successfully insert a record. However, if I
    try and create a connection in Dreamweaver with these same
    variables, I receive the message "an unidentified error has
    occurred". I have tried, deleting the _mm connection scripts folder
    and recreating them. I have used the mx2004 updater, I have tried
    all document types... nothing seems to work...
    any suggestions?

    Kamesh192 wrote:
    > i am trying to do a db connect in Dreamweaver 8 and i am
    getting an error
    > saying "An unidentified error has occurred."
    You don't say which server model or database you're using. If
    it's
    PHP/MySQL, see this detailed answer that I gave a couple of
    days ago:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=263&threadid=1322939#47 99212
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

Maybe you are looking for

  • Voice memos not syncing with iTunes

    My voice memos stopped syncing to my iMac's iTunes software since the beginning of November. How do I fix this?

  • How to remove spaces in the output of an PL/SQL report

    Hi, The requirement is to develop a SQL report. The sample code is like this Select 'Order Number Header Id' from dual; ( This is the heading in the output of the report.) Select order_number , header_id from oe_order_headers_all; The output is displ

  • Snow leopard startup freezes at grey screen

    My Snow leopard machine hangs during startup at the screen with the Grey Apple logo.  It appears there is a SW issue with my OS X boot partition.  Here are facts I have learned: The computer boots fine if I hold option at startup and select my boot c

  • Libsyn hosted podcast episodes not showing up.

    I understand there may be a glitch happening but I've waited over a week now and it hasn't sorted itself out yet. My feed is fine in other podcast catchers but the episodes don't show in iTunes. Thanks for any help, guys. Thank you! -Mike Podcast inf

  • Question: iphoto crashes with importing iphone 5 photos

    Question: If I import photos from my iPhone5 iPhoto will crash. When I restart and reopen iPhoto I am told X number of photos did not import do I wish to reimport or disregard. If I try to reimport it will crash again. I have an imac; 2.7 GHz Intel C