dbTalk Databases Forums  

SSMS Invalid Handle Error On Install

microsoft.public.sqlserver.tools microsoft.public.sqlserver.tools


Discuss SSMS Invalid Handle Error On Install in the microsoft.public.sqlserver.tools forum.



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

Default SSMS Invalid Handle Error On Install - 10-06-2008 , 10:20 AM






When installing SQL Server 2008 SSMS fails to install with an error that the
Handle is Invalid. This caused me to uninstall and reinstall 3 separate
times. Before the last reinstall I uninstalled all of SQL Server 2005 and it
made no difference. My intent was to use SQL Server 2008 SSMS to control SQL
Server 2000 and 2005 databases also but I no longer even have SSMS on my
system because of the failed installs.

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SSMS Invalid Handle Error On Install - 10-06-2008 , 05:05 PM






SteveKing (dev (AT) generallee (DOT) com) writes:
Quote:
When installing SQL Server 2008 SSMS fails to install with an error that
the Handle is Invalid. This caused me to uninstall and reinstall 3
separate times. Before the last reinstall I uninstalled all of SQL
Server 2005 and it made no difference. My intent was to use SQL Server
2008 SSMS to control SQL Server 2000 and 2005 databases also but I no
longer even have SSMS on my system because of the failed installs.
I believe that this is due to that something is wacko in your registry.

But before we go any further: do you have SQLPrompt from RedGate installed?
There is an issue with SQLPrompt where it can cause the SSMS installation
to fail. As I resarched this, it appears that the symptom is different in
that case, but there is a voice in the back of my head. In such case, get
version 3.9 of SQL Prompt.


The first attempt to track this down is to look at the log file. In
C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log you will
find a number of directories, one for each install attempt. In that
directory, there are a number of log files, and one is for SSMS. These
logs are extremely verbose, and trying to read it all is a hopeless
task. Start from the back, and try to find out where things go wrong.
Or search for "error" or "invalid".

That may sort things out, but most likely not. The next thing to try
is Process Monitor which you can download from
http://technet.microsoft.com/en-us/s.../bb896645.aspx

Run this as you run the install. You can apply filters, and errors
usually sticks out. This should lead to the culprit, but it's certainly
tedious.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) 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



Reply With Quote
  #3  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SSMS Invalid Handle Error On Install - 10-06-2008 , 05:05 PM



SteveKing (dev (AT) generallee (DOT) com) writes:
Quote:
When installing SQL Server 2008 SSMS fails to install with an error that
the Handle is Invalid. This caused me to uninstall and reinstall 3
separate times. Before the last reinstall I uninstalled all of SQL
Server 2005 and it made no difference. My intent was to use SQL Server
2008 SSMS to control SQL Server 2000 and 2005 databases also but I no
longer even have SSMS on my system because of the failed installs.
I believe that this is due to that something is wacko in your registry.

But before we go any further: do you have SQLPrompt from RedGate installed?
There is an issue with SQLPrompt where it can cause the SSMS installation
to fail. As I resarched this, it appears that the symptom is different in
that case, but there is a voice in the back of my head. In such case, get
version 3.9 of SQL Prompt.


The first attempt to track this down is to look at the log file. In
C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log you will
find a number of directories, one for each install attempt. In that
directory, there are a number of log files, and one is for SSMS. These
logs are extremely verbose, and trying to read it all is a hopeless
task. Start from the back, and try to find out where things go wrong.
Or search for "error" or "invalid".

That may sort things out, but most likely not. The next thing to try
is Process Monitor which you can download from
http://technet.microsoft.com/en-us/s.../bb896645.aspx

Run this as you run the install. You can apply filters, and errors
usually sticks out. This should lead to the culprit, but it's certainly
tedious.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) 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



Reply With Quote
  #4  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SSMS Invalid Handle Error On Install - 10-06-2008 , 05:05 PM



SteveKing (dev (AT) generallee (DOT) com) writes:
Quote:
When installing SQL Server 2008 SSMS fails to install with an error that
the Handle is Invalid. This caused me to uninstall and reinstall 3
separate times. Before the last reinstall I uninstalled all of SQL
Server 2005 and it made no difference. My intent was to use SQL Server
2008 SSMS to control SQL Server 2000 and 2005 databases also but I no
longer even have SSMS on my system because of the failed installs.
I believe that this is due to that something is wacko in your registry.

But before we go any further: do you have SQLPrompt from RedGate installed?
There is an issue with SQLPrompt where it can cause the SSMS installation
to fail. As I resarched this, it appears that the symptom is different in
that case, but there is a voice in the back of my head. In such case, get
version 3.9 of SQL Prompt.


