Signal Express 2009 causing NIMAX generate an Exception error message

I have a system which gives an error message when I try to open an instrument in NIMAX. The popup error message shows 'unexpected error', with a code of "MAXKnownException. This system running Windows XP, and we Signal Express 3.0 with 4.3 NIMAX works perfectly. We went to Signal Express 2009 with NIMAX 4.6 and this problem occurs.

Error log message which is gereated is

"The niVISAui.mxx plug-in caused an exception in the CmxAggregateItemUI::GetToolbar function in the process of NIMax."

Thank you

Some info about failure for future reference, the problem is not benign in the pop up I chose to ignore the error message but any time, I tried to open an instrument in NIMAX I would get the same pop up and NIMAX was virtually unusable.

The good news is that we were able to get this to work. The Signal Express 2009 package we received came with the associated device drivers CD. Unfortunately, NIMAX on the CD version was 4.5 and it turns out that Signal Express 2009 must have the 4.6 version to work. We took NIMAX version 4.6 out of the web site of NOR and cured the problem.

Tags: NI Products

Similar Questions

  • Outlook Express does not open. MSOE file error message. Missing DLL files

    Hello

    I am unable to open Outlook Express.

    I get the following error message.

    Impossible to open. MSOE. DLL missing. I'm on my

    ary address right now. Please send all messages from * address email is removed from the privacy *

    I changed my

    default email to * address email is removed from the privacy * to


    I am unable to open Outlook Express I get the following

    error message.  Cannot open the file MSOE. Missing DLL.

    Right now I use my secondary address. :

    E-mail removed for the protection of personal information

    Please NOTE: I have now a new primary e-mail address is. :

    E-mail address is removed from the privacy *.  I added the number one (1) after the letter

    s. Please send all responses to

    E-mail address is removed from the privacy *.

    ONE) after Linda s number of the letter.  It has been * address email is removed from the privacy *

    hope someone can help me fix this problem.

    Folders.dbx is probably damaged.

    Tools | Options | Maintenance | Store folder will reveal the location of your Outlook Express files. Note the location and navigate on it in Explorer Windows or, copy and paste in start | Run.

    In Windows XP, Win2K & Win2K3 the OE user files (DBX and WAB) are by default marked as hidden. To view these files in Windows Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder Options icon | Opinion, or in Windows Explorer. Tools | Folder options | View.

    With OE closed, find the Folders.dbx file and delete it.  Another will be created automatically when you open OE.

    Note these possible side effects:

    When you re - start OE, it will build a new index of all *.dbx files it can read and create a new Folders.dbx. Please understand that you will lose the mail directory structure, and message rules will probably have to be edited.

  • BlackBerry Smartphones untrapped Exception error messages

    Hi nGuys,

    I was sent an email with a large attachment with it and now I can't access my emails or send texts?

    Whenever I try, I am presented with this error message: -.

    "Eception exception: java.long.array Indexoutofboundsexception' and an 'OK' button."

    When I click this, (in the vain hope that everything will be OK from here in, it disconnects from the app and I'm at square one!)

    That's why making the phone useless.

    When I contacted Blackberry support, it says that he does not know of "Eception exception: java.long.array Indexoutofboundsexception'?"

    Little help would be greatly appreciated: -.

    Hello and welcome to the community!

    There is virtually no diagnosis of those - they are the equivalent of random errors in Windows for which trace the root cause is futile. Basically, here's the last out in the programming code - some event occurred for which there is no event handler in the code. The patch is an update of the code that handles the event... but, again, what is the event is almost impossible. So, there are a few things to try:

    Sometimes, the code simply is damaged and needs to be updated - just like a reboot:

    • Each time a random strange behavior or slow creeps, the first thing to do is a battery pop reboot. With power ON, remove the hood back and remove the battery. Wait a minute, then replace the battery and cover. Power on and wait patiently through the long reboot - about 5 minutes. See if things return to functioning. Like all computing devices, BB suffers from memory leaks and others... with a hard reboot is the best remedy.

    There may be a code updated to the value of the carrier - check out them through this Portal:

    The toughest possible causes are a bad application behave. To find it, there are two options. Is to see if you can read the log file:

    Go to the home screen. Hold down the "alt" key and type "lglg". (You won't see anything as you type). This will bring up the log file. Scroll down (probably a lot of pages) until you see a line that says "eception execption. Click on this line. The application name will be in the info. Alternative methods to implement the newspapers are in this KB:

    • KB05349 How to activate, view, and extract the the event logs on a BlackBerry smartphone

    The other method is to remove the apps one at a time, wait a while between the two (I usually recommend a week), until the problem stops... revealing the offending application. Yet another method is to recharge the BB OS itself, leaving little time between the addition of other applications on the BB in order to be able to determine exactly what is the cause.

    trevorburdett wrote:

    When I contacted Blackberry support, it says that he does not know of "Eception exception: java.long.array Indexoutofboundsexception'?"

    That's an interesting statement... exactly how did you get that? As in, who did you call? RIM offers zero support to front line for BBs... only via the escalation of a carrier can you receive free support from RIM. You go through your carrier?

    Good luck and let us know!

  • I can't open my Outlook Express... I get an error message in the file... I did restore system twice and it did not help...

    Outlook express errors to the file twice a system restore didn't help.

    Outlook Express questions should be asked in the XP forum, not a Windows 7 forum.

    XP - Networking, Mail, and getting online Forum
    http://social.answers.Microsoft.com/forums/en-us/xpnetwork/threads

    A system restore will do nothing. The error message says something like file MSOE. DLL dot could be found or started? If so, start here.

    When OE crashes or won't start
    http://www.insideoe.com/problems/errors.htm#crash

    Bruce Hagen
    MS - MVP October 1, 2004 ~ September 30, 2010
    Imperial Beach, CA

  • Save the exception error message

    Hi all
    Take into consideration the following:
    create table WXX_TEST
    (
      ID    NUMBER,
      COL1  VARCHAR2(5),
      COL2  VARCHAR2(25),
      ERRMS VARCHAR2(4000)
    )
    create table WXX_TEST2
    (
      ID   NUMBER,
      COL1 VARCHAR2(25),
      COL2 VARCHAR2(4)
    )
    insert into wxx_test (ID, COL1, COL2)
    values (1, 'AA', 'BB');
    
    insert into wxx_test (ID, COL1, COL2)
    values (2, 'AA', 'BB');
    
    insert into wxx_test (ID, COL1, COL2)
    values (3, 'AA', 'BB');
    
    insert into wxx_test (ID, COL1, COL2)
    values (4, 'AA', 'BB');
    
    insert into wxx_test (ID, COL1, COL2)
    values (5, 'AA', 'BB');
    
    insert into wxx_test (ID, COL1, COL2)
    values (6, 'AA', 'BB');
    
    insert into wxx_test (ID, COL1, COL2)
    values (7, 'AA', 'CCCCCCCCCCCC');
    
    insert into wxx_test (ID, COL1, COL2)
    values (8, 'AA', 'BB');
    
    insert into wxx_test (ID, COL1, COL2)
    values (9, 'AA', 'BB');
    
    insert into wxx_test (ID, COL1, COL2)
    values (10, 'AA', 'BB');
    so... we're going to do the following:
    declare
    
      cursor c is select id,col1,col2 from wxx_test;
    
      type t_a is table of c%rowtype;
      l_msg  VARCHAR2(4000 CHAR);
      dml_errors EXCEPTION;
      PRAGMA exception_init(dml_errors, -24381);
      l_errors number;
      l_errno  number;
      l_idx    number;
      v_a t_a;
    
    begin
      
        open c;
        loop
          begin
             fetch c bulk collect 
              into v_a limit 10;
           forall i in 1..v_a.count save exceptions
           
                  insert /*+APEND_VALUES*/
                   into wxx_test2
                   values v_a(i);
                   
                   
          exception when dml_errors then
              l_errors := SQL%bulk_exceptions.count;
              FOR ii IN 1 .. l_errors LOOP
                l_errno := SQL%BULK_EXCEPTIONS(ii).error_code;
                l_msg   := SQLERRM(-l_errno);
                l_idx   := SQL%BULK_EXCEPTIONS(ii).error_index;
                
                update wxx_test
                 set ERRMS =  l_msg || ': ' || l_errno
                 where id = v_a(l_idx).id;
              end loop;
              
           end;   
        exit when c%notfound;
        end loop;
       close c;
    
    end;
    /
    .. .and query the wxx_test table:
    select * from wxx_test  where id = 7 
    The result is:
           ID COL1                 COL2                                                                             ERRMS
    ---------- -------------------- -------------------------------------------------------------------------------- --------------------------------------------------------------------------------
             7 AA                   CCCCCCCCCCCC                                                                     ORA-12899: value too large for column  (actual: , maximum: ): 12899
     
    We can see that economy exceptions works very well, but we do not know which column is the problem... the error message indicates that the code of the error, not the context.

    In contrast, we do the following:
    insert into wxx_test2 values(11,'BB','TTTTTTTTTT')
     
    ORA-12899: value too large for column "WXX_TEST2"."COL2" (actual: 10, maximum: 4)
    Any ideas how to get the context of the error message in the EXCEPTION of SAVING clause?

    Have we not all SQL % BULK_EXCEPTIONS options?

    DB version: 11g

    Thanks in advance,
    Alexander.

    Published by: a.stoyanov on October 23, 2012 05:30
  • JSF/ADF offers all mechinism to manage the exception/error message

    What Struts has everything simply.

    Thank you!

    Kevin.

    Kevin,

    Describe what you mean by ' exception/handle error message', and we will be able to direct you.

    JSF has a standard mechanism to manage the display of messages (the java class FacesMessage and the component of message/messages). ADF Faces, extends the display of messages with an af:messages component. The layer of ADF business components provides a framework for the removal of errors (and their grouping together so that you get all of your messages at once instead of one-at-a-time validation).

    If you can explain what you are looking for, perhaps we can give you more detailed information.

    John

  • Where can I get an exception error message

    I have a situation where 3 users watching the same record in a form, when to save, of course as a user registers he change, the other 2 get an error message
    because this record was already processes, I just want an error message for the other 2 saying "this record was already processed.
    Thank you for your help.
    Doug

    Hi Doug,.

    You can use something like this in your exception handling section.

    apex_application.g_print_success_message: = apex_application.g_print_success_message | "My custom text ';

    Thank you
    Manish

  • Confirm the NEW Security Exception error message!

    It's becoming routine with Thunderbird. My company uses GMail. Periodically, I get the parade without end of popup confirm Security Exception. It doesn't seem to be what I can do. I tried the various "fixes" posted in other threads without result. Contact your provider? Tried to contact Google AND make your job responsibilities?

    I REALLY DO NOT want to use Outlook. Does anyone have an idea?

    You use Avast Anti-virus and said to analyze your incoming and outgoing messages (for some reason any).
    Since Avast cannot look in the SSL/TLS encrypted to your server sessions, it generates a certificate for the Google Server and tries to sneak in. This is what Thunderbird warns you for good reasons:
    Thunderbird can not verify the self-signed certificate Avast. This looks like a man in the middle attack, and in fact it is. Avast is intercepting your connection to the server and connects to the Google Server on your behalf. I hope to have a lot of faith in Avast, I wouldn't be able to analyze all my mail see my Gmail password. And you know what they do with this knowledge?

    For example, you can specify either Avast not to analyze your encrypted SSL/TLS traffic, or live with the warning of Thunderbird. There is nothing to 'fixed' in Thunderbird, it works as expected.

  • Updates Windows 7 boot failure cause (don't loop, no error message)

    I havnt been able to determine if there is a particular windows update which is causing my computer loop just after the windows logo is displayed at startup 7. An update every time happens I have to perform a restore, which sometimes failed and ive had to do a reinstall is complete. Even if this was done, I always meet the same problem when it comes to updates. I also bought a new hard drive, reinstalled windows on it and tried again, same problem with updates.

    Even more disturbing, it seems now that when I installed office 2003 or even openoffice that I encounter the same problem... #.

    Help!

    Windows 7 64 pro

    EX58-UD3R motherboard, Intel i7, 6 GB Ram, ATI HD 5770

    Visit the Microsoft Solution Center and antivirus security for resources and tools to keep your PC safe and healthy. If you have problems with the installation of the update itself, visit the Microsoft Update Support for resources and tools to keep your PC updated with the latest updates.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Bluetooth, causing the blue screen with error message: out of State driver

    Hello

    I am posting this in the other thread here but it was closed before I could solve the problem.
    Background:
    I left on vacation for 4 weeks and I left my computer.  When I came back, my computer was giving me the following problems:
    • Video playback of my SIN was rough and freezing - I fixed that by finding out one of the drives died on RAID-1
    • After 30 minutes, the computer would give me a Blue Screen of Death (BSOD) and reboot - I have updated every driver I could, each piece of software, update the BIOS and then finally solved the problem by updating the firmware on my boot drive: a Crucial 128 GB SSD m4

    These two problems have been resolved, but can be useful to understand the current problem

    Current problem:
    After trying to use the webcam for video chat via Gtalk or Skype, my Bluetooth Logitech MX5500 keyboard and mouse stop responding.  About 10-15 minutes after the call is completed, my computer gives a Blue Screen of Death with the message of STATE FAILURE of PILOT.
    The minidump file is available here, and I understand that the cause is due to my Bluetooth driver: http://dl.dropbox.com/u/30633232/052212-24429-01.dmp
    What I tried:
    • I've updated all the drivers available on the Asus site for my motherboard Asus P8P67 EVO, including Bluetooth and the BIOS driver
    • I've updated my HD Audio integrated system with the drivers available on the Web from Realtek site
    • I've updated all my drivers webcam and Logitech software
    • I uninstalled, restart and reinstalled my Bluetooth drivers
    • I have not matched and repaired my Logitech MX5500 keyboard and mouse
    • I uninstalled, restart and reinstalled both Skype and Gtalk for Chrome, Firefox and Internet Explorer plugin
    The ask:
    I'm out of ideas... would like to get the genius of someone on these boards help me please!

    The problem may be with the c:\windows\system32\drivers\sptd.sys:

    ******************************************************************************
    *                                                                             *
    * Bugcheck analysis *.
    *                                                                             *
    *******************************************************************************

    DRIVER_POWER_STATE_FAILURE (9f)
    A driver is causing an inconsistent power state.
    Arguments:
    Arg1: 0000000000000003, a device object has been blocking an Irp for too long
    Arg2: fffffa8009d73060, physical device from the stack object
    Arg3: fffff80004c093d8, functional device object of the stack
    Arg4: fffffa800e0c3190, blocked IRP

    Debugging information:
    ------------------

    DRVPOWERSTATE_SUBCODE: 3

    Nom_image: usbhub.sys

    DEBUG_FLR_IMAGE_TIMESTAMP: 4d8c0c15

    MODULE_NAME: usbhub

    FAULTING_MODULE: fffff88008c06000 usbhub

    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT

    BUGCHECK_STR: 0X9F

    Nom_processus: System

    CURRENT_IRQL: 2

    STACK_TEXT:
    "fffff800'04 c 09388 fffff800'03502702: 00000000' 00000000'00000003 fffffa80 ' 09 0000009f d 73060 fffff800 ' 04c093d8: nt! KeBugCheckEx
    "fffff800 ' 04 c 09390 fffff800 ' 034a2e4c: fffff800 '04c094c0 fffff800' 04c094c0 00000000'00000000 00000000'00000003: nt! : FNODOBFM: 'chain' + 0 x 34050
    "fffff800 ' 04 c 09430 fffff800 ' 034a2ce6: fffffa80 '06cdf5b0 00000000'01642618 00000000'00000000 fffffa80' 097aa901: nt! KiProcessTimerDpcTable + 0x6c

    fffff800 '04c094a0 fffff800' 034a2bce: 0000034f 'c591e29e fffff800' 04c09b18 00000000'01642618 fffff800'0360 d 588: nt! KiProcessExpiredTimerList + 0xc6
    "fffff800 '04c09af0 fffff800' 034a29b7: 0000011a ' 68920ac3 ' 01642618 0000011 0000011a has ' 68920 has 32 00000000'00000018: nt! KiTimerExpiration + 0x1be
    fffff800 '04c09b90 fffff800' 0348feca: fffff800 '0360ae80 fffff800' 03618cc0 00000000'00000002 fffff880' 00000000: nt! KiRetireDpcList + 0 x 277
    fffff800'04c09c40 00000000' 00000000: fffff800 ' 04c0a000 fffff800'04 c 04000 fffff800 ' 04c09c00 00000000' 00000000: nt! KiIdleLoop + 0x5a

    STACK_COMMAND: kb

    FOLLOWUP_NAME: MachineOwner

    FAILURE_BUCKET_ID: X64_0x9F_3_btfilter_IMAGE_usbhub.sys

    BUCKET_ID: X64_0x9F_3_btfilter_IMAGE_usbhub.sys

    Follow-up: MachineOwner
    ---------

    0: kd >! devobj fffffa8009d73060
    Object Device (fffffa8009d73060) is:
    Can not read information from nt shift! ObpInfoMaskToOffset
    \Driver\usbhub DriverObject fffffa80094ffa50
    Current PRI 00000000 RefCount 2 Type 00000022 Flags 00003040
    DevExt fffffa8009d731b0 DevObjExt fffffa8009d73bb0 DevNode fffffa8009d7b550
    ExtensionFlags (0 x 00000800)
    Unknown flags 0 x 00000800
    AttachedDevice (top) fffffa8009663880 * WARNING: unable to verify timestamp for c:\windows\system32\drivers\sptd.sys
    ERROR: Module load completed but symbols can be loaded for c:\windows\system32\drivers\sptd.sys
    \Driver\ACPI
    Queue is not busy.

    I would say to uninstall the application that has installed the driver c:\windows\system32\drivers\sptd.sys, maybe it is Daemon Tools or Alcohol 120%.

    Then, uninstall the c:\windows\system32\drivers\sptd.sys - see "How can I remove driver SPTD on 64-bit operating system?" in the following link:

    http://www.duplexsecure.com/en/FAQ

    Similar question in the following thread:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-hardware/the-computer-has-rebooted-from-a-bugcheck-the/2a0b354e-4FEA-4349-b88f-eb4b10199380

  • What is Visual Suite 8? It is essential, and, if not, how can I get rid of him? It generates dozens of error messages and crashes.

    I have Windows XP sp3 on a Dell Inspiron 6000. I'm regular crashes, and later Microsoft (up to 12 at a time) error report messages are all a repetition of the same thing: 'problem with Visual Suite 8 '.

    I don't know what Visual Suite 8, or what he does. It does not appear on the list of installed software.

    It is essential to the functioning of the laptop? If so, how can I re - install? If this is not the case, how can I get rid of him?

    Thanks for any help available.

    Hello Veritas,

    MS Visual Stuido is essentially a developers tool. Nothing, that you need unless you perform a codification. When/where are getting you an error message?

    Here's a quick link:

    http://en.Wikipedia.org/wiki/Microsoft_Visual_Studio

    hope this helps,

    Eddie

  • BlackBerry Smartphones - untrapped exception error message: webkit shared instance unavailable: null

    I was browsing a website via google when the page is empty and the above message came. I can access is no longer browsing the internet on my blackberry just got the message.

    I don't know if I'm on track to restart MDS connection service, after looking at the help sections? Only problem is that I have not the slightest idea how to do this.

    Interestingly, I can still access my facebook and ebay apps just won't use google or internet browser.

    Any help much appreciated.

    Hi mollypiper

    Welcome to the Forums of the BlackBerry Support

    Have you recently installed a new application on your device? If you then uninstall or undo the changes that you did before this error appeared on your device. Also, try these steps and see if that helps:

    1 - Save your pocket computer.

    • KB00510 How to register a BlackBerry smartphone with wireless network
    • You expect a registration messages in your Inbox messages.

    2 remove and return your Service book

    • KB05000 Remove the maintenance book for the BlackBerry Internet Service email account in the BlackBerry smartphone
    • KB02830 Send the directories for the BlackBerry Internet Service
    • Expect an enrollment message arrives in your Inbox for each e-mail address you have.

    3. and then do a restart of battery like that pull while the device is powered on remove your battery wait for a min. then reinsert back

    Or you can call your service provider for further assistance. Try it and tell us.

  • I want to what Outlook Express on my desk (shortcut), but I get an error message \SCR\Integration Toolholder.CPP 21. My computer freezes then.

    As explained in the title; I restored my computer after you delete the files that I needed later. I tried to put Outlook Express on my desktop and received an error message \SCR\Integration Toolholder.Cpp 21. I couldn't remove this message and my computer froze. Is there a way out if you please.

    Right click on the desktop | New | Shortcut. Navigate to "c:\program files\outlook express\msimn.exe". Click next | Click Finish.  It will be a new shortcut on the desktop.

  • NI USB-6251 - Signal Express - Input Ports display signals idential

    Hello

    I plugged a DET50B (phototedector) at the port of entry Ai0 in my case NI USB-6251 and thanks to LabView SingalExpress 3.0.0 took a look at the Ai0 signals and Ai1 by clicking on the following points:

    Acquisition of Signal-> DAQmx acquire-> analog input-> voltage

    I was expecting the Ai1 signal or 0 Volt, because there is nothing connected to it and the Ai0 signal vary in what concerns the light I was shinning on the photodetector. Instead, the Ai0 amplitudes both Ai1 were identical and corresponded to the light I'm shinning.

    How is it that these ports appear to be connected? It's the same thing when I opened other ports for viewing by SignalExpress except the Ai8; This one seemed to be at zero (probably because he does not physically exist on the NI USB 6251 which Ai0 - Ai7).

    No, you will not read 0 Volts to a channel not connected. Do a search for 'ghosts' for a detailed explanation. If you want 0 voltas on a channel, you need to gnd.

    p.s. You do not have a signal generator Board. New questions should be mailed to multifunction DAQ and Signal Express cards

  • NI 6552 Signal Express sampling rate

    I'm generating multiple signals for Signal Express. When I run them, some work well and others not, in other words, for some changes in sampling rate signals! Thera are two options in Signal Express: 1. read file waveform 2 sampling rate. to manually set the sampling frequency. In both cases, the rate is changed when I run the waveform of my 90 MHz to 100 MHz.

    Any ideas?

    Hello

    The internal clock on the 6552 is generated from 200 MHz time base; Is that you can generate the frequency of 200 MHz/N where N is from 2 to a large number which takes up to 47 Hz. The driver for the Board of Directors will force the neerest value, so if you swipe from 90 Mhz to 100 MHz frequency, you will get 100 MHz in all cases. There is more information about the synchronization on the specs here:

    http://digital.NI.com/manuals.nsf/WebSearch/E4C93B141B71ED93862573CC005E8EA1

    Once, you run your project, Signal Express should show you the corced value, you can use this to read the actual frequency generated.

    I hope this helps.

    Juan Carlos

Maybe you are looking for