cancel
Showing results for 
Search instead for 
Did you mean: 

"BPE_ADAPTER" SYSTEM_FAILURE_INTERNAL

Former Member
0 Kudos

Hi ,

When i Executed my BPM Interface iam getting the following Error in MONI

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="BPE_ADAPTER">SYSTEM_FAILURE_INTERNAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>An internal error has occurred</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

I have Checked SWF_XI_CUSTOMIZING T-code and i got Error dump here. This is not in Green.

SWF_XI_CUSTOMIZING Error Screen

http://img522.imageshack.us/img522/6553/error1km6.jpg

Regards

Seshagiri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

PLease check sap note 1052604.

Thanks,

Tuhin

Former Member
0 Kudos

Hi Tuhin,

Iam looking into that SAP Note, Once i got the Info , i will update the thread again

@Prateek

In SXI_Cache the status of IP is 0 only

I have Deleted the Workflow items from SWWL T-code and re-triggered

I Re-Imported the IP into ID and Triggered again also

When i Check the sxmb_adm_bpe---Automatic BPM Customizing , it is giving the same Error which i mentioned in the screenshot.

Regards

Seshagiri

prateek
Active Contributor
0 Kudos

Open ur Integration process in IR and press F7. Make sure config is syntactically correct. Also once test ur mappings.

Otherwise look for the options here

Note 807640 - BPE-TS: Troubleshooting Guide

Regards,

Prateek

Former Member
0 Kudos

Hi,

>>Open ur Integration process in IR and press F7. Make sure config is syntactically correct.

When I check F7 in IP, it is saying there is no Semanatic Errors Found

>> Also once test ur mappings.

Mapping is working fine

First of all when i executed the BPM readyness check with T-code SWF_XI_CUSTOMIZING

the Error Dump is giving as i mentioned in the above ScreenShot

Regards

Seshagiri

Former Member
0 Kudos

Hi,

Try SWU3 transaction ( SWF_XI_CUSTOMIZING shows some part of this transaction only ). See everything is maintained by checking the status of each step to be green.

Thanks,

Vijay Kumar T.

Former Member
0 Kudos

Hi,

When I executed the T-code SWU3, the following is the status screen

http://img120.imageshack.us/img120/1498/errorbm1.jpg

When I executed the SWF_XI_CUSTOMIZING , the following is the status screen

http://img178.imageshack.us/img178/3845/error1kt4.jpg

Can you suggest me what is wrong and what is correct here by seeing the both the screens

Regards

Seshagiri

Former Member
0 Kudos

Hi,

I think you already have checked the syntax ....even as you have said value of return-code in SXI_cache = 0 indicates that there are no syntax errors...and When you activate the imported BPM in the ID, it's replicated as a workflow to the ABAP stack. return-code - if it's 0 that means it was replicated successfully from Java to ABAP.

Still once Refer SAP Note -- 890760

Please select the node Maintain Runtime Environment individually and then Choose Perform Automatic Workflow Customizing

It will help to perform automatic customizing with all sub-nodes.

Thanks

Swarup

Former Member
0 Kudos

Hi Swarup,

I have Executed SWF_XI_CUSTOMIZING then Maintain Definition Environment Node is showing success and Maintain Runtime Environment is showing Error state,there by i placed the cursor on Maintain Runtime Environment and say Execute.

Then the status of this Action is mentioned in this Screen

http://img411.imageshack.us/img411/9195/errorrefreshke0.jpg

REgards

Seshagiri

Former Member
0 Kudos

Hi,

Call transaction SWF_RFC_DEST and then give background user as WF-BATCH

and password .

Exceute it then SWU3 will be turned from Red to Green Automatically.

OR

The program that you need to schedule is RSWWCOND. The SAP default is to call the job SWWCOND and schedule it to run every 30min. That should get rid of the red cross. And if not, you might find along the way why the Auto-Customising didn't work.

I hope this will resolve your problem

Thanks

Swarup

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Tuhin's Reply helped me to solve the Issue

Thanks Tuhin

Regards

Seshagiri

Former Member
0 Kudos

Also check whether wfuser is locked.If so unlock the user.

Former Member
0 Kudos

mainly this occurs when messages stuck in que,

check smq1,smq2 , register the que.

prateek
Active Contributor
0 Kudos

A bit generic error. So many things could be checked:

1. In sxi_cache, check the status of ur IP, it should be 0.

2. In SWWL, delete the earlier running instances before running the new scenario.

3. Reimport the IP in ID again. Save, activate and try running ur scenario again.

4. In tcode sxmb_adm_bpe - Automatic BPM Customizing, check for the error.

Regards,

Prateek