Showing posts with label professional. Show all posts
Showing posts with label professional. Show all posts

Monday, March 26, 2012

Error Installing MSDE2000 Relase A

Hi there, This is the new installation of MSDE2000 Release A locally on the
Windows XP SP1 professional (Laptop). Never got it through the installation.
I have checked all the conditions in the Readme file, and they were met.
This is the log file:
2005-10-27 12:01:17.09 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.1 (Build 2600: Service Pack 1)
2005-10-27 12:01:17.09 server Copyright (C) 1988-2002 Microsoft
Corporation.
2005-10-27 12:01:17.09 server All rights reserved.
2005-10-27 12:01:17.09 server Server Process ID is 2412.
2005-10-27 12:01:17.09 server Logging SQL Server messages in file
'C:\Program Files\Microsoft SQL Server\MSSQL\LOG\ERRORLOG'.
2005-10-27 12:01:17.10 server SQL Server is starting at priority class
'normal'(1 CPU detected).
2005-10-27 12:01:17.12 server SQL Server configured for thread mode
processing.
2005-10-27 12:01:17.12 server Using dynamic lock allocation. [500] Lock
Blocks, [1000] Lock Owner Blocks.
2005-10-27 12:01:17.12 spid3 Warning ******************
2005-10-27 12:01:17.12 spid3 SQL Server started in single user mode.
Updates allowed to system catalogs.
2005-10-27 12:01:17.13 spid3 Starting up database 'master'.
2005-10-27 12:01:17.35 server Using 'SSNETLIB.DLL' version '8.0.766'.
2005-10-27 12:01:17.35 spid5 Starting up database 'model'.
2005-10-27 12:01:17.37 server SQL server listening on 162.130.191.154:
1433.
2005-10-27 12:01:17.37 server SQL server listening on 127.0.0.1: 1433.
2005-10-27 12:01:17.37 spid3 Server name is 'HDQRKPC404445'.
2005-10-27 12:01:17.37 spid3 Skipping startup of clean database id 5
2005-10-27 12:01:17.37 spid3 Skipping startup of clean database id 6
2005-10-27 12:01:17.37 spid3 Starting up database 'msdb'.
2005-10-27 12:01:17.40 server SQL server listening on TCP, Shared Memory,
Named Pipes.
2005-10-27 12:01:17.40 server SQL Server is ready for client connections
2005-10-27 12:01:17.50 spid5 Clearing tempdb database.
2005-10-27 12:01:18.12 spid5 Starting up database 'tempdb'.
2005-10-27 12:01:18.24 spid3 Recovery complete.
2005-10-27 12:01:18.24 spid3 SQL global counter collection task is
created.
2005-10-27 12:01:18.30 spid3 Warning: override, autoexec procedures
skipped.
2005-10-27 12:01:27.40 spid3 SQL Server is terminating due to 'stop'
request from Service Control Manager.
This is the cnfgsvr.out:
Starting Service ...
SQL_Latin1_General_CP1_CI_AS
-m -Q -T4022 -T3659
Connecting to Server ...
driver={sql server};server=HDQRKPC404445;UID=sa;PWD=;database= master
[Microsoft][ODBC Driver Manager] Data source name not found and no default
driver specified
driver={sql server};server=HDQRKPC404445;UID=sa;PWD=;database= master
[Microsoft][ODBC Driver Manager] Data source name not found and no default
driver specified
driver={sql server};server=HDQRKPC404445;UID=sa;PWD=;database= master
[Microsoft][ODBC Driver Manager] Data source name not found and no default
driver specified
SQL Server configuration failed.
_____________
Please advice. Thanks
hi,
TomN wrote:
> Hi there, This is the new installation of MSDE2000 Release A locally
> on the Windows XP SP1 professional (Laptop). Never got it through
> the installation. I have checked all the conditions in the Readme
> file, and they were met. This is the log file:

> [Microsoft][ODBC Driver Manager] Data source name not found and no
> default driver specified
> SQL Server configuration failed.
try fixing (or reinstalling) your MDAC stack...
http://msdn.microsoft.com/data/mdac/default.aspx
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
sql

Error Install msde in a Pc With XP Professional

I am install the msde in a pc with xp professional with this command:
setup INSTANCENAME="InstanceName" SAPWD="AStrongSAPwd"
DISABLENETWORKPROTOCOLS=0 from the dos prompt. But it's not install and show
me a message:
For install and setup the system components use the control panel.
Please, Which is my error.
Thanks for all...!
RV
Is sql server already installed on the machine? If not try to apply default
instance of MSDE by omitting instancename parameter.
If yes,
try to re-run the installation and specify the arg /L*v c:\msdelog.txt.
This will generate a verbose log for the installation. after the
installation errors out check for return value 3 in the verbose log. Search
for the string associated with this error in knowledge base
Regards,
Ashish Mathur

Thursday, March 22, 2012

Error in Synchronizing Data

I tried to subscribe to the database that is published on my laptop running on windows XP professional SP2 and using SQL Server 2005. However, in the second step (synchronizing data) the following error message occured:

Synchronizing Data (Error)

Messages

A request to send data to the computer running IIS has failed. For more information, see HRESULT.
HRESULT 0x80072EE2 (28037)

The operation could not be completed.

Anyone can help me on this?

Check whether you are able to browse the URL from the subscriber machine/device? It may be that IIS has blocked some extensions.

Thanks,

Laxmi NRO, MSFT, SQL Mobile, Microsoft Corporation

|||

I cannot browse the URL from the PDA. Is there any way that i can unblock those extensions?

Thanks

|||

Are you able to browse the URL from any other machine than PDA? If yes, then IIS is not blocking but its an issue of general connectivity between your PDA and desktop. Are you able to browse any site like www.microsoft.com from your PDA. If you could not browse the normal sites, then its general internet connection issue. For PDA general connectivity, please try steps from URL: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=101694&SiteID=1

For IIS Help, refer to the installed IIS Documentation.

Thanks,

Laxmi NRO, MSFT, SQL Mobile, Microsoft Corporation

Error in Synchronizing Data

I tried to subscribe to the database that is published on my laptop running on windows XP professional SP2 and using SQL Server 2005. However, in the second step (synchronizing data) the following error message occured:

Synchronizing Data (Error)

Messages

A request to send data to the computer running IIS has failed. For more information, see HRESULT.
HRESULT 0x80072EE2 (28037)

The operation could not be completed.

Anyone can help me on this?

Check whether you are able to browse the URL from the subscriber machine/device? It may be that IIS has blocked some extensions.

Thanks,

Laxmi NRO, MSFT, SQL Mobile, Microsoft Corporation

|||

I cannot browse the URL from the PDA. Is there any way that i can unblock those extensions?

Thanks

|||

Are you able to browse the URL from any other machine than PDA? If yes, then IIS is not blocking but its an issue of general connectivity between your PDA and desktop. Are you able to browse any site like www.microsoft.com from your PDA. If you could not browse the normal sites, then its general internet connection issue. For PDA general connectivity, please try steps from URL: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=101694&SiteID=1

For IIS Help, refer to the installed IIS Documentation.

Thanks,

Laxmi NRO, MSFT, SQL Mobile, Microsoft Corporation

sql