I am having a DTS package which copies data from Foxpro DBF to Sql Server. This DTS package is called in a VB program and Global Variables for DTS is set inside the VB program based on which DTS package copies the Data.
The problem which i am facing is, after 1000 rows transferred using DTS package, DTS package fails and starts giving Errors.
Inside the VB program i have ensured that the DTS package is released properly.
Please help me out, need a solution to this very badly......
Thanks
Pranjal Sharma
This may be an extreme but may be relative. Blank records or special characters being filtered through VB can cause a halt in the transfer.
If it errors after exactly 1000 records every time, I'd look at the content of that record specifically. If it errors after approximately 1000 records, it maybe timing out.
Adamus
|||Posting the error message will help...
No comments:
Post a Comment