dbTalk Databases Forums  

Incomplete Connection Info for Package Execution

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


Discuss Incomplete Connection Info for Package Execution in the microsoft.public.sqlserver.dts forum.



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

Default Incomplete Connection Info for Package Execution - 07-13-2004 , 06:09 PM






I'm trying to run a package to import a file and get the following error:
Step "Copy Data from cel_stat to [Skynet].[dbo].[cel_stat] Step" Failed
Error: -2147467259
Source: Microsoft Data Transformation Services Flat File Rowset Provider
Description: Incomplete file format information - file cannot be opened.

What is the problem here? Is it a lack of a row delimitor? It doesn't tell me what is incomplete about the file.

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

Default Re: Incomplete Connection Info for Package Execution - 07-14-2004 , 12:37 AM






I have seen other mention of this error and it is seen when trying to
construct and fire the package through VB but the same package when
save to EM was fine. There was this problem a while ago

http://support.microsoft.com/default...EN-US;Q247108&

Also can you check for this line in your code

.ConnectionProperties("Number of Column") = 0




By using this VB method it would seem you want to build a package every
time rather than persisting it. You can change properties from within
the Object Model and this would be my preferred way of doing things.




Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
www.konesans.com - for all your consultancy needs




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.