Sunteți pe pagina 1din 4

1) after DBFRESH apps link is diverting to Prod Solution: fnd_nodes is not updated and SQL> select NODE_NAME,SUPPORT_CP,SUPPORT_FORMS,SUPPORT_WEB,SUPPORT_ADMIN,STATUS from

fnd_nodes; NODE_NAME S S S S S ------------------------------ - - - - CIDCSSLPGIEA2 Y Y Y Y after we run the Apps side auto config and went fine; 2)On 12.0.4, when attempting to clone the environment, the following error occurs when login to the new cloned environment. ERROR -------500 Internal Server Error java.lang.NoClassDefFoundError at oracle.apps.fnd.sso.AppsLoginRedirect.doGet(AppsLoginRedirect.java:623) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.Resour ceFilterChain.doFilter(ResourceFilterChain.java:64) We did ched every thg like serched and copiledjsp and jar files and all after Data in APPLSYS.WF_LOCAL_USER_ROLES are not synchronized. The following error message when running the following script outlines the cause : select count(*) from APPLSYS.WF_LOCAL_USER_ROLES; ORA-01578: ORACLE data block corrupted (file # 23, block # 221085) ORA-01110: data file 23: '/appli06/xietf4/app/a_txn_data02.dbf' ORA-26040: Data block was loaded using the NOLOGGING option 2. run the following script on the cloned environment to synchronize the Workflo w tables with APPS user sqlplus apps/<apps password> set serveroutput on size 100000; declare begin WF_LOCAL_SYNCH.BULKSYNCHRONIZATION( P_ORIG_SYSTEM => 'ALL', P_PARALLEL_PROCESSES => null, P_LOGGING => null, P_RAISEERRORS => TRUE); exception when others then dbms_output.put_line('sqlerrm = ' sqlerrm); end; / 3. Retest the login issue. 4. Migrate the solution as appropriate to other environments.

--------------------------------------------------------------------------------------------------------------------------------------CM is not coming up ..MDEV1 not in mdev1 mount point issue 306 and 305 report ok in pxy but

#################################################################### This is because there is a mismatch between a value in the $APPL_TOP/admin/.xml file and fnd_oam_context_files table in database. Probably due to a partial-uplo ad attempt in previous adconfig runs. Solution 1. What is the header version # in your .xml file? Ensure that the following lin e has s_contextserial set to 0 in your .xml file: <oa_context_serial oa_var="s_contextserial">0</oa_context_serial> 2. select substr(name,1,30),version, serial_number from fnd_oam_context_files; If any of these records have a value for serial_number other than null, please u pdate the record setting the serial_number to null and re-run autoconfig. Make sure to make a backup of the table before taking this step.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++ JSP error after clone as need sysadmin .. stop application services on all nodes then go to $COMMON_TOP/util/jinitiator and run txkSetPlugin.sh 16014 on each node one by one ####################################################################### UNABLE TO TO LOGIN AFTER UPDATING THE USERS ENDATE. gUEST pASSWORD ALSO ENDDATED. update fnd_user set end_date=NULL where user_name='GUEST'; $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ While DB upgrade adadmin maintanece mode with some package issue is not able to do ... For this We tried to run the grant and synonyms 1. Validate APPS schema 2. Re-create grants and synonyms for APPS schema Following error occurs...

declare*ERROR at line 1:ORA-04063: package body "SYSTEM.AD_DDL" has errors ORA-06508: PL/SQL: could not find program unit being called: "SYSTEM.AD_DDL"ORA06512: at line 19 Seems a known problem according to Metalink. Note 387745.1 brings the sollution... Run utlrp.sql again.... [oracle@ebs2 admin]$ sqlplus /nolog SQL*Plus: Release 10.2.0.2.0 - Production on Thu Dec 28 15:39:13 2006 Copyright (c) 1982, 2005, Oracle. All Rights Reserved. SQL> conn sys as sysdba Enter password: Connected. SQL> shutdown Database closed. Database dismounted. ORACLE instance shut down. SQL> startup upgrade ORACLE instance started. Total System Global Area 1073741824 bytes Fixed Size 1264892 bytes Variable Size 415236868 bytes Database Buffers 645922816 bytes Redo Buffers 11317248 bytes Database mounted. Database opened. SQL> @utlirp.sql SQL>shutdown SQL>startup SQL>@utlrp.sql Problem solved... Again run adadmin $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ After Clone for a specific user having iSupplier access is pointing to Productio n. Changed the Profile option POS:External URL and POS: Internal URL. $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Error in alert log : that after rman implimentaion becasue of log_interval value ################################################################################ ################ R12 Login Issue after any maintenance activity

Sometime if you try to access home page after any maintenance activity, it displ ays a blank page. This may occure due to jsp/class corruptions in $COMMON_TOP/_p ages. how do we come to know that there is jsp/class corruption ? Enable and Collect Debug for HTTP, OC4J and OPMN in R12 ,

we may see in: $LOG_HOME/ora/10.1.3/j2ee/oacore/oacore_default_group_1/application.log (for various class files: Missing Missing Missing Missing ) class: class: class: class: _OA _AppsLocalLogin _OAInfo _jsp._fnd._aoljtest

Solution ======== To implement the solution, please execute the following steps: 1. cd $FND_TOP/patch/115/bin 2. perl ojspCompile.pl compile flush -p 2 3. Bring up the services and test login ################################################################################ ######### DBA TEST ZONE> lsnrctl start LISTENER_ORA8 LSNRCTL for Solaris: Version 8.0.6.0.0 - Production on 07-SEP-09 10:52:35 (c) Copyright 1999 Oracle Corporation. All rights reserved. Starting /usr/app/oracle/product/8.0.6/bin/tnslsnr: please wait... TNSLSNR for Solaris: Version 8.0.6.0.0 - Production System parameter file is /usr/app/oracle/product/8.0.6/network/admin/listener.or a Log messages written to /usr/app/oracle/product/8.0.6/network/log/listener_ora8. log Attempted to listen on: (DESCRIPTION=(CONNECT_TIMEOUT=10)(ADDRESS=(PROTOCOL=IPC) (KEY=test8))) TNS-12546: TNS:permission denied TNS-12560: TNS:protocol adapter error TNS-00516: Permission denied Solaris Error: 13: Permission denied [oadev10 cidcsgiea6 ] $ cd /usr/tmp/.oracle [oadev10 cidcsgiea6 ] $ rm sEXTPROCLDD1V [oadev10 cidcsgiea6 ] $ ^D ################################################################################ #########

S-ar putea să vă placă și