472,353 Members | 1,213 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

SQL Server 2000 Failover Cluster upgrade to SQL Server 2005

I attempted to upgrade my SQL Server 2000 Enterprise Edition (32 bit)
to SQL Severer 2005 EE 32 bit and while the prereqs passed the
installer will not let me select the version 8.00.x (2000 SP4)
database that it finds on the server.

When I ckeck the install details it tells me that
"Your upgrade is blocked becuase of cluster upgrade rules"

I have tried searching the MS site but none of the entries I found
appear to apply.

Any ideas?

-- Mark D Powell --
Sep 6 '08 #1
3 4062
Mark D Powell (Ma*********@eds.com) writes:
I attempted to upgrade my SQL Server 2000 Enterprise Edition (32 bit)
to SQL Severer 2005 EE 32 bit and while the prereqs passed the
installer will not let me select the version 8.00.x (2000 SP4)
database that it finds on the server.

When I ckeck the install details it tells me that
"Your upgrade is blocked becuase of cluster upgrade rules"

I have tried searching the MS site but none of the entries I found
appear to apply.

Any ideas?
Exactly when do you get this error? And do you have a cluster in the first
place?

I have not run that many upgrades (if any at all) to SQL 2005, but do you
really select which *database* to upgrade? The upgrade is per instance,
as far as I know.

In any case, it may be simpler to install a new server instance rather
than upgrading, not the least on a cluster.

--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Sep 6 '08 #2
On Sep 6, 5:37*am, Erland Sommarskog <esq...@sommarskog.sewrote:
Mark D Powell (Mark.Pow...@eds.com) writes:
I attempted to upgrade my SQL Server 2000 Enterprise Edition (32 bit)
to SQL Severer 2005 EE 32 bit and while the prereqs passed the
installer will not let me select the version 8.00.x (2000 SP4)
database that it finds on the server.
When I ckeck the install details it tells me that
"Your upgrade is blocked becuase of cluster upgrade rules"
I have tried searching the MS site but none of the entries I found
appear to apply.
Any ideas?

Exactly when do you get this error? And do you have a cluster in the first
place?

I have not run that many upgrades (if any at all) to SQL 2005, but do you
really select which *database* to upgrade? The upgrade is per instance,
as far as I know.

In any case, it may be simpler to install a new server instance rather
than upgrading, not the least on a cluster.

--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se

Links for SQL Server Books Online:
SQL 2008:http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005:http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000:http://www.microsoft.com/sql/prodinf...ons/books.mspx
I figured the probme out. I apparently missed the check box where you
have to tell it you are on a cluster even though when it runs the pre-
install checks it finds both nodes and runs the checks on them.

I have a new problem after performing the upgrade, applying SP2, and
then hot fix pack 7 in that the SQL Agent will no longer run.
Searching on SQL Server Agent (Agent XP Disabled) found me 3 potential
fixes.

1- use sp_configure to enable routines
2- http://technet.microsoft.com/en-us/l.../ms190730.aspx --
verify ID has privilege to page lock
3- http://support.microsoft.com/kb/943525
-- change Id to non-domain administrator Id

Item 1 did not fix the issue, item 2 was already true, so item 3.
Jobs run but now 1/3 of my jobs which all obtain data from Oracle are
failing with an invalid user/password. The link connects to Oracle
with a different Id depending on who uses it but all the jobs are
being ran by the Id that used to run the agent. I do not know if that
is a change from the upgrade or if this was always true. I manually
tested the id/passwords from the server but what passwords are in use
in the link are hidden. Still it should not have changed since it was
working prior to the upgrade.

-- Mark D Powell --

Sep 6 '08 #3
On Sep 6, 3:16*pm, Mark D Powell <Mark.Pow...@eds.comwrote:
On Sep 6, 5:37*am, Erland Sommarskog <esq...@sommarskog.sewrote:


Mark D Powell (Mark.Pow...@eds.com) writes:
I attempted to upgrade my SQL Server 2000 Enterprise Edition (32 bit)
to SQL Severer 2005 EE 32 bit and while the prereqs passed the
installer will not let me select the version 8.00.x (2000 SP4)
database that it finds on the server.
When I ckeck the install details it tells me that
"Your upgrade is blocked becuase of cluster upgrade rules"
I have tried searching the MS site but none of the entries I found
appear to apply.
Any ideas?
Exactly when do you get this error? And do you have a cluster in the first
place?
I have not run that many upgrades (if any at all) to SQL 2005, but do you
really select which *database* to upgrade? The upgrade is per instance,
as far as I know.
In any case, it may be simpler to install a new server instance rather
than upgrading, not the least on a cluster.
--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se
Links for SQL Server Books Online:
SQL 2008:http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005:http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000:http://www.microsoft.com/sql/prodinf...ons/books.mspx

I figured the probme out. *I apparently missed the check box where you
have to tell it you are on a cluster even though when it runs the pre-
install checks it finds both nodes and runs the checks on them.

I have a new problem after performing the upgrade, applying SP2, and
then hot fix pack 7 in that the SQL Agent will no longer run.
Searching on SQL Server Agent (Agent XP Disabled) found me 3 potential
fixes.

1- * use sp_configure to enable routines
2-http://technet.microsoft.com/en-us/library/ms190730.aspx* * *--
verify ID has privilege to page lock
3-http://support.microsoft.com/kb/943525
-- *change Id to non-domain administrator Id

Item 1 did not fix the issue, item 2 was already true, so item 3.
Jobs run but now 1/3 of my jobs which all obtain data from Oracle are
failing with an invalid user/password. *The link connects to Oracle
with a different Id depending on who uses it but all the jobs are
being ran by the Id that used to run the agent. *I do not know if that
is a change from the upgrade or if this was always true. *I manually
tested the id/passwords from the server but what passwords are in use
in the link are hidden. *Still it should not have changed since it was
working prior to the upgrade.

-- Mark D Powell --- Hide quoted text -

- Show quoted text -
To get the sqlagent to run we changed the connection to run as a local
system account instead of a domain user. The jobs that reference the
link to Oracle would then fail.

Then I dropped and re-created the link to Oracle. The jobs then
resumed working,

-- Mark D Powell --
Sep 8 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Chris Gatto | last post by:
Hello, My organization is currently considering the purchase of a new intranet application server and we are looking for opinions from those who...
1
by: news.microsoft.com | last post by:
Is there an elegant way to clear out the ADO connection pool used by the SQL Server State Service following a cluster failover? We are using a...
5
by: uspensky | last post by:
We are trying to setup a system to system failover cluster using two nodes (x346) which each have a single hba running to seperate controllers on...
1
by: Mark D Powell | last post by:
I have a production failover cluster running SQL Server 2000 at SP3 that I want to upgrade to SP4. I do not have a test failover cluster to test...
14
by: Developer | last post by:
Hello All, i have recently installed VS2005 and was trying to install SQL sever 2000. I have Win XP' SP2. But when I tried installing, it only...
2
by: Jay Balapa | last post by:
Hello, We have two Windows 2003 servers one running IIS and another for SQL Server. We are at a stage where we need to load balance and provide...
4
by: Ronald Green | last post by:
Hi, I have this theoretical problem: Say that I need a chat server that also has a database where it saves all conversations. However, I need...
1
by: Mark D Powell | last post by:
I have installed Analysis Server (AS) and Reporting Services (RS) on SQL Server 2000 before. Now I have been asked to install these on a failover...
1
by: snomad | last post by:
Hi all, I had a node failure and rebuild on a sql server 2005 2 node cluster. the server has been rebuilt with new os. i evicted then re-added...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.