SharePoint 설치후 위저드 실행시 로그 파일을 살펴 보라면서 배째라고 하는 경우가 나온다.
로그 파일에서는 다음의 내용을 볼 수 있다.
The process C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\prescan.exe exited with return code 1
Leaving function Common.RunCommand
Detected that the prescan.exe has not been run yet.
prescan.exe 를 실행시켜보면 다음의 내용을 볼 수 있다.
PRESCAN [/C file] /ALL | [/V] urls
/C Specifies the configuration file.
file Specifies the file path to the configuration file for custom templates.
Add custom templates to this configuration file if you do not want the
tool to mark these templates as custom.
/ALL Entire farm scan mode.
/V Virtual server scan mode, otherwise SPSite mode.
urls Specifies a list of one or more SPSite or virtual server URL's to scan.
위의 설명 대로 전부 스켄을 실행한다.
prescan.exe /all
명령을 실행하면 로그 파일과 함께 xml 파일이 생성된다.
이후 다시 위저드를 실행하면 자~알 될꺼임.



