cancel
Showing results for 
Search instead for 
Did you mean: 

UP1 ... A10 Initialization complete

Former Member
0 Kudos

Hi guys,

there are lots of message "UP1 ... A10 Initialization complete" in

SM21 recently. we did not get the message before. any idea why

and how to fix it.

Thanks.

lily

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Check the trace file (dev_w..) for the workprocess that is specified on that message.

I have experienced this before, and what I have found is that the workprocess that thows that message has just restarted. In my case it 's usually because the heap memory held by that process has exceeded the abap/heaplimit value.

Former Member
0 Kudos

Hi Bill,

Thank you for the useful information. from the work process log, I can see the same message like you said.

Wed Oct 29 16:24:38 2008

WP has reached abap/heaplimit = 20971520 bytes

Wed Oct 29 16:24:40 2008

ThWpRestart: restart wp (pid=19703) automatically

Did you just increase the value of abap/heaplimit to fix it?

Thanks.

lily

JPReyes
Active Contributor
0 Kudos

I'll start by doing a TEMSE consistency check

Regards

Juan