Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HTTP_NO_MEMORY for generated proxy

former_member279864
Discoverer
0 Likes
2,222

Hi All,

I have an scenario in PO, proxy to jdbc. There are 20000 or more records that must be processed. But at the number of 10000 we get "HTTP_NO_MEMORY" error in ERP side.

Looking for the solutions ;

1. we create proxy object only once and use the same object. Also there is only one user that executes the program.

2. I am not sure about increasing icf/max_handle_key parameter, as there can be 100000 records. Also BASIS team do not want to restart the servers.

Are there any another suggestions? (Besides splitting data )

Best regards,

İlknur BEKTAŞER

4 REPLIES 4
Read only

Isaias_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes
1,913

Hello İlknu,

Is this HTTP_NO_MEMORY an ST22 dump? Or an entry at the system log (SM21)?

Can you provide the dump / SM21 entry, along with the work process trace file (dev_wXX) where the dump / system log entry was created?

Best regards,

Isaías

Read only

0 Likes
1,913

Hi Isaias,

We got error in INTRANET system. So, Sorry can not send you the screenshoot. Also I asked for the trace file to BASIS team.

For SM21

For Session details ;

program : SAPMSSY1

For Technical Details ;

variable data : OpenNewConnectionRec

Parameter Details ;

Message : OpenNewConnectionRec

Program : abhttpio

Line : 7753

Best regards,

İlknur BEKTAŞER

Read only

Isaias_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes
1,913

Hello İlknur,

The details that were provided did not help.

Providing the ST22 dump or the entries in the corresponding dev_wXX trace file should help.

You can anonymize the customer specific details, like replace server names, user names, IP addresses, and so on.

Regards,

Isaías

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,913

I guess you mean Process Orchestration. Search SAP support, notes, etc., which explain what you can do. icf/max_handle_key is not related to records, it's the number of HTTP sessions.