Showing posts with label rolls. Show all posts
Showing posts with label rolls. Show all posts

Friday, March 30, 2012

Install rolls back

Hi NG,
I have a installation problem on MSDE and install to window 2000
MSI (s) (34:FC): MainEngineThread is returning 1603
MSI (c) (54:58): Back from server. Return value: 1603
MSI (c) (54:58): Decrementing counter to disable shutdown. If counter >= 0,
shutdown will be denied. Counter after decrement: -1
Aktion beendet um 10:57:35: INSTALL. Rckgabewert 3.
MSI (c) (54:58): Note: 1: 2262 2: Control 3: -2147287038
then rolling back.
Does anyone experienced the same problem?
Thank you very much for any suggestion.
Regards
Roland
Hi
Try running the install with verbose logging switched on:
setup.exe /L*v <Setup Log File Path>
You may get a better error that describes the problem.
Regard
sMike
"Roland Skottke" wrote:

> Hi NG,
> I have a installation problem on MSDE and install to window 2000
> MSI (s) (34:FC): MainEngineThread is returning 1603
> MSI (c) (54:58): Back from server. Return value: 1603
> MSI (c) (54:58): Decrementing counter to disable shutdown. If counter >= 0,
> shutdown will be denied. Counter after decrement: -1
> Aktion beendet um 10:57:35: INSTALL. Rückgabewert 3.
> MSI (c) (54:58): Note: 1: 2262 2: Control 3: -2147287038
> then rolling back.
> Does anyone experienced the same problem?
> Thank you very much for any suggestion.
> Regards
> Roland
>
>
|||hi Roland Skottke
I have the same experienced before! I fixed this problem with error code of
1603 by start up the "server" service and re-install MSDE !
hope this can help you!
"Roland Skottke" <spam_roland.skottke@.arrisa.com>
??:cvhu96$ov2$01$1@.news.t-online.com...
> Hi NG,
> I have a installation problem on MSDE and install to window 2000
> MSI (s) (34:FC): MainEngineThread is returning 1603
> MSI (c) (54:58): Back from server. Return value: 1603
> MSI (c) (54:58): Decrementing counter to disable shutdown. If counter >=
0,
> shutdown will be denied. Counter after decrement: -1
> Aktion beendet um 10:57:35: INSTALL. Rckgabewert 3.
> MSI (c) (54:58): Note: 1: 2262 2: Control 3: -2147287038
> then rolling back.
> Does anyone experienced the same problem?
> Thank you very much for any suggestion.
> Regards
> Roland
>
|||Hi sMike,
this errors are a part of the log. The log have a lot of text, but i can't
find the error.
regards
Roland
"Mike Epprecht (SQL MVP)" <mike@.epprecht.net> schrieb im Newsbeitrag
news:ABD89029-6E6F-4E7B-97D3-4EA1EF90F98B@.microsoft.com...[vbcol=seagreen]
> Hi
> Try running the install with verbose logging switched on:
> setup.exe /L*v <Setup Log File Path>
> You may get a better error that describes the problem.
> Regard
> sMike
> "Roland Skottke" wrote:
0,[vbcol=seagreen]
|||Hi Angus,
where can i find the "server" service?
I can't count the numbers of re-install on this machine.
regards
Roland
"ANGUS" <angusgod@.theworld.com> schrieb im Newsbeitrag
news:O9q2LNcGFHA.2136@.TK2MSFTNGP14.phx.gbl...
> hi Roland Skottke
> I have the same experienced before! I fixed this problem with error code
of
> 1603 by start up the "server" service and re-install MSDE !
> hope this can help you!
>
> "Roland Skottke" <spam_roland.skottke@.arrisa.com>
> ??:cvhu96$ov2$01$1@.news.t-online.com...
> 0,
>

Monday, March 19, 2012

Installation

I am trying to install msde on server 2003 platform. No matter what I try
when the installation reaches 1 second remaining it then rolls back the
installation process.
hi Ryan,
Ryan wrote:
> I am trying to install msde on server 2003 platform. No matter what I
> try when the installation reaches 1 second remaining it then rolls
> back the installation process.
please add the
/L*v "c:\MsdeLog.txt"
parameter to the setup.exe boostrap installer call, in order to enable
verbose logging of the installation process..
you can later inspect that text file (about 2mb for a complete succesfull
installation) for
RETURN VALUE 3
entries... 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.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.14.0 - DbaMgr ver 0.59.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply
|||When i try that i get "error opening installation log file. Verify that the
specified log file location exists and is writable" I have verified
everything concerning the log file and still receive this error.
"Andrea Montanari" wrote:

