03-16-2012 12:12 PM
I've been using DIAdem on several PC's but have run into a problem with a new install on a machine that has strict security settings. It is also running Win XP 64 bit. I don't know if either fact is relevant - but thought I'd mention it.
The immediate problem is with the Text DataPlugIn Wizard. When I start it and then click on any text based datafile (including Example.csv) it generates a very simple error:
"DataPlugin Wizard closing due to an error"
The Excel DataPlugin Wizard is also broken - although I don't need it right now. Perhaps the error it generates when I click on the Example.xls file might be a clue to why the dataplugin wizard seems broken in general. Here is what I get:
Error in <WizReportMain.VBC> (Line129, Column:3):
Error in <Wizdataplugin.SUC, DlgWizDataPlugin> (Line 122, Column:5):
SUD event context:
Dialog_EventInitialize(...)
BtFileName_EventClick(...)
...
Object required: 'OcxDataPluginProperties.X'
Any clues?
Thanks
Greg
Solved! Go to Solution.
03-19-2012 02:51 AM
It looks like an OCX is not correctly registererd.
Please try to run the following command with admin privileges:
regsvr32 "%ProgramFiles(x86)%\National Instruments\Shared\USI\bin\EasyPluginConfigurator.ocx"
If the environment variable "ProgramFiles(x86)" is not used in Win XP 64bit, just replace it with the 32bit path of your program files folder.
Please let me know if this does not help.
03-23-2012 09:47 AM
My admin finally got a chance to try this and it fixed the problem.
Thank You!