cancel
Showing results for 
Search instead for 
Did you mean: 

XI 3.0: FTP file adapter to send large dimension files

Former Member
0 Kudos

Hi Guys,

I'm using a sender CC file adapter (FTP or NFS) in my integration scenario.

I need to get large dimension files (>2MB) from a remote system.

When I tested it, I saw that SAP XI doesn't match any file from the Source Directory and no message in the adapter monitoring is displayed.

If I execute "get FTP" via command line of my OS, it works properly.

My question is:

Do you know if exist a dimension limit to transport files by using file adapter? Is there any parameter to modify and where?

***************************************************

My CC sender settings are:

message protocol: file

source dir: /myDir

source file: myFile

FTP connection parameters are properly filled

transform mode: binary

QoS: EO

Processing Mode: Archive

File Type: Binary

I also flag "Advanced Mode" and fill Additional Parameter:

ftp.timeout =3600

******************************************************************

Tnx in advance for your help

Alex

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Alessandro,

have you seen if the communicational channel is in error status?

Try to take a look to RWB Component Monitoring

Hope this help

Francesco

Former Member
0 Kudos

Ciao Sandro,

the problem is: there 's no error message in the Adapter Monitoring.

It seems that XI simply ignore these large files.

I tested a 3MB and 2MB files.

Same result: nothing

How can I check in the java stack (by using java visual admin f.e.) the corresponding parameter?

Former Member
0 Kudos

Hi,

There are normally no parameters to be tuned for 2-3MB files. I'm sending 20MB without any issue ( and without tuning )

There must be another problem. Do you already have the Communciation channel monitoring in the runtime workbenk / component monitoring / adapter engine ?

What do you see ? Is the channel polling ? Is it active ?

rgds

Dirk

Message was edited by:

Dirk Deberlanger

moorthy
Active Contributor
0 Kudos

HI,

Are you doing content conversion ?

Anyway check the ftp log in the Visual Admin--->Log files ...

So that you can find out the error.

Normally it picks up the file more than 2 MB ..

Also try out configuring <i> RecordSet Per Message</i> in the sender communication channel so that you can determine the error is because of huge file or something else ..

Regards,

moorthy

Former Member
0 Kudos

Hi Dirk,

This is a good news for me: so, Xi is able to sent 20MB files and more.

The CC is active adn polling time is 80 sec.

So, I took a look at the CC monitor and the corresponding error message is:

"Sender Adapter v2727 for Party '', Service 'BS_R3_SWD':

Configured at 2006-11-29 18:50:58 CST

History:

- 2006-11-29 19:00:01 CST: Retry interval started. Length: 80.000 s

- 2006-11-29 19:00:01 CST: Error: DeliveryException: Problem inserting 7640e950-800c-11db-a19b-0011257e1aec(OUTBOUND) into the database: java.sql.SQLException: ORA-01691: unable to extend lob segment SAPCXIDB.SYS_LOB0000039875C00020$$ by 128 in tablespace PSAPCXIDB

ORA-27072: skgfdisp: I/O error

Additional information: 1

- 2006-11-29 19:00:00 CST: Processing started

- 2006-11-29 18:58:41 CST: Error: DeliveryException: Problem inserting 7640e950-800c-11db-a19b-0011257e1aec(OUTBOUND) into the database: java.sql.SQLException: ORA-01691: unable to extend lob segment SAPCXIDB.SYS_LOB0000039875C00020$$ by 128 in tablespace PSAPCXIDB

ORA-27072: skgfdisp: I/O error

Additional information: 1

- 2006-11-29 18:58:40 CST: Processing started

It seems a tablespace problem on XI DB, am I wrong?

moorthy
Active Contributor
0 Kudos

HI,

I think you need to extend the table space.. Seek BASIS help -

Also this thread had a same problem-

Refer SAP Note - 3155

Regards,

moorthy

Former Member
0 Kudos

Hey guys,

Problem solved in few minutes!

I thank to All of You for your support.

See you the next time!

Best Regards

Alex

Former Member
0 Kudos

... forgot to update this post.

Sorry master

Former Member
0 Kudos

The possiblity of XI to manage big files depends from the tuning of the Java stack, but with dimensions < 10MB you should not have any kind of problem.

Can you send the trace of the error ?

Regards,

Sandro