If you can CREATE the file, then you shoule be able to RE-NAME it.
Have you tried putting a FileSystem Task in the first DTSX package to do the
re-naming?
> I believe this to be a File System security issue but I can not get beyond it.
>
[quoted text clipped - 24 lines]
>
> Any suggestions?
I tried that but I will try again. I have gone thru so many reps, that I
have lost track.

Signature
Peace,
Brian
> If you can CREATE the file, then you shoule be able to RE-NAME it.
>
[quoted text clipped - 29 lines]
> >
> > Any suggestions?
briang - 29 Jul 2008 19:11 GMT
Todd:
I went back to add the rename task in the package. I realized that how I
would use the Rename package would be to add it as an archive step in a
Stored Procedure or another package. It needs to be more modular rather
than including it over and over in every package I write. I also noticed that
Variables do not copy between packages which make inclusion in each
individual package a more time consuming task. In summary, I can include it
in package as a trouble shooting step, but I really need to get it working as
it own package.
Any ideas?

Signature
Peace,
Brian
> > If you can CREATE the file, then you shoule be able to RE-NAME it.
> >
[quoted text clipped - 29 lines]
> > >
> > > Any suggestions?