SAP Job Failed : Message from Agent follows BAPI EXM034

Everything about Control-M Control Modules
Post Reply
User avatar
Sameer
Nouveau
Nouveau
Posts: 22
Joined: 19 Jun 2007 12:00

SAP Job Failed : Message from Agent follows BAPI EXM034

Post by Sameer » 07 Mar 2008 4:12

Hi,

One of our SAP job failed, and we got the following error. How do we resolve this ?

"Message from Agent follows BAPI returned: EXM034 Internal problem"

Appreciate your help in this regard.

Thanks,
Sameer

User avatar
richardoku
Nouveau
Nouveau
Posts: 20
Joined: 11 Mar 2008 12:00

Post by richardoku » 11 Mar 2008 4:46

Hi,

Hopefully you find a solution already, since it is some time ago you posted this message ;-)

Please review the solution SLN000000214468 notes at the BMC Support Site.

Regards!

User avatar
Sameer
Nouveau
Nouveau
Posts: 22
Joined: 19 Jun 2007 12:00

Post by Sameer » 12 Mar 2008 5:19

Thanks a lot for your reply :) . Do we have to login with our contractor id to view this note ?

User avatar
richardoku
Nouveau
Nouveau
Posts: 20
Joined: 11 Mar 2008 12:00

Post by richardoku » 12 Mar 2008 11:23

Hi Sameer,

Yes, I would recommend to have a BMC Support UserID, since it provides you a lot of additional resources etc... (Knowledge Base, Product Download etc...). and all included with your support contract ;-)

if you have any issues please e-mail: customer_care@bmc.com

For your courtesy:
--------------------------------------------------------------------------------
Solution ID SLN000000214468
Solution Type Defect
Create Date 2/28/06 10:21:01 AM
Symptom/Problem The following error message is showing up in the sysout for my SAP job:
28/02/06 09:16:57 TR5103 BAPI returned: EXM034 Internal problem (function BAPI_XBP_JOB_OPEN

Environment
Keywords CONTROL-M BAPI RETURNED: EXM034 INTERNAL PROBLEM (FUNCTION BAPI_XBP_JOB_OPEN)
Solution Summary None
Solution Details Each ABAP program (report) is created in SAP in one of two ways:
1. A program that does not need parameters to run.
2. A program that needs parameters to run.
If you run a program from type 2 in dialog a selection screen will open up. If you run this program in batch (e.g. as a Job's Step) - you have to specify a name of an existing variant, which is a set of values for the program's parameters.

If you run a program from type 1 in batch, you cannot specify a variant.

This error can result from a variant for a program not being set, or because a variant was specificed that was not needed.

Please check the job to see if a variant needs to be defined or a variant is being defined when one is not needed.
--------------------------------------------------------------------------------
Greetings!

User avatar
Sameer
Nouveau
Nouveau
Posts: 22
Joined: 19 Jun 2007 12:00

Post by Sameer » 12 Mar 2008 12:09

Thanks for posting the solution.

Post Reply