> hi Ryan,
> Ryan wrote:
> please add the
> /L*v "c:\MsdeLog.txt"
> parameter to the setup.exe boostrap installer call, in order to enable
> verbose logging of the installation process..
> you can later inspect that text file (about 2mb for a complete succesfull
> installation) for
> RETURN VALUE 3
> entries... 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.shtmhttp://italy.mvps.org
> DbaMgr2k ver 0.14.0 - DbaMgr ver 0.59.0
> (my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
> interface)
> -- remove DMO to reply
>
>
|||Ryan,
I had exactly the same problem trying to install MSDE SP3. After hours of
searching I never found a definitive answer for the problem. What finally
worked for me was to completely clean out my failed installation attempts
(including the registry) and install MSDE from scratch using the new SP4
file. This file will allow you to create a new install as well as upgrade
existing MSDE installations. The command that I used for the installation
(which installs a named instance) is:
Setup DISABLENETWORKPROTOCOLS=0 INSTANCENAME="mynamedinstance"
SAPWD="mypassword" /L*v C:\MSDE_setup.log
This approach worked for me on the first try. Hope it helps... RS
"Ryan" wrote:

> I am trying to install msde on server 2003 platform. No matter what I try
> when the installation reaches 1 second remaining it then rolls back the
> installation process.

Monday, March 12, 2012

Install - datadir and targetdir (again)

Hi
I'm having a problem during installation: it stops when it is 5 seconds to
complete, and then rolls back.
However: If I delete the lines with datadir and targetdir from my ini-file,
it works fine. Anyone knows...?
I am using this ini file:
[Options]
Disablenetworkprotocols=0
Sequritymode=SQL
Datadir="C:\MSDE\Data\"
Targetdir="C:\MSDE\exefiler\"
...and I have logged it... doesn't help me... was hoping to find someone
who had experienced this
Frank
Hi
Does you have rights to create files and directories on the C drive?
Regards
Mike
"FTL" wrote:

> Hi
> I'm having a problem during installation: it stops when it is 5 seconds to
> complete, and then rolls back.
> However: If I delete the lines with datadir and targetdir from my ini-file,
> it works fine. Anyone knows...?
> I am using this ini file:
> [Options]
> Disablenetworkprotocols=0
> Sequritymode=SQL
> Datadir="C:\MSDE\Data\"
> Targetdir="C:\MSDE\exefiler\"
> ...and I have logged it... doesn't help me... was hoping to find someone
> who had experienced this
> Frank
>
>

Install - Datadir and Targetdir

Hi
I'm having a problem during installation: it stops when it is 5 seconds to
complete, and then rolls back.
However: If I delete the lines with datadir and targetdir from my ini-file,
it works fine. Anyone knows...?
I am using this ini file:
[Options]
Disablenetworkprotocols=0
Sequritymode=SQL
Datadir="C:\MSDE\Data\"
Targetdir="C:\MSDE\exefiler\"
Frank
hi Frank,
"FTL" <frankgtl@.online.no> ha scritto nel messaggio
news:17zvd.21612$Km6.282707@.news4.e.nsc.no
> Hi
> I'm having a problem during installation: it stops when it is 5
> seconds to complete, and then rolls back.
> However: If I delete the lines with datadir and targetdir from my
> ini-file, it works fine. Anyone knows...?
> I am using this ini file:
> [Options]
> Disablenetworkprotocols=0
> Sequritymode=SQL
> Datadir="C:\MSDE\Data\"
> Targetdir="C:\MSDE\exefiler\"
> Frank
please add the
/L*v "c:\YourLogFile.txt"
command line parameter to your call to the setup.exe boostrapper installer,
in order to enable verbose log for the installation... this will result in
an about 2mb text file you can inspect for
RETURN VALUE 3
entries...
about 10/15 lines before and/or after each entry some (sometime cryptic)
description of encountered problem will be shown
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.9.1 - DbaMgr ver 0.55.1
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply