dbTalk Databases Forums  

dts sql server using file system object

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


Discuss dts sql server using file system object in the microsoft.public.sqlserver.dts forum.



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

Default dts sql server using file system object - 06-20-2006 , 03:14 PM






I am using the looping code by Allen Mitchell. The web link is below.
http://www.sqldts.com/default.aspx?246

I had a package running last night to load multiple files. It was
working beautifully. It uses the filesystem object to get all the
files loaded, then archives to another folder when complete. It timed

out last night, I am guessing because of a backup process. I am now
unable to run the package. I thought it might be because my original
connection was not present any longer because it was archived so I
copied it to the main folder and the package started again...but to my
disappointment once that file loaded it stopped again at the
transformation process and kept spinning its wheels.


Any ideas on how to troubleshoot problem?


I am a novice at sql server so bear with me.


Jen


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

Default Re: dts sql server using file system object - 06-20-2006 , 04:07 PM






Hello jennifer_kostuch (AT) yahoo (DOT) com,

So it does not error but it stalls?

When you say "Original Connection" do you mean the original file? This should
not matter. The connection is set through the task that begins the loop.




Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
I am using the looping code by Allen Mitchell. The web link is below.
http://www.sqldts.com/default.aspx?246

I had a package running last night to load multiple files. It was
working beautifully. It uses the filesystem object to get all the
files loaded, then archives to another folder when complete. It
timed

out last night, I am guessing because of a backup process. I am now
unable to run the package. I thought it might be because my original
connection was not present any longer because it was archived so I
copied it to the main folder and the package started again...but to my
disappointment once that file loaded it stopped again at the
transformation process and kept spinning its wheels.

Any ideas on how to troubleshoot problem?

I am a novice at sql server so bear with me.

Jen




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

Default Re: dts sql server using file system object - 06-20-2006 , 04:35 PM



Yes, I mean the original file. I know it should not matter which is
why I am so confused. When I test just the transformation task it
appears that it is working. And yes it stalls. It does not error.

Allan Mitchell wrote:
Quote:
Hello jennifer_kostuch (AT) yahoo (DOT) com,

So it does not error but it stalls?

When you say "Original Connection" do you mean the original file? This should
not matter. The connection is set through the task that begins the loop.




Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

I am using the looping code by Allen Mitchell. The web link is below.
http://www.sqldts.com/default.aspx?246

I had a package running last night to load multiple files. It was
working beautifully. It uses the filesystem object to get all the
files loaded, then archives to another folder when complete. It
timed

out last night, I am guessing because of a backup process. I am now
unable to run the package. I thought it might be because my original
connection was not present any longer because it was archived so I
copied it to the main folder and the package started again...but to my
disappointment once that file loaded it stopped again at the
transformation process and kept spinning its wheels.

Any ideas on how to troubleshoot problem?

I am a novice at sql server so bear with me.

Jen



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

Default Re: dts sql server using file system object - 06-20-2006 , 05:11 PM



Hello jennifer_kostuch (AT) yahoo (DOT) com,

Have a look at the workflow properties of the Transform Data Task and make
sure that the "Close Connection On Completion" property is checked.


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
Yes, I mean the original file. I know it should not matter which is
why I am so confused. When I test just the transformation task it
appears that it is working. And yes it stalls. It does not error.

Allan Mitchell wrote:

Hello jennifer_kostuch (AT) yahoo (DOT) com,

So it does not error but it stalls?

When you say "Original Connection" do you mean the original file?
This should not matter. The connection is set through the task that
begins the loop.

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
I am using the looping code by Allen Mitchell. The web link is
below. http://www.sqldts.com/default.aspx?246

I had a package running last night to load multiple files. It was
working beautifully. It uses the filesystem object to get all the
files loaded, then archives to another folder when complete. It
timed

out last night, I am guessing because of a backup process. I am now
unable to run the package. I thought it might be because my
original connection was not present any longer because it was
archived so I copied it to the main folder and the package started
again...but to my disappointment once that file loaded it stopped
again at the transformation process and kept spinning its wheels.

Any ideas on how to troubleshoot problem?

I am a novice at sql server so bear with me.

Jen




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

Default Re: dts sql server using file system object - 06-20-2006 , 05:20 PM



Yes the "Close Connection On Completion" property is checked.

Allan Mitchell wrote:
Quote:
Hello jennifer_kostuch (AT) yahoo (DOT) com,

Have a look at the workflow properties of the Transform Data Task and make
sure that the "Close Connection On Completion" property is checked.


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Yes, I mean the original file. I know it should not matter which is
why I am so confused. When I test just the transformation task it
appears that it is working. And yes it stalls. It does not error.

Allan Mitchell wrote:

Hello jennifer_kostuch (AT) yahoo (DOT) com,

So it does not error but it stalls?

When you say "Original Connection" do you mean the original file?
This should not matter. The connection is set through the task that
begins the loop.

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
I am using the looping code by Allen Mitchell. The web link is
below. http://www.sqldts.com/default.aspx?246

I had a package running last night to load multiple files. It was
working beautifully. It uses the filesystem object to get all the
files loaded, then archives to another folder when complete. It
timed

out last night, I am guessing because of a backup process. I am now
unable to run the package. I thought it might be because my
original connection was not present any longer because it was
archived so I copied it to the main folder and the package started
again...but to my disappointment once that file loaded it stopped
again at the transformation process and kept spinning its wheels.

Any ideas on how to troubleshoot problem?

I am a novice at sql server so bear with me.

Jen



Reply With Quote
  #6  
Old   
AT
 
Posts: n/a

Default Re: dts sql server using file system object - 06-21-2006 , 01:20 PM



Figure out the problem. I thought the next file that was going to be
loaded may have an error in it. My assumption was the first file in
the folder was the next to be loaded which it was not it was the last
file in the folder. Anyways once I figured that out I checked the file
and it had a error in it which is why the process stalled. Thank you
for your help. I am still in the process of learning and will be for a
long time to come.

Jen

jennifer_kostuch (AT) yahoo (DOT) com wrote:
Quote:
Yes the "Close Connection On Completion" property is checked.

Allan Mitchell wrote:
Hello jennifer_kostuch (AT) yahoo (DOT) com,

Have a look at the workflow properties of the Transform Data Task and make
sure that the "Close Connection On Completion" property is checked.


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Yes, I mean the original file. I know it should not matter which is
why I am so confused. When I test just the transformation task it
appears that it is working. And yes it stalls. It does not error.

Allan Mitchell wrote:

Hello jennifer_kostuch (AT) yahoo (DOT) com,

So it does not error but it stalls?

When you say "Original Connection" do you mean the original file?
This should not matter. The connection is set through the task that
begins the loop.

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
I am using the looping code by Allen Mitchell. The web link is
below. http://www.sqldts.com/default.aspx?246

I had a package running last night to load multiple files. It was
working beautifully. It uses the filesystem object to get all the
files loaded, then archives to another folder when complete. It
timed

out last night, I am guessing because of a backup process. I am now
unable to run the package. I thought it might be because my
original connection was not present any longer because it was
archived so I copied it to the main folder and the package started
again...but to my disappointment once that file loaded it stopped
again at the transformation process and kept spinning its wheels.

Any ideas on how to troubleshoot problem?

I am a novice at sql server so bear with me.

Jen



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.