cancel
Showing results for 
Search instead for 
Did you mean: 

Deletion and updation of Error stack

Former Member
0 Kudos

Hi All,

I would like to have your suggestions regarding the clearance of error stack.

One way of deletion is to get the error stack table name from DTP and delete the contents via se14.

But i have about 14 requests in the error stack, I want to delete only old ones means first 10.

Is there any way to get it deleted by request?

I could not delete the request from target as they are old ones. So need a way out.

And Also i want to understand the how the records are read from source to target if record with same key is present in the error stack in below cases

Case 1-: if next request brings the correct value 

Case 2-: if next request also comes with wrong value.

Regards,

Shipra

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Shipra,

If I understood ur second question correctly then below are answers :

Case 1-: if next request brings the correct value : it will fail with error record with same key exist. As the source of the error dtp is main dtp.

Case 2-: if next request also comes with wrong value. : It will also fail and error stack will be populated based on the main dtp settings .

Regards ,

Praveen

Former Member
0 Kudos

Hi Praveen,

Thanks..

If this is the case.  then why Am not getting the error log message in the error stack. The records status shows that record is already updated.

Do you have any idea about that ?

Regards,

Shipra

Answers (2)

Answers (2)

former_member189845
Active Participant
0 Kudos

Hi Shipra,

Is my understanding is correct , that you need to delete those request in error stack and you don't want the records in error stack to be processed through to the target. And only you want the subsequent records to go through, without going into the error stack.?

Can you give a try by checking the table RSTSODSPART >> give the request, and see

Thanks,

Siva

Former Member
0 Kudos

Hi Siva,

My intention is to remove the old requests in error stack and keep only the new ones so that i can check it resolve permanently

Regards,

Shipra

jay_reddy1
Active Participant
0 Kudos

use program RSBM_ERRORLOG_DELETE.

execute and specify DTP name and older than X days so u can delete what ever old you want.

Former Member
0 Kudos

Hi Jay,

Thanks.

Is the start date field mandatory to be filled ?

Regards

Shipra

Former Member
0 Kudos

Hi Jay,

What exactly this program does. Will it delete only the error stack data or some other logs also?

Thanks

Shipra

jay_reddy1
Active Participant
0 Kudos

not manadatory

jay_reddy1
Active Participant
0 Kudos

It deletes only error stack data

Former Member
0 Kudos

Hi Jay,

I tried using this program, but it is not deleting any data from error stack.

When i executed the program, i got message that "there is no error request log related to DTP".( even though we have)

Do you know possible reason for this.

So, i used Tcode- se14 to delete the records from error stack table.

It got successful  but i could see that the related PSA of error DTP is still showing the request IDs. but there is no data corresponding to these requests.

Do we have any way to to remove request id's also?

Or the reason for the requests still being there that - the corresponding requests are already updated to target.

Regards,

Shipra