cancel
Showing results for 
Search instead for 
Did you mean: 

File Adapter--Processing parameter configuration

Former Member
0 Kudos

Hi Experts,

I need to configured the sender and reciever FTP Adapter to Archive a 37 MB text file within a FTP server.

It is taking 20 min to archive the file.

does this requirement requires any change in Parameter configuration(like transfer mode, channel availabilty planning( i am using daily with duration 30 min) to make it fast.

Thank you,

MK

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

use this as an operationg system command.

Just set the Solaris or the MSDOs Zip command it should work.

Let me know if this soved your problem.

Regards

Abhishek

Former Member
0 Kudos

Hi,

As you mentioned about he size of the source file is 37MB, it seems high volume message. So it is very much possible that File adapter will take time to archive it from one dir to another.

Also did you checked the incoming message in SXMB_MONI. I think you will also face problem to see this much big message in MONI. But this is only for monitoring purpose.

Thanks

Farooq

nisarkhan_n
Active Contributor
0 Kudos

Even if you break the file and read the processing time might be less but will not make significant difference.

The file size is hue this will take time......

Edited by: Nisar Khan on Feb 12, 2008 1:43 PM

former_member859847
Active Contributor
0 Kudos

Hi,

You are processing a file Size of 37MB.

it is very difficult to process via XI.

Xi can handle the file size < 8MB only,

provided we have high-configuration hardware.

Could you please let me know, what is the polling interval used for this interface.

Regards

mahesh.

Former Member
0 Kudos

Hi mahesh,

i have the requirement to run the interface once a day, hence i scheduled the interface availability planning for the duration of 30 minutes.

and poll interval = null.

will these values make any difference?

Thank you,

MK

Former Member
0 Kudos

Hi Experts,

To archive huge files using FTP adapter, i looked at the Michal weblog to zip the file :

/people/michal.krawczyk2/blog/2007/02/08/xipi-command-line-sample-functions

please explain how and where to write the below file

@ECHO OFF

7za.exe a -tzip D:\file_cat\%2.zip %1

del %1

and also explain

Zipping a file can also be done with jar.

For example,

jar cvf m.zip m.txt

will zip m.txt into m.zip

No need for any other software as jar is highly likely to be on the XI/PI server...

and how to implement it in the FTP adapter configuration.

Thanks in Advance.

Former Member
0 Kudos

Hi ,

Did you get the solution to the above mentioned problem .

Please let me know ?

Thanks in advance .

Former Member
0 Kudos

Hi Experts,

To archive huge files using FTP adapter, i looked at the Michal weblog to zip the file :

/people/michal.krawczyk2/blog/2007/02/08/xipi-command-line-sample-functions

please explain how and where to write the below file

@ECHO OFF

7za.exe a -tzip D:\file_cat\%2.zip %1

del %1

and also explain

Zipping a file can also be done with jar.

For example,

jar cvf m.zip m.txt

will zip m.txt into m.zip

No need for any other software as jar is highly likely to be on the XI/PI server...

and how to implement it in the FTP adapter configuration.

Thanks in Advance.