Error -17501 flxCVIadp.​dll when starting CVI full featured user interface on Windows 7

We see the following error dialog when we launch the CVI full-featured user interface (TestExec.exe):
"Error:
Unable to load test environment adapter 'flxCVIadp.dll'. Run setup to re-install or remove this adapter.
Could not connect to TSAutoMgr.exe server. DCOM permissions might be incorrect because of configuration changes for remote execution.  To fix this issue, ensure that the current user is in the default DCOM access permissions or that no users are in the access permissions section of the dcomcnfg.exe dialog box.  You can use the dcomcnfg.exe program, located in the Windows System directory, to change DCOM access permissions.
Error code: -17501, Unexpected Operating System Error." 
When this error happens, we can't run any calls to CVI code from within the User Interface.
We are running Windows 7.  We don't see the error if we run TestExec.exe from the default location:
C:\Users\Public\Documents\National Instruments\TestStand 2013\UserInterfaces\Full-Featured\CVI
We get the error message if we copy the CVI directory to somewhere else on the C:\ drive (C:\MyUserInterface for example).  The error happens when we run TestExec.exe directly, but it does not happen if we are already running Labwindows/CVI and we launch TestExec.exe from CVI.
We are seeing this error with both TestStand 4.2.1 and TestStand 2013 running on different PCs.  This error happens on Windows 7, but not Windows XP.  Though we get the same error with our custom user interface, we see the same error with the stock CVI full-features user interface provided by NI.
Any ideas about why we can run this from the TestStand directories, but not any directory on our C:\ drive?
Thanks,
Peter

Hi Peter,
Based on the error messages it looks like this might be a Windows 7 security issue, which would be why it doesn't occur on XP since security is handled differently in that OS. Have you gone into dcomcnfg.exe and checked the DCOM permissions as described in the error message?

Similar Messages

  • Disabling Controls in the Full Featured User Interface

    Hi Ppl,
    I do not want few controls (variables view, stack view) to be displayed in my full featured User Interface. What is the best way to do this. Are there configuration parameters(UserInterface.xml) that could make these controls  in visible. Or Should these controls be make in visible only through the Visible Property.
    Thanks 

    Hi Dennis,
    Will Deleting the controls solve the purpose ? I tried moving the controls from the visible part of the front panel. but when the code was run the controls came back to their original position. Then I discovered that the full featured user interface has some code to set the position,size etc of the controls. This part of the code also checks the number of controls present. So I was wondering if just editing the configuration alone could disable the controls.
    Thanks 

  • Labwindows CVI Full featured OI fails to start

    I've done a deployment installer for Teststand-2013. On one Target PC( Windows 7 64 bit)  it works fine. But on another target PC starting the Labwindows/CVI Full featured OI fails to start ( screenshot attached) with an Error -145 when trying to load testexec.uir . Both targets  have Windows7 64 bit and Office 2010 installed. How can I find out which Active-X control is missing/damaged on the second PC ?
    I've allready found http://digital.ni.com/public.nsf/allkb/9894BE2B832B7FDE86256ECD00041172. But Office is installed and the ActiveX Control Pad is deprecated and incompatible to Windows7 64Bit and no longer available from MS. 
    Solved!
    Go to Solution.
    Attachments:
    Fehler Teststand.png ‏31 KB

    There are no custom commands. It is launching the Operator Interface after the panel  with the checkbox, where you decide if you want to activate now.  We choose to activate later there.  And it also launches the OI when uninstalling.
     I'am attaching the .tsd file, we are using.  This installer should only include stuff , which is common to all teststations like the OI and Teststand Public. So it doesn't include sequences and other files, which are specific to one teststation. 
    Attachments:
    testand2013.zip ‏25 KB

  • I am getting "Error in Loading Dll" when i instantiate AcroExch.App.

    I am getting "Error in Loading Dll" when i instantiate AcroExch.App.  This has worked find when i had Adobe Acrobat 9.0 and Adobe Reader 10.0 installed in my System.  Now the Adobe Reader 10.0 has been uninstalled and Adobe Reader 11.0.10 has been installed in my system.  Ever since this code is not working.  I have delveloped some critical applications in Exceh VBA and not it is not working.  Can anyone provide me the correct solution to overcome this issue.  Is this because the Acrobat and Reader version incompatibility.  If so, what is the workaround for this issue.

    Uninstall Adobe Reader and repair the installation of Adobe Acrobat.

  • How can I use CVI function TS_PropertyExists in Full-Featured Operator Interface

    I'm trying to use the CVI function
    HRESULT CVIFUNC TS_PropertyExists (CAObjHandle objectHandle, ERRORINFO *errorInfo, const char *lookupString, long options, VBOOL *val)
    in full-featured operator interface source code shipped with TestStand 3.1. I have problem with the objectHandle parameter which I don't know how to use. Is there already a variable declared and initiliased in operator interface source code which corresponds the objectHandle parameter ? If not, how can I get an objectHandle ?
    /Petri

    Petri,
    The object handle parameter is the ActiveX object handle obtained from Automation Method or property.
    This object would depend on which property you want to check for existence.
    Check the Using LabWindows/CVI with TestStand reference manual for more information.
    Best Regards.

  • 'error in MSVCRT.DLL' when i try to open installer

    hi,
    i was trying to install J2SE 1.4.2, the file is complete and not corrupted but when i try to open the
    installer program i get this message:
    The program has caused an error in MSVCRT.DLL
    what can i do to make it work?
    thanks,
    nick

    Maybe one of these match your problem. If not, serch other forums, Google, etc.
    http://onesearch.sun.com/search/developers/index.jsp?col=devforums&qp_name=Installation&qp=forum%3A14&qt=MSVCRT.DLL

  • Missing export kernel32.dll when using cvi 9.0 on win 64

    Hi,
    I just have a new computer (windows 7 64 bits) : PC 1 for short.
    My old computer was a windows xp 32 bits : PC 2.
    I compile my programs with CVI 9.0.
    When I compile a program with PC 1 :
    - the install works on PC 1 & PC 2
    - the prog installed works on PC 1
    - the prog installed doesn't work on PC 2 : Missing export ...... from 'KERNEL32.DLL'
    Somebody has an idea?
    Solved!
    Go to Solution.

    Hi,
    if your program uses some functions from Windows SDK included in kernel32.dll, the program really depends on this library.
    The problem is that for this reason CVI includes kernel32.dll when you build a distribution kit (on the target PCs you should find a copy of kernel32.dll in a subfolder of the one where you installed your application).
    The problem is that CVI takes this dll from your development PC (Win 7) and your target PC (XP) can't work with this dll. Win XP has its own copy of kernel32.dll, but MS Windows Operating Systems load dlls from application folder before than from system folder.
    And so, simply remove the kernel32.dll dependency and rebuild the distribution kit.
    This is a general behavior of CVI and can bring to several problems. I've already reported this to NI, because Operating System dlls must not be included in a distribution kit. If the target OS lacks of some core dll, this is a severe problem, and it's not a situation that CVI can fix simply using some local copies of these dlls.
    Vix
    In claris non fit interpretatio
    Using LV 2013 SP1 on Win 7 64bit
    Using LV 8.2.1 on WinXP SP3
    Using CVI 2012 SP1 on Win 7 64bit, WinXP and WinXP Embedded
    Using CVI 6.0 on Win2k, WinXP and WinXP Embedded

  • When starting up my computer, I get a window that says - apple sync notifier.exe - entry point not found.  how can i get rid of this window?

    When I start up my computer,  I get a window that pops up that says  *  AppleSyncNotifier.exe - entry point not found.  it also says    the procedure entry point xmltextreadername could not be located in the dynamic link library libxml2 .dll.   .  What does this mean and how can I get rid of it?

    With Windows Explorer, navigate to your C:\Program Files\Common Files\Apple\Apple Application Support folder.
    Copy the SQLite3.dll that you should find there, navigate to the nearby Mobile Device Support folder, and Paste it in there also.
    Restart the programme all should be well
    In case that your OS is (64 bit)
    1. Open windows explorer, go to location C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    2. Copy file "SQLite3.dll"
    3. Now paste it in the folder  C:\Program Files (x86)\Common Files\Apple\Mobile Device Support
    4. Restart the programme, it should not display that message, it should be clear.
    Good Luck

  • Error message comes up when try to install Lync 2010 in a windows XP machine

    Hi everyone, this issue is from one of our customer, Ravi Hegde. The error message is " the procedure entry point EventWrite could not be located in the dynamic link lirary ADVAPI32.dll" when try to install the Lync 2010 client in a windows XP
    manchine.
    does anyone here meet the same issue before and share the solution? many thanks.

    Hi Alex,
    Please open an elevated command prompt and run the below command;
    sfc /scannow
    In the event that this doesn't work you might try some of the the below from reading;
    1.) jumping back to a realistic restore point that doesn't create a load of work for you in regards to program installation
    2.) performing a repair on the OS
    3.) Installing all outstanding windows and office updates as these often replace the existing DLL
    4.) Repair of Microsoft Office
    5.) clean OS install or image deployment
    Kind regards
    Ben

  • Copy error when install Thinkpad HotKey features integration package under windows 7 U system

    Hey all,
    i upgraded operation system on my T61 to windows 7. All drivers work fine except  Thinkpad HotKey features integration package. i used update manager 4. it suggested me to install this package but when i run it it keep pop out windows and say that file can not be copy to  a folder ... 
    How can i solve this issue ? any clues ?
    Thanks,
    Eric

    Hi and welcome to the forum!
    Try installing it manually:-  http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-74261
    Hope this helps.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • HP PSC 1315xi All in One from 32-bit XP to FULL FEATURE for 64-bit Windows 7

    Switched from 32-bit XP to 64-bit Windows 7,  which did not install all  printing features or my scanner.     Know a  lot  of  people  have  this  problem, can't  find the forum  which is exactly  for  this  particular  problem,  and can't find  an  HP download.  There are so many other companies on the HP Support  pages.  Might you  include on your title page how to re-read  this subject?   
    I'm afraid I'll lose my print and copy functions forever if I  first Uninstall.  Would checking "Add Printer"  preserve  my present  version  until after I  get a  successful  download  or  maybe even  a  new Disk  for  64-bit Windows 7?   I  haven't even  found that  yet.  Thanks. [edited by Moderator]

    Good day AmerEagle,
    I understand you have upgraded from Windows XP to Windows 7 64bit and are looking to install the driver and software for your PSC 1315xi. I will certainly help you!
    Here is the direct link to the download for the Windows 7 full driver for your printer:
    HP Deskjet and Officejet Full Feature Software and Drivers
    Enjoy your Wednesday
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Getting error in ASLFoundation.dll when trying to start Premiere Pro 4

    When I try to start up Premiere Pro CS4 I get the error
    The procedure entry point ?GetContainedFilePaths@Directory@ASL@@QBEXABV[very long string continues for six lines] could not be located in the dynamic link library ASLFoundation.dll.
    then it tells me
    LoadLibraryEx Startup.dll failed with error 127: The specified procedure could not be found.
    I've tried reinstalling premiere, and (as suggested by some people) uninstalling QuickTime, but this makes no difference.
    Premiere worked fine ten days ago, and since then I've been on holiday, so I'm not sure what could have changed.  Photoshop & Illustrator still work.
    I have Adobe CS4 Production Premium, running on a brand new ASUS under Vista Home Premium (64-bit).
    Any suggestions?

    Glad that you got it sorted. Sometimes, simple OS updates can kill things. Usually, this will be something like an audio, or video driver, but could be more.
    the only person who could have changed anything is the cat, and I don't think he's that bright.
    Just wait until all those exotic cat toys start arriving from the on-line stores! You'll see who's bright. I also bet that he's memorized most of your charge cards...
    Did you happen to jot down the "components" that did not install properly? Might be interesting.
    Anyway - you're up and running and I hope that it stays that way.
    Good luck,
    Hunt

  • Receiving error about missing VulcanControl.dll when starting Photoshop or Premiere CC

    When i start Photoshop CC or Premiere CC it prompts CEPServiceManager telling me I am missing VulcanControl.dll and therefore the program can't be started.
    Everything worked fine untill yesterday I installed Speedgrade CC and updated After Effects CC
    In the Creative Cloud is now no longer lists Photoshop CC and Premiere CC as one of my apps
    The strange thing is, I can't delete Photoshop or Premiere also.
    What the .... went wrong and what can I do about it.
    I'm in the middle of an importand project I have to finish tomorrow.
    With kind regards,
    Brian.

    CC desktop lists applications as "Up to Date" when not installed
    -http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html

  • Error due MSVCR80.dll when trying to install Wirel...

    Hi,
    A search of Nokia discussion threads and elsewhere on the web shows that a range of problems are being caused by MSVCR80.dll but there appear to be no definitive solutions.
    I have a Nokia6120Classic. When I run the CD and select to install the Phone component of Wireless Presenter I get the following message:
    Executable 'D:\fscommand\WirelessPresenter.exe' had the following unrecoverable error: Couldn't find library MSCVR80.dll (required by C:\Program Files\Microsoft Office\Office12\msohevi.dll) Please enure that it is installed.
    Any attempt to install the Speech Application Term Bank gives rise to the same error.
    There have been no problems installing other software applications (including the PC component of Wireless Presenter).
    Based on what I have seen in other threads that I have read the system32 folder should(?) hold the dll. It is not in the folder. A search shows that the dll is present elsewhere in my installation of XP Ver 5.1 Service Pack 3. Placing a copy of MSVCR80.dll in system32 folder simply gave rise to a run time error when trying to complete the instal.
    I have Nokia PC Suite Version 7.0.7.0 installed. Each element of PC Suite that I have used seems to be working OK.
    Can anyone advise what I need to do to get Wireless Presenter working?
    Regards,
    Tesa

    Sometimes these have to registered into Windows. If you have dropped the dll into the system32 folder, try this:
    Click START -> RUN
    In the dialog box, type:
    regserv32 MSVCR80.dll
    and then hit ENTER. You should get a confirmation of a successful registration.
    Now try running the Wireless Presenter installation CD.

  • Error: Invalid Export dll when exporting to Excel from VB,NET 2008

    Version: Crystal Report 2008
    Front End: Visual Basic 2008
    Hello,
    I am trying to export a report to Microsoft Excel [2003] when I get the error "Error in File_Temp......Invalid Export dll or export format".
    from the Windows Form Viewer.
    I have looked in C:\Program Files\Common Files\Business Objects\3.0\bin and found crxf_xls.dll and crxf_xls_res_en.dll, but am not sure if these dlls' are the error source.
    Do these dll files need to be reregistered? Re-installation hasn't worked.
    Thanks
    eburton

    Duplicate

