Friday, July 22, 2011

Clonig Issues

Troubleshooting RapidClone issues with Oracle Applications R12 [ID 603104.1]

Some of the Cloning Issues faced and it’s solution:

1    - While running adpreclone on EBS ,  APPS  user locked continiously .
Soultion - Follow metalink Note Id - ID 420001.1

2- PDF output problem in Instance. No PDF output produced  after cloning .

        Solution - Follow metalink Note Id ID 981163.1

3-    Got this in alert.log WARNING: Oracle executable binary mismatch detected.

Solution - Follow the metalink Note ID - 369260.1.

4-    After cloning, forms will not launch ,it will not come up.Performed the below Steps:

  EXEC FND_CONC_CLONE.SETUP_CLEAN; commit;
Ran the cmclean.sql scripts

Run Autoconfig on all nodes.(DB+CM+WEB Nodes)

5. After cloning Purge Concurrent Request and/or Manager Data request  status alway is running , it is not completing.

As per Metalink ID 1016766.102 ( OS Files are Purged from Wrong Instance when Running Purge Concurrent Requests),It is because of FNDCPPUR is trying to delete files it can't access because they are belonging to the original environment.
The following table and columns still contain PATH referencing the original
environment :
FND_CONCURRENT_REQUESTS.LOGFILE_NAME
FND_CONCURRENT_REQUESTS.OUTFILE_NAME
Perfoem the below Steps:

     a) Stop the concurrent managers.
     b) Start a SQL*Plus session as APPLSYS.
     c) Issue the following commands:
             TRUNCATE TABLE fnd_concurrent_requests;
             TRUNCATE TABLE fnd_concurrent_processes;
        
             UPDATE fnd_concurrent_queues
                SET running_processes = 0,
                    max_processes = 0;
             COMMIT;
     d) Exit the SQL*Plus session.
d)    Restart the concurrent managers.


6)While running adcfgclone.pl getting the Inventory problem , so enter the correct entry in /etc/oraInst.loc location.

7) Also after starting the services the listener was not coming up because of missing listener.ora file in $TNS_ADMIN location.

Solution:

Then Stop the APPS Services ./adstpall.sh apps/<appspwd>
run the Autoconfig .   ./adautocfg.sh

Then start the APPS Services   ./adstrtal.sh apps/<appspwd>

No comments:

Post a Comment