|
Home > Archive > Microsoft SQL Server Desktop Engine > November 2005 > Second install of MSDE with WSUS
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Second install of MSDE with WSUS
|
|
|
| I already have WSUS running on a win2003 SP1 machine. I am trying to install
a second instance which will be used for WebSenseReporting, however, about
have way into the initial setup the progress bar will backtrack and install
will fail.
Any ideas, thanks.
| |
| Andrea Montanari 2005-11-15, 9:23 am |
| hi,
mc123 wrote:
> I already have WSUS running on a win2003 SP1 machine. I am trying to
> install a second instance which will be used for WebSenseReporting,
> however, about have way into the initial setup the progress bar will
> backtrack and install will fail.
>
> Any ideas, thanks.
please add the
/L*v "c:\MsdeLog.txt"
parameter to your call to the setup.exe boostrap installer in order to
enable verbose logging of the installation process..
this will result in a text file you can inspect for
RETURN VALUE 3
entries, indicating problem(s)... about 10/15/ lines before each entry some
(sometime cryptic) description of the problem will be reported..
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org
DbaMgr2k ver 0.15.0 - DbaMgr ver 0.60.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
--------- remove DMO to reply
| |
| mc123 2005-11-15, 11:23 am |
| Well,
I downloaded the latest version and did receive a message stating that a
password needed to be set. This was the whole problem, I basically just
needed to set the SA password, the install wouldn't continue otherwise.
Problem solved, thanks.
"Andrea Montanari" wrote:
> hi,
> mc123 wrote:
>
> please add the
> /L*v "c:\MsdeLog.txt"
> parameter to your call to the setup.exe boostrap installer in order to
> enable verbose logging of the installation process..
> this will result in a text file you can inspect for
> RETURN VALUE 3
> entries, indicating problem(s)... about 10/15/ lines before each entry some
> (sometime cryptic) description of the problem will be reported..
> --
> Andrea Montanari (Microsoft MVP - SQL Server)
> http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org
> DbaMgr2k ver 0.15.0 - DbaMgr ver 0.60.0
> (my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
> interface)
> --------- remove DMO to reply
>
>
>
|
|
|
|
|