cancel
Showing results for 
Search instead for 
Did you mean: 

Error with Start Planning CTM

Former Member
0 Kudos

Hi I am getting following error in CTM transaction after triggering start planning.

" No free slot could be found on any of the destination addresses". Upon debugging the same I found error has been raised in following code

TRY.

lo_eng_parameter = lo_engine->execute( iv_dest_id =

iv_msg_loghandle = iv_loghandle ).

CATCH cx_rccf_engine INTO lo_ex_engine.

lv_msg = lo_ex_engine->get_text( ).

MESSAGE lv_msg TYPE 'E'.

ENDTRY.

PLease share if u have any idea.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member187488
Active Contributor
0 Kudos

Hello, you can check /sapapo/opt01, and delete the unfinished/terminated optimizer run there.

Number of allowed slots per server is set in transaciton /SAPAPO/cop01.

Former Member
0 Kudos

In your case, your CTM engine does not recognise livecache server.

Check with ur basis team about all server address and

connection data etc.,

Former Member
0 Kudos

Hi Jayanta,

Whenever you run CTM Engine for certail profile, it will create one entry in system table for current CTM session for that profile. It can be seen using transaction - /SAPAPO/OPT12. Once engine executes completely, this entru got deleted automatocally. But sometime, it is exists if we come out half way (lile debugging user exit & come out). In this case, we need to manually remove this entry using same transaction. Select this entry, Press delete button & then save it. Rerun SAPAPO/CTM again. You will not get error.

Rishi

Former Member
0 Kudos

Hi Bakshi,

Is the livecache settings and connections are proper?

If proper? run a livecache inconsistency check

report and then retry?

Regards

R. Senthil Mareeswaran.