Disable Error Dialogs in LV DSC Engine 6.1

I am having a frustrating experience trying to disable error dialogs on the DSC Tag Engine. My simple goal: to make sure that every time the engine is started, the "Error Dialogs" checkbox (seen in the Engine Manager) is disabled. It should be possible to edit the INI files or use the options menu to disable error dialogs, but it appears that the engine simply ignores these settings. I think it works fine on 6.0.2, but is easily reproducible on my LV 6.1 machine:
1. Run LV 6.1
2. Open the Tag Configuration Editor
3. Create a new, default, empty SCF file
4. From the Tag Configuration Editor, choose TOOLS>OPTIONS and make sure that Enable Error Dialog = False ... this should set an INI setting in lvdsc.ini. If you exit LabVIEW and open it again, LV will properly read the INI file so that this will remain False. That's good.
5. But now start the Tag Engine and double-click on the sys-tray icon to show the Engine Manager. You will notice that Show Error Dialog checkbox is checked (ON).. this means it will show error dialogs. Why is that? I have already siabled error dialogs?
6. So then... un-check the "Error Dialog" box in Engine Manager.
7. Stop and Exit the engine completely (it doesn't matter if you exit LV or not.. you get the same result). Now run the Tag Engine again and open the Engine Manager... You will notice that Error Dialog option is automatically re-enabled (ON).
Note: I am certain the ini files are NOT read-only and that Win2000 has given EVERYONE the FULL CONTROL permission to my LV6.1 folder. I am logged in as Administrator and I installed LV and DSC when logged in as Administrator.
Summary: It is impossible to permanently disable error dialogs in DSC 6.1 ... AND the INI setting "Show Error Dialogs" has absolutely no purpose since the Engine automatically re-enables error dialogs every time you load and run it. In addition, it is not possible to programmatically disable error dialogs.
Question: How can I permanently disable error dialogs on the DSC Engine? If its impossible, how can I programmatically disable it (from a VI)? These INI settings have no effect:
userErrorDialogs=FALSE --- in lvdsc.ini
enableErrorDialog=FALSE --- in DSCEngine.ini

John Paul,
National Instruments is aware of this problem and should be able to fix it for the next version. The problem is that the setting is stored in dscengine.ini but it is read from the lvdsc.ini. - what a silly bug
The only way to workaround for now would be to create a key in lvdsc.ini in the section [LVDSC] with enableErrorDialog=FALSE.
Hope this help
Roland

Similar Messages

  • Disable Error dialog windows in labview

    Right now I have a client program that uses dstp in which it trys to read the server, which should always be on, but in the case that its not, i get this ugly error window inwhich it tell me to Stop/Continue. If there is anyway to get rid of this window to have it automaticly continue, but then as well be able to get info from this event and change the value of a boolean (such as an connection error light or even trigger the opening of my own subVI pop up window) I would really like knowing.
    Thanks, as always.
    -Mark W

    Hi Mark,
    There are two possibilities here...first, you may have Automatic Error Handling enabled on the VI. You can read the LabVIEW Help to find out more about this feature (available in LabVIEW 7.0 or later). The other possibility is that you have a General Error Handler.vi or a Simple Error Handler.vi on your diagram, and this VI is receiving an incoming error. You can change the "type of dialog" input on either of these VIs to be "no dialog" so that no dialog is generated (although the VI may still do some formatting on the incoming error).
    Let me know if any of this is unclear, or if you need any further assistance.
    Good luck,
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • How can I disable "download error" dialog box when saving a complete web page?

    Sometimes, when I try to save a web page as type: "Web Page, complete", firefox displays download error dialog box stating a file "could not be saved, because the source file could not be read."
    I don't have a problem with firefox couldn't save that file, but I have a problem with firefox displaying that dialog box, because I have to click OK everytime.
    Is there a way to disable that annoying dialog box?

    I modified the host file mainly to block ads. But that's not the problem. It's OK for me for firefox to not saving some parts of a page (ads usually within a frame). It's my intention to NOT saving those files. I just want to save the main content of a webpage.
    But I'm having a problem with firefox displaying the dialog boxes.

  • NI Variable Engine (tagsrv.exe) Runtime Error Dialog Upon Restart -- Resolved

    After installing LabVIEW 2009, I started getting an error dialog when I restarted, and shared variables stopped working.  So, I figured I'd post what I did to resolve it.
    For forums searchability, here's the text:
    Dialog Window Title:
    Microsoft Visual C++ Runtime Library
    Dialog Window Text:
    Runtime Error!
    Program: ...gram Files\National Instruments\Shared\Tagger\tagsrv.exe
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information
    =======
    Here's the dialog:
    I also noticed that the NIVE (National Instruments Variable Engine) service timed out when I manually tried to stop it.
    So, I:
        * Closed out of everything, opened Distributed System Manager 2009, and removed all processes (except for "System", of course)
        * Restarted the PC
    Visual C++ Runtime error is gone!
    Message Edited by LabBEAN on 11-11-2009 10:02 AM
    Certified LabVIEW Architect
    Wait for Flag / Set Flag
    Separate Views from Implementation for Strict Type Defs

    Sorry to hear that.  I've been there a few times myself.  While you're going through that process, consider uninstalling EVERYTHING NI through Control Panel » Add Remove Programs.  Running msiBlast (attached below) can clean out anything you missed.
    As a last resort, you could call NI support (if you have support) and at least allow them to probe around.  At a minimum, they can document this internally so maybe it's fixed at some point.  If you go that route, request a CAR number and post it back here if they give you one.
    Message Edited by LabBEAN on 04-23-2010 05:39 PM
    Certified LabVIEW Architect
    Wait for Flag / Set Flag
    Separate Views from Implementation for Strict Type Defs

  • Custom Runtime Error Dialog Always showing

    Hi,
    (TestStand 2.0.1f1)
    Using the Callback based on the example C:\TestStand\Examples\Callbacks\PostStepRuntimeErrorCallback\ErrorHandlerExample.seq.
    The error dialog always appears. I was expecting from the comment in the Set ErrorReport Flag that the Dialog would not appear again. (Comment: If this flag is set, TestStand does not send a UIMsg_BreakOnRunTimeError event to the GUI. This step sets the flag to prevent the GUI from displaying a runtime error dialog because this callback has already displayed a runtime error dialog to the user.)
    When you use the default Error Reporting, you can check a checkbox so that Dialogbox is not seen again for the same execution. I was expecting the same thing from the SequenceFil
    ePostStepRuntimeError callback.
    Any clues as to whats going on.
    See attached example.
    Regards
    Ray Farmer
    Regards
    Ray Farmer
    Attachments:
    RuntimeError1.seq ‏52 KB

    Hi,
    In the Programmer Help for DisplayRunTimeErrorDialogEx method it says
    "dontShowAgainForExecution Boolean Returns whether the user wants this dialog box to appear again if another run-time error occurs in the current execution. If this value is true, set Execution.RTEOptionForThisExecution to specify what to do on a run-time error for this execution."
    Now I have tried setting each of the RTE Options (except the Display Dialog) to try get the same effect as not using the Callback for runtime errors when it comes to ignoring all further errors. Nothing seems to work as expected. So whats the engine doing extra thats not detailed in the Programmer Help or the examples provided.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Acrobat 8 Pro Error Dialog (index.pdx)

    Today, for the first time, an error (warning?) dialog box
    opens up when I open some of my PDF files. The files use to open
    without the dialog box, and now it appears when I open some of my
    files.
    After the PDF loads, a dialog box opens which states:
    "The index associated with this document (C:\Documents and
    Settings\*****\Desktop\*****'s Folder\temp10\index.pdx) could not
    be located."
    There is an option to disable the dialog and an "OK" button.
    Does anyone know why I keep receiving this message. How do I
    turn it off without disabling it? Did I change a setting?
    I use Adobe Acrobat Professional version 8.1.2
    Thanks!
    Joseph

    Boeing 737,
    Thank you for your Post. These forums are specific to the
    Acrobat.com website and its set of hosted services, and do
    not cover the
    Acrobat family of desktop products. Please visit the
    following forums
    for any questions related to the Acrobat family of desktop
    products:
    http://www.adobeforums.com/cgi-bin/webx/.3bbeda8b/
    Thanks

  • Why do I get Error -1967390704 when launching DSC?

    After launching the Tag Engine, I get the following error message: "Error accessing historical database! Error Code -1967390704.
    Help> Explain Error lists this as a possible reason:
    "Socket has been disconnected by its peer".
    My program has been successfully launching and using DSC for several months prior to this error. I tried cleaning the database folder to restart the database, but this did not help. I also renamed the "config.xms" file to force DSC to create a new one, but this did not help either.
    Any suggestions, please???

    Most likely one of the NI Services (Logos ads, Logos time synchronization or Citadel) where not running anymore or where in a horrible stage thus just a reboot of the computer helped. And the LV DSC Engine as a data logger was disconnected from those services and gave this error.
    I recommend to install the latest version of those services (Logos / Citadel) from:
    Lookout Version 5.0 for Windows 2000/95/98/ME/NT/XP -- Citadel and Time Synchronization Servers
    Hope this helps
    Roland

  • "MD2withRSA is disabled" error after Java upgrade

    Hi everyone,
    I have been using JRE 6 (with various updates) with Reflection for Web 4.5 for several months.
    However, when I try to run this from a URL now, I get the following error dialog appear:
    The publisher cannot be verified by a trusted source.
    Code will be treated as unsigned.
    sun.security.validator.ValidatorException: PKIX path validation failed:
    java.security.cert.CertPathValidatorException: algorithm check failed: MD2withRSA disabled
    This could be a problem with Update 17, I have tried Update 2 and Update 16 (after uninstalling Update 17) on the same machine and I do not get the error.
    Once I install update 17, I get the error again.
    With a newer version of (Reflection for Web 9.0), I do not get this error with Update 17.
    Has some low security mode been disabled with this latest version?
    Can I enable "MD2withRSA" somehow?
    Does anyone know how I can allow this to run, or flag it as a trusted source?
    Thank you,
    Chris

    I'm having the same issue trying to access the Lexmark printer web page. I don't want to install an older version of Java. Can anyone from Sun assist? Below is the error message I get:
    sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: algorithm check failed: MD2withRSA is disabled
         at sun.security.validator.PKIXValidator.doValidate(Unknown Source)
         at sun.security.validator.PKIXValidator.doValidate(Unknown Source)
         at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
         at sun.security.validator.Validator.validate(Unknown Source)
         at sun.security.validator.Validator.validate(Unknown Source)
         at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.getPermissions(Unknown Source)
         at java.security.SecureClassLoader.getProtectionDomain(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.defineClassHelper(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.access$400(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.security.cert.CertPathValidatorException: algorithm check failed: MD2withRSA is disabled
         at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(Unknown Source)
         at sun.security.provider.certpath.PKIXCertPathValidator.doValidate(Unknown Source)
         at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(Unknown Source)
         at java.security.cert.CertPathValidator.validate(Unknown Source)
         ... 26 more

  • DSC Engine

    Hi!
    I have project with 1500 tags in Labview DSC 6.1 I have problem with DSC Engine.exe After two day work, the memory usage of DSC Engine increase up to +5 Mb, after 7 days - +15 Mb. From the engineer of NI I got recommendation: increase parameters of Engine in the tag configuration on 2000 while my problem isn't disappearance. At fact, now I am having 450000, 450000, 450000, 450000 and 60 second for the close Engine.
    Please, advise how can I resolve this issue?

    Hello!
    Of course, I apply the latest fixes for that version before started work. Labview is installing on the OS Windows XP with Service park 1.
    I tried turn off Labview application without turn off DSC Engine.exe, so the situation is repeat. I realized some experiments in the tag configuration such as: disable log events and log data some tags, absolute disable log events. In fact, I’m having a group in the project which has update rate 1 sec. At last, I tried created a few groups with difference update rate (1,2,5,10 seconds), unfortunately situation with DSC Engine isn’t change. Maybe DSC Engine have installation-specific setting, but I don’t know, how is parameters of DSC Engine dependences from the numbers tags or update rate. Well, in this case I can’t define the numbers tags which I can poll with 1 sec or high zone of deadband. In the documentation I read that DSC Engine is working in the poll mode, but I certainly know that my OPC server is working in event mode, so the numbers tags which are changing little.
    What do you think about my problem?

  • NOOK Simple Touch says "Error Dialog: user not activated" whenever I try to open e-books?

    I have had my Nook Simple Touch for about a year now, and I have been using Adobe Digital Editions without a problem. Now, all of the sudden, Barnes and Noble updated my software and I can't read any of my ADE books!! It just says "Error Dialog: User not activated" every time I click on them. I have looked at many other websites and I have tried plugging my nook in to my computer and reauthorizing it, reauthorizing my computer, deleting the digital editions file and .adobe-digital-editions file, redownloading my books, turning my nook off and on, crying, and screaming. The weird thing is, in all the instructions, it says a pop-up box will come up when I delete the files, but it never does. Is that normal? I always have to do it manually by clicking on the gear. I even made sure I "unhid" all the hidden files. I HAVE DONE EACH OF THESE AT LEAST 5 TIMES AND THEY NEVER WORK!!! HELP ME, PLEASE.
    Also, a lot of the websites say to make sure your Barnes and Noble ADE I.D. is the same as the one on your ADE computer I.D.. Is the B&N ADE I.D. different from just the Barnes and Noble ID? Becasue I have been using my sisters email for my computer ADE and my email for the B&N I.D.. Are they supposed to be the same? If so, how come I was able to use it without a problem before?? I tried reauthorizing ADE with my email, because I also have an ADE account with my email, but then it wouldn't let me redownload my books onto the new account. Does this mean I have to change the ADE computer I.D. and wait until my books are available again to read them? Is that the way to fix it? UGH!
    Help is much appreciated.
    P.S. I have ADE version 2.0

    Just to clarify, there are two levels of Authorization -- one for the ADE software and one for the nook. You have to use your Adobe account to authorize both (and they have to be authorized with the same user name). It sounded like your original problem (Kcoline) was with the Nook authorization, and it was the same problem the rest of us were having.
    To get your files back, I suggest carefully reading over the "Activation and Authorization" section of the ADE help. It appears that ADE will automatically find your files but note the "Note" in quoted text below... 
    http://www.adobe.com/products/digitaleditions/help/
    "After activation, any books, magazines, or other documents you previously bought with Adobe Acrobat® or Reader® software are migrated to Adobe Digital Editions. This is usually a relatively quick process. Adobe Digital Editions opens each item and reverifies its license to the user. If you don't have DRM-protected items, you don't need to be online during the migration. If you have a large number of items (for example, more than 100), then this process may take a while, but you will see a progress bar indicating the state of the migration as it proceeds.
    Note: Items that you previously borrowed from a public library with Adobe Acrobat® or Reader® software are not migrated to Adobe Digital Editions. You need to return the library item and then borrow the item again with Digital Editions."
    If it's not finding your files, it may be because they're located in a folder different from the one that ADE is trying to use to find them.
    You may also want to check the "Transferring items between computers" section, as this describes where the files should be located, and how to reimport them into your library.
    Good luck!

  • How can I prevent NULLs from appearing in my HyperTrend graph when restarting DSC engine?

    I am continuously logging data to a citadel database using DSC 7.0. Occasionally I need to restart the DSC engine because of a computer reboot, changes to SCF file, etc. Whenever I do this, and then review the data in HDV or with a HyperTrend graph in LV, there is a discontinuity in the traces during the time the DSC engine was not running. Using the cursors, you can see the value during this time is NULL. Generally this is desirable behavior since it indicates that no data was collected during this time period. However, I would like to know if there's setting to just "connect the points" instead of having a NULL in between. The reason is that some memory tags are updated very
    infrequently, so the discontinuity appears much longer than just the time the DSC engine was not running. I want to connect the line to make the graph look nicer.

    I assume that you mean pop-up windows that might be left unnoticed when they are opened behind the current Firefox window.
    You can modify the behavior and change these prefs to open all links in tabs:
    *http://kb.mozillazine.org/browser.link.open_newwindow<br />1: current tab; 2:new window; 3:new tab;
    You can change the value of the browser.link.open_newwindow.restriction pref to 0 to open all JavaScript window.open() calls in a tab
    *http://kb.mozillazine.org/browser.link.open_newwindow.restriction
    You can open the <b>about:config</b> page via the location bar and accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • Error message on reading device saying error dialog user not activated

    error message on reading device saying     error dialog  user not activated.  unable to open book to read

    I had Adobe upgraded to from 1.2. to 4.1 on my Glow Light Nock at Barnes and Noble yesterday. I use a  MacBook Pro 2011 upgraded to 10.10.1. I have never had a problem download a book from the library to my nook in the past. By the time I get this issue resolved, my 2 week book will be overdue and my book club discussion 1/21. I have been to the genius bar at Apple store--not their problem. Two trips to B&N and
    the tech guy said he could fix the problem on a PC but not a Mac. It is not a Mac or Nook world.

  • Suppressing Warning and Error Dialogs in 8.2

    All
    I am looking into whether or not it is possible to suppress warning and error dialogs within a form created by LiveCycle Designer 8.2.  I am aware this functionality is easily configurable within ES2 - which is the driver behind why I would like to get it working in some form within 8.2.  Essentially, I would like no dialog boxes to appear unless explicitly done so via script.
    Any ideas?

    Just thought I would reach out one last time on this topic.  To be more specific, I am looking for a means by which to "turn off" dialogs within a Designer 8.2 form.  I still wish to use Validation patterns and perhaps Validation scripts but I don't want any dialog boxes to appear should any pattern or script be violated.
    Any help would be appreciated.
    Thanks in advance!

  • "IWD Bus Enumerator disabled" error message in LSC after Windows 8.1 upgrade

    Hi there,
    I just upgraded my T430 from Windows 8 64-bit to Windows 8.1 64-bit.
    After restart, LSC shows an "IWD Bus Enumerator disabled" error message. I went to the device manager, right clicked on IWD Bus Enumerator and selected the "update driver software" option. Message came back that the latest driver is already installed. By the way, in the device manager there are two lines "IWD Bus Enumerator", where the first line is normal (i.e., enabled), and the second line shows that error message (yellow triangle).
    What next? Any ideas? My laptop seems to work fine, otherwise.
    Best,
    Sven
    Solved!
    Go to Solution.

    I resolved my issue by going to device manager and selecting View Hidden Devices - then expand System Devices
    In my case there were 2 listings for IWD BUS ENUMERATOR - one had the yellow triangle - I uninstalled that one and restarted my laptop and the message was gone. If that does not work make sure you get the latest drivers from Lenovo and also visit Intel.com and search for WiDi - they have some programs to check drivers.

  • Empty error dialog when trying to sync (Windows 7 x64 + itunes 9)

    Using Windows 7 Enterprise, 64bit and the latest x64 installer of iTunes (9.0.2.25) on a HP EliteBook 8530w.
    Whenever I open iTunes, click on my iPhone (3G) and then select the "Info" tab I get an empty error dialogs popping up: See screenshot http://img214.imageshack.us/img214/1582/ituneserror.png
    This dialog pops up a couple of times, one after the other. After I've dismissed them all, I can click sync and it appears to actually sync (both the phone and itunes tells me it's synchronizing). However, the empty dialog appears again during sync and once the sync has completed there hasn't been any changes to the phone
    What I'm trying to sync is calendar and contacts from MS Outlook 2007. It used to work perfectly on this same computer running XP... it all happened after I re-installed the OS and upgraded to Win7.
    I've searched through the internet and found various references to sync problems on vista/win7 on x64 although non of the symptoms seems to match mine (others were seeing bluescreens, frozen itunes etc.). Also, given the verbosity of the error dialog, it's quite hard to know what's wrong...
    Has anyone even seen this problem or am I alone with this?

    I was finally able to make it work. I'm so happy.
    For some reason, perhaps it was pure desperation or maybe I had read it somewhere on the internet, I decided to set Outlook as my default mail application. Unbelievably, this made it work - the empty error boxes are gone and synchronization works like a charm.
    So, when Outlook asks if it should be default mailer, answer yes. You can also configure this in Outlook or in the Windows 7 start menu -> Default Programs -> Set your default programs -> Outlook.
    Just make sure that Outlook is default for everything it wants to be default to. My first attempt set it to "11 out of 13" and it wasn't until I selected to use it to "all file types and protocols that it can handle to default".
    Anyway, I'm a happy user now and hopefully this can help others who are experiencing the same issues

Maybe you are looking for

  • Error While Saving a Query in Bex

    Hi All, When I am trying to Save a query Its throwing me this error. "An unexpected 'object variable or with block variable not set' error occured in wdbrlog." Any pointers would be helpful. Regards, Mayank

  • Unable to acess BW Querrys in Visual Composer

    I created a new system in portal slecting "sap system using dedicated application server" and filled up all the required details and gave the system type as "SAP_BW".created a System Aliases and did the user mapping. But In Visual Composer after sele

  • MBA won't boot up, passes H/W test

    My daughter's MBA stopped booting up recently.  I purchased this unit in late August 2011.  When she started it & walked away to wait for it to start up, she'd come back & find a black screen with the cursor icon.  She brought it to me, and upon star

  • Lenovo E540 - Dual External Monitors

    Hi, This question is about the Lenovo E540 laptop (with HD Graphics 4600 or 4400). 1.I would like to know if its possible to connect two external monitors to the laptop (using hdmi and vga ports together) - resulting in 3 active screens (laptop scree

  • Error exporting NUMBER RANGE DEFINITION

    Hello and HAPPY NEW YEAR,   I have made a Number Range Definition object but I cannot export it through the transport system, this what I can see in the transport system: S17K900461    Autonumbers for DPM Demand file          04.01.2007 2:49