cancel
Showing results for 
Search instead for 
Did you mean: 

Clear logs

former_member186775
Contributor
0 Kudos

Hi Team,

I have a Question regarding clearing the LOGS,Its been 4

months we are using ECC6 IDES and till now I didnt clear

Logs in Database or ABAP dumps .So day by day some

or the other data is getting added to the system but I am

not able to clear unneccessary logs.also day by day Oraarch

files are also added to the memory .So if you could plz guide

as per how to delete the logs.Dont tell me Tcodes simply.

Tell me the Procedure.

Thankyou.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Regarding archive logs, the questions is do you need archive logging enabled in IDES? Archive logs are used to recover the system to a point in time. If IDES server crashes and do you need to recover the system to the point in time before the crash? If yes, then backup the archive logs at regular intervals. If you d not need point in time recovery for your IDES system, then disable archive logging in the database (instead of enabling logging and just deleting them from oraorch). Make sure the end-users are aware that if the system crashes, they lose their data since the last data back up. Our IDES system is just a play ground system, so archive logging is disabled.

-RK

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Manjula,

Its very simple to clear down all the logs, for ABAP dumps you need to schedule the Background job in sm36 (SAP_REORG_ABAPDUMPS) - report name (RSSNAPDL) and schduled for every day morning at 3am.

for the SAPARCH file system you need to schedule the archive job for every hour in DB13, create a new job in DB13 and select the cleanup log and there you should select the option -sd, and you need to schedule this for every 1 hr so that all the logs will archived automatically.

Let me know if you need any more help.

Cheers,

Praveen

former_member186775
Contributor
0 Kudos

HII Praveen,

I tried to assign the background job but it is asking for

variants and parameters of a program also for a program

it is asking for whole ABAP program as a step or

External command as a step and External program as a

step.Also target host or Target Server curosysdev_MPE_01

is not defined in operation type..these kind of errors I am

experiencing.

Could you all about Background as per how to put a

backround job.

Former Member
0 Kudos

Hi Manjula,

Ok, please follow the steps to create the varient.

SE38 - > enter the program name - > select the variant -> display.

it will takes to you next page, enter the varient name " Daily_1" and create-> it will ask for the discription in next page, enter the discription and save it. not you will be able to see the varient when you are creating the job.

The target server should be Central Instance.

Le me know if you need some more help.

Cheers,

Praveen

former_member186775
Contributor
0 Kudos

Hi Praveen

Thanks a lot for the solution you gave me.

I created a variant.ok you have any idea

about Memory Management??

Former Member
0 Kudos

Please let me know what is the problem or doubts, I will try to help you.

Reward me if you are happy with my solutions..

Cheers,

Praveen.

former_member186775
Contributor
0 Kudos

Praveen

we are facing an error called ABAP runtime error -


stating

SQL error ..where in only these two lines are visible in the

screen and rest of the screen is blank.here I dont know

how should I post the screen shot ..ours is windows 32-bit

Server with 640 gb HD ,I hope that memory might be the

major thing so I want to set the parameters for memory in

order to turn this problem.

Former Member
0 Kudos

Hi Manjula,

Can you send me the following information? Take out the information from DUMP error.

What happened?

What can you do?

Error analysis

How to correct the error

Cheers,

Praveen