dbTalk Databases Forums  

DTS Text File Import Error

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


Discuss DTS Text File Import Error in the microsoft.public.sqlserver.dts forum.



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

Default DTS Text File Import Error - 12-02-2003 , 02:31 PM






I have created a DTS Package to import 17 text files.
Two of the files fail consistently with the
error: "System Cannot Find Path Specified" while the rest
execute properly. All of the files are located in the
same place. I have renamed and recreated the files to
account for potential corruption but have had no success.

Does anyone have any thoughts as to the root of this
error and potential actions to resolve it? Thanks for
your help.

Sue

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

Default Re: DTS Text File Import Error - 12-02-2003 , 02:47 PM






Have you tried message boxing out the values of the files. Is the value
consistent with where the files should be? Are you setting the relevant
connection property ?

--
--

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

"Sue" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
I have created a DTS Package to import 17 text files.
Two of the files fail consistently with the
error: "System Cannot Find Path Specified" while the rest
execute properly. All of the files are located in the
same place. I have renamed and recreated the files to
account for potential corruption but have had no success.

Does anyone have any thoughts as to the root of this
error and potential actions to resolve it? Thanks for
your help.

Sue



Reply With Quote
  #3  
Old   
Sue
 
Posts: n/a

Default Re: DTS Text File Import Error - 12-02-2003 , 04:15 PM



I have defined the location of the files through an .ini
file. I have reviewed the file path several times and
verified the existance of the file in the specified
location. As for the connection property, I have deleted
the connection and re-established the connection, making
sure it is the same as all of the other files being
imported. Both of these actions resulted in no change in
the error.


Quote:
-----Original Message-----
Have you tried message boxing out the values of the
files. Is the value
consistent with where the files should be? Are you
setting the relevant
connection property ?

--
--

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

"Sue" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:035701c3b913$336dd8e0$a301280a (AT) phx (DOT) gbl...
I have created a DTS Package to import 17 text files.
Two of the files fail consistently with the
error: "System Cannot Find Path Specified" while the
rest
execute properly. All of the files are located in the
same place. I have renamed and recreated the files to
account for potential corruption but have had no
success.

Does anyone have any thoughts as to the root of this
error and potential actions to resolve it? Thanks for
your help.

Sue


.


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

Default Re: DTS Text File Import Error - 12-03-2003 , 12:18 AM



Are you using the Dynamic Properties task?

Can you try using code?

Anything special about these two files?

Always these two files?

--
--

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

"Sue" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
I have defined the location of the files through an .ini
file. I have reviewed the file path several times and
verified the existance of the file in the specified
location. As for the connection property, I have deleted
the connection and re-established the connection, making
sure it is the same as all of the other files being
imported. Both of these actions resulted in no change in
the error.


-----Original Message-----
Have you tried message boxing out the values of the
files. Is the value
consistent with where the files should be? Are you
setting the relevant
connection property ?

--
--

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

"Sue" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:035701c3b913$336dd8e0$a301280a (AT) phx (DOT) gbl...
I have created a DTS Package to import 17 text files.
Two of the files fail consistently with the
error: "System Cannot Find Path Specified" while the
rest
execute properly. All of the files are located in the
same place. I have renamed and recreated the files to
account for potential corruption but have had no
success.

Does anyone have any thoughts as to the root of this
error and potential actions to resolve it? Thanks for
your help.

Sue


.




Reply With Quote
  #5  
Old   
Sue
 
Posts: n/a

Default Re: DTS Text File Import Error - 12-03-2003 , 09:33 AM



I am using Dynamic Properties to point to the file
location. There is nothing special about these two files
and it is always the same files. I am now writing code
to make sure all of the files were imported and to import
any files that were not. I am also checking the order of
import to see if there is a possible timing problem
between the creation of the table and the importing of
the data.

Quote:
-----Original Message-----
Are you using the Dynamic Properties task?

Can you try using code?

Anything special about these two files?

Always these two files?

--
--

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

"Sue" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:0ab001c3b921$c6f12e60$a001280a (AT) phx (DOT) gbl...
I have defined the location of the files through
an .ini
file. I have reviewed the file path several times and
verified the existance of the file in the specified
location. As for the connection property, I have
deleted
the connection and re-established the connection,
making
sure it is the same as all of the other files being
imported. Both of these actions resulted in no change
in
the error.


-----Original Message-----
Have you tried message boxing out the values of the
files. Is the value
consistent with where the files should be? Are you
setting the relevant
connection property ?

--
--

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

"Sue" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:035701c3b913$336dd8e0$a301280a (AT) phx (DOT) gbl...
I have created a DTS Package to import 17 text
files.
Two of the files fail consistently with the
error: "System Cannot Find Path Specified" while the
rest
execute properly. All of the files are located in
the
same place. I have renamed and recreated the files
to
account for potential corruption but have had no
success.

Does anyone have any thoughts as to the root of this
error and potential actions to resolve it? Thanks
for
your help.

Sue


.



.


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.