Relinking libraries in r12 after cloning

Hi All
We have implemented EBS r12 on solaris 5.10. My production system is working fine. But when i try to clone from production to test. DB tier is comming up well. But APPS tier is showing some library issues. like below
lchown: libnavhoa.a: No such file or directory
chown: hsdb_inf.so: No such file or directory
chown: hsdb_odbc.so: No such file or directory
chown: hsdb_oing.so: No such file or directory
chown: hsdb_ora.so: No such file or directory
chown: hsdb_syb.so: No such file or directory
chown: ldflags: No such file or directory
chown: libocci.so: No such file or directory
chown: lbuilder: No such file or directory
chown: ldflags: No such file or directory
chown: libocci.so: No such file or directory
chown: webcachectl: No such file or directory
chown: lbuilder: No such file or directory
chown: libnavhoa.a: No such file or directory
chown: hsdb_inf.so: No such file or directory
chown: hsdb_odbc.so: No such file or directory
chown: hsdb_oing.so: No such file or directory
chown: hsdb_ora.so: No such file or directory
chown: hsdb_syb.so: No such file or directory
chown: log4j-core.jar: No such file or directory
chown: readme.examples.html: No such file or directory
chown: lib32: No such file or directory
Can anyone help to slove this. I can remove the all the links using
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib/libnavhoa.a
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib/libnavhoa.a
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib/hsdb_inf.so
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib/hsdb_inf.so
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib/hsdb_odbc.so
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib/hsdb_odbc.so
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib/hsdb_oing.so
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib/hsdb_oing.so
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib/hsdb_ora.so
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib/hsdb_ora.so
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib/hsdb_syb.so
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib/hsdb_syb.so
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib32/ldflags
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib32/ldflags
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib32/libocci.so
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib32/libocci.so
unlink /oraapps/appltest/apps/tech_st/10.1.3/bin/lbuilder
unlink /oraapps/appltest/apps/tech_st/10.1.2/bin/lbuilder
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib32/ldflags
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib32/ldflags
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib32/libocci.so
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib32/libocci.so
unlink /oraapps/appltest/apps/tech_st/10.1.2/bin/webcachectl
unlink /oraapps/appltest/apps/tech_st/10.1.3/bin/lbuilder
unlink /oraapps/appltest/apps/tech_st/10.1.2/bin/lbuilder
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib/libnavhoa.a
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib/libnavhoa.a
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib/hsdb_inf.so
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib/hsdb_inf.so
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib/hsdb_odbc.so
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib/hsdb_odbc.so
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib/hsdb_oing.so
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib/hsdb_oing.so
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib/hsdb_ora.so
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib/hsdb_ora.so
unlink /oraapps/appltest/apps/tech_st/10.1.3/lib/hsdb_syb.so
unlink /oraapps/appltest/apps/tech_st/10.1.2/lib/hsdb_syb.so
unlink /oraapps/appltest/apps/tech_st/10.1.2/sysman/webapps/emd/WEB-INF/lib/log4j-core.jar
unlink /oraapps/appltest/apps/tech_st/10.1.2/webcache/examples/readme.examples.html
unlink ldflags
unlink libocci.so
unlink ldflags
unlink libocci.so
unlink /oraapps/appltest/apps/tech_st/10.1.2/webcache/lib32
but how do i place them back.
Regards
MUsaddaq

Hi,
These are the symbolic links which are not copied or not exist in the clone system as the paths of source and clone system is diff
recreate the symbolic links using the correct paths after u copy the filesystem to target.
1)use below command to list the links in source and compare it with copied filesystem on target
#find . -type l -print | wc -l
remove wc -l to get the file names and paths
2)delete the link using rm -rf command ,before doing that take note what are links and were they are pointing
3)create new link using below sysntax
# ln -s /ebiz1/PATCHAPP/apps/tech_st/10.1.2/webcache/bin/webcachectl webcachectl ( webcachectl is the link to /ebiz1/PATCHAPP/apps/tech_st/10.1.2/webcache/bin/webcachectl)
after u do the above steps then run postclone
hope u got it
Regards
Edited by: Ahmed@hungry_dba on Feb 14, 2010 11:04 PM

Similar Messages

  • R12.1.1: After cloning, unable to open any form .. APP-FND-01496

    R12.1.1: After cloning, unable to open any form .. Getting the follownig error ..
    Cannot complete applications login. You may have entered an invalid applications password, or there may have been a database connect error.
    and ..
    APP-FND-01496 ..

    Hi Hussein,
    How To solve The Login Errors : APP-FND-01931, APP-FND-01496, cause : Application Object Library was unable to access your ORACLE password ? [ID 787773.1]
    Not appliable to my scenario.Unable To Launch Forms Receive Error App-fnd-01931 [ID 433554.1]
    Done all following steps. No success...regenerate jar files - select YES when prompted to force generation of jar files.
    recompile apps schema to check for invalid objects.
    regenerate forms and pll's.
    relink all applications programs - specifically f60webmx, although relinking all the applications executables is advisable.
    recreate grants and synonyms.
    recompile menus.
    Clear Oracle jinitiator cache on client machine - typically c:\programs\oracle\jinit...\jcache .
    Clear browser cache.
    Bounce Oracle application services and re-test the issue.
    Can Log Into Applications but Cannot Use Any Ad Tools [ID 391496.1]
    I have already tried the recommended solution. No success.Is there any way to troubleshoot APP-FND-01496 and find out the root cause?
    S. Sundar

  • After cloning form server is not running in r12

    Hi All,
    after cloning form server is not working
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    OC4JGroup:default_group | OC4J:oafm | 528566 | Alive
    OC4JGroup:default_group | OC4J:forms | N/A | Down
    OC4JGroup:default_group | OC4J:oacore | 327766 | Alive
    HTTP_Server | HTTP_Server | 1163498 | Alive
    i checked logfile.i found below error
    /opmn/bin/opmnctl[31]: unlimited: bad number
    opmnctl: opmn is already running.
    when i check adformsctl.sh status it showing like below
    adformsctl.sh: exiting with status 0
    how to trobleshut this one.
    Thanks.

    Hi,
    did u check all the pre-requisites on the clone server before cloning. Please post contents of logfile here.
    $INST_TOP/logs/ora/10.1.3/opmn/default_group~forms*.log
    $INST_TOP/logs/ora/10.1.3/opmn/forms_default_group*/formsstd.err
    Thanks,
    Taher

  • Oracle Applications Manager problem after cloning 11i

    Hi All,
    After cloning ebs 11.5.10.2 from AIX 5.3 to AIX 6.1, I have problem with OAM.
    When I call OAM, after login, I get a blank page with Oracle icon in the upper left corner.
    It seems that everything else works fine.
    Acces_log, error_log does not give any error message.
    Really appreciate your help
    Thanks
    Boris

    Hi.
    I tried all the above, without success.
    Now I have a new problem, after I tried to relink according DOC ID 356878.1
    adrelink.sh force=y "ad adadmin"
    an error occurs:
    "XCOFF64 object files are not allowed in 32-bit mode".
    After playing with [ID 456985.1] and OBJECT_MODE=64 I do not know what next,.
    Is it problem with AIX 6.1 and database 9.2.0.6 (which is part of ebs 11.5.10.2)?
    Thanks
    Boris

  • All Mac apps don't work after cloning on new hd.

    All Mac apps don't work after cloning on new hd.
    I used CCC to clone 10.6.8 then onto new drive. Everything works BUT all Mac apps.
    Error: You can't open the app(s) because it is not supported on this type of Mac. (On MacBook 2011)
    Thanks for your help.

    All good. Just drag and dropped each application and they worked until I did a restart. Then repaired permissions and everything works.

  • "F11 System Recovery" during boot does not work after Cloning hard drive.

    Problem: “F11 System Recovery” during boot does not work after Cloning hard drive.
    HP Envy m6-1125dx UEFI Notebook Computer with GPT hard drive.
    Original Seagate Hard Disk GPT 700GB with Window 8.0_64 upgraded to Windows 8.1_64
    Startup Menu (F11 System Menu works properly) only on original hard drive.
    Following obtained from Disk Management & diskpart in Command Prompt.
                                     GPT Disk <700GB>
    Partition 1 WINRE NTFS Primary 235MB/400MB [Recovery]
    Partition 2 EFI System FAT32 (LBA) Primary 108MB/260MB [System]
    Partition 3 (NONE) Unformatted Primary 128MB/128MB [Reserve]
    Partition 4 Main NTFS Primary 90GB/195GB [Primary “C”]
    Partition 5 (NONE) NTFS Primary 372MB/450MB [Recovery]
    Partition 6 Data NTFS Primary 7GB/475GB [Primary “E”]
    Partition 7 NTFS Primary 26MB/350MB [Recovery]
    Partition 8 Recovery NTFS Primary 24GB/26GB [Recovery “D”]
    I have Cloned the original hard drive to a new HGST 1TB Hard Drive using four different methods (sector by sector):
    Acronis True Image 2015
    Acronis Backup for PC
    AOMEI Backupper Professional
    Macrium Reflect
    Each time the cloning process completes successfully and has the same original partition arrangement. The computer works properly except when trying to use the “F11 System Menu” key during boot. It gives the following error message:
    “Recovery
    Your PC needs to be repaired
    A required device isn’t connected or can’t be accessed.
    Error code: 0xc0000225
    You need to use the recovery tools on your installation media. If you don’t have any installation media (like a disc or USB device), contact your system administrator or PC manufacturer. “
    Any suggestions why the F11 System Recovery does not work during boot and how to fix the problem would be appreciated. I have does various disk checking and file checking on both the original and new hard drive with no errors.
    Thank you in advanced.

    Hi,
    How did you clone the HDD ? One-for-one or different method ?
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Login page not working in EBS R12 after autoconfig.

    Hi,
    We are using EBS R12 on windows 2003 server 32 on a test machine. As we were making some changes using autoconfig,
    as the Login page not working in EBS R12 after running autoconfig.
    Kindly help us.
    Thanks in advance.

    Hi,
    Rollback the changes and run AutoConfig, see if you get the same error or not then -- See (Note: 387859.1 - Using AutoConfig to Manage System Configurations in Oracle E-Business Suite Release 12) for details "2.5. Rolling Back an AutoConfig Session".
    Regards,
    Hussein

  • HT1420 If I deactivate all computers will all downloads, pictures and music libraries remain accessible after re-authorizing a computer?

    If I deactivate all computers will all downloads, pictures and music libraries remain accessible after re-authorizing a computer?

    Yes.
    (71459)

  • Regarding DB ID after cloning

    Hi All,
    I have doubt on DBID 's after cloning. Will the DBID of new database same or changes after cloning of database in all versions of oracle 10g and 11g?
    I observed in some cases it remains same and I also want to know what is the impact of being same and changing of DBID.
    Please help in this regard...
    Thanks in Advance

    It depends on the way database has been cloned: if you have used RMAN DUPLICATE, RMAN has changed the DBID otherwise the DBID is not changed.
    DBID may be used if you need to restore database control file wtih RMAN backups without recovery catalog.
    DBID is also used internally in RMAN recovery catalogs to identify databases.
    Edited by: P. Forstmann on 6 sept. 2011 08:35

  • Concurrent Manager not starting after cloning

    Hi,
    I am not able to start concurrent manager after cloning the CM tier. I am gettiing below error in the manager log file,
    Could not initialize the Service Manager FNDSM_<Node name>_<Env>. Verify that <Node Name> has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library /u01/app/hl.../...appl/po/11.5.0/bin/RCVOLTM.
    What might be cause of the error?
    Thanks,
    Prasad

    Hi Prasad,
    Using normal hostsnames or virtual hostsnames? Also did you experience issues during the dbTier clone (check all log files created even if the cloning did not error out)
    Possible the hostsnames in FND_NODES are not cleared properly during the DB clone
    Running the following might give a better result:
    1 - SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN;
    COMMIT;
    EXIT;
    2 - Run AutoConfig on all tiers, firstly on the DB tier and then the APPS tiers,
    3 - check if the concurrent managers are starting.
    Regards,
    Ronald

  • After cloning, OAM dashboard screen doesn't come immediately,why?

    Hi
    Created instance using rapidclone. Login page ok,when i click on OAM Dash Board didn't showup, why? Does it need to restart all services once again or any workaround solution?
    When i see database datafile directory, it shows only 45 data files where demo instance has 199 data files.
    Please clarify?
    Thanks
    Ateeq

    Does it need to restart all services once again or any workaround solution? Please bounce the application services and check then (before doing any modifications).
    Login page is ok but problem with Dashboard only. Do you mean you do not see the link? Or the services are down even all the components are up?
    Please review the following notes:
    Note: 413067.1 - No OAM Application Manager Link in R12 after a fresh installation
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=413067.1
    Note: 419823.1 - OAM: Web Components Status: Shows Down Even When The System Works Fine
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=419823.1

  • EBS R12 11gRAC cloning

    Hi
    EBS -R12.1.2
    11gR2-11.2.0.2
    Linux x86-64 - Multinode EBS 3 node cluster
    could please suggest the EBS R12 11gRAC cloning doc.
    Thanks
    simha

    Hi;
    Please see:
    Certified RAC Scenarios for E-Business Suite Cloning [ID 783188.1]
    Cloning Oracle E-Business Suite Release 12 RAC-Enabled Systems with Rapid Clone [ID 559518.1]
    Regard
    Helios

  • Can't write to external disk after cloning startup disk to it

    After cloning my PowerBook Pro's startup disk to an external Thunderbolt drive, and temporarily using that drive to boot-up, the Thunderbolt drive is locked into Read Only mode.  How do I enable it to write again? The INFO pane says the following: System privilege: "Read & Write"; wheel: "Read Only"; everyone: "Read Only".  The basis for my cloning was to deal with a very full startup disk that I did a lot of video editing on (very processor intensive).  The disk had become fragmented to the point that it couldn't access sectors fast enough for editing, so I cloned it over to a G-Tech Thunderbolt drive (using Carbon Copy Cloner), reformatted the MacBook startup disk, then reverse-cloned the copied files back over from the Thunderbolt, the idea being that they'd be re-written nice 'n neat in unfragmented order into their proper sectors. I then ceased booting-up from Thunderbolt, but now the system seems to think that Thunderbolt is still special in some way like a gossling bonded to a surrogate human mother, and it won't let me write to it.  Can anybody help me with this?

    Have you verified and if necessary, repaired the disk(s) using Disk Utility on your Mac?

  • Error code after cloning

    After cloning my OS HD to another drive using CCC I'm getting "The operation could not be completed, an unexpected error has occurred(error code -43)" when I click on Time Machine in the dashboard.
    Does using CCC somehow negate TM or cause it to not function from the dashboard? I can start it from System Prefs or the recent items list but not from the Dash.

    Don't know anything about a TM widget, but that error states:
    fnfErr = -43, /*File not found*/
    and I surmise the link to the widget is broken.

  • Unable to open forms after cloning

    Hi All,
    I just completed my first linux to linux clone but my forms would not open up.
    No error shows up in internet explorer but in firefox I get the following error.
    You don't have permissions to access /pls/ebd/fnd_icx_launch.launch on this server. I am running 11.5.10
    I am logged in as sysadmin.
    Did I miss a step??

    Cannot Access Oracle Application Forms After Cloning
         Doc ID:      Note:556537.1
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:8067529953336597447::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,556537.1,1,1,1,helvetica
    search with this " /pls/ebd/fnd_icx_launch.launch " and you will find similar issues to yours in metalink
    Message was edited by:
    TAI

Maybe you are looking for

  • Unable to Delete Older Printing Presets -- Officejet Pro 8000 Wireless Printer with OSX v10.6.4

    I find that, after upgrading to the latest Officejet Pro 8000 A809 (989005) printer driver, I am not able to delete Presets that were created with earlier versions of the Apple/HP supplied printer driver.  I am using OSX v10.6.4 and v2.0.3 of the HP

  • FX 5200 T-128 problem

    I recently bought a nVIDIA GeForce FX5200 T-128 card, which claims to support dual link DVI on the manual, but how is that remotely possible when there is only one physical connector on the card, which happens to be analogue??????????????? Please hel

  • HT201304 Website restrictions do not work

    I'm trying to put in some parent controls on a new iPad mini and I would like to block youtube. I have set up restrictions and entered the YouTube web address in the Never Allow section but it doesn't work!! Any help and guidance would be greatly rec

  • Imac synchronization video/sound with airport

    Hi all, I just acquired an Imac and an airport express. My aiport express is conneected to my amplifier and my broadband.   On the Imac, when I play a video, the image is not synchronize with the music !! there are 2-3 sec difference. Did anyone expe

  • Running java program in other machines

    i want to run my java program file in other machines , how i can do this without installing jdk1.3 on them?