SAP CRM中介軟體Request download的警告資訊:message Object is in status 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:
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2722478/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 為什麼使用中介軟體下載時總是收到警告訊息Object is in status WaitObjectAI
- 如何關閉SAP CRM中介軟體的delta download方式
- SAP CRM中介軟體警告資訊:Form of address 0001 not designated for organizationORM
- SAP CRM Product Sales status在中介軟體中的處理邏輯
- SAP CRM中介軟體BDOC內容搜尋工具
- 使用SAP CRM中介軟體從ERP下載plant到CRM
- 給用過SAP CRM中介軟體的老哥老姐們講講SAP CPI
- SAP CRM中介軟體錯誤IB_CRM_UPLOAD_MSG的解決方法
- SAP CRM中介軟體Generic stop set的錯誤如何解決
- SAP CRM中介軟體下載equipment時遇到的一個錯誤UI
- 如何用SAP CRM中介軟體從ERP下載material division到CRM
- CRM中介軟體裡CRM local changes的註冊管理
- fastapi 透過 中介軟體修改request bodyASTAPI
- SAP CRM中介軟體Material Sales Organization和distribution channel的對映邏輯
- Jerry的CRM Middleware(中介軟體)文章合集
- 關於SAP CRM中介軟體系統搭建中遇到的一些問題
- 使用SAP CRM中介軟體從ERP下載具有層級結構的equipmentUI
- 如何將SAP CRM equipment通過中介軟體上傳到ERP系統UI
- SAP CRM中介軟體下載時資料庫表CRMATAB為空的處理方法資料庫
- 使用SAP CRM中介軟體從ERP下載Customer的錯誤訊息
- 使用SAP CRM中介軟體XIF Adapter但沒有IDOC生成的故障原因分析APT
- SAP CRM One order裡user status和system status的mapping邏輯APP
- 什麼是SAP中介軟體的CSA queue
- CRM中介軟體裡的釋出-訂閱者模式模式
- CRM中介軟體裡的CSA佇列有什麼用佇列
- 資訊科技在CRM軟體中的應用
- 使用SAP CRM中介軟體XIF(External Interface)一步步建立服務訂單
- SAP CRM中介軟體下載時,為什麼有時候會生成一個奇怪的BDOC容器
- Redis中介軟體與Web中介軟體RedisWeb
- CRM中介軟體裡parent not ok的錯誤訊息如何處理
- 兩種使用程式碼獲得SAP CRM product sales status的辦法
- 中介軟體之訊息中介軟體-pulsar
- leapftp download,leapftp download軟體的8大傳輸功能FTP
- HTTP Status 400 – Bad RequestHTTP
- 最新.net和Java呼叫SAP RFC中介軟體下載Java
- 使用ABAP程式碼給SAP CRM Business object建立附件AttachmentObject
- FND_REQUEST.SUBMIT_REQUEST和 FND_CONCURRENT.WAIT_FOR_REQUESTMITAI
- lumen的CORS中介軟體CORS