Re: Receive Location FTP Adapter unable to delete source files
From: Kamal (kali_at_bca-group.comNOSPAMPLEASE)
Date: 01/18/05
- Next message: Paw Pedersen: "Deploy dll with biztalk schema without the biztalk project"
- Previous message: Kamal: "(The Transport Batch flush operation failed) + Custom Adapter"
- In reply to: Alan Smith: "RE: Receive Location FTP Adapter unable to delete source files"
- Next in thread: Jatt: "Re: Receive Location FTP Adapter unable to delete source files"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 Jan 2005 12:15:33 -0000
Check the permissions for your user login on the Folder, if that's set
correctly then do the same with the files as they wouldn't have the right
permissions if they were coming from a different folder as they inherit the
properties and settings of the previous folders.
try to copy a file from a different folder to the receive folder (Don't drag
or cut and past) and see if that works.
Note: it may also be that you are opening the file, reading, extracting
whatever from it and not closing it before deleting it, I would check that
as well!
Good luck..
Kamal
"Alan Smith" <AlanSmith@discussions.microsoft.com> wrote in message
news:16855CD8-F87E-4077-8705-921B88BD036C@microsoft.com...
> Hi Jatt,
>
> I had the same problem when connecting to an external FTP server. The
> problem was that they were using Windows NT 4, which was not supported by
the
> BizTalk FTP server. When they changet to use Windows Server 2000, it
worked
> fine.
>
> There's a list of the supported FTP servers here:
>
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;841478
>
> Check to see if this is the problem.
>
> Regards,
>
> Alan
>
>
>
> "Jatt" wrote:
>
> > I am using BizTalk 2004 installed on Windows2003server. I have a
> > Receive Port using the FTP transport to get files from an FTP server
> > (which belongs to an external entity) and start an
> > Orchestration. The problem is that the FTP Adapter is unable to delete
> > the file from the source FTP server once it has received it for
> > processing. The Windows Event Viewer displays a Warning Message as
> > follows:
> >
> > "Unable to delete the file <file name> on the FTP server"
> >
> > This causes a big problem for me because BizTalk keeps getting and
> > processing the same file over and over again from the FTP server in a
> > loop until the Receive Location gets shut down after a threshold of
> > errors is reached. The input files is consumed by the Orchestration and
> > processed each time, creating multiple documents on the out-bound side.
> >
> >
> > However, I am able to access the FTP server using the same account and
> > password as specified in the Receive Location for the FTP transport and
> > delete the file manually. I even tried entering the 'After Get' command
> > "delete <file name>" in the Receive Location configuration but it did
> > not work. In this case, the event viewer message says that the delete
> > command could not be executed.
> > Any ideas I could possibly try would be greatly appreciated!
> >
> > Thanks.
> >
> >
- Next message: Paw Pedersen: "Deploy dll with biztalk schema without the biztalk project"
- Previous message: Kamal: "(The Transport Batch flush operation failed) + Custom Adapter"
- In reply to: Alan Smith: "RE: Receive Location FTP Adapter unable to delete source files"
- Next in thread: Jatt: "Re: Receive Location FTP Adapter unable to delete source files"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|