Saturday, February 25, 2012

MSDE install - problem

hi,
i want to install MSDE (comes with windows embedded designer)
install stops with following event:
ERROR:
event 19011 source MSSQLServer
FillAddress(MSAFD Tcpip [TCP/IPv6]) : Error 0.
WARNING:
event 19011 source MSSQLServer
(SpnRegister) : Error 1355.
any suggestions?
hi,
Zabby wrote:
> hi,
> i want to install MSDE (comes with windows embedded designer)
> install stops with following event:
> ERROR:
> event 19011 source MSSQLServer
> FillAddress(MSAFD Tcpip [TCP/IPv6]) : Error 0.
> WARNING:
> event 19011 source MSSQLServer
> (SpnRegister) : Error 1355.
> any suggestions?
if you can manually install MSDE your self, try adding the
/L*v "c:\msdelog.txt"
parameter to your call to setup.exe bootstrap installer in order to enable
verbose logging of the installation process... you can then ispect the
resulting log text file for
RETURN VALUE 3
entries... about 10 lines before each entry some (sometime cryptic)
description of the found problem will be reported..
please verify File & Printer Sharing is enabled and the Server service up
and running...
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
|||thats my error:
Executing "C:\Programme\Microsoft SQL Server\80\Tools\Binn\cnfgsvr.exe -V 1
-M 1 -U sa -I "MSSQLSERVER" -Q "Latin1_General_CI_AS""
MSI (c) (A8:A4) [11:05:57:062]: Font created. Charset: Req=0, Ret=0, Font:
Req=MS Shell Dlg, Ret=MS Shell Dlg
Setup failed to configure the server. Refer to the server error logs and
setup error logs for more information.
MSI (s) (CC!CC) [11:06:00:562]: Product: Microsoft SQL Server Desktop Engine
-- Setup failed to configure the server. Refer to the server error logs and
setup error logs for more information.
"Andrea Montanari" wrote:

> hi,
> Zabby wrote:
> if you can manually install MSDE your self, try adding the
> /L*v "c:\msdelog.txt"
> parameter to your call to setup.exe bootstrap installer in order to enable
> verbose logging of the installation process... you can then ispect the
> resulting log text file for
> RETURN VALUE 3
> entries... about 10 lines before each entry some (sometime cryptic)
> description of the found problem will be reported..
> please verify File & Printer Sharing is enabled and the Server service up
> and running...
> --
> 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
>
>
|||hi,
Zabby wrote:
> thats my error:
> Executing "C:\Programme\Microsoft SQL
> Server\80\Tools\Binn\cnfgsvr.exe -V 1 -M 1 -U sa -I "MSSQLSERVER" -Q
> "Latin1_General_CI_AS""
> MSI (c) (A8:A4) [11:05:57:062]: Font created. Charset: Req=0, Ret=0,
> Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
> Setup failed to configure the server. Refer to the server error logs
> and setup error logs for more information.
> MSI (s) (CC!CC) [11:06:00:562]: Product: Microsoft SQL Server Desktop
> Engine -- Setup failed to configure the server. Refer to the server
> error logs and setup error logs for more information.
this problem is usually associated to previously uninstalled instance of
MSDE, as described in
http://support.microsoft.com/default...99&Product=sql
it has been sometime reported to MDAC corruption on WinXP sp2, so I do not
know if it applys to Win2003 too, but Win2003 sp1 include the very same MDAC
stack (2.8 sp2) as WinXP sp2, you can fix as described in
http://www.macropool.com/en/download/mdac_xp_sp2.html
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
|||thank you!
grat job!
"Andrea Montanari" wrote:

> hi,
> Zabby wrote:
> this problem is usually associated to previously uninstalled instance of
> MSDE, as described in
> http://support.microsoft.com/default...99&Product=sql
> it has been sometime reported to MDAC corruption on WinXP sp2, so I do not
> know if it applys to Win2003 too, but Win2003 sp1 include the very same MDAC
> stack (2.8 sp2) as WinXP sp2, you can fix as described in
> http://www.macropool.com/en/download/mdac_xp_sp2.html
> --
> 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
>
>

No comments:

Post a Comment