There's an old application running on sql 6.5 with windows 2000 server.
Some new applications running on another server (sql 2000 sp4, windows
2003 server sp1) need to connect to the sql 6.5 by Data Transformation
Service.
It was fine. However, there was an accidential reboot today. After
that, the scheduled DTS package couldn't run. From the job history it
shows that one of the steps in the package failed. The step was to draw
data from sql 6.5.
I tried to create an ODBC connection by MS OLE Data provider but still
failed. However, I could do that in other machines running Win XP or
Win server 2003 (without any sp installed).
I also tried the same action with other Win Server 2003 sp1 or sp2 and
all failed.
Does it mean that Win server 2003 sp 1 or above doesn't support sql 6.5
any more?
Thx.
"FoxHill" <fo...@foxh.com> wrote in message
news:487E25D5...@foxh.com...
--
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
I agree that the OS wouldn't prevent me from connecting to sql 6.5, but
the driver came with the new sp did.
Today I went to another office with similar set up. I got the same
result. Only win 2003 server without sp installed can connect to sql
6.5.
Actually I those server with sp installed, i also installed MDAC from
2.1 to 2.8. But it still didn't work.
Is there any work-around?
"FoxHill" <fo...@foxh.com> wrote in message news:487EB67C...@foxh.com...
For my situation, upgrading is not an option for me.
Anyway, I found out something and don't know if it can help:
1. On those 2003 servers unable to connect to sql 6.5, I checked the
network library version of TCP/IP is
"SSNETLIB.dll, 8.0.2039, 3/5/2005"
2. On those 2003 server able to connect to sql 6.5, the version info is:
"SSNETLIB.dll, 8.0.311, 5/8/2003"
I'm just wondering if there're some ways to restore the old driver.
Any idea?