dbTalk Databases Forums  

Scheduling DTS packages in SQL 2K

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Scheduling DTS packages in SQL 2K in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Constant Verweij
 
Posts: n/a

Default Scheduling DTS packages in SQL 2K - 09-05-2003 , 04:23 AM






Q1:
I'm trying to schedule a (local) DTS package wichs reads a
textfile into a table. The DTS package runs fine when
started manualy.
Starting the package from the job (manually or scheduled)
doesn't work.
At first the job seemed to run OK but no data is inserted
in the table. After deleting and re-creating the job the
job retrns following error in eventviewer

SQL Server Scheduled Job 'D3 MeetWaarden Importeren'
(0xBC776CC5E1555141B400516A7F088E95) - Status: Failed -
Invoked on: 2003-09-05 11:20:00 - Message: The job
failed. The Job was invoked by Schedule 7 (D3 MeetWaarden
Importeren). The last step to run was step 1 (D3
MeetWaarden Importeren).

Q2:Is there a way to run a package scheduled every 15
seconds? From the jobscheduler max freq is once per minute.

Any help is hihgly appreciated.

C.

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Scheduling DTS packages in SQL 2K - 09-05-2003 , 04:56 AM






A1. DTS is client side so this is probably related to permissions

http://support.microsoft.com/?kbid=269074


A2. Not using SQL Server Agent Scheduler directly.


You can use a loop which has a WAITFOR delay in their of 15 mins though
before executing the package


--


Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.