09-23-05 10:52 PM
Hi Natesan,
You've not specified how you get the files across from/to the UNIX system ?
The problem of CrLf conversion is done by the FTP mechanism under the ASCII
transfer mode. If you incorporate the receive into BTS over FTP and Transmit
onto UNIX Through FTP, you should not see this issue.
--
Ravi Shankar
"Nateshan" wrote:
> We have a scenario wherin we receive flat files from UNIX and windows
> environment and send flat files to Unix and Windows Environment. In UNIX t
he
> line terminator is LF whereas in Windows it CRLF.
>
> 1) If we change the Flat File schema delimiter to cater to Unix environmen
t
> it will not work for windows environment. and vice versa.
>
> 2) Is that only by writing a .net component which will read the whole inpu
t
> flat file and add CR to LF in case of file being received from unix
> environment and remove CR from CRLF in case we are sending files to UNIX
> environment.
>
> 3) If we write a .net component and use it in pipelines, what should be th
e
> approach to improve the performance.
>
> 4)If we write a .net component and use it in Orchestration, what should be
> the approach to improve the performance.
>
> 5)Is there any other way we can do this...in BizTalk Server 2004.
>
> Thanks Much.
>
[ Post a follow-up to this message ]
|