Hi,
I installed SQL SERVER 2008 Developer Edition on Windows XP 32 bit.
When I try to open a package in SSIS, I get a "Class not registered" Error with error number 0x80040154.
I read the articles about WMI issue: I restarted everything in Services related to WMI, and this service is working, I also did in command prompt the following commands:
cd /d %windir%\system32\wbem
for %i in (*.dll) do RegSvr32 -s %i
for %i in (*.exe) do %i /RegServer
I got a connection window to Instrumentation and did the connection.
Is there something else I have to do in the insturmentation window? There are several things there which I know nothing about.
I still get the error.
This is after SP3 to SQL SERVER and SP3 for XP.
This is after windows re-install (without format). I don't have any third party software installed. SQL Express edition used to work fine, but Developer SQL Edition doesn't work after installation.
Any suggestions?
Thanks a lot