cancel
Showing results for 
Search instead for 
Did you mean: 

Memory Problem when importing .net WSDL (MEM_ALLOC_FAILED)

cdric_jordi
Explorer
0 Kudos

Hi all,

when I create a consumer proxy in the abap workbench with an WSDL file from a .net system i get the following problem.

After the wizard is done it takes a couple of minutes and then a dump appears (MEM_ALLOC_FAILED). I was checking the usage of the memory with transaction SM04. There i saw that the user who started the wizard had a MEM (Total) of 4.020.970.904 and MEM (Priv.) of 2.029.590.336.

Could it be that the WSDL is needing such a huge amount of memory?

Or could this maybe be another problem?

I was also trying to split the WSDL but the dump still appears.

I've tried it on two different systems... (PL 21 & PL 22 of the WEB AS, SAP ECC 6.0)

Thanks in advance for any response...

cheers,

Cédric

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please check ST02 --> Extended memory CurUse[KB] MaxUse[KB] In Mem[KB], what values do you see there?

cdric_jordi
Explorer
0 Kudos

In normal state:

SAP Memory Curr.Use % CurUse[KB] MaxUse[KB] In Mem[KB] OnDisk[KB] SAPCurCach HitRatio

Extended memory 3,40 569.344 2.695.168 16.760.832 0 0,00

When i^m loading the wsdl:

Extended memory 15,08 2.527.232 2.695.168 16.760.832 0 0,00

Thanks,

Cédric

Former Member
0 Kudos

Please apply this: Note 1229110 - Lack of memory when working with large amounts of XML data

Answers (0)