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
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙".
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2674380/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 12、MySQL Case-show processlist 狀態一直處於Sending to clientMySqlclient
- OGG的replicat程式的Time Since Chkpt一直增加,程式處於假死狀態
- SESSION處於KILLED狀態下如何找出對應的程式Session
- SQLServer會話KILL不掉,一直處於KILLED/ROLLBACK狀態情形淺析SQLServer會話
- TCP連線的TIME_WAIT和CLOSE_WAIT 狀態解說TCPAI
- Kubernetes怎麼處理一直在Terminating狀態的namespacenamespace
- 介面異常狀態統一處理方案在 Firefox 下無效的原因和解決方案Firefox
- TCP TIME_WAIT狀態最佳化TCPAI
- Hibernate物件狀態物件
- [20200304]測試網路狀態TIME_WAIT.txtAI
- 益普索:全球80%的女性處於隔離狀態
- [20200310]測試網路狀態TIME_WAIT(windows).txtAIWindows
- Vue非同步元件處理路由元件載入狀態Vue非同步元件路由
- WCS:全球僅23%陸地處於近乎自然的荒野狀態
- 關於iOS 狀態列、導航欄的幾處筆記iOS筆記
- KVM虛擬機器處於暫停狀態怎麼處理虛擬機
- GPUDepthStencilState物件設定depthStencil狀態GPU物件
- MogDB備機處於standby need-repair(WAL)狀態AI
- Hbase 之 某Region長期處於 RIT 狀態 ( 空洞 )
- 為什麼tcp的TIME_WAIT狀態要維持2MSLTCPAI
- RestTemplate處理巢狀的複雜返回物件REST巢狀物件
- 工作流從無狀態切換到有狀態的好處
- 物件和函式的區別就是物件可以儲存狀態物件函式
- Elasticsearch叢集狀態健康值處於red狀態問題分析與解決(圖文詳解)Elasticsearch
- CCAI 2020 | 塗威威:AI發展、監管處於動態博弈狀態AI
- 基於 Riverpod 的 Flutter 狀態管理Flutter
- ITU:2021年全球29億人仍處於離線狀態
- 線上大量CLOSE_WAIT的原因深入分析AI
- SQLServer資料庫處於恢復掛起狀態的解決辦法SQLServer資料庫
- linux結束處於Tl狀態的程序,釋放記憶體資源Linux記憶體
- 在 TIME_WAIT 狀態的 TCP 連線,收到 SYN 後會發生什麼?AITCP
- seafile下office預覽處於載入中...
- 如何證明CRM WebClient UI上的應用是有狀態(Stateful)的WebclientUI
- 大量time-wait的處理方法AI
- 下載免費CRM軟體
- vue v-for 列表更新導致 iframe 重新整理而狀態丟失的原因以及恢復狀態的方案Vue
- WebRTC ICE 狀態與提名處理Web
- 關於處理電商系統訂單狀態的流轉,分享下我的技術方案(附帶原始碼)原始碼