dbTalk Databases Forums  

SQL server 2005 upgrade error

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss SQL server 2005 upgrade error in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ginger8990
 
Posts: n/a

Default SQL server 2005 upgrade error - 02-18-2009 , 12:46 PM






Hi, All:

when I do a SQL server upgrade on a server with sql 2000, I kept getting
"upgradeAdvisor returned -1" error

Does anybody know what caused? If I click ? and bring me to MS web site
EvtType 29552 and LinkID 20476........

Thank you in advance.

Reply With Quote
  #2  
Old   
Prince
 
Posts: n/a

Default RE: SQL server 2005 upgrade error - 02-19-2009 , 03:21 PM






I am getting the same error as well while trying to upgrade an existing
database. The error suggests this link:
http://go.microsoft.com/fwlink?LinkI...&EvtType=29552

I gave the above suggestion a shot with no luck....

Has anyone encountered this?

Thanks,
Prince

"ginger8990" wrote:

Quote:
Hi, All:

when I do a SQL server upgrade on a server with sql 2000, I kept getting
"upgradeAdvisor returned -1" error

Does anybody know what caused? If I click ? and bring me to MS web site
EvtType 29552 and LinkID 20476........

Thank you in advance.

Reply With Quote
  #3  
Old   
ginger8990
 
Posts: n/a

Default RE: SQL server 2005 upgrade error - 02-20-2009 , 10:11 AM



Guess nobody expereience this problem. I re-produce the error again on
another machine so I uninstall all the .net frame works then login locally,
it seems working. I had patched .NET 3.5 recently

"Prince" wrote:

Quote:
I am getting the same error as well while trying to upgrade an existing
database. The error suggests this link:
http://go.microsoft.com/fwlink?LinkI...&EvtType=29552

I gave the above suggestion a shot with no luck....

Has anyone encountered this?

Thanks,
Prince

"ginger8990" wrote:

Hi, All:

when I do a SQL server upgrade on a server with sql 2000, I kept getting
"upgradeAdvisor returned -1" error

Does anybody know what caused? If I click ? and bring me to MS web site
EvtType 29552 and LinkID 20476........

Thank you in advance.

Reply With Quote
  #4  
Old   
Marvel
 
Posts: n/a

Default RE: SQL server 2005 upgrade error - 05-07-2009 , 02:50 AM



I got this problem as well.

and when I look at the event log of application, here are the message:
*****************************
Event Type: Error
Event Source: .NET Runtime Optimization Service
Event Category: None
Event ID: 1101
Date: 07/05/2009
Time: 17:32:53
User: N/A
Computer:
Description:
..NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Failed
to compile: Microsoft.ReportingServices.QueryDesigners, Version=9.0.242.0,
Culture=neutral, PublicKeyToken=89845dcd8080cc91 . Error code = 0x80070002


For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

*********************
our server already had Microsoft updates installed: .NET 2.0 with SP2 and
..NET 3.0 with SP1 also .NET3.5 SP1
by looking above log, it looks like the .NET framework comes with SQL2005
installation CD is NOT compatible with up to date .NET firmware that
Microsoft released.

What a great job!!.

has to uninstall from the highest .NET framework to the lowest and run the
sql 2005 installation program again. works.

Cheers,
Marvel




"ginger8990" wrote:

Quote:
Guess nobody expereience this problem. I re-produce the error again on
another machine so I uninstall all the .net frame works then login locally,
it seems working. I had patched .NET 3.5 recently

"Prince" wrote:

I am getting the same error as well while trying to upgrade an existing
database. The error suggests this link:
http://go.microsoft.com/fwlink?LinkI...&EvtType=29552

I gave the above suggestion a shot with no luck....

Has anyone encountered this?

Thanks,
Prince

"ginger8990" wrote:

Hi, All:

when I do a SQL server upgrade on a server with sql 2000, I kept getting
"upgradeAdvisor returned -1" error

Does anybody know what caused? If I click ? and bring me to MS web site
EvtType 29552 and LinkID 20476........

Thank you in advance.

Reply With Quote
  #5  
Old   
Andrew Comtois
 
Posts: n/a

Default RE: SQL server 2005 upgrade error - 06-15-2009 , 04:51 PM



I found the error, courtesy of Ed Freels on the Expertsexchange website.


And I quote:
__________________
I went through each of the log files and apparently the upgrade advisor
does not log in it's process. The first link that you posted to a
search for this error shows "no results found". The second link did not
supply any resolution as well.

I ended up having to contact Microsoft support to get the problem
resolved. Apparently the upgrade placed a dll in the wrong folder that
applies to the upgrade advisor thus the upgradeadvisor error. They had
no explanation other than sometimes this happens.

Here is the resolution:

Copy C:\Program Files\Microsoft SQL Server\90\Setup
Bootstrap\BPA\bin\BPAClient.dll to C:\Program Files\Microsoft SQL
Server\90\Setup Bootstrap\BPA.

That's it. Once the dll is in the bpa folder, upgrade advisor works
successfully and the upgrade runs through successfully.
__________________


Thats it. One file installed incorrectly. Thanks Microsoft!




