cancel
Showing results for 
Search instead for 
Did you mean: 

BPM 99 ERROR FOR SIMPLE BPM SCENARIO

Former Member
0 Kudos

Hi Friends,

I am implementing a very basic scenarion described in the blog:

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

I created all the object in the IR and activated successfully.

I created all the objects in the ID and activate successfuly. Once activated, i went to SXI_CACHE. ReturnCode for the business process is 99.

Compilation is successful. Also i checked the syntax check in the workflow for this process. 0 errors and 0 warnings.

What could be the reason it is failing. Why returncode is 99?

I went to SWF_XI_CUSTOMIZING. All are not GREEN. Items which are RED were:

--->Maintain Runtime Environment

---> Schedule Background Job for Work Items with Errors

-


> Maintain Defintion Environment

---> Check Entries from HR Control Tables

If this is the cause how to rectify this? Can you please help me out in this?

Thanks

chris

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Chris

return code 99 indicates process definition error.

use transaction SWEQADM to monitor queue

and register your queues there for your scenarion and activate that

then make a full CACHE refresh either by tcode SXI_CACHE or by URL

http://<host>:5<sys#>00/CPACache/refresh?mode=full Full CPA cache refresh

this will solve your problem

Thanks

Sandeep

PS: if helpful kindly reward points

Former Member
0 Kudos

Hi,

Did you register the queues in SXMB_ADM - regster queue ?

its a problem of queue so to TCode::SMQ1 and SMQ2 and clear this QUEUE.

Thanks

Swarup

Former Member
0 Kudos

Hi Sawant,

thank u . i think i am getting closer to solve the problem. can you please let me what to clear by going to SMQ1 and SMQ2? i went to SMQ1 AND SMQ2, but there is nothing to clear.

i went to SXMB_MONI, ---> manage queues,

ACTION set to "Register Queues"...

What could be the problem?

Thanks

chris

Edited by: Chris Chris on Apr 6, 2008 2:16 PM