launch job that has multiple BW infosources with yschedul

I have job with about 6 target BW infosources. We have requirement that BW guys schedule job from BW process chain.

I installed yschedul abap, and it launches jobs that don’t have BW infosource successfully. When I launch job with yschedul that has target infosource(s), I get the following error message:

BAPI returned message from method <bapi_isource_td_t_send>.

I can see this request “a23456789012345678901234567890” is hard coded in the yschedul program. Has anybody tried this before? Please assist.

Many thanks.


dataflower (BOB member since 2012-01-09)

If you do not have BW Infosource as target then where are you loading data and what is the target.

So for the jobs with BW Infosource are you able to execute them sucessfully?


itsvsk :india: (BOB member since 2011-05-04)

The error can occur when the DataServices Jobserver contacts the wrong ABAP Server.

When BW initiates the load it does it without the system configuration parameter. This means that the DS Server will use the default configuration for the individual DataStores.
If the default is set to another system than the anticipated one, DS makes the callback to the wrong server, hence it cannot find the request number.

Please check that the correct default systems have been applied for you environment.

Best Regards,
Rasmus

PS. This post is manly as a followup to the error i assume you have solved it by now :lol:


Razz (BOB member since 2012-08-09)