dbTalk Databases Forums  

MSDE AND RELATED PROBLEMS

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss MSDE AND RELATED PROBLEMS in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Gigit
 
Posts: n/a

Default MSDE AND RELATED PROBLEMS - 02-08-2007 , 11:35 AM






Hi NG,
I have two problems with MSDE 2000 installed without any parameter
(default).
1 - The default installation is a SP2 and I cannot upgrade to SP4 because it
tells me 'Invalid instance'. I tried to use this entry in the setup.ini
INSTANCENAME=MSSQLServer because I thought to be the default instance name
but nothing happened. How can I see the instance name? If I open the
monitor in the systray I see SERVER - MSSQLServer. Then, how can I upgrade
to SP4?

2 - Same server. When I try to connect from a client when creating ODBC I
get this error: SqlState 28000 SqlServer Error 18456. I enabled builtin
users to connect, I enabled TCP/IP with svrnetcn.exe. I connect locally.

All this happens on two PC, one with XP Pro sp2 and the other with W 2000
pro. I enabled the user PC1 on both machines.
Any hint?
Thank you.


--

----------------------------------
Luigi Fantelli
----------------------------------



Reply With Quote
  #2  
Old   
Andrea Montanari
 
Posts: n/a

Default Re: MSDE AND RELATED PROBLEMS - 02-09-2007 , 04:44 AM






hi,
Gigit wrote:
Quote:
Hi NG,
I have two problems with MSDE 2000 installed without any parameter
(default).
1 - The default installation is a SP2 and I cannot upgrade to SP4
because it tells me 'Invalid instance'. I tried to use this entry in
the setup.ini INSTANCENAME=MSSQLServer because I thought to be the
default instance name but nothing happened. How can I see the
instance name? If I open the monitor in the systray I see SERVER -
MSSQLServer. Then, how can I upgrade to SP4?
as the instance to be ugraded is the default instance, just do not provide
the "INSTANCENAME=" parameter..

Quote:
2 - Same server. When I try to connect from a client when creating
ODBC I get this error: SqlState 28000 SqlServer Error 18456. I
enabled builtin users to connect, I enabled TCP/IP with svrnetcn.exe.
I connect locally.
All this happens on two PC, one with XP Pro sp2 and the other with W
2000 pro. I enabled the user PC1 on both machines.
verify the "general" connectivity is operating checking the
firewalls..http://support.microsoft.com/kb/841251/en-us
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz http://italy.mvps.org
DbaMgr2k ver 0.21.0 - DbaMgr ver 0.65.0 and further SQL Tools
--------- remove DMO to reply




Reply With Quote
  #3  
Old   
gigi
 
Posts: n/a

Default Re: MSDE AND RELATED PROBLEMS - 02-09-2007 , 12:57 PM




"Andrea Montanari" <andrea.sqlDMO (AT) virgilio (DOT) it> ha scritto nel messaggio
news:5331kmF1qptupU1 (AT) mid (DOT) individual.net...
Quote:
hi,
Gigit wrote:
Hi NG,
I have two problems with MSDE 2000 installed without any parameter
(default).
1 - The default installation is a SP2 and I cannot upgrade to SP4
because it tells me 'Invalid instance'. I tried to use this entry in
the setup.ini INSTANCENAME=MSSQLServer because I thought to be the
default instance name but nothing happened. How can I see the
instance name? If I open the monitor in the systray I see SERVER -
MSSQLServer. Then, how can I upgrade to SP4?

as the instance to be ugraded is the default instance, just do not provide
the "INSTANCENAME=" parameter..
Hi to you,
this is exactly the problem. The instance is the default instance and if I
try to upgrade, without any parameter, I get the INVALID INSTANCE error.


Quote:
2 - Same server. When I try to connect from a client when creating
ODBC I get this error: SqlState 28000 SqlServer Error 18456. I
enabled builtin users to connect, I enabled TCP/IP with svrnetcn.exe.
I connect locally.
All this happens on two PC, one with XP Pro sp2 and the other with W
2000 pro. I enabled the user PC1 on both machines.

verify the "general" connectivity is operating checking the
firewalls..http://support.microsoft.com/kb/841251/en-us
Yes. Next time I will try to create firewall exceptions in the XP machine,
but the 2000 PC doesn't have any.

Many thanks.




Reply With Quote
  #4  
Old   
Andrea Montanari
 
Posts: n/a

Default Re: MSDE AND RELATED PROBLEMS - 02-10-2007 , 05:36 AM



hi,
gigi wrote:
Quote:
"Andrea Montanari" <andrea.sqlDMO (AT) virgilio (DOT) it> ha scritto nel
messaggio news:5331kmF1qptupU1 (AT) mid (DOT) individual.net...
hi,
Gigit wrote:
Hi NG,
I have two problems with MSDE 2000 installed without any parameter
(default).
1 - The default installation is a SP2 and I cannot upgrade to SP4
because it tells me 'Invalid instance'. I tried to use this entry in
the setup.ini INSTANCENAME=MSSQLServer because I thought to be the
default instance name but nothing happened. How can I see the
instance name? If I open the monitor in the systray I see SERVER -
MSSQLServer. Then, how can I upgrade to SP4?

as the instance to be ugraded is the default instance, just do not
provide the "INSTANCENAME=" parameter..

Hi to you,
this is exactly the problem. The instance is the default instance and
if I try to upgrade, without any parameter, I get the INVALID
INSTANCE error.
has this instance been installed via the "standard" Microsoft provided
package or has it been installed via a third party tampered package?
if this is the case (someone else packaged the installation binaries, a
usual condition in "old days"), the standard package is not able to upgrade
the instance becouse of different guid, and only the former provider can
re-package an upgrade...
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz http://italy.mvps.org
DbaMgr2k ver 0.21.0 - DbaMgr ver 0.65.0 and further SQL Tools
--------- remove DMO to reply




Reply With Quote
  #5  
Old   
Gigit
 
Posts: n/a

Default Re: MSDE AND RELATED PROBLEMS - 02-12-2007 , 02:39 AM




Quote:
has this instance been installed via the "standard" Microsoft provided
package or has it been installed via a third party tampered package?
if this is the case (someone else packaged the installation binaries, a
usual condition in "old days"), the standard package is not able to
upgrade the instance becouse of different guid, and only the former
provider can re-package an upgrade...
--
Yes, from the original CD. SP4 has benn downloaded from Microsoft site.




Reply With Quote
  #6  
Old   
Andrea Montanari
 
Posts: n/a

Default Re: MSDE AND RELATED PROBLEMS - 02-12-2007 , 05:25 AM



hi,
Gigit wrote:
Quote:
has this instance been installed via the "standard" Microsoft
provided package or has it been installed via a third party tampered
package? if this is the case (someone else packaged the installation
binaries, a usual condition in "old days"), the standard package is
not able to upgrade the instance becouse of different guid, and only
the former provider can re-package an upgrade...
--

Yes, from the original CD. SP4 has benn downloaded from Microsoft
site.
just a curiosity... did you provide the
/upgradesp SQLRUN
parameter to the call to setupe.exe boostrap installer?
http://msdn2.microsoft.com/en-us/lib...5(SQL.80).aspx
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz http://italy.mvps.org
DbaMgr2k ver 0.21.0 - DbaMgr ver 0.65.0 and further SQL Tools
--------- remove DMO to reply




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.