Diagram Disable produces "-17502 System Level Exception" with TS 4.2 + LVRTE 8.6.1

I had a labview VI that had a diagram disable structure on it.  TestStand loaded it all right, but threw a -17502; System Level Exception at runtime.
TS 4.2, using labview 8.6.1 RTEW adapter.

Jed -
Could you please attach files that reproduce this behavior?
Manooch H.
National Instruments

Similar Messages

  • Gets error "-17502; System Level Exception" while running the custom Step in NI TestStnad 2010

    I have a custom teststand step which works like For loop in TestStand. Previously I was using LV 2009 and NI TestStand 4.2.1 and this step was working fine. Recently I upgraded my system to LV 2010 and TestStand 2010, since that it is not working.
    When I run the step it gives error "-17502; System Level Exception". I have attached error screenshot.
    I am using NIFlowControl.dll in this step.
    Please do the needful.
    Attachments:
    System Levle Exception error.JPG ‏25 KB

    The source code for NIFlowControl.dll ships with TestStand. Did you perhaps
    1) modify the code and rebuild this dll in teststand 4.2.1, but did not move your changes into the 2010 version and recompile the 2010 version?
    Or
    2) Move your 4.2.1 version of this dll to 2010 in which case it might be missing important code that exists only in the 2010 version. It's best to redo your code changes to the 2010 version and recompile that if needed.
    Also ideally your modified version of NIFlowControl.dll should be located in the teststand public directory rather than the program files directory.
    -Doug

  • 17502 System Level Exception

    Hi Everyone,
    I've done the searches and read all the posts related to the"-17502; System Level Exception" error message.
    I've quadruple checked the CVI function and the function call in TestStand to make sure the data types matched and that pointers were indeed pointers and not passed by value.
    Since the error stayed, I decided to do a mock code where I removed the parameters in the CVI function to the point where the only parameter is now the CAObjHandle thisContext, as shown in the image below.
    Even with a single parameter, I continue to get that error.  And yes, the error is related to the function 'MemTest'.
    Since I narrowed the list of parameters to this single one, is there something I'm over-seeing with the CVI function and the way it is called by TestStand?  (I am rusty at TestStand..  I didn't think I was that rusty )
    It does not make it inside the function since the first step is a message saying that it got in (kinda like Hello World).
    -  sigh  -
    R
    Message Edited by Ray.R on 09-24-2009 03:10 PM
    Attachments:
    what-the.PNG ‏14 KB

    Hi RayF,
    I knew I could count on you... 
    I get the error when I run the sequence.  I had a fully working sequence and added this one additional step, which is a new test.
    The Adaptor should be okay as it has not changed from the original code.  I can check, but ut should be fine.  As a matter of fact, if I choose continue instead of terminate, the program continues happily afterwards.  So I think I did something stupid which is small and should be easy to fix..  It just evades me at the moment.
    I'm "old school".  I created the function prototype from within LW-CVI from scratch.  I didn't think of using the Create Code button.  I will try that. 
    I will also try removing everything else from within the function and simply have an "Hello World" message popup. 
    Thanks RayF,
    RayR

  • Intermittent -17502; System Level Exception

    Running Test Stand 4.2.1, Labview 2009
    In my test stand sequence I launch a Labview VI.  Usually it works just fine, but occasionally I get a -17502; System Level Exception error.  Once it happens it keeps occuring until I open the Labview Vi, re-save it, and then reload it in Test Stand.  I don't change anything about the VI or the Test Stand step, I just open the VI, save and close it.
    Any ideas what is happening?

    ~jiggawax~ wrote:
    What drivers are you calling in your VI?  What is your VI doing? Can it potentially take different paths through the VI different times that it is called?  Can you consistently reproduce the issue?
    Here is a link that might be useful: http://forums.ni.com/t5/NI-TestStand/17502-System-Level-Exception-in-Run-Time/td-p/1892207
    Can you reproduce it with other VIs?  Or is it just this one VI?
    Regards,
    The VI is using OPC via serial to talk to another device.  It just reads a variable for its current status and compares it to an expected value.  There are a couple different paths it can take depending on if an error is present, the value read is the same as the expected value, etc.  but all the paths do very similar things.  The error only occurs with this VI and cannot be reproduced consistantly. 

  • TestStand 4: 17502 System Level Exception

    I attempted to run an TestStand 3.1 Sequence file on my new computer in TestStand 4. And I had a 17502; system level expection run time error for a particular function call. The sequence access the function or module from a .dll that was developed in LabWindows/CVI 7. However, this code module works on my other station that runs TestStand 3.1. I also attached the example of the code that's causing this run-time error in TestStand 4.
    KE2
    Attachments:
    Scope Module.txt ‏4 KB

    I did step through the code to see which function call was causing error. However, when I save the sequence file at a TestStand 4.0 sequence file and executed the sequence this system level exception error did not occur again.

  • System Level Exception, error -17502 when running VI with RunTime Engine

    My sequence conains a single Labview VI.  The sequence functions correctly with the Labview RunTime engine NOT selected in the "Advanced Setttings" tab.  When I enable the check box to always run the VI with the Runtime Engine, TestStand generates the following error "System Level Exception, error -17502.  My teststand version is 3.5, with LV 8.2.
    Thanks
    Peter V.

    Hi,
    Are you sure you have LV 8.2 RTE on your system?
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • System level exception -17502

    Hello,
    I get the following error, when I want to execute a labwindows dll step in testsystand 3.1:
    "system level exception -17502"
    The strange thing is that on 2 other PCs this step is working with same version of teststand and LabWindows
    what could be the problem?
    regards samuel

    That is strange..  The other PC's do not have this error although they have the same dll's...
    My experience with that error code has been "array or buffer out of bound".  The buffer size was not sufficient to hold the data that was passed to it.  Interesting, indeed...    hummm.... 

  • System Level Exception. Error code -17502

    Hi,
    I have an initialize test step which is written in LabWindows/CVI and I call
    that step from TestStand.
    In that test step I initialize one dll, first I load DLL (the handle goes to
    the global variable) and finally I get the function pointers. When this step
    ends, I go back to the TestStand and I got this error. Do you know what is
    wrong and how should I do this dll loading because I need this handle later?
    TIA,
    -Harri

    I think something must be happening in either the DLL_PROCESS_ATTACH: of DLL main in the loaded dll. It might be trying to do something which can be causing the system level exception.
    System level exception can also be caused because you are calling a dll function incorrectly ie passing a I16 instead of a I32 in the parameters.
    I might also be trying to call/release a function reference which is not valid.
    I would suggest you to step into your code and make sure that all your reference are valid if and when you call/release them.
    You might want to try to trap the 17502 error by following the Knowledge Base link given below
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/a92cf6b69941b35d862568d900693df5?OpenDocument
    Anand Jain
    Applications Eng
    ineer
    National Instruments
    http://www.ni.com/ask

  • System Level Exception -1702 with TestStand2.0

    Hi everyone,
    I usually use Labwindows/CVI and TestStand product.
    On a new PC I have just installed Measurement Studio 6.0 and after TestStand 2.0
    To check if all install are OK, I tried to run the example ..\examples\demo\c\auto.seq and the error System Level Exception Error Code : -1702 appears randomly, It's exactly the same with my sequence application
    I don't understand why ? Could Help me
    PC configuration :
    Windows XP Pro version 2002, service pack 1
    Penium(R) 4 CPU 2.8 GHz
    RAM 512 Mo
    Software installed
    Measurement Studio 6.0 with LabWindows/CVI
    TestStand 2.0
    Thanks a lot in advance.
    Glou.

    Hi,
    this link may help
    http://digital.ni.com/public.nsf/allkb/901B5E1C33A102A18625671C007C501F
    Is your teststand version 2.0 or 2.01f1?
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • RUN TIME error - Error code: system level exception -17502

    1. During running of my sequence in a TestStand Operator Interface   i got following run-time error:
        Details: Error executing substep 'Post'.Parameter 'Input cluster 6 [OUT]': System Level Exception.
        Location: Step 'sequence 'SequenceFilePostStep' in 'Sequence X.seq'
        In my SequenceFilePostStep i transfer some information between the LabVIEW 8.0 and TestStand 3.5.
        In my xxx.vi I have 6 clusters and every cluster from 14 to 20 variables.
       The  cluster #6 has 70 variables.
       Perhaps, the error that i got is from cluster #6 due to 70 variables? is it to much for cluster?
    2. What can i check? How i can fix it?
    Please ask questions if you do not understand something, i am want to resolve it!
       Thank you to all!
    Message Edited by Yuri_IL on 07-30-2006 10:54 AM
    Thank you & Best Regards
    *I use LabVIEW 8.X & TestStand 3.5/4.0.1 versions only

    Thank you Sam R,
    I think that error caused due the overflowing of some string that i have in my cluster.
    Because i also get I/O open file error and the name of that file i hold at my cluster.
    Do you think that the incorrect string can caused to that system level exception error?
    p.s. screenshot is attached
    Thank you & Best Regards
    *I use LabVIEW 8.X & TestStand 3.5/4.0.1 versions only
    Attachments:
    io_error.JPG ‏11 KB

  • "-17005 - System Level Exception" when adding extra results

    Hi,
    I can't find an answer to the following problem:
    I defined a complex data type and used it in custom step. Further on I configured TestStand to add to results the previously defined parameters.
    When running this step the execution is abnormally aborted.
    The attached sequence file reproduces the error.
    The environment used is TestStand 3.0 under WindowsXP.
    Debugging with MSVC++ 6.0 I can see an Access Violation in TSTOBJ2.DLL, which I suspect is not handled.
    Please help me out here solving this problem.
    Thank you,
    Silvius
    Silvius Iancu
    Attachments:
    Error.seq ‏33 KB

    Silvius -
    I remember a problem that was fixed in TestStand 3.1 and it had to do with multiple levels of types causing the problem. I tried your sequence file on TestStand 3.0 and it occurred. I tried it on TestStand 3.1 and the problem did not.
    I suspect that if you do not use three levels of types and instead use two or one large type only, the problem will not occur in TestStand 3.0.
    Scott Richardson (NI)
    Scott Richardson
    National Instruments

  • System level exception

    We are having an issue with TestStand 4.0 generating an error from the frontendcallback.seq.  The current problem doesn't let us login so we can not do anything with TS.  We have uninstalled TestStand a few time and also deleated the whole TestStand directory and reinstalled and the problem still doesn't go away.  Also, TS is lock and will not close without using the task manager.
    Does anyone have any suggestions to fix this?
    See attached .doc for a picture...
    Paul
    Attachments:
    Doc12.doc ‏100 KB

    Do you have TestStand 2.0 installed on the system? If yes, look at the TestStand Readme.html document - it describes the problem and solution. To summarize: To restore the TestStand 4.0 installation after failing to install TestStand 2.0.1, you must perform a repair operation on the LabWindows/CVI RTE by using the National Instruments Software maintenance utility located in Add/Remove Programs in the Windows Control Panel and then use the TestStand Version Selector application to reselect TestStand 4.0 as the active version.
    Jim C.
    Message Edited by TStester on 11-16-2007 01:02 PM

  • An exception with the type CX_SY_CONVERSION_CODEPAGE occurred

    Hi Friends,
    i gonna mad by applying all notes related to this error but still i am not getting the abap report as bsp application, the notes i applied manualy are listed below
    834521
    849287
    851753
    853589
    Runtime Error:
    +Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:
    An exception with the type CX_SY_CONVERSION_CODEPAGE occurred, but was neither handled locally, nor declared in a RAISING clause
    Exception Class CX_SY_CONVERSION_CODEPAGE
    Error Name CONVT_CODEPAGE
    Program SAPLSURL
    Include LSURLF01
    Line 309
    Long text Bei der Zeichensatzkonvertierung wurde entweder ein Zeichen entdeckt, welches in einer der Codepages nicht dargestellt werden kann, oder festgestellt, daß diese Konvertierung nicht unterstützt wird.
    Error type: Exception
    Your SAP Business Server Pages Team+
    i am using
    Component version SRM 4.0 ( SRM Server 5.0 )
    SAP_BASIS 640 ( highest support - SAPKB64011 )
    SAP_ABA 640 ( highest support - SAPKA64011 )
    Unicode system - Yes
    Bsp code used
    On Create
    this handler is called once the page is first created (stateful mode)
    it performs a once-off data initialization or object creation
      data: listobject type table of abaplist. " occurs 10.
      data: report_name type syrepid.
      data: output_str type string.
    submit ZTEST_YOGESH
    using selection-set 'TEST' and return
    exporting list to memory .
    call function 'LIST_FROM_MEMORY'
    tables
    listobject = listobject
    exceptions
    not_found = 1
    others = 2.
    try.
    call function 'WWW_HTML_FROM_LISTOBJECT'
    exporting
    template_name = 'WEBREPORTING_REPORT'
    tables
    html = html
    listobject = listobject.
    CATCH cx_sy_conversion_codepage.
    ENDTRY.
    +
    Layout+
    <%@page language="abap"%>
    <%   data: html_wa type w3html.
    clear:  html_wa . %>
    <% loop at html into html_wa. %>
    <%= html_wa %>
    <% endloop. %>
    could any one give me any light on this, your help would be greatly apreciated.
    Thanks
    Message was edited by: Murugadass Krishnan

    Hi,
    Pls don't forget to reward points and close the question if you find the answers useful.
    Eddy

  • Blue screen with the following error SYSTEM SERVICE EXCEPTION (ACPL.sys)

    Hi,
    I had a blue screen with SYSTEM SERVICE EXCEPTION (ACPL.sys) error message yesterday.
    It happened right after the graphic card update was completed. I have an HP Spectre XT laptop with Windows 8 and Intel(R) HD Graphics 4000.
    After restart, I noticed that the available free space on my hard disk dropped by 4 GB!
    Can you please assist?
    Thank you.

    We do need the actual DMP file as it contains the only record of the sequence of events leading up to the crash, what drivers were loaded, and what was responsible.  
    WE NEED AT LEAST TWO DMP FILES TO SPOT TRENDS AND CONFIRM THE DIAGNOSIS.
    You may be able to get the DMP files without crashing by booting into safe mode (F8) with networking.
    If you are overclocking stop.  (chances are if you dont know if you are, you are not)a
    To enable us to assist you with your computer's BSOD symptoms, upload the contents of your "\Windows\Minidump" folder.  We need at least 2 DMP FILES to diagnose and confirm
    The procedure:
    * Copy the contents of \Windows\Minidump to another (temporary) location somewhere on your machine.
    * Zip up the copy.
    * Attach the ZIP archive to your post using the "paperclip" (file attachments) button. (if available on  your site, MS doesnt have this)
     *Please upload them to a file sharing service like Skydrive or"Rapidshare" and put a link to them in your reply.
    Link for how to  upload below.
    http://www.wikihow.com/Use-SkyDrive
    To ensure minidumps are enabled:
    * Go to Start, in the Search Box type: sysdm.cpl, press Enter.
    * Under the Advanced tab, click on the Startup and Recovery Settings... button.
    * Ensure that Automatically restart is unchecked.
    * Under the Write Debugging Information header select Small memory dump (256 kB) in the dropdown box (the 256kb varies).
    * Ensure that the Small Dump Directory is listed as %systemroot%\Minidump.
    * OK your way out.
    * Reboot if changes have been made.
    Please also run MSinfo32 and upload the output as well.
    To run MSinfo32 please go to start>run>MSinfo32
    Go to "file" "save" and upload the saved file with the DMPS
    System specs are extremely useful so please include whatever you know.
    Blue Screen View & Who Crashed are often wrong and should only be used in an emergency
    Team Zigzag3143.com
    Wanikiya & Dyami--Team Zigzag

  • Windows 8 crashing with system service exception error

    Hello, recently there's a crash in my Windows 8 laptop, showing "System service exception"
    Here is the mini dump file, thank you very much .
    https://skydrive.live.com/redir?resid=6CC679D98D5062BB!808&authkey=!AN9mfT9tsHsHmjk&ithint=file%2c.dmp

    Hi,
    Bug Check 0x3B: SYSTEM_SERVICE_EXCEPTION
    http://msdn.microsoft.com/en-us/library/windows/hardware/ff558949(v=vs.85).aspx
    This error has been linked to excessive paged pool usage and may occur due to user-mode graphics drivers crossing over and passing bad data to the kernel code.
    the dump file doesn't give us detailed information about what driver causes this issue, thus I sugegst you try
    Driver verifier (for detailed infromation
    here)
    Roger Lu
    TechNet Community Support

