Re: MSDE installation fails
- From: gbruntzel@xxxxxxxxx
- Date: 15 Jun 2006 09:58:39 -0700
Steve Foster [SBS MVP] wrote:
gbruntzel@xxxxxxxxx wrote:
I have always had a problem with MSDE on SBS 2003 which is now on SP1.
Whether installing Veritas Backup Exec, Microsoft SUSW, or any other
program that needs to add an instance of MSDE it bombs. Could this be
related to SBSMonitoring or Sharepoint. Both of their SQL instances
are running without errors and appear to be MSDE 2000 SP4 This is
making me crazy! I've tried adding an instance using the command line,
but no luck.
When trying to log using "osql -U sa" I get the password prompt. When
entering a blank pw, I receive the following error:
[Shared Memory]SQL Server does not exist or access denied.
[Shared Memory]ConnectionOpen (Connect()).
By default, MSDE instances are installed using Windows Authentication
only, so the SA account would be disabled.
Additionally, you must specify which instance you want to connect to when
invoking OSQL.
Try:
OSQL -S <SERVER> -E
where <SERVER> is like this:
<servername> for the default instance on servername
(local) for the default instance on this server (you can use the server
name version locally too)
<servername>\<instancename> for a selected instance on servername
(local)\<instancename> for the select instance on this server
Examples in an SBS context are:
(local) (Premium with SQL installed)
(local)\MSFW (ISA2004 MSDE instance)
(local)\SHAREPOINT (Sharepoint instance, whether WMSDE or SQL)
(local)\SBSMONITORING (Monitoring instance)
(local)\BKUPEXEC (Backup Exec instance)
--
Steve Foster [SBS MVP]
---------------------------------------
MVPs do not work for Microsoft. Please reply only to the newsgroups.
Thanks Steve. I can connect to both Sharepoint and SBSMonitoring using
your example above. However, I cannot connect to the default instance
using just <servername>. I get the exact same error message. Of
course, I can't connect to Backup Exec because it's not installed. I
tried by the SQL portion fails.
Any other ideas?
.
- Follow-Ups:
- Re: MSDE installation fails
- From: Steve Foster [SBS MVP]
- Re: MSDE installation fails
- References:
- MSDE installation fails
- From: gbruntzel
- Re: MSDE installation fails
- From: Steve Foster [SBS MVP]
- MSDE installation fails
- Prev by Date: Re: Windows Mobile 5 and SSL Certs
- Next by Date: Re: WSUS SP1
- Previous by thread: Re: MSDE installation fails
- Next by thread: Re: MSDE installation fails
- Index(es):
Relevant Pages
|
Loading