前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >CRM下载对象一直处于Wait状态的原因

CRM下载对象一直处于Wait状态的原因

作者头像
Jerry Wang
发布2020-02-14 13:46:32
4310
发布2020-02-14 13:46:32
举报

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:

Keyword

SMOF0_INIT_DNL_START,MAX_PARALLEL_PROCESSES, SMOFPARSFA, running, wait, SMOFDSTAT, SMOFRSTAT, SDIMASTAT

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2020-01-25 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • How to research this issue by yourself?
  • Keyword
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档