cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with SMQ2 error "GETWA_NOT_ASSIGNED"

Former Member
0 Kudos

Hi, all.

Afte I had patch my PI installation from SP23 to SP24 some problem om my queue on tco- SMQ2.

Cl. User Function Module Queue Name Date Time StatusText

-


001 WF-BATCH SWF_XI_MSG_RAISE_EVENT XBQO$PE_WS90000001 Permanent error in BPE inbound processing

-


Error list's bellow on ST22.

untime Errors GETWA_NOT_ASSIGNED

Short text: Field symbol has not yet been assigned.

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLSWF_TRC_DIALOG" had to be terminated because it

has come across a statement that unfortunately cannot be executed.

Error analysis

You attempted to access an unassigned field symbol (data segment 32778).

This error may occur if

- You address a typed field symbol before it has been set with

ASSIGN

- You address a field symbol that pointed to the line of an

internal table that was deleted

- You address a field symbol that was previously reset using

UNASSIGN or that pointed to a local field that no

longer exists

- You address a global function interface, although the

respective function module is not active - that is, is

not in the list of active calls. The list of active calls

can be taken from this short dump.

Could you give me a some Guide?

Accepted Solutions (1)

Accepted Solutions (1)

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Check the blog, [How to Analyze Stopped Queues in XI ccBPM|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/12976] [original link is broken] [original link is broken] [original link is broken];, for the "Permanent error in BPE inbound processing" error. Also check the SAP note #1126656 BPE-TS: Permanent errors in the BPE inbound processing.

Regards

Mark

Answers (1)

Answers (1)

naveen_chichili
Active Contributor
0 Kudos

Hi,

Check this notes #1583933,#871550.

Regards,

Naveen.