The first attempt to track this down is to look at the log file. In
C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log you will
find a number of directories, one for each install attempt. In that
directory, there are a number of log files, and one is for SSMS. These
logs are extremely verbose, and trying to read it all is a hopeless
task. Start from the back, and try to find out where things go wrong.
Or search for "error" or "invalid".

That may sort things out, but most likely not. The next thing to try
is Process Monitor which you can download from
http://technet.microsoft.com/en-us/s.../bb896645.aspx

Run this as you run the install. You can apply filters, and errors
usually sticks out. This should lead to the culprit, but it's certainly
tedious.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) 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



Reply With Quote
  #5  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SSMS Invalid Handle Error On Install - 10-06-2008 , 05:05 PM



SteveKing (dev (AT) generallee (DOT) com) writes:
Quote:
When installing SQL Server 2008 SSMS fails to install with an error that
the Handle is Invalid. This caused me to uninstall and reinstall 3
separate times. Before the last reinstall I uninstalled all of SQL
Server 2005 and it made no difference. My intent was to use SQL Server
2008 SSMS to control SQL Server 2000 and 2005 databases also but I no
longer even have SSMS on my system because of the failed installs.
I believe that this is due to that something is wacko in your registry.

But before we go any further: do you have SQLPrompt from RedGate installed?
There is an issue with SQLPrompt where it can cause the SSMS installation
to fail. As I resarched this, it appears that the symptom is different in
that case, but there is a voice in the back of my head. In such case, get
version 3.9 of SQL Prompt.


The first attempt to track this down is to look at the log file. In
C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log you will
find a number of directories, one for each install attempt. In that
directory, there are a number of log files, and one is for SSMS. These
logs are extremely verbose, and trying to read it all is a hopeless
task. Start from the back, and try to find out where things go wrong.
Or search for "error" or "invalid".

That may sort things out, but most likely not. The next thing to try
is Process Monitor which you can download from
http://technet.microsoft.com/en-us/s.../bb896645.aspx

Run this as you run the install. You can apply filters, and errors
usually sticks out. This should lead to the culprit, but it's certainly
tedious.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) 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



Reply With Quote
  #6  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SSMS Invalid Handle Error On Install - 10-06-2008 , 05:05 PM



SteveKing (dev (AT) generallee (DOT) com) writes:
Quote:
When installing SQL Server 2008 SSMS fails to install with an error that
the Handle is Invalid. This caused me to uninstall and reinstall 3
separate times. Before the last reinstall I uninstalled all of SQL
Server 2005 and it made no difference. My intent was to use SQL Server
2008 SSMS to control SQL Server 2000 and 2005 databases also but I no
longer even have SSMS on my system because of the failed installs.
I believe that this is due to that something is wacko in your registry.

But before we go any further: do you have SQLPrompt from RedGate installed?
There is an issue with SQLPrompt where it can cause the SSMS installation
to fail. As I resarched this, it appears that the symptom is different in
that case, but there is a voice in the back of my head. In such case, get
version 3.9 of SQL Prompt.


The first attempt to track this down is to look at the log file. In
C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log you will
find a number of directories, one for each install attempt. In that
directory, there are a number of log files, and one is for SSMS. These
logs are extremely verbose, and trying to read it all is a hopeless
task. Start from the back, and try to find out where things go wrong.
Or search for "error" or "invalid".

That may sort things out, but most likely not. The next thing to try
is Process Monitor which you can download from
http://technet.microsoft.com/en-us/s.../bb896645.aspx

Run this as you run the install. You can apply filters, and errors
usually sticks out. This should lead to the culprit, but it's certainly
tedious.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) 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



Reply With Quote
  #7  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SSMS Invalid Handle Error On Install - 10-06-2008 , 05:05 PM



SteveKing (dev (AT) generallee (DOT) com) writes:
Quote:
When installing SQL Server 2008 SSMS fails to install with an error that
the Handle is Invalid. This caused me to uninstall and reinstall 3
separate times. Before the last reinstall I uninstalled all of SQL
Server 2005 and it made no difference. My intent was to use SQL Server
2008 SSMS to control SQL Server 2000 and 2005 databases also but I no
longer even have SSMS on my system because of the failed installs.
I believe that this is due to that something is wacko in your registry.

But before we go any further: do you have SQLPrompt from RedGate installed?
There is an issue with SQLPrompt where it can cause the SSMS installation
to fail. As I resarched this, it appears that the symptom is different in
that case, but there is a voice in the back of my head. In such case, get
version 3.9 of SQL Prompt.


The first attempt to track this down is to look at the log file. In
C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log you will
find a number of directories, one for each install attempt. In that
directory, there are a number of log files, and one is for SSMS. These
logs are extremely verbose, and trying to read it all is a hopeless
task. Start from the back, and try to find out where things go wrong.
Or search for "error" or "invalid".

