Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > BOOK: Professional SQL Server 2000 Programming
|
BOOK: Professional SQL Server 2000 Programming
This is the forum to discuss the Wrox book Professional SQL Server 2000 Programming by Robert Vieira; ISBN: 9780764543791
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional SQL Server 2000 Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 17th, 2005, 11:02 AM
Authorized User
 
Join Date: Jul 2003
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Tere
Default Could not create an instance of the DTS Package

I receive the next error when I try to do an Import and Export Data, from one Data base:
Could not create an instance of the DTS Package

I didn't have this problem until I unistall SQL Server 2000 to install MSDE2000 in my computer, then I install SQL Sever 2000 again and here was where I detected the error, so I uninstall everything and install again SQL Server 2000.
I already installed SP3a and SP4 and the error is still there, I had install and uninstall SQL Server so many times that at this moment I don't have a clue what else I can do.

Thanks for your time and I hope you undestand my English

 
Old September 22nd, 2005, 03:06 AM
Registered User
 
Join Date: Sep 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to madidi1972
Default

first of all,my english is very bad.
You have to register dlls dtspkg.dll and dtspump.dll in C:\Archivos de programa\microsoft sql server\tools\binn or C:\program files\microsoft sql server\tools\binn,for this you have to do:
1-On the 'Start' menu, click 'Run'. Type 'cmd' and click 'OK'. This opens a command prompt window.
2-At the command prompt use the 'AT' scheduler command with the follow syntax: AT time /INTERACTIVE cmd.exe
where 'time' is a time value in HH:MM format for a few minutes in the future. For example:
at 16:44 /interactive cmd.exe
At the time specified, a new command prompt window appears
3-Once at the root folder, run regsvr32 by typing the following and pressing 'Enter':
regsvr32 "C:\Archivos de programa\microsoft sql server\tools\binn\dtspkg.dll"
the same with dtspump.dll






Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with DTS PACKAGE mxwebb SQL Server DTS 1 November 28th, 2007 05:16 PM
scheduling a DTS package psugak SQL Server DTS 3 March 29th, 2007 01:26 PM
question on DTS package kpshende SQL Server 2000 0 April 22nd, 2006 07:08 AM
Check Multiple running Instance of DTS Package greenash SQL Server DTS 0 January 3rd, 2005 09:33 AM
Scheduling DTS Package chiefg SQL Server DTS 11 April 30th, 2004 11:18 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.