cancel
Showing results for 
Search instead for 
Did you mean: 

Java Mapping with a huge file

Former Member
0 Kudos

Hi to all,

I have a strange problem in my integration process.

there are two java mappings in order to create bapi input:

-the first mapping keeps a file of 5Mb and transforms it in a file of 50MB (and it works!)

-the second mapping keeps the file above and has to create another file of 50Mb.

And this second mapping doesn't work on the customer system, while everything is ok on my developing system.

On customer system I don't have any error message: SXMB_MONI gives me a "clock" and the message says: mapping in process..... It remains in this status "forever"!!!

Why does it work on my system with same code and same file and it doesn't on customer's?

There is any system parameter that I can check to see if there is some difference in system configuration?

Thank for the help!

bye,

Antonio

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

Is there any chance to do the mapping outside the integration process?

Check the memory of the hardware. Maybe this is not enough.

Regards

Stefan

Former Member
0 Kudos

Hi Antonio,

...seems to be a hardware problem (sizing).

I would write some logging in my java to see how far it comes.

Regards Mario