Interface Summary –
Domain Student Marks Processing in SLCM.
Interface - Async Web- service to Proxy scenario.
Issue –
Marks are getting processed in ECC through Web-service to Proxy
scenario.
Issue occurs when many marks messages are triggered to ECC some of the
messages are failing in SXMB_MONI with the below error message.
Usually Marks are processed in ECC takes on an average 6-15 min to
complete the entire process.
ER_USER used is used to call ECC and configured in PI
communication
channel.
Error Message of MONI -
<SAP:Category>XIServer</SAP:Category>
<SAP:Code area="INTERNAL">QRFC_SYSTEM_DUMP</SAP:Code>
<SAP:Stack>Short dump occurred when executing message in qRFC queue
XBTR0001: Date/time 25.02.2014 18:16:34, user ER_USER, runtime
error: Object requested is currently locked by user
ER_USER</SAP:Stack>
Analysis Done so far -
ST22 doesn’t show any short dump as well as which objects are locked by user. Messages are getting assigned to XBTR* queues some messages are getting processed successfully others are getting into Locking issue. Our Program is cable enough to handle the lock in the program and if there is an lock during the processing it will just capture the error message in Error table and continue processing other messages within the payload.
Has any one come across above issue any time and kindly provide your inputs.
Thanks
C G