Showing posts with label guess. Show all posts
Showing posts with label guess. Show all posts

Wednesday, March 28, 2012

Installing issue (Log included)

When I try to install MSDE it just stops, the progress bar rolls back.
I've looked through the log file, but I guess I dont know what I am looking
for.
http://www.bercell.com/logfiles.htm (get the log file here)
I am using Windows 2003 Standard edition, with all updates installed. If
someone can take a look at the log I would really appriciate it. Also if you
see something wrong, past the part of the log so I can check it out also.
For some reason clicking on the link doesnt work, it seems to add a space
after the .htm. Just remove the space in the browser and the page should
come up.
"Dan" wrote:

> When I try to install MSDE it just stops, the progress bar rolls back.
> I've looked through the log file, but I guess I dont know what I am looking
> for.
> http://www.bercell.com/logfiles.htm (get the log file here)
> I am using Windows 2003 Standard edition, with all updates installed. If
> someone can take a look at the log I would really appriciate it. Also if you
> see something wrong, past the part of the log so I can check it out also.
|||hi Dan,
Dan wrote:
> When I try to install MSDE it just stops, the progress bar rolls back.
> I've looked through the log file, but I guess I dont know what I am
> looking for.
> http://www.bercell.com/logfiles.htm (get the log file here)
> I am using Windows 2003 Standard edition, with all updates installed.
> If someone can take a look at the log I would really appriciate it.
> Also if you see something wrong, past the part of the log so I can
> check it out also.
did you check http://seer.support.veritas.com/docs/265613.htm ?
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://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

Monday, March 12, 2012

installation problems

I downloaded the latest version (I guess) and tried to install, but it
doesn't seem to have installed. The file name is MSDE2000A.exe, and it's
about 43meg.
I double-click, go through the whole thing accepting all the default
options, and when I am done, I see nothing in the services dialog that
indicates I have installed this. Nor do I see the thing in the system tray
that I see referenced in this group in other threads.
Anyone know what I am doing wrong?
I should add that I'm on Windows 2000 Pro, no SP. It's in a lab, so it's got
no internet access and is a fresh, clean install of Windows.
"middletree" <middletree@.htomail.com> wrote in message
news:%23pnVLJyAFHA.2608@.TK2MSFTNGP10.phx.gbl...
> I downloaded the latest version (I guess) and tried to install, but it
> doesn't seem to have installed. The file name is MSDE2000A.exe, and it's
> about 43meg.
> I double-click, go through the whole thing accepting all the default
> options, and when I am done, I see nothing in the services dialog that
> indicates I have installed this. Nor do I see the thing in the system tray
> that I see referenced in this group in other threads.
> Anyone know what I am doing wrong?
>
|||hi,
middletree wrote:
> I downloaded the latest version (I guess) and tried to install, but it
> doesn't seem to have installed. The file name is MSDE2000A.exe, and
> it's about 43meg.
> I double-click, go through the whole thing accepting all the default
> options, and when I am done, I see nothing in the services dialog that
> indicates I have installed this. Nor do I see the thing in the system
> tray that I see referenced in this group in other threads.
> Anyone know what I am doing wrong?
in order to install MSDE you have to run the setup.exe bootstrap installer
passing in the required/desired parameters...
that's to say you have to open a command prompt windows, navigate to the
folder you unpacked the Web downloaded package and run
C:\...\>setup.exe <parameters list>
you can see all supported parameters at
http://msdn.microsoft.com/library/de...stsql_84xl.asp
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.10.0 - DbaMgr ver 0.56.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply
|||OK, thanks.
"Andrea Montanari" <andrea.sqlDMO@.virgilio.it> wrote in message
news:35pcbjF4ovqd9U1@.individual.net...
> hi,
> middletree wrote:
> in order to install MSDE you have to run the setup.exe bootstrap installer
> passing in the required/desired parameters...
> that's to say you have to open a command prompt windows, navigate to the
> folder you unpacked the Web downloaded package and run
> C:\...\>setup.exe <parameters list>
> you can see all supported parameters at
>
http://msdn.microsoft.com/library/de...stsql_84xl.asp
> --
> Andrea Montanari (Microsoft MVP - SQL Server)
> http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
> DbaMgr2k ver 0.10.0 - DbaMgr ver 0.56.0
> (my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
> interface)
> -- remove DMO to reply
>