cancel
Showing results for 
Search instead for 
Did you mean: 

Error while generating client proxy

Former Member
0 Kudos

Hi All,

I have got a WSDL file for which I am generating the client proxy. It is giving me a dump saying that, memory is not sufficient while generating the proxy.

I have also contacted the basis team, even after increasing the memory... we are facing the same issue. Can anyone suggest any solution or SAP Note if there are any???

Thanks in advance.

Bhargava.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

Please find the dump details below:

ST22 DUMP:

Short text

No storage space available for FORM stack.

What happened?

Each transaction requires some main memory space to process

application data. If the operating system cannot provide any more

space, the transaction is terminated.

What can you do?

Note which actions and input led to the error.

For further help in handling the problem, contact your SAP administrator

.

You can use the ABAP dump analysis transaction ST22 to view and manage

termination messages, in particular for long term reference.

Try to find out (e.g. by targetted data selection) whether the

transaction will run with less main memory.

If there is a temporary bottleneck, execute the transaction again.

-

If the error persists, ask your system administrator to check the

following profile parameters:

o ztta/roll_area (1.000.000 - 15.000.000)

Classic roll area per user and internal mode

usual amount of roll area per user and internal mode

o ztta/roll_extension (10.000.000 - 500.000.000)

Amount of memory per user in extended memory (EM)

o abap/heap_area_total (100.000.000 - 1.500.000.000)

Amount of memory (malloc) for all users of an application

server. If several background processes are running on

one server, temporary bottlenecks may occur.

Of course, the amount of memory (in bytes) must also be

available on the machine (main memory or file system swap).

Caution:

The operating system must be set up so that there is also

enough memory for each process. Usually, the maximum address

space is too small.

Ask your hardware manufacturer or your competence center

about this.

In this case, consult your hardware vendor

abap/heap_area_dia: (10.000.000 - 1.000.000.000)

Restriction of memory allocated to the heap with malloc

for each dialog process.

Parameters for background processes:

abap/heap_area_nondia: (10.000.000 - 1.000.000.000)

Restriction of memory allocated to the heap with malloc

for each background process.

Other memory-relevant parameters are:

em/initial_size_MB: (35-1200)

Extended memory area from which all users of an

application server can satisfy their memory requirement

Error analysis

You attempted to extend a stack, but the required storage spac

not available.

Storage request..............: 8450048 bytes.

How to correct the error

Please check whether uncontrolled recursive calls caused this

runtime error.

Try to decide by analysis whether this request is

reasonable or whether there is a program error. You should pay

particular attention to the internal table entries listed belo

System environment

SAP-Release 701

Application server... "dcr"

Network address...... "10.1.105.112"

Operating system..... "AIX"

Release.............. "6.1"

Hardware type........ "00C834224C00"

Character length.... 16 Bits

Pointer length....... 64 Bits

Work process number.. 4

Former Member
0 Kudos

How much swap does your system have? Has anyone viewed topas to see if enough has been assigned (3 to 4 times the amount of physical memory).

J. Haynes

Former Member
0 Kudos

HI All,

Can anyone give an answer for the queston above??

Former Member
0 Kudos

Can u paste the Dump details.