sysman/recv/errors
Hello everyone,
I have recently installed oracle application server on windows server 2003.
and I also configured our system on this application and working fine with no problem.
The problem is that there are many errors generated under ORACLE_HOME/(server_dbname)/sysman/recv/errors filling up my hard disk.
The Files like A0000000064.err_2007_06_29_17_45_53.
The content of the files are similar, and begin with:-
=============================
Time: 2011-12-17 16:53:49
From: http://testapp:1830/emd/main
-->
<UPLOAD OMS_PROTOCOL_VERSION="10.1.0.2.0" UPLOAD_TYPE="metadata" EMD_URL="http://testapp:1830/emd/main" MERGE_TIMESTAMP="2011-12-17 16:53:49">
<ROWSET OMS_PROTOCOL_VERSION="10.1.0.2.0" TABLE="MGMT_TARGET_PROP_DEFS">
<ROW>
<TARGET_TYPE>oracle_database</TARGET_TYPE>
<TYPE_META_VER>3.1</TYPE_META_VER>
<PROPERTY_NAME>OracleHome</PROPERTY_NAME>
<PROPERTY_TYPE>INSTANCE</PROPERTY_TYPE>
<PROPERTY_DISPLAY_NAME>Oracle home path</PROPERTY_DISPLAY_NAME>
<PROPERTY_DISPLAY_NLSID>OracleHome_iprop</PROPERTY_DISPLAY_NLSID>
<REQUIRED_FLAG>0</REQUIRED_FLAG>
<CREDENTIAL_FLAG>0</CREDENTIAL_FLAG>
<DEFAULT_VALUE/>
===================================
And I followed the following document from the following site :-
http://oracle-in-examples.blogspot.com/2008/07/oraclehome-sysmanrecverrors-directory.html
1- Stop the consoles:
cd $ORACLE_HOME/bin
./emctl stop iasconsole
./emctl stop dbconsole
2- Make a backup of the $ORACLE_HOME/sysman/jlib/emCORE.jar file
cd $ORACLE_HOME/sysman/jlib
cp emCORE.jar emCORE.jar.bkp
3- Replace this jar file by that one of 10.1.0.5.0 version:-
emCORE.jar
4- Make a copy of the $ORACLE_HOME/bin/emctl.pl file.
cd $ORACLE_HOME/bin
cp emctl.pl emctl.pl.bkp
5- Replace 10.1.0.3.0 to 10.1.0.5.0 in the $ORACLE_HOME/bin/emctl.pl file.
There are three places where this string has to be changed.
6- Start consoles.
cd $ORACLE_HOME/bin
./emctl start iasconsole
./emctl start dbconsole
./emctl status iasconsole
./emctl status dbconsole
but when I reached to step 3 I could not obtain (emCORE.jar) file for 10.1.0.5.0 version.
Please could anyone help me to solve this problem?
bye.