• townsbg (5/3/2016)


    I have been trying to install sql server 08 developer on both windows 2008 & 2008 r2. I would get the error "Could not continue scan with NOLOCK due to data movement." After that I either get no server to log into or I get that the server is in single user mode and won't let me login. All precheck tests passed. I created a thread on the msdn forum and all they have said is to slipstream sp4 into the install which I have tried to do.

    This is what I've done so far.

    1) I have extracted the contents of SP4 32-bit to the location c:\sp4

    2) I ran the installer C:\sp4\x86\setup\1033\sqlsupport.msi. That was successful.

    3) I tried running the setup.exe file on my sql server 2008 iso as follows.

    cd /d d:d:\>Setup.exe /PCUSource=C:\SP4

    Microsoft (R) SQL Server 2008 Setup 10.00.1600.22

    Copyright (c) Microsoft Corporation. All rights reserved.

    The following error occurred:

    The setting 'PCUSOURCE' specified is not recognized.

    Error result: -2068578301

    Result facility code: 1204

    Result error code: 3

    Please review the summary.txt log for further details

    The setup menu ended saying that pcusource specified is not recognized, error code 0x84B40003. What am I doing wrong? If I do setup.exe /? on the setup file on the iso there isn't a pcusource option so am I suppose to do that on the sp4 setup file? The other forum hasn't offered any other advise so I'm hoping that someone here can help.

    Had similar problem couple of years back and IIRC ran the setup as an Administrator (right click, run as Administrator) and it worked.

    😎