Question:
I am experiencing some load issues specifically with my delta inits
failing. The loads do not fail immediately, system seems to try
repeatedly until it times out and becomes red
Error Message says IDOCS failing with status 64
thkx in adv
Answer:
I am experiencing some load issues specifically with my delta inits
failing. The loads do not fail immediately, system seems to try
repeatedly until it times out and becomes red
Error Message says IDOCS failing with status 64
thkx in adv
Hi
There are 2 configuration variants: need to check out for
1. Return to the processing in the same dialog process as the IDoc receipt
Maintain the following entry in the TEDEF table using transaction SE16 in every client for which you want to postpone the behavior:
Field EVENTT with value TRFC-IDOC and field ROUTID with value SYNCHRON
Caution: You have thereby restored the original behavior prior to note 535172. It may therefore happen again that IDocs are received and processed repeatedly.
1. Change from dialog to background process
Maintain the following entry in the TEDEF table using transaction SE16 in every client for which you want to postpone the behavior:
Field EVENTT with value TRFC-IDOC and field ROUTID with value BATCHJOB
The IDoc is then processed by the application in a second, parallel process, provided there are enough dialog processes. If no dialog process is currently free, report RBDAPP01 is scheduled for this IDoc and executed as a background process. The job number is logged in the IDoc status record with the status 64. The user under whose identification the IDocs are received must have authorization to release jobs in the S_BTCH_JOB authorization object.
Note-555229 for more details
Hope it Helps
_________________
Chetan
@ CP...