That may sort things out, but most likely not. The next thing to try
is Process Monitor which you can download from
http://technet.microsoft.com/en-us/s.../bb896645.aspx

Run this as you run the install. You can apply filters, and errors
usually sticks out. This should lead to the culprit, but it's certainly
tedious.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) 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



Reply With Quote
  #8  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SSMS Invalid Handle Error On Install - 10-06-2008 , 05:05 PM



SteveKing (dev (AT) generallee (DOT) com) writes:
Quote:
When installing SQL Server 2008 SSMS fails to install with an error that
the Handle is Invalid. This caused me to uninstall and reinstall 3
separate times. Before the last reinstall I uninstalled all of SQL
Server 2005 and it made no difference. My intent was to use SQL Server
2008 SSMS to control SQL Server 2000 and 2005 databases also but I no
longer even have SSMS on my system because of the failed installs.
I believe that this is due to that something is wacko in your registry.

But before we go any further: do you have SQLPrompt from RedGate installed?
There is an issue with SQLPrompt where it can cause the SSMS installation
to fail. As I resarched this, it appears that the symptom is different in
that case, but there is a voice in the back of my head. In such case, get
version 3.9 of SQL Prompt.


The first attempt to track this down is to look at the log file. In
C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log you will
find a number of directories, one for each install attempt. In that
directory, there are a number of log files, and one is for SSMS. These
logs are extremely verbose, and trying to read it all is a hopeless
task. Start from the back, and try to find out where things go wrong.
Or search for "error" or "invalid".

That may sort things out, but most likely not. The next thing to try
is Process Monitor which you can download from
http://technet.microsoft.com/en-us/s.../bb896645.aspx

Run this as you run the install. You can apply filters, and errors
usually sticks out. This should lead to the culprit, but it's certainly
tedious.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) 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



Reply With Quote
  #9  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SSMS Invalid Handle Error On Install - 10-06-2008 , 05:05 PM



SteveKing (dev (AT) generallee (DOT) com) writes:
Quote:
When installing SQL Server 2008 SSMS fails to install with an error that
the Handle is Invalid. This caused me to uninstall and reinstall 3
separate times. Before the last reinstall I uninstalled all of SQL
Server 2005 and it made no difference. My intent was to use SQL Server
2008 SSMS to control SQL Server 2000 and 2005 databases also but I no
longer even have SSMS on my system because of the failed installs.
I believe that this is due to that something is wacko in your registry.

But before we go any further: do you have SQLPrompt from RedGate installed?
There is an issue with SQLPrompt where it can cause the SSMS installation
to fail. As I resarched this, it appears that the symptom is different in
that case, but there is a voice in the back of my head. In such case, get
version 3.9 of SQL Prompt.


The first attempt to track this down is to look at the log file. In
C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log you will
find a number of directories, one for each install attempt. In that
directory, there are a number of log files, and one is for SSMS. These
logs are extremely verbose, and trying to read it all is a hopeless
task. Start from the back, and try to find out where things go wrong.
Or search for "error" or "invalid".

That may sort things out, but most likely not. The next thing to try
is Process Monitor which you can download from
http://technet.microsoft.com/en-us/s.../bb896645.aspx

Run this as you run the install. You can apply filters, and errors
usually sticks out. This should lead to the culprit, but it's certainly
tedious.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) 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



Reply With Quote
  #10  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SSMS Invalid Handle Error On Install - 10-06-2008 , 05:05 PM



SteveKing (dev (AT) generallee (DOT) com) writes:
Quote:
When installing SQL Server 2008 SSMS fails to install with an error that
the Handle is Invalid. This caused me to uninstall and reinstall 3
separate times. Before the last reinstall I uninstalled all of SQL
Server 2005 and it made no difference. My intent was to use SQL Server
2008 SSMS to control SQL Server 2000 and 2005 databases also but I no
longer even have SSMS on my system because of the failed installs.
I believe that this is due to that something is wacko in your registry.

But before we go any further: do you have SQLPrompt from RedGate installed?
There is an issue with SQLPrompt where it can cause the SSMS installation
to fail. As I resarched this, it appears that the symptom is different in
that case, but there is a voice in the back of my head. In such case, get
version 3.9 of SQL Prompt.


The first attempt to track this down is to look at the log file. In
C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log you will
find a number of directories, one for each install attempt. In that
directory, there are a number of log files, and one is for SSMS. These
logs are extremely verbose, and trying to read it all is a hopeless
task. Start from the back, and try to find out where things go wrong.
Or search for "error" or "invalid".

That may sort things out, but most likely not. The next thing to try
is Process Monitor which you can download from
http://technet.microsoft.com/en-us/s.../bb896645.aspx

Run this as you run the install. You can apply filters, and errors
usually sticks out. This should lead to the culprit, but it's certainly
tedious.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) 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



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.