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

To copy files from a folder to another folder

 
   Database Help (Home) -> DTS RSS
Next:  DTS editing errors after porting to different ser..  
Author Message
rkbnair

External


Since: Jan 11, 2008
Posts: 7



(Msg. 1) Posted: Fri Jan 11, 2008 1:04 pm
Post subject: To copy files from a folder to another folder
Archived from groups: microsoft>public>sqlserver>dts (more info?)

In order to copy all files in certain folder to another folder (with the same
file name) I have placed a File System Task inside the foreeach Loop
container.
However, I'm not sure on how to set the variables ie. the property of the
File System Task. Should I use variables and expressions?

Please advise.

Thanks.

 >> Stay informed about: To copy files from a folder to another folder 
Back to top
Login to vote
NC3

External


Since: Jan 11, 2008
Posts: 6



(Msg. 2) Posted: Fri Jan 11, 2008 2:27 pm
Post subject: Re: To copy files from a folder to another folder [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jan 11, 4:04 pm, rkbnair wrote:
> In order to copy all files in certain folder to another folder (with the same
> file name) I have placed a File System Task inside the foreeach Loop
> container.
> However, I'm not sure on how to set the variables ie. the property of the
> File System Task. Should I use variables and expressions?
>
> Please advise.
>
> Thanks.

If you haven't already created a variable for the archive/new location
you can do so from within the File System task

1. Set IsDestinationPathVariable to "True"
2. click the DestinationVariable drop down and select new variable
giving t a name like varArchiveLocation setting the value to the
archive/new location
3. Set Operation to "Move File"
4. If you have the source set as a variabe the be sure to set the
IsSourcePathVariable to "True" otherwise leave as "False"
5. Click the drop down in the SourceConnection and select your
connection object you created in the connection manager

I think I have all the steps you need but each one is c learly
identified in the File System Task.

HTH

NC3

 >> Stay informed about: To copy files from a folder to another folder 
Back to top
Login to vote
rkbnair

External


Since: Jan 11, 2008
Posts: 7



(Msg. 3) Posted: Fri Jan 11, 2008 2:38 pm
Post subject: Re: To copy files from a folder to another folder [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I did all that already. But it still does not copy. Sometimes it copies just
one file and stops.

"NC3" wrote:

> On Jan 11, 4:04 pm, rkbnair wrote:
> > In order to copy all files in certain folder to another folder (with the same
> > file name) I have placed a File System Task inside the foreeach Loop
> > container.
> > However, I'm not sure on how to set the variables ie. the property of the
> > File System Task. Should I use variables and expressions?
> >
> > Please advise.
> >
> > Thanks.
>
> If you haven't already created a variable for the archive/new location
> you can do so from within the File System task
>
> 1. Set IsDestinationPathVariable to "True"
> 2. click the DestinationVariable drop down and select new variable
> giving t a name like varArchiveLocation setting the value to the
> archive/new location
> 3. Set Operation to "Move File"
> 4. If you have the source set as a variabe the be sure to set the
> IsSourcePathVariable to "True" otherwise leave as "False"
> 5. Click the drop down in the SourceConnection and select your
> connection object you created in the connection manager
>
> I think I have all the steps you need but each one is c learly
> identified in the File System Task.
>
> HTH
>
> NC3
>
 >> Stay informed about: To copy files from a folder to another folder 
Back to top
Login to vote
NC3

External


Since: Jan 11, 2008
Posts: 6



(Msg. 4) Posted: Fri Jan 11, 2008 2:59 pm
Post subject: Re: To copy files from a folder to another folder [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jan 11, 5:38 pm, rkbnair wrote:
> I did all that already. But it still does not copy. Sometimes it copies just
> one file and stops.
>
>
>
> "NC3" wrote:
> > On Jan 11, 4:04 pm, rkbnair wrote:
> > > In order to copy all files in certain folder to another folder (with the same
> > > file name) I have placed a File System Task inside the foreeach Loop
> > > container.
> > > However, I'm not sure on how to set the variables ie. the property of the
> > > File System Task. Should I use variables and expressions?
>
> > > Please advise.
>
> > > Thanks.
>
> > If you haven't already created a variable for the archive/new location
> > you can do so from within the File System task
>
> > 1. Set IsDestinationPathVariable to "True"
> > 2. click the  DestinationVariable drop down and select new variable
> > giving t a name like varArchiveLocation setting the value to the
> > archive/new location
> > 3. Set Operation to "Move File"
> > 4. If you have the source set as a variabe the be sure to set the
> > IsSourcePathVariable to "True" otherwise leave as "False"
> > 5. Click the drop down in the SourceConnection and select your
> > connection object you created in the connection manager
>
> > I think I have all the steps you need but each one is c learly
> > identified in the File System Task.
>
> > HTH
>
> > NC3- Hide quoted text -
>
> - Show quoted text -

I would look at the ForEachLoop enumerator configurations.

Do the files have the same extension or different extensions. If the
same set the File config to *.extensionname
If the extension are different then set File Config to *.* so it can
enumerate each file type.
 >> Stay informed about: To copy files from a folder to another folder 
Back to top
Login to vote
rkbnair

External


Since: Jan 11, 2008
Posts: 7



(Msg. 5) Posted: Mon Jan 14, 2008 11:25 am
Post subject: Re: To copy files from a folder to another folder [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

My file specification is *.*. There are only few files in the folder and the
file names are different.


"NC3" wrote:

> On Jan 11, 5:38 pm, rkbnair wrote:
> > I did all that already. But it still does not copy. Sometimes it copies just
> > one file and stops.
> >
> >
> >
> > "NC3" wrote:
> > > On Jan 11, 4:04 pm, rkbnair wrote:
> > > > In order to copy all files in certain folder to another folder (with the same
> > > > file name) I have placed a File System Task inside the foreeach Loop
> > > > container.
> > > > However, I'm not sure on how to set the variables ie. the property of the
> > > > File System Task. Should I use variables and expressions?
> >
> > > > Please advise.
> >
> > > > Thanks.
> >
> > > If you haven't already created a variable for the archive/new location
> > > you can do so from within the File System task
> >
> > > 1. Set IsDestinationPathVariable to "True"
> > > 2. click the DestinationVariable drop down and select new variable
> > > giving t a name like varArchiveLocation setting the value to the
> > > archive/new location
> > > 3. Set Operation to "Move File"
> > > 4. If you have the source set as a variabe the be sure to set the
> > > IsSourcePathVariable to "True" otherwise leave as "False"
> > > 5. Click the drop down in the SourceConnection and select your
> > > connection object you created in the connection manager
> >
> > > I think I have all the steps you need but each one is c learly
> > > identified in the File System Task.
> >
> > > HTH
> >
> > > NC3- Hide quoted text -
> >
> > - Show quoted text -
>
> I would look at the ForEachLoop enumerator configurations.
>
> Do the files have the same extension or different extensions. If the
> same set the File config to *.extensionname
> If the extension are different then set File Config to *.* so it can
> enumerate each file type.
>
 >> Stay informed about: To copy files from a folder to another folder 
Back to top
Login to vote
Wei Lu [MSFT]

External


Since: Jan 15, 2008
Posts: 26



(Msg. 6) Posted: Mon Jan 14, 2008 11:56 pm
Post subject: Re: To copy files from a folder to another folder [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

I tested on my side.

You need to specify a variable in the ForEachloop. For example User::vFile

Then, in the File system task, in the Source destination, you need to
create a new file connection. In this file connnection, you need to use the
exist file. Then, open the properties of the file connection, remove the
exist connection string and then specify in the Expression that the
Connection String to be the User::vFile.

Then, you may copy the file.

You could refer the sample ExecuteSQLStatementsInLoop in the SQL Server
2005.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 >> Stay informed about: To copy files from a folder to another folder 
Back to top
Login to vote
rkbnair

External


Since: Jan 11, 2008
Posts: 7



(Msg. 7) Posted: Tue Jan 15, 2008 2:36 pm
Post subject: Re: To copy files from a folder to another folder [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Lu,

Thanks for the reply.

For your information:
Source file path="'V:\1aaa\Disk1"
Target file Path="'V:\1aaa\Disk2"

I made the changes that you have suggested. Still getting the following error:

SSIS package "Package.dtsx" starting.
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\data1.cab' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\data1.hdr' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\data2.cab' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\ikernel.ex_' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\layout.bin' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\setup.bmp' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\Setup.exe' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\Setup.ini' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\Setup.inx' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
SSIS package "Package.dtsx" finished: Success.
The program '[3272] Package.dtsx: DTS' has exited with code 0 (0x0).
 >> Stay informed about: To copy files from a folder to another folder 
Back to top
Login to vote
Wei Lu [MSFT]

External


Since: Jan 15, 2008
Posts: 26



(Msg. 8) Posted: Wed Jan 16, 2008 7:16 am
Post subject: Re: To copy files from a folder to another folder [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

Did you have any other process is running to access the file?


Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 >> Stay informed about: To copy files from a folder to another folder 
Back to top
Login to vote
rkbnair

External


Since: Jan 11, 2008
Posts: 7



(Msg. 9) Posted: Wed Jan 16, 2008 7:16 am
Post subject: Re: To copy files from a folder to another folder [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

No. There are no other processes running.

--
test


"Wei Lu [MSFT]" wrote:

> Hello,
>
> Did you have any other process is running to access the file?
>
>
> Sincerely,
>
> Wei Lu
> Microsoft Online Community Support
>
> ==================================================
>
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
>
> ==================================================
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
 >> Stay informed about: To copy files from a folder to another folder 
Back to top
Login to vote
Wei Lu [MSFT]

External


Since: Jan 15, 2008
Posts: 26



(Msg. 10) Posted: Thu Jan 17, 2008 6:49 am
Post subject: Re: To copy files from a folder to another folder [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

Could you send me an email so that I can provide the sample I created to
you?

Please remove the ONLINE in my display email to reach me.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 >> Stay informed about: To copy files from a folder to another folder 
Back to top
Login to vote
rkbnair

External


Since: Jan 11, 2008
Posts: 7



(Msg. 11) Posted: Tue Jan 22, 2008 5:37 pm
Post subject: Re: To copy files from a folder to another folder [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Lu,

I had sent email to you couple of times already.

Thanks.
--
test


"Wei Lu [MSFT]" wrote:

> Hello,
>
> Could you send me an email so that I can provide the sample I created to
> you?
>
> Please remove the ONLINE in my display email to reach me.
>
> Sincerely,
>
> Wei Lu
> Microsoft Online Community Support
>
> ==================================================
>
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
>
> ==================================================
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
 >> Stay informed about: To copy files from a folder to another folder 
Back to top
Login to vote
Joshi

External


Since: Mar 30, 2010
Posts: 1



(Msg. 12) Posted: Tue Mar 30, 2010 12:15 pm
Post subject: copy particular files [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi, I know how to copy files using file system task.
I have lots of text files in one folder, I would like to copy everything except file names starts with "M".
please reply me.

Thanks




weil wrote:

Hello,Did you have any other process is running to access the file?
16-Jan-08

Hello,

Did you have any other process is running to access the file?


Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Previous Posts In This Thread:

On Friday, January 11, 2008 4:04 PM
rkbnai wrote:

To copy files from a folder to another folder
In order to copy all files in certain folder to another folder (with the same
file name) I have placed a File System Task inside the foreeach Loop
container.
However, I'm not sure on how to set the variables ie. the property of the
File System Task. Should I use variables and expressions?

Please advise.

Thanks.

On Friday, January 11, 2008 5:38 PM
rkbnai wrote:

I did all that already. But it still does not copy.
I did all that already. But it still does not copy. Sometimes it copies just
one file and stops.

"NC3" wrote:

On Saturday, January 12, 2008 7:28 AM
NC3 wrote:

Re: To copy files from a folder to another folder
On Jan 11, 4:04=A0pm, rkbnair wrote:
ame

If you haven't already created a variable for the archive/new location
you can do so from within the File System task

1. Set IsDestinationPathVariable to "True"
2. click the DestinationVariable drop down and select new variable
giving t a name like varArchiveLocation setting the value to the
archive/new location
3. Set Operation to "Move File"
4. If you have the source set as a variabe the be sure to set the
IsSourcePathVariable to "True" otherwise leave as "False"
5. Click the drop down in the SourceConnection and select your
connection object you created in the connection manager

I think I have all the steps you need but each one is c learly
identified in the File System Task.

HTH

NC3

On Saturday, January 12, 2008 7:28 AM
NC3 wrote:

Re: To copy files from a folder to another folder
On Jan 11, 5:38=A0pm, rkbnair wrote:
st
he same
the

I would look at the ForEachLoop enumerator configurations.

Do the files have the same extension or different extensions. If the
same set the File config to *.extensionname
If the extension are different then set File Config to *.* so it can
enumerate each file type.

On Monday, January 14, 2008 2:25 PM
rkbnai wrote:

My file specification is *.*.
My file specification is *.*. There are only few files in the folder and the
file names are different.


"NC3" wrote:

On Monday, January 14, 2008 11:00 PM
weil wrote:

Hello,I tested on my side. You need to specify a variable in the ForEachloop.
Hello,

I tested on my side.

You need to specify a variable in the ForEachloop. For example User::vFile

Then, in the File system task, in the Source destination, you need to
create a new file connection. In this file connnection, you need to use the
exist file. Then, open the properties of the file connection, remove the
exist connection string and then specify in the Expression that the
Connection String to be the User::vFile.

Then, you may copy the file.

You could refer the sample ExecuteSQLStatementsInLoop in the SQL Server
2005.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

On Tuesday, January 15, 2008 5:36 PM
rkbnai wrote:

Hi Lu,Thanks for the reply.
Hi Lu,

Thanks for the reply.

For your information:
Source file path="'V:\1aaa\Disk1"
Target file Path="'V:\1aaa\Disk2"

I made the changes that you have suggested. Still getting the following error:

SSIS package "Package.dtsx" starting.
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\data1.cab' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\data1.hdr' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\data2.cab' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\ikernel.ex_' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\layout.bin' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\setup.bmp' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\Setup.exe' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\Setup.ini' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
Error: 0xC002F304 at File System Task, File System Task: An error occurred
with the following error message: "The process cannot access the file
'V:\1aaa\Disk1\Setup.inx' because it is being used by another process.".
Warning: 0x80019002 at File System Task: The Execution method succeeded, but
the number of errors raised (1) reached the maximum allowed (1); resulting in
failure. This occurs when the number of errors reaches the number specified
in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Task failed: File System Task
SSIS package "Package.dtsx" finished: Success.
The program '[3272] Package.dtsx: DTS' has exited with code 0 (0x0).

On Wednesday, January 16, 2008 2:16 AM
weil wrote:

Hello,Did you have any other process is running to access the file?
Hello,

Did you have any other process is running to access the file?


Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

On Wednesday, January 16, 2008 9:32 AM
rkbnai wrote:

Re: To copy files from a folder to another folder
No. There are no other processes running.

--
test


"Wei Lu [MSFT]" wrote:

On Thursday, January 17, 2008 1:49 AM
weil wrote:

Hello,Could you send me an email so that I can provide the sample I created to
Hello,

Could you send me an email so that I can provide the sample I created to
you?

Please remove the ONLINE in my display email to reach me.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

On Tuesday, January 22, 2008 8:37 PM
rkbnai wrote:

Lu,I had sent email to you couple of times already.Thanks.
Lu,

I had sent email to you couple of times already.

Thanks.
--
test


"Wei Lu [MSFT]" wrote:


Submitted via EggHeadCafe - Software Developer Portal of Choice
BizTalk Configure and Send SMTP Mail Based on Message Within an Orchestration
http://www.eggheadcafe.com/tutorials/aspnet/4e9e7c92-1279-4fdb-8631-a2...9a021c2
 >> Stay informed about: To copy files from a folder to another folder 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
moving files into an archive folder - Hi I want to move some files to an archive folder once they processed - how can I do this using dts package eg. c:\file1yymmdd.xml -> c:\archive\file1yymmdd.xml Thanks

copy Jobs... - Hello, What's the best way to copy jobs from one Server to another? ...Both servers are using 2005 thanks in advance, bob.

Copy File as user connection - I need to copy a file on another Windows server using a predefined UserAccount. Is there a way to do this in DTS? I don't believe I can use the FSO because it would not be connecting with the correct user account. I tried using a Text File connection..

Bulk Copy execution failed - several of my db are returning this error... i've already unchecked the the top3 options from security... any tip??? what is this error? what should cause this? tks, christiano.

Trying to Copy Data in Text Column - Hi, I have a table from which I would like to extract 3 text columns in a copy column data transformation task. I am getting an error: Unspecified Error. The max error count is set to 0. The SQL version is SS2000 SP4. The relevant column schema..
   Database Help (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 ]