Can't MS SQL Server 2000 Client/Server

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
codeecradle
Newbie
Newbie
Posts: 2
Joined: Tue Jul 22, 2008 4:12 am

Can't MS SQL Server 2000 Client/Server

Post by codeecradle »


Hi to all!

I am running Ubuntu 8.04 with Wine 1.1.0 installed.
I am trying to install MS SQL Server 2000 Client on the machine in order to connect to a Windows Server Machine running an MS SQL Server 2000.
But the installation process won't proceed, it only reaches the "Setup is searching for installed components..." (w/ the green background), after that it just terminates the installation and nothing happens..

Hope someone could help me on this.. Thank You
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

AppDB info is kind of old, but not encouraging: http://appdb.winehq.org/objectManager.p ... n&iId=3610
John Drescher

Can't MS SQL Server 2000 Client/Server

Post by John Drescher »

I am running Ubuntu 8.04 with Wine 1.1.0 installed.
I am trying to install MS SQL Server 2000 Client on the machine in order to connect to a Windows Server Machine running an MS SQL Server 2000.
I do not think that is msde. Since I have used that in my windows
database projects years ago. I believe this is just a tool that
allows you to query the database. And in this case if it did not work
I would use a different database application. When I used msde
(basically 200 server with no client and a 2GB maximum database size)
, I used ADO Query tool found here http://gpoulose.home.att.net/

John
John Drescher

Can't MS SQL Server 2000 Client/Server

Post by John Drescher »

On Tue, Jul 22, 2008 at 5:20 AM, codeecradle <[email protected]> wrote:
Hi to all!

I am running Ubuntu 8.04 with Wine 1.1.0 installed.
I am trying to install MS SQL Server 2000 Client on the machine in order to connect to a Windows Server Machine running an MS SQL Server 2000.
But the installation process won't proceed, it only reaches the "Setup is searching for installed components..." (w/ the green background), after that it just terminates the installation and nothing happens..
When running it from the shell ( as a reuglar user / not root or su
..) do you get any error messages?

John
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Can't MS SQL Server 2000 Client/Server

Post by vitamin »

codeecradle wrote:
Hi to all!

I am running Ubuntu 8.04 with Wine 1.1.0 installed.
I am trying to install MS SQL Server 2000 Client on the machine in order to connect to a Windows Server Machine running an MS SQL Server 2000.
But the installation process won't proceed, it only reaches the "Setup is searching for installed components..." (w/ the green background), after that it just terminates the installation and nothing happens..

Hope someone could help me on this.. Thank You
People had much better success using FreeTDS.
codeecradle
Newbie
Newbie
Posts: 2
Joined: Tue Jul 22, 2008 4:12 am

Re: Can't MS SQL Server 2000 Client/Server

Post by codeecradle »

John Drescher wrote:On Tue, Jul 22, 2008 at 5:20 AM, codeecradle <[email protected]> wrote:
Hi to all!

I am running Ubuntu 8.04 with Wine 1.1.0 installed.
I am trying to install MS SQL Server 2000 Client on the machine in order to connect to a Windows Server Machine running an MS SQL Server 2000.
But the installation process won't proceed, it only reaches the "Setup is searching for installed components..." (w/ the green background), after that it just terminates the installation and nothing happens..
When running it from the shell ( as a reuglar user / not root or su
..) do you get any error messages?

John


No I dont get any error messages
Locked