I am posting this here because it took me about an hour of googling to
find the correct answer. The more places it is, the better!

*** Sent via Developersdex http://www.developersdex.com ***

Reply With Quote
  #6  
Old   
ScottT
 
Posts: n/a

Default RE: SQL server 2005 upgrade error - 06-19-2009 , 12:26 PM



Thank you for this solution!!



"mmgm" wrote:

Quote:
The problem is due to an incompatibility with .NET 3.5 SP1. The fix is easy,
however:

1) Run your SQL setup/upgrade as usual
2) Once SQL installation starts, create or browse to the subdirectory
'BPAClient' under the 'C:\Program Files\Microsoft SQL Server\90\Setup
Bootstrap\BPA' directory. Copy BPAClient.dll (from the sibling bin
directory) into this directory.

Inconvenient, but better than backing out an update!

Hope this helps.

"Marvel" wrote:

I got this problem as well.

and when I look at the event log of application, here are the message:
*****************************
Event Type: Error
Event Source: .NET Runtime Optimization Service
Event Category: None
Event ID: 1101
Date: 07/05/2009
Time: 17:32:53
User: N/A
Computer:
Description:
.NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Failed
to compile: Microsoft.ReportingServices.QueryDesigners, Version=9.0.242.0,
Culture=neutral, PublicKeyToken=89845dcd8080cc91 . Error code = 0x80070002


For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

*********************
our server already had Microsoft updates installed: .NET 2.0 with SP2 and
.NET 3.0 with SP1 also .NET3.5 SP1
by looking above log, it looks like the .NET framework comes with SQL2005
installation CD is NOT compatible with up to date .NET firmware that
Microsoft released.

What a great job!!.

has to uninstall from the highest .NET framework to the lowest and run the
sql 2005 installation program again. works.

Cheers,
Marvel




"ginger8990" wrote:

Guess nobody expereience this problem. I re-produce the error again on
another machine so I uninstall all the .net frame works then login locally,
it seems working. I had patched .NET 3.5 recently

"Prince" wrote:

I am getting the same error as well while trying to upgrade an existing
database. The error suggests this link:
http://go.microsoft.com/fwlink?LinkI...&EvtType=29552

I gave the above suggestion a shot with no luck....

Has anyone encountered this?

Thanks,
Prince

"ginger8990" wrote:

Hi, All:

when I do a SQL server upgrade on a server with sql 2000, I kept getting
"upgradeAdvisor returned -1" error

Does anybody know what caused? If I click ? and bring me to MS web site
EvtType 29552 and LinkID 20476........

Thank you in advance.

Reply With Quote
  #7  
Old   
Dash
 
Posts: n/a

Default RE: SQL server 2005 upgrade error - 08-04-2009 , 03:48 PM



Hello,

Just uninstall all existing .NET frameworks and then install .NET 2.0.


"ScottT" wrote:

Quote:
Thank you for this solution!!



"mmgm" wrote:

The problem is due to an incompatibility with .NET 3.5 SP1. The fix is easy,
however:

1) Run your SQL setup/upgrade as usual
2) Once SQL installation starts, create or browse to the subdirectory
'BPAClient' under the 'C:\Program Files\Microsoft SQL Server\90\Setup
Bootstrap\BPA' directory. Copy BPAClient.dll (from the sibling bin
directory) into this directory.

Inconvenient, but better than backing out an update!

Hope this helps.

"Marvel" wrote:

I got this problem as well.

and when I look at the event log of application, here are the message:
*****************************
Event Type: Error
Event Source: .NET Runtime Optimization Service
Event Category: None
Event ID: 1101
Date: 07/05/2009
Time: 17:32:53
User: N/A
Computer:
Description:
.NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Failed
to compile: Microsoft.ReportingServices.QueryDesigners, Version=9.0.242.0,
Culture=neutral, PublicKeyToken=89845dcd8080cc91 . Error code = 0x80070002


For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

*********************
our server already had Microsoft updates installed: .NET 2.0 with SP2 and
.NET 3.0 with SP1 also .NET3.5 SP1
by looking above log, it looks like the .NET framework comes with SQL2005
installation CD is NOT compatible with up to date .NET firmware that
Microsoft released.

What a great job!!.

has to uninstall from the highest .NET framework to the lowest and run the
sql 2005 installation program again. works.

Cheers,
Marvel




"ginger8990" wrote:

Guess nobody expereience this problem. I re-produce the error again on
another machine so I uninstall all the .net frame works then login locally,
it seems working. I had patched .NET 3.5 recently

"Prince" wrote:

I am getting the same error as well while trying to upgrade an existing
database. The error suggests this link:
http://go.microsoft.com/fwlink?LinkI...&EvtType=29552

I gave the above suggestion a shot with no luck....

Has anyone encountered this?

Thanks,
Prince

"ginger8990" wrote:

Hi, All:

when I do a SQL server upgrade on a server with sql 2000, I kept getting
"upgradeAdvisor returned -1" error

Does anybody know what caused? If I click ? and bring me to MS web site
EvtType 29552 and LinkID 20476........

Thank you in advance.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.