Hello all,
Issue is solved. Details below:
This happened due to the request ID that got deleted directly from OHD which should not be happening. Now, you will not find an entry in RSBKREQUEST table, but the time stamp is already noted in RSBKDTPH table.
When you face such an error, try running the DTP once, and in short dump - You will get the exact Request ID that is throwing the error.
Solution:
1) Take the request ID, and search it in RSBKREQUEST. You willnot find entry with that request ID.
But, we will be having a latest entry with Time stamp in RSBKDTPH table.
2) Now, create an entry in RSBKREQUEST table. Note that, you need to give Timestamp same as that of the latest entry in RSBKDTPH table.
3) Now, rerun the DTP and it will go successful.
Thanks.