Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

SSIS - Flat File Location

 
   Database Forums (Home) -> DTS RSS
Next:  Loading data  
Author Message
Sun

External


Since: Nov 29, 2005
Posts: 6



(Msg. 1) Posted: Mon Feb 05, 2007 10:46 am
Post subject: SSIS - Flat File Location
Archived from groups: microsoft>public>sqlserver>dts (more info?)

I have a SSIS package that imports data from a flat file into a table. The
file is in a network share. The package itself is in my local machine. The
sql server itself is running on my local machine. This will be changed later
to a server.

The package runs fine from the BI studio. I have a job that executes this
package. I tried the following.

1. Used the network file in the package's connection manager. Used Operating
system command type and used
EXEC xp_cmdshell 'dtexec /f "...."' ---Failed with error "The system cannot
find the file specified"
2. Used the network file in the package's connection manager. Ran the same
command EXEC xp_cmdshell 'dtexec /f "...."' in the query window. - Same Error.
3. Used a local file in the package's connection manager. Used Operating
system command type and used EXEC xp_cmdshell 'dtexec /f "...."' ---Failed
with error "The system cannot find the file specified"
4. Used a local file in the package's connection manager. Ran the same
command EXEC xp_cmdshell 'dtexec /f "...."' in the query window. - Runs
FINE!!!
5. Used the SSIS package type in the job. Used the network file in the
package's connection manager. Failed with error "The package execution
failed."

Could someone please let me know where I am wrong? I am not a DBA, so I
probably am missing something that I haven't mapped or given access rights
to. But I do not understand where and what I should look for. Please help.

Thanks,
Sun.

 >> Stay informed about: SSIS - Flat File Location 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Flat File import - Hello, I need to import data from a flat file into a sql server 2000 database. The Fate file has no delimiters. I have the specs for this file so I do knowthe layout of this file. Can somebody point me in the rigvht direction to accomplish this. ..

Flat File - Different row types - still confused - I'm trying to process header/detail lines in a flat file, something I've seen a few examples of, but still have some questions. I've seen Allan Mitchell's comments and an example on sqlis.com (thanks for the fine examples!), and tried an example from...

Flat file src error-"The value could not be converted beca.. - Hello, I have a flat file source with ragged right format. It has three columns. My package fails when the last column has null values. It says "The value could not be converted because of a potential loss of data". I tried lot chang...

Flat file text delimiter - I am using SQL2005 management studio to export the data from a table to a flat file. If I include a text delimiter it adds it to every column, i have checked the columns with the edit transforms button and some of them are ints. Is there a setting..

Flat file connection error - I have a SSIS package the makes a flat file connection to a file on our network which has the same name and location everyday. I can connect to when the package is executed from BIDS but fails with the following error when executed as scheduled job ..
   Database Forums (Home) -> DTS All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]