Page 1 of 1

application not working

Posted: Sat Nov 17, 2007 10:11 am
by malahmad
the application is not working I check what is the problem exactly the disk is full what is the solution for the and what I can delete unnecessary file to make free space the system not working so any thing we need to do it is manually
plz some body help me

Posted: Sat Nov 17, 2007 10:40 am
by admin
I would like to connect your pc remotely if it is ok for you. thanks

Posted: Sat Nov 17, 2007 10:51 am
by malahmad
i dont have vpn am sorry can you give some hints

Posted: Tue Nov 27, 2007 4:37 am
by rami-sm
hi,

1-did you clean the out and log files from the comn top

2- search for the file size some files increase in fast way so you must always delete these files and the system will create it again .

like OACoreGroup.0.stderr file to delete it close the application and remove file

Posted: Wed Nov 28, 2007 2:30 am
by malahmad
do you have any document for tuning

Posted: Wed Nov 28, 2007 4:03 am
by ghanshyamkhetan
do you have any document for tuning

<i><div align="right">Originally posted by malahmad - Nov 27 2007 : 9:30:05 PM</div id="right"></i>
Hi,
Please follow this steps:
1) select program_application_id, count(1)
from apps.fnd_concurrent_requests
group by program_application_id;

2) select a.user_concurrent_program_name, count(1)
from fnd_concurrent_programs_tl a, fnd_concurrent_requests b
where a.concurrent_program_id=b.concurrent_program_id
and program_application_id=0
group by a.user_concurrent_program_name;

3) (a) Login into Applications as the SYSADMIN user or as a user with System Administrator
responsibility
(b) Navigate: Request -> Run
(c) Choose the ""Purge Concurrent Requests and/or Manager Data" program
(d) Use the following Parameters:
-- Entity=REQUEST
-- Mode=Age
-- Mode Value=5
-- Program Application=Application Object Library
-- Program=< Enter the program name here from the SQL query in step #1>
-- Report=Yes
-- Purge Other=Yes
(e) Click the (OK] button
(f) Click the (Submit] button to purge the records


Please follow this.