cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI exception while calling BAPI_XBP_JOB_JOBLOG_READ

former_member206885
Participant
0 Kudos


Hi All,

We are using SAP CPS M33.104.

We are running a mass activity in SAP from CPS which spawns many child jobs. Some child jobs are getting errored with the below operator message.For the succesful child jobs..logs are retreived into CPS. Logs are not getting retrieved for the errored child jobs. Please advise.

An error has occurred in the SAP connector: BAPI exception while calling BAPI_XBP_JOB_JOBLOG_READ: E XM 034 Internal problem (function BAPI_XBP_JOB_JOBLOG_READ) [BAPI_XBP_JOB_JOBLOG_READ, , , ]
Parameters:

Cronacle
18540500
BI_ECC_RFKK_MA_INVOICMASS_02
0
X
Details:
BAPI exception while calling BAPI_XBP_JOB_JOBLOG_READ: E XM 034 Internal problem (function BAPI_XBP_JOB_JOBLOG_READ) [BAPI_XBP_JOB_JOBLOG_READ, , , ]
Parameters:

Cronacle
18540500
BI_ECC_RFKK_MA_INVOICMASS_02
0
X
at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.ClientConnectionImpl.checkBapiReturnCode(ClientConnectionImpl.java:727)
at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.ClientConnectionImpl.call(ClientConnectionImpl.java:533)
at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection$4.doPerform(AbstractRfcConnection.java:310)
at com.redwood.scheduler.connector.sap.rfc.connection.RemoteFunctionCall.perform(RemoteFunctionCall.java:147)
at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection.perform(AbstractRfcConnection.java:481)
at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection.execute(AbstractRfcConnection.java:303)
at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.SapFunctionModuleWrapper.execute(SapFunctionModuleWrapper.java:200)
at com.redwood.scheduler.connector.sap.rfc.jco.AbstractSapFunctionModule.execute(AbstractSapFunctionModule.java:109)
at com.redwood.scheduler.connector.sap.rfc.job.xbp.BatchJob.retrieveJobLog(BatchJob.java:1613)
at com.redwood.scheduler.connector.sap.rfc.job.xbp.BatchJob.retrieveJobOutput(BatchJob.java:1350)
at com.redwood.scheduler.connector.sap.rfc.job.AbstractSapJob.retrieveOutput(AbstractSapJob.java:727)
at com.redwood.scheduler.connector.sap.rfc.service.components.monitoring.SapJobFinalizer.doWork(SapJobFinalizer.java:155)
at com.redwood.scheduler.connector.sap.rfc.service.components.monitoring.SapJobFinalizer.doWork(SapJobFinalizer.java:60)
at com.redwood.scheduler.infrastructure.workqueue.Worker.run(Worker.java:76)
at java.lang.Thread.run(Thread.java:763)

Thank you for your help in advance.

Regards,

Tinku

Accepted Solutions (0)

Answers (1)

Answers (1)

gmblom
Active Contributor
0 Kudos

Hello,

There is a know issue in the SAP XBP interface where the internal message buffer accidentally is not cleaned between RFC calls. The issue you are seeing can be a symptom of this problem. So actually something else is failing at the same time causing the XM034 message, but the MA job is picking up the exception thinking something is wrong.

Can you check if note 1777900 is applicable for you?

Regards Gerben