cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Short Dump on executing a DM package.

0 Likes
672

Hi All,

My Data manager Package is running for more than expected time and getting Aborted. In the BW backend it is getting stuck at /CPMB/LOAD_IP step in the proces chain /CPMB/LOAD_INFOPROV_UI.

It is also generating system Dump STACK_STATE_NO_ROLL_MEMORY.

We have recently upgraded to SP19 and before that the Package was running fine.

As mentioned in some threads, I have already activated the process chain and Environment Shell.

Please let me know how can i get this resolved.

Regards,

Happy

Accepted Solutions (0)

Answers (7)

Answers (7)

former_member186338
Active Contributor

OK, with the information provided I can see that custom ROUTINE badi was used in the data load.

I think that the issue is with the code of this badi. I can recommend debugging it in ABAP with endless loop...

harsha_jalakam
Active Contributor
0 Likes

Hi,

Would you please evaluate this details in the note and check if this is applicable.

https://launchpad.support.sap.com/#/notes/2461508

Cheers,Harsha

former_member186338
Active Contributor
0 Likes

Sorry, but this note has no relation to this particular case! Just a note search for "STACK_STATE_NO_ROLL_MEMORY"???

0 Likes

Hi ,

Please find the last success log

/CPMB/MODIFY completed in 0 seconds
/CPMB/INFOPROVIDER_CONVERT completed in 2 seconds
/CPMB/LOAD_IP completed in 3 seconds
/CPMB/CLEAR completed in 0 seconds
[Selection]
--------------------------------------------------------------
InforProvide = ZBPSSO31
SELECTION = <?xml version="1.0" encoding="utf-16"?><Selections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Selection Type="Selection"><Attribute><ID>BRATE_TYP</ID><Operator>1</Operator><LowValue>QFDC</LowValue><HighValue /></Attribute><Attribute><ID>BRATE_TYP</ID><Operator>1</Operator><LowValue>QFCC</LowValue><HighValue /></Attribute><Attribute><ID>BRATE_TYP</ID><Operator>1</Operator><LowValue>QFNC</LowValue><HighValue /></Attribute><Attribute><ID>0FISCPER</ID><Operator>3</Operator><LowValue>2019007</LowValue><HighValue>2019012</HighValue></Attribute><Attribute><ID>BTO_CURR</ID><Operator>1</Operator><LowValue>USD</LowValue><HighValue /></Attribute></Selection><Selection Type="FieldList"><FieldID>0FISCPER</FieldID><FieldID>0FISCVARNT</FieldID><FieldID>BEFF_DATE</FieldID><FieldID>BFRM_CURR</FieldID><FieldID>BRATE_TYP</FieldID><FieldID>BTO_CURR</FieldID><FieldID>ZBPC_TIME</FieldID></Selection></Selections>
[Message]
--------------------------------------------------------------
Task name CONVERT:
No 1 Round:
End routine is called in convert
Reject count: 0
Record count: 440
Skip count: 0
Accept count: 440
Task name LOAD INFOPROVIDER:
Submit count: 440
Reject count: 0
model: OBCPRA. Package status: SUCCESS

The Failure log-

The status is success but the package overall status is Abort.

It is throwing Dump in the BW system." STACK_STATE_NO_ROLL_MEMORY"

"What happened?
    Resource bottleneck
    The current program "CL_RSR_MDX_META_DATA==========CP" had to be terminated
     because
    a capacity limit has been reached."

The status is success but the package overall status is Abort.

/CPMB/MODIFY completed in 0 seconds
/CPMB/INFOPROVIDER_CONVERT completed in 3 seconds
[Selection]
--------------------------------------------------------------
InforProvide = ZBPSSO31
SELECTION = <?xml version="1.0" encoding="utf-16"?><Selections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Selection Type="Selection"><Attribute><ID>BRATE_TYP</ID><Operator>1</Operator><LowValue>P</LowValue><HighValue /></Attribute><Attribute><ID>0FISCPER</ID><Operator>1</Operator><LowValue>2020001</LowValue><HighValue /></Attribute><Attribute><ID>BTO_CURR</ID><Operator>1</Operator><LowValue>USD</LowValue><HighValue /></Attribute></Selection><Selection Type="FieldList"><FieldID>0FISCPER</FieldID><FieldID>0FISCVARNT</FieldID><FieldID>BEFF_DATE</FieldID><FieldID>BFRM_CURR</FieldID><FieldID>BRATE_TYP</FieldID><FieldID>BTO_CURR</FieldID><FieldID>ZBPC_TIME</FieldID></Selection></Selections>
[Message]
--------------------------------------------------------------
Task name CONVERT:
No 1 Round:
End routine is called in convert
Reject count: 0
Record count: 78
Skip count: 0
Accept count: 1872
model: OBCPRA. Package status: SUCCESS
0 Likes

Hi Vadim,

The packages with other infoprovider are running fine for /CPMB/LOAD_INFOPROV_UI.

Regards,

Happy

former_member186338
Active Contributor
0 Likes

Sorry, but show something?

Dump log

Previous successful package run log

etc...

0 Likes

The other packages are fine as of now.

former_member186338
Active Contributor
0 Likes

Need more info!

What about /CPMB/LOAD_INFOPROV_UI from another cube?

0 Likes

I am running this package for very small set of data and 40% memory is free in system.

Regards,

Happy

former_member186338
Active Contributor
0 Likes

You have to do some extra tests...

The error is generic!

What about other packages?

former_member186338
Active Contributor
0 Likes

Can be a lot of reasons to get STACK_STATE_NO_ROLL_MEMORY

Try to reduce scope for loading data!

Install more memory...