DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

DataPlugIn Wizard Error

Solved!
Go to solution

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

 

0 Kudos
Message 1 of 3
(5,572 Views)
Solution
Accepted by topic author Greg_Gran

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.

Message 2 of 3
(5,548 Views)

My admin finally got a chance to try this and it fixed the problem.

Thank You!

0 Kudos
Message 3 of 3
(5,510 Views)