Maybe you are looking for

  • How to show a crystal report in a SAP Portal?

    Hi I am trying to show a crystal report in SAP Portal. I did a crystal enterprise report iview, and in SAP portal I got this error when I trying to show it: 404 Missing Page The page you requested is not available on this web server for one of the fo

  • Subcontracting Process for providing materail from other supplier

    Hi,   I want to know the detail process of subcontracting with senario as We want to procure material   A  from vendor   X  for this  vendor Y will provide  the material  B   to vendor X  and we will get the final material A from  Vendor X   so how t

  • Acrobat X Pro file re-naming

    Acrobat X Pro requires file re-naming to edit and re-save a previously created PDF. I create a PDF, name it and save it. Then I want to re-open and edit the same PDF. When I edit and hit save Acrobat requires I re-name the file to save the changes. I

  • PLS-00201: identifier 'GLOBALPKG.RCT1'

    Hi, Thanks for assistance. I have created scripts for procedures and functions in sql server 2000. Then I have migrated it to Oracle using Swissql tool. After migration it one sql script was generated in which entire code is compatible to oracle synt

  • Upgradeproblem

    Hello im trying to upgrade my new bought final cut studio but gets this strange message: This updater is only able to update an existing Final Cut Pro 5.0, 5.0.1, 5.0.2, or 5.0.3 application. Please make sure the application is located in the Applica