|
|
|
date: Mon, 30 Jun 2008 10:44:18 -0700 (PDT),
group: microsoft.public.sqlserver.tools
back
Re: SQL Server 2005 Management Studio Error
todd.lowney@bankofamerica.com wrote:
> On Jun 30, 2:40 pm, "Aaron Bertrand [SQL Server MVP]"
> <ten....@dnartreb.noraa> wrote:
>> How exactly are you launching the wizard? Are you doing so against a local
>> or a remote instance? Using what authentication method? What version is
>> the server where you are launching the wizard (you can see this in its top
>> node in Object Explorer)? What is the version of your client tools (you can
>> see this in Help|About of SSMS)?
>>
>> On 6/30/08 1:44 PM, in article
>> d84c9913-29bb-403d-b645-257a059df...@z72g2000hsb.googlegroups.com,
>>
>>
>>
>> "todd.low...@bankofamerica.com" wrote:
>>> HI,
>>> I keep getting a "Class Not Registered" error when I try and use the
>>> Import Export wizard. I've reinstalled several times but I'm still
>>> having trouble. The complete error message is below:
>>> ===================================
>>> This wizard will close because it encountered the following error:
>>> (Microsoft SQL Server)
>>> ------------------------------
>>> For help, click:
>>> http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=...
>>> .00&EvtSrc=Microsoft.SqlServer.Management.UI.WizardFrameworkErrorSR&EvtID=Unca
>>> ughtException&LinkId=20476
>>> ===================================
>>> Class not registered
>>> ------------------------------
>>> Program Location:
>>> at
>>> Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.get_DBProviderInfos()
>>> at
>>> Microsoft.SqlServer.Dts.DtsWizard.DTSWizard.GetDtsDbProviderInfos(WizardInputs
>>> wizardInputs)
>>> at
>>> Microsoft.SqlServer.Dts.DtsWizard.DataSourceCombo.PopulateProviders(Boolean
>>> fSources, WizardInputs wizardInputs)
>>> at
>>> Microsoft.SqlServer.Dts.DtsWizard.Step1.OnInitializePage(EventArgs e)
>>> at Microsoft.SqlServer.Management.UI.WizardPage.RaiseEnterPage()
>>> at Microsoft.SqlServer.Management.UI.WizardForm.NextPage(WizardPage
>>> nextPage)
>>> at Microsoft.SqlServer.Management.UI.WizardForm.Next_Click(Object
>>> sender, EventArgs e)- Hide quoted text -
>> - Show quoted text -
>
>
> I have SP2 on my client tools. The version is 3042. I'm connecting
> to a remote server using Windows Authentication. The server version
> is 3239. I get the error for when I right click on a [database name]-
>> Tasks->Import Data or Export Data. I'm wondering if there is a
> registry issue with my client tools install.
>
Hmmm, that means you have a lower version of the client tools accessing
a higher version on the database. Generally, I have seen this cause
multiple problems.
Any chance you could upgrade your client tools to the same version that
you are connecting to? By the version number, I am guessing either CU6
or CU7.
date: Mon, 30 Jun 2008 22:10:39 -0700
author: Jeffrey Williams
|
|