Re: Scheduling DTS Packages on 64-bit SQL Server
From: Darren Green (darren.green_at_reply-to-newsgroup-sqldts.com)
Date: 10/21/04
- Next message: brienc_at_gmail.com: "DTS and binary files"
- Previous message: whornak: "ActiveX Connection Change Attempt"
- In reply to: BSCG: "Scheduling DTS Packages on 64-bit SQL Server"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 21 Oct 2004 18:15:53 +0100
My understanding is that DTS components are not available for 64-bit SQL
Server.
SP3 clients, because they are aware of this limitation they will not let
schedule a package to run on the 64-bit server as it knows this will fail.
You need to execute your DTS packages on a 32-bit machine, but I don't think
you need a new copy of SQL Server as DTS can be redistributed, or just
install the 32-bit tools to install DTS on the machine. Providing you
interact with a large SQL system such as the 64-bit box and the 32-bit box
has CAL you should be licenced, but I strongly suggest you clarify the
licensing aspect with your local MS licensing team.
Technically it is no problem to run DTS on any 32-bit machine, with or
without the full SQL Server engine on, you just need the DTS components
installed, which are client side tools.
-- Darren Green http://www.sqldts.com "BSCG" <BSCG@discussions.microsoft.com> wrote in message news:62AC1578-8E21-4844-BF42-4285FB0F9762@microsoft.com... > I found the following comment on Microsoft's website in regards to scheduling > a DTS package on a 64-bit SQL Server installation. My question is, do I need > to buy a 32-bit copy of SQL Server to store my packages on to be able to > schedule them? Currently, I have a 32-bit client installed on one machine, > which is Service Pack 3a, and the 64-bit version of SQL Server 2000 installed > on another machine. I have been saving my packages on the 64-bit SQL Server. > > "If the client installed SQL Server 2000 Service Pack 3 (SP3), the option to > schedule the package in SQL Server Enterprise Manager is disabled. If you run > the DTS Import/Export Wizard and you decide to save and schedule the package, > you receive an error message for the Schedule Package step. If you > double-click the Schedule Package step, you receive the following error > message: > 'Cannot schedule a package on a 64-bit SQL Server'If the client is running > SQL Server 2000 SP2 or earlier, the client can schedule the package by using > SQL Server Enterprise Manager or the DTS Import/Export Wizard. However, the > package is not successful when it runs as a scheduled job because of the > missing DTS components." >
- Next message: brienc_at_gmail.com: "DTS and binary files"
- Previous message: whornak: "ActiveX Connection Change Attempt"
- In reply to: BSCG: "Scheduling DTS Packages on 64-bit SQL Server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|