The errata section of this book guggests going to
http://support.microsoft.com/default...NoWebContent=1
for fixes on the "Invalid class string" problem. However, according to the page, it suggests one of the following 4 workarounds:
*********************************************
The solution to this problem depends on the type of tasks that are present in the DTS package. Because these tasks (and their associated class IDs) must be registered with the operating system, this problem is usually alleviated by an installation of the components in question:
1. If the package includes an OLAP Processing task from a SQL Server 7.0 server, you can install the DTS Task Kit from the following Microsoft Web site:
http://www.microsoft.com/sql/downloads/DTSKit.asp
2. If the package includes other tasks shipped with Microsoft SQL Server 2000 Analysis Services, you must install the Analysis Manager component that is available during SQL Server 2000 Analysis Services setup.
3. In the case of tasks newly shipped with SQL Server 2000, you must install the SQL Server 2000 Client Tools on the workstation in question.
4. If your package contains custom DTS tasks, you must register these tasks on the workstation in question.
***************************************
I think (4) might be the answer. But, how do you register these DTS tasks?