Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Dotnetframework for windows 2000 server

Author  Topic 

Keshaba
Yak Posting Veteran

52 Posts

Posted - 2007-11-28 : 03:41:59
Hi I want to download .netframework for installing sql server2005 express edition in Windows 2000 server.I had download few but they are not According to requirement.Can anybody give me the link to download DotNetFramework in windows2000 server.Please Help.
I had used this link to download...
http://www.microsoft.com/downloads/details.aspx?familyid=a8f5654f-088e-40b2-bbdb-a83353618b38&displaylang=en

Keshab

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2007-11-28 : 03:51:02
You need .Net Framework 2.0 not 1.1. Check this link:
http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page

Keshaba
Yak Posting Veteran

52 Posts

Posted - 2007-11-28 : 04:52:22
Hi I had download Microsoft .NET Framework Version 2.0 Redistributable Package (x86) from the site you had given me.
But I am getting the following error message when I install it in my machine(Windows 2000 server)...G:\Dontnetframework2.0\dotnetfx.exe is not a valid win32 application...Am I installing the right Package.Please mention

Keshab
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-11-29 : 02:43:44
Did you get 64-bit one?
Go to Top of Page

Keshaba
Yak Posting Veteran

52 Posts

Posted - 2007-12-01 : 00:56:28
Ya I had download the Dotnetframework 64 bits now.previously may be it was not 64 bit. But Still I am having a problem in installing it in my PC.I am showing you the error message i am receiving........
Error Creating process
<c:\DOCUME~1\ADMIN~1\LOCALS~1\Temp\IXP000.tmp\install.exe>.Reason:
C:\WINNT\system32\advpack.dll

Is there any problem in my Operating system(itz windows 2000 family server).Shall i format my machine and install my OS again.


Keshab
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-12-02 : 01:37:29
Does your pc have 64-bit os?
Go to Top of Page

Keshaba
Yak Posting Veteran

52 Posts

Posted - 2007-12-03 : 06:32:10
No Mine is not 64 bit itz 32 bit will it work.

Keshab
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-12-03 : 22:43:52
You have to install 32-bit one on 32-bit machine.
Go to Top of Page

Keshaba
Yak Posting Veteran

52 Posts

Posted - 2007-12-04 : 07:03:52
Hi Thank you I have installed 32 bit 1 in my machine and now itz running fine...........
But I am having a problem here again....
From Windows 2000 OS where My sql server 2005 Express Edition is running I can connect it with Sql server 2005 Express Edition Located in other PC(Windows Vista,and XP).But from
Other PC I can't connect.
Well I am trying to connect from Control Panel ODBC Administrator. When I try I get error message..
first I had given the DSN Name FLeetDsn And I had choosed the server name that is Server1\SQLEXPRESS. Than I had clicked next

Than I had choosed With NT Authantication using loginID.I had put check Mark in the Check Box where It was written
Connect to Sql server to obtain default settings for the additional configuration options it was written... Server1\Administrator
well This text was disabled when i click next I get the following error message...
Connection failed
SQL state '01000'
SQL server error.53
[Microsoft ODBC SQL Server DRIVER][DBNetlib]Connection Open
(Connect())
Connection failed
Sql state 08001
SQl server error 17
[Microsoft][ODBC SQL server Driver][DBNetlib]SQL Server
Does not exist or access denied
Please help....................






Keshab
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-12-04 : 22:56:33
You can't input login id when use windows authentication.
Go to Top of Page

Keshaba
Yak Posting Veteran

52 Posts

Posted - 2007-12-05 : 01:49:31
Hi we will come to That discussion Once again before that I would
Like to point out another problem in sql server connection,which
might help me to sort out my problem.When I m trying to connect to Sql server 2005 express edition located in my windows 2000 server from Sql server 2005 express edition located in Other PC(XP and Vista).I get error message.


I had tried like this...
I had went to sql server Management studio express.
And than I am trying to connect to Sql server 2005 Express edition
Located in Windows 2000 server.Giving The server name i.e Server1.
Regarding authantication I had choosed windows authantication.
I had clicked connect than I get the following error message.....

Cannot Connect to Server1

Additional Information:
As error has occurred while establishing connection to the server.When connecting to Sql Server 2005 ,This failure may be caused by the fact that under the default settings SQL Server Does not allow remote connections,(provider:Named Pipes Provider,error:40-could not open a connection to SQL Server)(Microsoft sql server ,error:53)



Keshab
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-12-05 : 23:18:26
You have to enable remote access in sql surface area configuration manager and start sql browser service on that server.
Go to Top of Page

Keshaba
Yak Posting Veteran

52 Posts

Posted - 2007-12-06 : 00:27:42
Well I had checked remote access in sql surface area configuration
manager and sql browser service on that server is
enabled And running.But still I am having the same problem.

I Had also tried By typing the following line in command prompt
telnet server1 1433 .(here Server1 is the windows 2000 server name
which i want to connect) ...In Command Prompt I am receiving the following error message....
Connecting to server1...Could not open connection to the host,on port
1433:Connect failed

But when I try the same from server1 Its okie i can connect.


Keshab
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-12-06 : 22:53:01
That means port number 1433 is blocked on your network.
Go to Top of Page

Keshaba
Yak Posting Veteran

52 Posts

Posted - 2007-12-07 : 00:59:41
If itz block how can i open it.

Keshab
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-12-07 : 23:21:53
Ask your network admin.
Go to Top of Page
   

- Advertisement -