Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Issue executing a package using the dtexec utility

 
   Database Help (Home) -> DTS RSS
Next:  Database Mirroring and Insert Statement  
Author Message
brath

External


Since: Jan 11, 2010
Posts: 1



(Msg. 1) Posted: Mon Jan 11, 2010 2:01 pm
Post subject: Issue executing a package using the dtexec utility
Archived from groups: microsoft>public>sqlserver>dts (more info?)

Hello,

I have created a package that loops through multiple folders and inserts
(the file path and name) of any new files within these folders into a
tracking table. When I run this package manually through BIDS it works
correctly. This package needs to be run every morning so I created a SQL
Server Agent Job that runs dtexec.exe /file “<path>\package.dtsx” in the
command line. When I run this, it completes successfully but doesn’t run the
Execute SQL task which calls a stored procedure to insert data into the
tracking table.

I have another package that is almost exactly the same as the above package,
except for a different file type, which successfully completes the whole
process when ran using the dtsexec utility. I have compared these two
packages and each task appears to be exactly the same, so I’m not sure if it
is a particular task or the dtexec utility that is causing the problems.

I hope this makes sense and any help would be greatly appreciated.

Thank you,

 >> Stay informed about: Issue executing a package using the dtexec utility 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
schedule Execute DTS 2000 Package SSIS and dtexec - I have a legncy DTS package when upgrading to SQL 2005, I used "SQL Business Intelligence Development Studio" to create a project, the control flow is "Execute 2000 DTS Package", by right click "Execute Task" of the contro...

Executing a DTS package from a Web application. - Can a SQL Server 2000 DTS Package be run from a Web application? If so, what permissions, SQL Server roles, etc. are required? I’ve been only able to find examples of Windows and VB applications. I would like an example of a Web application..

Error while executing the SSIS package - Hi, Here is a strange problem i"m facing with my SSIS pakcage. I've a SSIS package which reads from a csv file and loads the records into database. I've used a Flat File as source and OLEDB as destination. On my development machine, the package run...

troubles executing a SSIS package: DTS_E_CANNOTACQUIRECONN.. - Hi, I execute a SSIS package on a SQL Server Standard 2005 (64 bits) machine. Most of the time, it succeeds without any problem. But sometimes, I get the following errors: 05/05/2008 14:34:02,Daily-BB-FTP,Unknown,5,BRABO,Daily-BB-..

Executing a DTS Package from a VB Windows Forms App - I have a Windows Form application (not an ASP.NET app) where I would like to execute a DTS package on my local SQL server instance. The code looks like this: Dim objDTSPackage As New DTS.Package objDTSPackage.LoadFromSQLServer("(local)", &qu...
   Database Help (Home) -> DTS All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]