Maybe you are looking for

  • How can I limit the number of messages coming into my email accounts on the IOS7

    I don't like the new IOS7 system most annoying is the excess battery useage and need to recharge the other is I can no longer limit the number of emails that are in my cell's email accounts old system let you choose the amount of messages.  already d

  • FIFA 13

    I have macbook pro 13 mid 2012. Intel hd4000 graphics. 4gb ram what best game settings can i use to play fifa 13 smoothly on my mac.?

  • Looking for a VirtualCD-(vc4/000-)image converter

    Hey! I'm looking for a tool to open and convert VirtualCD-image files. I know that I could start Win, install VirtualCD, mount the vc4/000-file and make an iso9660-file out of it, but it would be a lot easier if there was a converting tool. Mounting

  • HTTPService error handling question

    When i am using HTTPService for Flex-PHP communication i set HTTPService's 'fault' property which handles error event. So basically if i have HTTPService set up like this: <mx:HTTPService id="test" url=" http://localhost/test/test.php" contentType="a

  • Installation of  SAP BPC 10.1 Unified on top of HANA in Amazon Cloud

    Hi Experts, I need to install SAP BPC 10.1 Uified on top of HANA in amazon Cloud. Could you please give me Complete guidelines for pre and post steps.What are HANA ONE supported OS flat-form in could.please help me for this Thanks J Jana