Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server DTS
|
SQL Server DTS Discussion specific to Data Transformation Service with SQL Server. General SQL Server discussions should use the general SQL Server forum. Readers of the book Professional SQL Server 2000 DTS with questions specific to that book should post in that book forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server DTS 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 January 11th, 2005, 01:09 AM
Registered User
 
Join Date: Jan 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default DTS Interoperability

HELP!

I created a VB to execute a DTS package and it runs well in my computer. (My computer installed SQL 2000 & VB 6.0)

However, when I try to use this VB to execute this package in another computer (SQL & VB not installed, but I have registered the necessary dll, rll and exe files in this computer), it is still not working. (Error message: Can't find file)

I saved this DTS package as a structured storage file in a shared folder.

Do I miss any step to execute this package by VB in another computer?

Thanks.
 
Old January 11th, 2005, 10:44 AM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 625
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jemacc
Default

You may not have the right permissions to execute the DTS from the work station.

You may want to create a store procedure to call the DTS package then call the store procedure from the client. This will help not having to give users the permission to execute DTS. The stored procedure will run using the credentials from your SQLServerAgent account or other account that may have the right permissions.

You can also create a job of the DTS package, then create the stored procedure to stop and start the job. Use sp_startjob

Jaime E. Maccou





Similar Threads
Thread Thread Starter Forum Replies Last Post
Article on Java and PHP interoperability ypomonh J2EE 0 August 2nd, 2007 05:28 PM
Com Interoperability problem(ASP.NET)Urgent deeptisingh20 General .NET 2 January 19th, 2006 08:34 AM
New to DTS jasimbo SQL Server DTS 0 October 7th, 2005 06:28 AM
COM Interoperability BrianWren Pro VB.NET 2002/2003 1 January 27th, 2005 05:47 AM
dts calls a lot of dts steffi_ma SQL Server DTS 2 May 24th, 2004 07:18 PM





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