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

简介:

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

本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。

相关文章
|
中间件
使用SAP CRM中间件从ERP下载plant到CRM
使用SAP CRM中间件从ERP下载plant到CRM
使用SAP CRM中间件从ERP下载plant到CRM
|
中间件 Go
使用SAP CRM中间件下载customer的错误消息:Number not in interval XXX – XXX
使用SAP CRM中间件下载customer的错误消息:Number not in interval XXX – XXX
使用SAP CRM中间件下载customer的错误消息:Number not in interval XXX – XXX
|
中间件
使用SAP CRM中间件从ERP下载Customer的错误消息:Distribution channel is not allowed for sales organization
使用SAP CRM中间件从ERP下载Customer的错误消息:Distribution channel is not allowed for sales organization
使用SAP CRM中间件从ERP下载Customer的错误消息:Distribution channel is not allowed for sales organization
|
中间件 API
一个不使用CRM中间件成功地将ERP Material下载到CRM的原型开发
一个不使用CRM中间件成功地将ERP Material下载到CRM的原型开发
一个不使用CRM中间件成功地将ERP Material下载到CRM的原型开发
|
中间件
如何用SAP CRM中间件从ERP下载material division到CRM
如何用SAP CRM中间件从ERP下载material division到CRM
140 0
如何用SAP CRM中间件从ERP下载material division到CRM
|
JavaScript 中间件 Java
使用SAP CRM中间件从ERP下载BOM的一些常见问题
使用SAP CRM中间件从ERP下载BOM的一些常见问题
224 1
使用SAP CRM中间件从ERP下载BOM的一些常见问题
|
数据挖掘 中间件
使用SAP CRM中间件从ERP下载Customer的错误消息:Customer classification does not exist
After I create a customer in ERP via tcode VD01 and try to download it into CRM via request download, I meet with the following error message:
使用SAP CRM中间件从ERP下载Customer的错误消息:Customer classification does not exist
|
JavaScript 中间件
使用中间件从ERP下载SAP sales BOM到CRM
Created by Jerry Wang, last modified on Oct 01, 2016
130 0
使用中间件从ERP下载SAP sales BOM到CRM
|
中间件
如何使用SAP CRM中间件从ERP往CRM下载Service Master
如何使用SAP CRM中间件从ERP往CRM下载Service Master
130 0
如何使用SAP CRM中间件从ERP往CRM下载Service Master
|
中间件
SAP CRM中间件Request download的警告信息:message Object is in status Wait
SAP CRM中间件Request download的警告信息:message Object is in status Wait
SAP CRM中间件Request download的警告信息:message Object is in status Wait