dbTalk Databases Forums  

Re: DataPumpTask fails, dts stops

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


Discuss Re: DataPumpTask fails, dts stops in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tomek R.
 
Posts: n/a

Default Re: DataPumpTask fails, dts stops - 07-08-2003 , 06:15 AM






1. If you will move files between directories; that means you will delete
them and recreate in new location.
2. Probably you use FindFirst, FindNext (procedures names from Delphi, in VB
names can vary) to find file to process.
3. The directory contents will be changing when you will delete files and
create new ones.
4. That'w why FindNext will be work improperly

You should make a list (collection) files to process before any directory's
modification.

--
Tomek R.



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.