2009 Jul 12 7:33 AM
Hi Experts,
I am having an upload program using BDC for MEK2. In production environment the BDC does not pass values to a few fields and the processing stops as the mandatory fields are not filled. This data is there in the internal table. If I slow down the process by adding wait, it works fine. Can anyone please explain why is this happening. I need to manually then enter the data. The BDC runs fine in quality system but not in production. The number of records I have to upload are 65000(I am entering them in multiples of 3000). Please advise as manually entering the data is not feasible.
Thanks,
Abu
The problem was due to system load in PRD. The previous record was not committed by the time the next record was being processed in Asynchronous mode. I did the following changes.
Changed the mode to synchronous.
Added statement wait.
The process slows down, but it is much better than the manual intervention.
2009 Jul 12 8:38 AM
The problem was due to system load in PRD. The previous record was not committed by the time the next record was being processed in Asynchronous mode. I did the following changes.
Changed the mode to synchronous.
Added statement wait.
The process slows down, but it is much better than the manual intervention.
2009 Jul 12 7:08 PM
helo friend,
u can alos use X15 as the transaction coz
X15 is used for background processing.
instead of MEK1 try XK15
hope it works fine
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |