Showing posts with label 64bit. Show all posts
Showing posts with label 64bit. Show all posts

Friday, March 23, 2012

MSDE 2000 install on W2K3 64bit

I'm trying to install MSDE 2000 on an Itanium system running 64bit Windows
2003 Server. The install fails and the eventviewer shows:
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.
The install log contains:
2004-10-22 10:13:31.65 server Microsoft SQL Server 2000 - 8.00.760
(Intel X86)
Dec 17 2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation
Desktop Engine on Windows NT 5.2 (Build 3790: )
2004-10-22 10:13:31.66 server Copyright (C) 1988-2002 Microsoft
Corporation.
2004-10-22 10:13:31.66 server All rights reserved.
2004-10-22 10:13:31.66 server Server Process ID is 3944.
2004-10-22 10:13:31.66 server Logging SQL Server messages in file
'C:\Program Files (x86)\Microsoft SQL Server\MSSQL$BE_DLO\LOG\ERRORLOG'.
2004-10-22 10:13:31.68 server SQL Server is starting at priority class
'normal'(2 CPUs detected).
2004-10-22 10:13:31.89 server SQL Server configured for thread mode
processing.
2004-10-22 10:13:31.89 server Using dynamic lock allocation. [500] Lock
Blocks, [1000] Lock Owner Blocks.
2004-10-22 10:13:31.98 spid4 Warning ******************
2004-10-22 10:13:31.98 spid4 SQL Server started in single user mode.
Updates allowed to system catalogs.
2004-10-22 10:13:32.01 spid4 Starting up database 'master'.
2004-10-22 10:13:32.15 spid4 Error: 823, Severity: 24, State: 2.
2004-10-22 10:13:32.19 spid4 Cannot recover the master database. Exiting.
Anyone know if this is related to:
http://support.microsoft.com/default...b;en-us;872768
Thanx,
Ernie Billing
VERITAS Software
ebilling@.veritas.com
I looked at the list of supported operating systems for MSDE and W2K3 Server
64 was not one of them.
Given that there is a special 64 bit version of SQL Server for this OS, I
would be surprised if MSDE installed on W2K3 Server 64.
Jim
"Ernie Billing" <Ernie Billing@.discussions.microsoft.com> wrote in message
news:41F181D1-5632-4A16-9287-809A30087B97@.microsoft.com...
> I'm trying to install MSDE 2000 on an Itanium system running 64bit Windows
> 2003 Server. The install fails and the eventviewer shows:
> 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.
> The install log contains:
> 2004-10-22 10:13:31.65 server Microsoft SQL Server 2000 - 8.00.760
> (Intel X86)
> Dec 17 2002 14:22:05
> Copyright (c) 1988-2003 Microsoft Corporation
> Desktop Engine on Windows NT 5.2 (Build 3790: )
> 2004-10-22 10:13:31.66 server Copyright (C) 1988-2002 Microsoft
> Corporation.
> 2004-10-22 10:13:31.66 server All rights reserved.
> 2004-10-22 10:13:31.66 server Server Process ID is 3944.
> 2004-10-22 10:13:31.66 server Logging SQL Server messages in file
> 'C:\Program Files (x86)\Microsoft SQL Server\MSSQL$BE_DLO\LOG\ERRORLOG'.
> 2004-10-22 10:13:31.68 server SQL Server is starting at priority class
> 'normal'(2 CPUs detected).
> 2004-10-22 10:13:31.89 server SQL Server configured for thread mode
> processing.
> 2004-10-22 10:13:31.89 server Using dynamic lock allocation. [500] Lock
> Blocks, [1000] Lock Owner Blocks.
> 2004-10-22 10:13:31.98 spid4 Warning ******************
> 2004-10-22 10:13:31.98 spid4 SQL Server started in single user mode.
> Updates allowed to system catalogs.
> 2004-10-22 10:13:32.01 spid4 Starting up database 'master'.
> 2004-10-22 10:13:32.15 spid4 Error: 823, Severity: 24, State: 2.
> 2004-10-22 10:13:32.19 spid4 Cannot recover the master database.
Exiting.
> Anyone know if this is related to:
> http://support.microsoft.com/default...b;en-us;872768
> Thanx,
> Ernie Billing
> VERITAS Software
> ebilling@.veritas.com

MSDE 2000 and x64 (WinXP 64 Bit)

Hi,
I do have MSDE 2000 (sr 3a) installed on a 64bit version of WinXP (x64).
Installation worked ok. Selfwritten client-code works ok with a 32bit
application in WOW. So far so good.
Then I ported my client code to native 64bit...compiled ok...but the
64bit-client can not connect to local MSDE desktop engine...connection to a
remote server works ok.
The OLEDB provider for SQLServer is 64bit...I've checked that. Error code
that I get is:
"[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access
denied."
Authentification is "integrated" and works in a 32bit-client. So should work
in a 64bit-client, too. Right? What am I doing wrong?
Thanks
Frank
hi Frank,
Frank wrote:
> "[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or
> access denied."
please have a look at
http://support.microsoft.com/default...06&Product=sql
if helps..
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.12.0 - DbaMgr ver 0.58.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply
|||Thanks! That did the trick. There were no activated server-protocols
(TCP/IP, Named Pipes, etc.). So I assume the 64bit-client tried to connect
through "shared memory"-access which obviously won't work with a 64bit-client.
Now the 64bit-client connects to the server through loopback interface which
I originally don't wanted but it works for now.
By the way: I am using your DbaMgr tool...it's great!
|||hi Frank,
Frank wrote:
> Thanks! That did the trick. There were no activated server-protocols
> (TCP/IP, Named Pipes, etc.). So I assume the 64bit-client tried to
> connect through "shared memory"-access which obviously won't work
> with a 64bit-client.
> Now the 64bit-client connects to the server through loopback
> interface which I originally don't wanted but it works for now.
> By the way: I am using your DbaMgr tool...it's great!
thank you... please feel free to (privately) contact me for any question or
concern about DbaMgr prj..
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.12.0 - DbaMgr ver 0.58.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply