SQL Serverがインストールできない
こんばんは。Visual Studio 2005 Academic Editionを使用しています。以前インストールして使用していたのですが、インストールドライブを変更してもシステムドライブにたくさんのファイルがインストールされてしまい圧迫されるため、最近アンインストールしました。ですが、ふと最近使いたくなったので再インストールしようとセットアップを行ったのですが、SQL Server 2005のインストール中に「Extracting Files」というダイアログが表示されるのですが、それが表示されたまままったく動かない状態になり、これは以前停止したサービスが原因かと思い色々なサービスを再開して解決したのですが、今度はエラーが発生し、SQL Serverのインストールが完了しません。以下、dd_vserror80.txtに残っているデータを書いておきます。
[06/22/08,00:25:33] Microsoft SQL Server 2005 Express Edition x86: [2] Error code 1706 for this component means "エンドポイントの形式が無効です。
"
[06/22/08,00:25:34] Microsoft SQL Server 2005 Express Edition x86: [2] Component Microsoft SQL Server 2005 Express Edition x86 returned an unexpected value.
[06/22/08,00:25:34] Microsoft SQL Server 2005 Express Edition x86: [2] Return from system messaging: エンドポイントの形式が無効です。
[06/22/08,00:25:52] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2005 Express Edition x86 is not installed.
***EndOfSession*** [06/22/08,03:09:45] Microsoft SQL Server 2005 Express Edition x86: [2] Error code 1706 for this component means "エンドポイントの形式が無効です。
"
[06/22/08,03:09:46] Microsoft SQL Server 2005 Express Edition x86: [2] Component Microsoft SQL Server 2005 Express Edition x86 returned an unexpected value.
[06/22/08,03:09:46] Microsoft SQL Server 2005 Express Edition x86: [2] Return from system messaging: エンドポイントの形式が無効です。
***EndOfSession*** ?[06/22/08,00:25:33] Microsoft SQL Server 2005 Express Edition x86: [2] Error code 1706 for this component means "エンドポイントの形式が無効です。
"
[06/22/08,00:25:34] Microsoft SQL Server 2005 Express Edition x86: [2] Component Microsoft SQL Server 2005 Express Edition x86 returned an unexpected value.
[06/22/08,00:25:34] Microsoft SQL Server 2005 Express Edition x86: [2] Return from system messaging: エンドポイントの形式が無効です。
[06/22/08,00:25:52] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2005 Express Edition x86 is not installed.
***EndOfSession*** [06/22/08,03:09:45] Microsoft SQL Server 2005 Express Edition x86: [2] Error code 1706 for this component means "エンドポイントの形式が無効です。
"
[06/22/08,03:09:46] Microsoft SQL Server 2005 Express Edition x86: [2] Component Microsoft SQL Server 2005 Express Edition x86 returned an unexpected value.
[06/22/08,03:09:46] Microsoft SQL Server 2005 Express Edition x86: [2] Return from system messaging: エンドポイントの形式が無効です。
[06/22/08,03:10:07] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2005 Express Edition x86 is not installed.
[06/22/08,13:23:24] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InstallManagerHelper() with HRESULT -2147023278.
[06/22/08,13:23:24] setup.exe: [2] Component error string not specified in ISetupManager::AddToActionResultCollection()
***EndOfSession*** ?[06/24/08,00:47:37] Microsoft SQL Server 2005 Express Edition x86: [2] Error code 1706 for this component means "エンドポイントの形式が無効です。
"
[06/24/08,00:47:38] Microsoft SQL Server 2005 Express Edition x86: [2] Component Microsoft SQL Server 2005 Express Edition x86 returned an unexpected value.
[06/24/08,00:47:38] Microsoft SQL Server 2005 Express Edition x86: [2] Return from system messaging: エンドポイントの形式が無効です。
***EndOfSession***
SQL Serverなんて使うことはないと思うのですが、気になって仕方が無いです。解決方法をご存知の方、ぜひご伝授願います。
補足
temtecomai2,BellBell,khazad-lefty 様 お返事が遅くなりすみませんでした。アドバイスを頂いてから 色々と調査し何とかせつぞくできるようになりました。 (1).SQL Native Client をインストール (2).SQL Server 2005 Surface Area Configuration にてローカル接続及びリモート接続の tcp/ip 接続を選択 (3).SQL Server Configuration Manager - SQLEXPRESSのプロトコル - tcp/ip を有効にする (4).VB側の接続文字 Dim con As New ADODB.Connection con.ConnectionString = "Provider = SQLNCLI;" _ & "Server=サーバー名;" _ & "Database=データーベース名;" _ & "User ID=sa;" _ & "Password=パスワード" ' con.Open まだ良く理解できていませんが、こんな手順をおこなってみました。 貴重な時間を頂ありがとうざいます。