首页 > 其他 > 详细

SAP CRM中间件Request download的警告信息:message Object is in status Wait

时间:2020-08-20 22:55:39      阅读:101      评论:0      收藏:0      [点我收藏+]

When you perform request download, the expected behavior is you should see the information message below:

技术分享图片

However, sometimes you may see warning message with status Wait instead.

How to research this issue by yourself?

Set a breakpoint on function module SMOF0_INIT_DNL_START which does the main logic of download.
Here the parameter MAX_PARALLEL_PROCESSES is queried. In my system the value is 5, which means at maximum there are FIVE parallel work process allowed to perform middleware download task.

技术分享图片

Then line 107 ~ 115 is responsible to calculate how many processes are available to operate on current download task. The result is stored in variable gv_open_processes in line 115.

技术分享图片

In my example, the number of free processes is 5 – 5 = 0, as a result the download task could not be started and warning message is raised.

技术分享图片

The solution is, either cancel existing running download task in tcode R3AR3,

技术分享图片

or maintain a larger value for MAX_PARALLEL_PROCESSES in table SMOFPARSFA:

技术分享图片

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
技术分享图片

SAP CRM中间件Request download的警告信息:message Object is in status Wait

原文:https://www.cnblogs.com/sap-jerry/p/13538206.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!