Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Slipstream installation of SQL Server 2008 fails if the /PCUSOURCE or /CUSOURCE has a space in the path


Symptoms


When you try to install SQL Server 2008 from a slipstream installation source, setup fails.


↑ Back to the top


Cause

This problem may occur if the /PCUSOURCE line or the /CUSOURCE line contains a space in the path. /PCUSOURCE and /CUSOURCE can be used in a ConfigurationFile.ini file or in a command line. For example:
  • ConfigurationFile.ini
    [SQLSERVER2008]
    PCUSOURCE="{the path of the extracted service pack}"
    CUSOURCE="{the path of the extracted cumulative update package}"
  • Setup command line for slipstreaming
    Setup.exe /PCUSOURCE="{the path of the extracted service pack}"
    /CUSOURCE=”{the path to the extracted cumulative update package}”

↑ Back to the top


Resolution

Service pack information

To resolve this problem, obtain the latest service pack for SQL Server 2008. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
968382 How to obtain the latest service pack for SQL Server 2008

↑ Back to the top


Workaround

To work around this problem, extract service packs and cumulative update packages to paths that do not include spaces.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

This problem was first corrected in SQL Server 2008 Service Pack 2 for SQL Server 2008.

↑ Back to the top


Keywords: kbinfo, kbfix, kbexpertiseinter, kbbug, atdownload, kb

↑ Back to the top

Article Info
Article ID : 2216465
Revision : 1
Created on : 1/7/2017
Published on : 7/9/2010
Exists online : False
Views : 278