컴터 세팅할 때 필요한 도구를 모아놓으셨군요...
눈에 확들어오는 것들이 몇개 있습니다.

살펴보셔요...

http://www.nyveldt.com/blog/post/Restart-Setting-the-new-laptop.aspx


행복한 고수되셔요...

woojja ))*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
반응형

'ETC' 카테고리의 다른 글

[ETC] Sharepoint Service 3.0  (0) 2010.03.19
[ETC] JavaScript 에서 Reference Type 을 사용하는 방법  (0) 2010.03.19
[ETC] 대략 난감...  (0) 2010.03.19
[ETC] SEADRAGON 아셔요? - 2  (0) 2009.11.30
[ETC] SEADRAGON 아셔요?  (0) 2009.11.30
IIS를 설치했는데도 아래와 같은 메시지를 받는다면...

IIS Feature Requirement (Warning)
Messages
IIS Feature Requirement
 
Microsoft Internet Information Services (IIS) is either not installed or is disabled. IIS is required by some SQL Server features.  Without IIS, some SQL Server features will not be available for installation. To install all SQL Server features, install IIS from Add or Remove Programs in Control Panel or enable the IIS service through the Control Panel if it is already installed, and then run SQL Server Setup again. For a list of features that depend on IIS, see Features Supported by Editions of SQL Server in Books Online.


옵션을 다시 추가적으로 설정해 줍니다.
 


--> Web management tools

   --> IIS 6 Management Compatibility

      --> IIS 6 WMI Compatibility

      --> IIS Metabase and IIS 6 configuration compatibility

--> World Wide Web Services

   --> Application Development Features

      --> ASP.NET

      --> ISAPI Extensions

      --> ISAPI Filters

   --> Common Http Features

      --> Default Document

      --> Directory Browsing

      --> HTTP Redirection

      --> Static Content

   --> Security

      --> Windows Authentication


아래 링크에서 발췌했습니다.
Martin Poon - Microsoft MVP blog [SQL Server]


행복한 고수되시길...


woojja ))*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\


반응형

이 에러는 FullText Search Service 를 사용하지 못하는 에러인데요...

이 내용을  Google 에서 찾으면

FullText Search Error 1075: The dependency service does not exist or 

글을 찾을 수있고요
해결책은 이렇게 하라는 군요...

Try this
1. Open the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet
\Services\msftesql
2. Rename the value DependOnService to anything
3. Restart the server 

여기서 
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\msftesql 
위 레지스트리를 찾아 보면 값이 "RPCSS NTLMSSP"
로 되어있는데요...

이값을 단순히 수정만 하지마시고
"RPCSS" 만 남기시던...
하셔야 합니다. 

전 잘못되면 다시 복구시킬 요량으로 
"RPCSS NTLwoojjaMSSP" 요런 식으로 수정해 놨더니만..

그래도 같은 Error 를 내 뱉더군요...
그래서 아예 RPCSS 만 남겨놨죠... ㅋㅋ
그랬더니 잘 실행되는 군요...

이유를 더 찾아 보니..

SQL Server 의 FullText Search 서비스는 실행할때 NTLMSSP (NTLM Security Support Provider)
이 넘을 이용해서 사용자의 권한을 관리자의 권한수준으로 올린다음 실행한다고 하는군요.
그런데 이 서비스는 Vista, Windows Server 2008 로 올라오면서 사라진 서비스라고 하는 군요.(아마도 UAC 가 있으니 있을 필요가 없어졌겠죠...)
여튼 그런데 없어진 서비스를 찾으면서 에러를 발생시킨 것입니다.

훔... 한참 걸렸습니다. ^^;
계속 TFS 깔아야 겠습니다.

TFS 할일이 너무 많아요...(에러나는 게 너무 많아...) ㅋㅋㅋ
반응형

+ Recent posts