Cloning error

Hi
Yesterday i was performing backup of our existing 11g DB and APPS
then i tried to UP in other pc machine
but i got error like this during restoring of CLONE
ERROR: Failed to execute /oracle/PROD/db/tech_st/11.1.0/appsutil/clone/bin/adclone.pl
when i checked the log there are many errors:
checking DB Connection...
DEBUG: checkDBConnection in()
ADX Database Utility
getConnection() -->
sDbHost : tailinsubic
sDbDomain : erp.net
sDbPort : 1526
sDbSid : PROD
sDbUser : APPS
Trying to connect using SID...
getConnectionUsingSID() -->
JDBC URL: jdbc:oracle:thin:@tailinsubic.erp.net:1526:PROD
Exception occurred: java.sql.SQLRecoverableException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Trying to connect using SID as ServiceName
getConnectionUsingServiceName() -->
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=tailinsubic.erp.net)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=PROD)))
Exception occurred: java.sql.SQLRecoverableException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Trying to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName() -->
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=tailinsubic.erp.net)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=PROD.erp.net)))
Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
Connection could not be obtained; returning null
ADX Database Utility
getConnectionUsingAppsJDBCConnector() -->
APPS_JDBC_URL='null'
Trying to get connection using SID based connect descriptor
getConnection() -->
sDbHost : tailinsubic
sDbDomain : erp.net
sDbPort : 1526
sDbSid : PROD
sDbUser : APPS
Trying to connect using SID...
getConnectionUsingSID() -->
JDBC URL: jdbc:oracle:thin:@tailinsubic.erp.net:1526:PROD
Exception occurred: java.sql.SQLRecoverableException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Trying to connect using SID as ServiceName
getConnectionUsingServiceName() -->
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=tailinsubic.erp.net)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=PROD)))
Exception occurred: java.sql.SQLRecoverableException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Trying to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName() -->
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=tailinsubic.erp.net)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=PROD.erp.net)))
Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
Connection could not be obtained; returning null
SQL*Plus: Release 11.1.0.7.0 - Production on Tue Mar 15 18:59:24 2011
Copyright (c) 1982, 2008, Oracle. All rights reserved.
Connected to an idle instance.
ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.
Total System Global Area 1068937216 bytes
Fixed Size          2166536 bytes
Variable Size          427819256 bytes
Database Buffers     624951296 bytes
Redo Buffers          14000128 bytes
Control file created.
alter database open resetlogs
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/oracle/PROD/db/apps_st/data/system01.dbf'
alter tablespace TEMP1 add tempfile '/oracle/PROD/db/apps_st/data//temp01.dbf' REUSE
ERROR at line 1:
ORA-01109: database not open
alter tablespace TEMP2 add tempfile '/oracle/PROD/db/apps_st/data//temp02.dbf' REUSE
ERROR at line 1:
ORA-01109: database not open
ALTER DATABASE RENAME GLOBAL_NAME TO "PROD.erp.net"
ERROR at line 1:
ORA-01109: database not open
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.
Total System Global Area 1068937216 bytes
Fixed Size          2166536 bytes
Variable Size          427819256 bytes
Database Buffers     624951296 bytes
Redo Buffers          14000128 bytes
Database mounted.
PL/SQL procedure successfully completed.
ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.
Total System Global Area 1068937216 bytes
Fixed Size          2166536 bytes
Variable Size          427819256 bytes
Database Buffers     624951296 bytes
Redo Buffers          14000128 bytes
Control file created.
alter database open resetlogs
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/oracle/PROD/db/apps_st/data/system01.dbf'
alter tablespace TEMP1 add tempfile '/oracle/PROD/db/apps_st/data//temp01.dbf' REUSE
ERROR at line 1:
ORA-01109: database not open
alter tablespace TEMP2 add tempfile '/oracle/PROD/db/apps_st/data//temp02.dbf' REUSE
ERROR at line 1:
ORA-01109: database not open
ALTER DATABASE RENAME GLOBAL_NAME TO "PROD.erp.net"
ERROR at line 1:
ORA-01109: database not open
Error Running create/replace library with adupdlib.sql
ORA-01109: database not open
PL/SQL procedure successfully completed.
Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
exit_code=0
Checking for errors ...
The database has not been successfully created. Shutting down the instance ...
SQL*Plus: Release 11.1.0.7.0 - Production on Tue Mar 15 18:59:43 2011
Copyright (c) 1982, 2008, Oracle. All rights reserved.
Connected.
ORACLE instance shut down.
Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
.end std out.
.end err out.
ADX Database Utility
getConnectionUsingAppsJDBCConnector() -->
APPS_JDBC_URL='null'
Trying to get connection using SID based connect descriptor
getConnection() -->
sDbHost : tailinsubic
sDbDomain : erp.net
sDbPort : 1526
sDbSid : PROD
sDbUser : APPS
Trying to connect using SID...
getConnectionUsingSID() -->
JDBC URL: jdbc:oracle:thin:@tailinsubic.erp.net:1526:PROD
Exception occurred: java.sql.SQLRecoverableException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Trying to connect using SID as ServiceName
getConnectionUsingServiceName() -->
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=tailinsubic.erp.net)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=PROD)))
Exception occurred: java.sql.SQLRecoverableException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Trying to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName() -->
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=tailinsubic.erp.net)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=PROD.erp.net)))
Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
Connection could not be obtained; returning null
-------------------ADX Database Utility Finished---------------
RC-00118: Error occurred during creation of database
Raised by oracle.apps.ad.clone.ApplyDatabase
During of my BACKUP i did not get any errors from the source.
please help how to resolve the issue
thanks

alter database open resetlogs
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/oracle/PROD/db/apps_st/data/system01.dbf'This error indicates that one (or more) of the datafiles is out of sync, so the proper solution is to run preclone again, shutdown the source database (clean shutdown), and copy the database tier files before trying to run postclone again on the target node.
How to deal with common issues on the Database Tier when cloning with Rapid clone [ID 807597.1]
Rapid Clone Failed While Running Adcfgclone.Sh Database Tier RC-00118 [ID 375389.1]
Thanks,
Hussein

Similar Messages

  • Cloning error again part 3

    Hi Hussein,
    I thought I mastered cloning :( but here again I'm cloning for the Nth time and still encountered new error.
    I am running :
    perl adcfgclone.pl dbTier
    But i got this error :
    Log file located at /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/log/DEV_orafin/ApplyDBTier_09012003.log
      -     15% completed       RC-50004: Fatal: Error occurred in ApplyDatabase:
    RC-50014: Fatal: Execution of AutoConfig was failed
    ERROR while running Apply...
    Tue Sep  1 20:06:43 2009
    ERROR: Failed to execute /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/clone/bin/adclone.plThe ApplyDBTier_09012003.log contains :
    The environment settings are as follows ...
           ORACLE_HOME : /u02/oradev/DEV/db/tech_st/10.2.0
            ORACLE_SID : DEV
              TWO_TASK :
                  PATH : /u02/oradev/DEV/db/tech_st/10.2.0/perl/bin:/u02/oradev/DEV/db/tech_st/10.2.0/bin:/usr/bin:/usr/sbin:/u02/oradev/DEV/db/tech_st/10.2.0/appsutil/jre/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/u02/oradev/DEV/db/tech_st/10.2.0/appsutil/clone/bin/../jre/bin:/u02/oradev/DEV/db/tech_st/10.2.0/appsutil/clone/bin/../jre/bin:/u02/oradev/DEV/db/tech_st/10.2.0/perl/bin:/u02/oradev/DEV/db/tech_st/10.2.0/bin:/usr/bin:/usr/sbin:/u02/oradev/DEV/db/tech_st/10.2.0/appsutil/jre/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/u02/oradev/DEV/db/tech_st/10.2.0/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oradev/bin:.:.
          Library Path : /u02/oradev/DEV/db/tech_st/10.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u02/oradev/DEV/db/tech_st/10.2.0/lib:/usr/dt/lib:/u02/oradev/DEV/db/tech_st/10.2.0/ctx/lib
    SQLPLUS Executable : /u02/oradev/DEV/db/tech_st/10.2.0/bin/sqlplus
    SQL*Plus: Release 10.2.0.3.0 - Production on Tue Sep 1 20:06:43 2009
    Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    adcrobj.sh exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Services Phase
    Running Service Process 2 of 2 for AppsUtil
    Executing script in InstantiateFile:
    /u02/oradev/DEV/db/tech_st/10.2.0/perl/bin/perl -I /u02/oradev/DEV/db/tech_st/10.2.0/perl/lib/5.8.3 -I /u02/oradev/DEV/db/tech_st/10.2.0/perl/lib/site_perl/5.8.3 -I /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/perl /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/install/DEV_orafin/txkConfigDbOcm.pl
    script returned:
    Checking if OCM is already configured in: /u02/oradev/DEV/db/tech_st/10.2.0
    OCM is not yet configured in: /u02/oradev/DEV/db/tech_st/10.2.0
    Configuring OCM on the Database Tier....
    Testing database connection...
    Unable to connect to the database. OCM cannot be configured.
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution.  Errors are grouped by directory and phase.
    The report format is:
          <filename>  <phase>  <return code where appropriate>
      [PROFILE PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/install/DEV_orafin
          afdbprf.sh              INSTE8_PRF         1
      [APPLY PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/install/DEV_orafin
          adcrobj.sh              INSTE8_APPLY       1
    AutoConfig is exiting with status 2
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyDatabasePlease help .....Thanks

    ohhh again ...I check the log...and I guess I entered DEV.
    The following values will be used to create the context file
      s_isWeb  =  YES
      s_db_util_filedir  =  /usr/tmp2
      s_dbhome4  =  /u02/oradev/DEV/db/apps_st/data
      s_dbhome3  =  /u02/oradev/DEV/db/apps_st/data
      s_dbhost  =  orafin
      s_db_oh  =  /u02/oradev/DEV/db/tech_st/10.2.0
      s_dbhome2  =  /u02/oradev/DEV/db/apps_st/data
      s_dbhome1  =  /u02/oradev/DEV/db/apps_st/data
      s_dbgroup  =  dba
      s_dbGlnam  =  DEV
      s_dbdomain  =  phil.com.ph
      s_dbSid  =  DEV
      s_dbuser  =  oradev
      s_isForms  =  YES
      s_database_type  =
      s_temp  =  /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/temp
      s_db_ons_localport  =  6300
      s_hostname  =  orafin
      s_dbSidLower  =  dev
      s_cmanport  =  1521
      s_dbCluster  =  false
      s_domainname  =  phil.com.ph
      s_isAdmin  =  YES
      s_isConc  =  YES
      s_contextfile  =  /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/DEV_orafin.xml
      s_dbport  =  1521
      s_contextname  =  DEV_orafin
      s_db_ons_remoteport  =  6400
      s_clonestage  =  /u02/oradev/DEV/db/tech_st/10.2.0/appsutil/clone
      s_base  =  /u02/oradev/DEV
    ****************************************************

  • Oracle application cloning error

    Hi
    I tried to do the cloning in oracle application 11.5.10.2, but I got the following error control file creation failed, now my database status is nomount stage, now I create the control file manually its possible please give me the solution.
    Regards
    D

    Hi,
    What is the complete error message?
    If you have managed to create the control files manually, you can follow the steps in (Note: 230672.1 - Cloning Oracle Applications Release 11i with Rapid Clone), under "Appendix B: Recreating Database control files manually in Rapid Clone." section. Otherwise, you will have to shutdown the source database properly, take a backup, and repeat the normal cloning steps.
    Regards,
    Hussein

  • On windows, while cloning error The destination file does not have write pe

    Hi,
    I am cloning in windows 2003, 11.5.10.2. After copying files while runnig
    adcfgclone.pl dbTier it is hanging at 13% and throwing error "The Destination file does not have write permissions ......\9.2.0\OPatch\perl_modules\Command.pm"
    i am not using MKS perl.
    i changed directory to $ORACLE_HOME\Apache\perl\5.*\MS*\
    perl .....\appsutil\clone\bin\adcfgclone.pl dbTierPlease any pointers will be helpful.
    Regards
    Taher

    Hi Taher;
    Please check:
    perl setting windows:
    Re: cloning oracle applications 11i on windows
    Also check:
    Setting the Perl Environment PERL5LIB [ID 395294.1]
    Common Perl Setup Issues and Solutions for E-Business Suite 11i [ID 404055.1]
    Regard
    Helios

  • Cloning error in appsTier

    Hi
    Actually i took the backup of the instance in prod server and transferred, un tar in dev server. When i first ran post clone on apps tier and db tier, completed successfully. In cloned instance, when i open any form it gives FRM-'92101:There was a failure in the Forms Server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details'.
    Then i removed the soft links as these two servers have different mounts and ip addresses, ran postclone again. This time, dbTier is ok, but appsTier is giving this error
    RC-50004: Fatal: Error occured in ApplyAppsTier:
    stack trace: blalablalal
    ERROR: Failed to execute /common_top/clone/bina/adclone.pl
    please check log file.
    In the logfile, it says
    ORA-12541: TNS:no listener
    Though the db listener is running.
    What to do?

    Hi,
    What is the application release?
    Then i removed the soft links as these two servers have different mounts and ip addresses, ran postclone again. This time, dbTier is ok, but appsTier is giving this error
    RC-50004: Fatal: Error occured in ApplyAppsTier:
    stack trace: blalablalal
    ERROR: Failed to execute /common_top/clone/bina/adclone.pl
    please check log file. Any details about the error in the log files?
    In the logfile, it says
    ORA-12541: TNS:no listener
    Though the db listener is running. Can you connect to the database as applmgr user?
    Did AutoConfig complete successfully?
    Regards,
    Hussein

  • 11.5.9 cloning error on windows 2000

    Hi,
    During cloning of 11.5.9 on windows i faced this issue in log file. plz help
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPROD))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=syst.syst.com)(Port=1526))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    adora8iinf.cmd exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    best regards,
    Kashif

    Hi Kashif,
    Looks like the same issue as you've reported in :
    11.5.9 Cloning issue
    Check the above Post
    KAR

  • Cloning Error Part 12

    Hi ,
    EBS 11i
    RHEL 4.6
    I been unluckly today :( , I did a lot of cloning and re-cloning but I still hits weird errors.
    I clone our PROD instance to DEV instance to test some patch and fuctional data update proces
    I successfully cloned the intance and started all server processes with status “0”.
    When I login to the webpage , I got “ internal server error”.
    The following are the Apache logs
      $IAS_ORACLE_HOME/Apache/Apache/logs/error_log
    [Wed May 12 12:12:00 2010] [notice] FastCGI: process manager initialized (pid 28828)
    [Wed May 12 12:12:01 2010] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Wed May 12 12:12:15 2010] [warn] OPM: EW: Process oracletrng.abc.local:19000 (pid:28832, group:XmlSvcsGrp) died, restarting.
    [Wed May 12 12:12:18 2010] [warn] OPM: EW: Process oracletrng.abc.local:19000 (pid:30002, group:XmlSvcsGrp) died, restarting.
    [Wed May 12 12:12:21 2010] [warn] OPM: EW: Process oracletrng.abc.local:19000 (pid:30168, group:XmlSvcsGrp) died, restarting.
    [Wed May 12 12:12:24 2010] [warn] OPM: EW: Process oracletrng.abc.local:19000 (pid:30227, group:XmlSvcsGrp) died, restarting.
    [Wed May 12 12:12:27 2010] [warn] OPM: EW: Process oracletrng.abc.local:19000 (pid:30282, group:XmlSvcsGrp) died, restarting.
    [Wed May 12 12:12:30 2010] [warn] OPM: EW: Process oracletrng.abc.local:19000 (pid:30337, group:XmlSvcsGrp) died, restarting.
    [Wed May 12 12:12:33 2010] [warn] OPM: EW: Process oracletrng.abc.local:19000 (pid:30396, group:XmlSvcsGrp) died, restarting.
    [Wed May 12 12:12:36 2010] [warn] OPM: EW: Process oracletrng.abc.local:19000 (pid:30538, group:XmlSvcsGrp) died, restarting.
    [Wed May 12 12:12:39 2010] [warn] OPM: EW: Process oracletrng.abc.local:19000 (pid:30595, group:XmlSvcsGrp) died, restarting.
    [Wed May 12 12:12:45 2010] [warn] OPM: EW: Process oracletrng.abc.local:19000 (pid:30843, group:XmlSvcsGrp) died, restarting.
    [Wed May 12 12:12:48 2010] [warn] OPM: EW: Process oracletrng.abc.local:19000 (pid:31144, group:XmlSvcsGrp) died, restarting.
    $IAS_ORACLE_HOME/Apache/Jserv/logs/jvm/XmlSvcsGrp.0.stderr
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection
            at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:678)
            at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4684)
            at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4507)
            at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
            ... 23 more
    Exception in thread "main" java.lang.ExceptionInInitializerError
            at org.apache.jserv.JServServletManager.load_init(JServServletManager.java:765)
            at org.apache.jserv.JServServletManager.loadServlet(JServServletManager.java:659)
            at org.apache.jserv.JServServletManager.loadStartupServlets(JServServletManager.java:789)
            at org.apache.jserv.JServServletManager.init(JServServletManager.java:447)
            at org.apache.jserv.JServ.start(JServ.java:625)
            at org.apache.jserv.JServ.main(JServ.java:234)
    Caused by: oracle.apps.fnd.cache.CacheException
            at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)
            at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)
            at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)
            at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
            at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
            at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
            at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1149)
            at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1010)
            at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:979)
            at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:946)
            at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:933)
            at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
            at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:932)
            at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:917)
            at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:882)
            at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:742)
            at oracle.apps.ecx.oxta.SystemProperties.<clinit>(SystemProperties.java:129)
            at oracle.apps.ecx.oxta.TransportAgentMain.init(TransportAgentMain.java:192)
            at org.apache.jserv.JServServletManager.load_init(JServServletManager.java:755)
            ... 5 more
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection
            at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:678)
            at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4684)
            at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4507)
            at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
            ... 23 more
    $IAS_ORACLE_HOME/Apache/Jserv/logs/mod_jserv.log
    [12/05/2010 12:12:42:894] (EMERGENCY) ajp12: auth did not receive challenge size
    [12/05/2010 12:12:42:894] (EMERGENCY) ajp12: function auth fail
    [12/05/2010 12:12:50:262] (ERROR) ajp12: Servlet Error: oracle.apps.fnd.cache.CacheException: null
    [12/05/2010 12:12:50:262] (ERROR) an error returned handling request via protocol "ajpv12"
    [12/05/2010 12:12:50:262] (ERROR) balance: 28923 internal servlet error in server oracletrng.abc.local:16000
    [12/05/2010 12:12:50:262] (ERROR) an error returned handling request via protocol "balance"
    [12/05/2010 12:13:21:765] (ERROR) ajp12: Servlet Error: oracle.apps.fnd.cache.CacheException: null
    [12/05/2010 12:13:21:765] (ERROR) an error returned handling request via protocol "ajpv12"
    [12/05/2010 12:13:21:765] (ERROR) balance: 28968 internal servlet error in server oracletrng.abc.local:16000
    [12/05/2010 12:13:21:765] (ERROR) an error returned handling request via protocol "balance"Please help....
    Thanks a lot
    Ms K

    Thanks hussein,
    Actually this what happened ( actual scenario)
    1. We had PROD instance (on PROD server)
    2. We clone it on the DEV instance (on DEV server), a separate server.
    3. We got issue, and need to apply PATCH-A
    4. We apply PATCH-A on DEV at in was successful.
    5. Then apply PATCH-A on PROD and in was successful.
    6. ....Note...that I did not run any preclone after the patch, because I am not aware that it must be done.
    7. We perform PROD backup daily at midnyt (cold backup)...so we have DAY 1 backup (after the patch)
    8. Day2 Backup....and so on.
    9. Now, here comes a time that we need the transaction for testing from Day1 backup.
    10. So I copied the Day1 Backup (apps and DB tiers) on DEV server and perform and run postclone.
    11. But the error I mentioned above appeared, my suspesion is that I did not run preclone after the patch.
    12. My question is...HOw can I run preclone to a backup? to its original state?
    Or how can I restore a backup of PROD to DEV server without running postclone?
    What I mean is just start it up on DEV to its original state like its source on PROD server?
    13. I can not restore it in PROD because the current prod is there.
    ****END****
    Thanks a lot

  • DB Tier Cloning Error

    Hi hussein,
    I am cloning our db tier but I got this error:
    Why it can not create a temp file?
    How can I manually create it?
    The log information will be written to
            /u02/oradev/devdb/9.2.0/appsutil/log/DEV_oel5/adcrdb_DEV.txt
    Creating the control file for DEV_oel5 database ...
    SQL*Plus: Release 9.2.0.6.0 - Production on Wed Feb 23 04:37:03 2011
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area  581506668 bytes
    Fixed Size                   452204 bytes
    Variable Size             402653184 bytes
    Database Buffers          167772160 bytes
    Redo Buffers               10629120 bytes
    Control file created.
    Database altered.
    alter tablespace TEMP add tempfile '/u02/oradev/devdata/temp1TEMP.dbf' REUSE
    ERROR at line 1:
    ORA-01119: error in creating database file '/u02/oradev/devdata/temp1TEMP.dbf'
    ORA-17610: file '/u02/oradev/devdata/temp1TEMP.dbf' does not exist and no size
    specified
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    Database altered.
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area  581506668 bytes
    Fixed Size                   452204 bytes
    Variable Size             402653184 bytes
    Database Buffers          167772160 bytes
    Redo Buffers               10629120 bytes
    Database mounted.
    PL/SQL procedure successfully completed.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area  581506668 bytes
    Fixed Size                   452204 bytes
    Variable Size             402653184 bytes
    Database Buffers          167772160 bytes
    Redo Buffers               10629120 bytes
    Control file created.
    Database altered.
    alter tablespace TEMP add tempfile '/u02/oradev/devdata/temp1TEMP.dbf' REUSE
    ERROR at line 1:
    ORA-01119: error in creating database file '/u02/oradev/devdata/temp1TEMP.dbf'
    ORA-17610: file '/u02/oradev/devdata/temp1TEMP.dbf' does not exist and no size
    specified
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    Database altered.
    PL/SQL procedure successfully completed.Please help....
    Thanks

    The log above where it stuck is at:
    SCRIPT RETURNED:
    Timed out( 300000 ): Interrupted Exception
                       Generate Tns Names
    Logfile:  /u01/appldev/devappl/admin/OAPROD_oracletrng5/log/02230552/NetServiceHandler.log
            Classpath                   : /u01/appldev/devcomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar:/u01/appldev/devcomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar:/u01/appldev/devcomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar:/u01/appldev/devcomn/java/appsborg2.zip:/u01/appldev/devcomn/java
    Updating s_tnsmode to 'generateTNS'
    UpdateContext exited with status: 0
       Result             : FAILED
    ===========================================================================
    Ending Context Value Management System.
    ===========================================================================
    ===========================================================================
    Uploading file system Context file and its templates to the database
       Context file            :
            /u01/appldev/devappl/admin/OAPROD_oracletrng5.xml
                       ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
        APPS_JDBC_URL=''
        Trying to get connection using SID based connect descriptor
    getConnection() -->
        sDbHost    : oel5
        sDbDomain  : global.local
        sDbPort    : 1521
        sDbSid     : OAPROD
        sDbUser    : APPS
        Trying to connect using SID...
    getConnectionUsingSID() -->
        JDBC URL: jdbc:oracle:thin:@oel5.global.local:1521:OAPROD
        Connection obtained
    -------------------ADX Database Utility Finished---------------                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • SAP LVM Cloning error with Listener

    Hi All,
    Our Cloning operation has been failed with following error message.
    "Failed to start Oracle Listener: TNS-01106: Listener using the listener name LISTENER has already been started"
    When I checked listener status on target vm , listener is still pointing to source system hostname.
    I kinldy request you to suggest me on the same.
    Thanks and Regards,
    Prasad

    Hello Julia,
    to do this, you need to use the custom provisioning procedure. this will replace the cloning function of LVM. Please take a detailed look at the customization blog i created.SAP Landscape Virtualization Management (LVM) Overview of Customization Options
    basically you have to create your script, use it in a provider definition and use this provider definition as one of the custom prov. steps. then you need to enable your system fro custom prov. in the settings of the source system. Also keep in mind that you can only refresh a system after you have done an successful initial copy
    You should involve SAP consulting int his project, since it is not easy to achieve this on your own.
    Kind Regards
    Michael

  • Unable to open forms after cloning -"error while loading shared libraries"

    Hi Friends,
    We are getting below error message while opening R12.1.1 ebs forms in RHEL 5 64 bit os.
    *11/12/19 16:24:58.674 formsweb: Forms session <2> aborted: runtime process failed during startup with errors /devapps/appldev/apps/tech_st/10.1.2/bin/frmweb: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory
    11/12/19 16:24:58.674 formsweb: Forms session <2> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <2> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)*
    Regards,
    Rathinavel

    Did you check note 1111113.1
    Regards,
    Srini

  • Template Cloning Error

    Hi,
    I have imported OVM_OL5U7_X86_64_PVM_10GB.tgz templte using OVM 3.0.2 manager.
    I am trying to create a guest domain (VM) using this template.
    After import is completed, I am trying to clone template to create guest image.
    clone type: simple clone
    target clone type: virtual machine
    provided name and selected target server pool.
    But it fails with error "OVMAPI_9016E Cannot perform operation. The Domain Type for VirtualMachine: {1}, is null."
    So, I tried to edit template details, selected domain type as Xen PVM --> Finish.
    Now, this fails with error "OVM_OL5U7_X86_64_PVM_10GB.tgz is locked"
    Can someone tell me, How do I proceed?
    Thanks

    887506 wrote:
    Now, this fails with error "OVM_OL5U7_X86_64_PVM_10GB.tgz is locked"If the Template is locked, you cannot clone/edit it. Check the Jobs tab for the import job, perhaps it didn't finish correctly?

  • Cloning Error in R12

    Hi
    last week we did cloning in R12,while doing database
    During release 12 cloning we are using RMAN DUPLICATE DATABASE using hotbackups to restore the database. Which steps do we need to perform during post cloning on Database tier. can we run 1. perl adcfgclone.pl dbTechStack first and then can we run 2. perl adcfgclone.pl dbTier
    Can i Use This Option for database
    perl adcfgclone.pl database $ORACLE_HOME/appsutil/$CONTEXT_NAME.xml

    Run the commands under "Appendix A: Recreating database control files manually in Rapid Clone"
    Note: 406982.1 - Cloning Oracle Applications Release 12 with Rapid Clone
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=406982.1

  • RAC TO RAC CLONING ERROR IN EBS R12

    Hi ,
    Hussain i need your support in this issue i am facing the same error ...
    At the third stage of RMAN restore ...

    1011023 wrote:
    Hi ,
    Hussain i need your support in this issue i am facing the same error ...
    At the third stage of RMAN restore ...
    Please post the details of the application release, database version and OS.
    What are you trying to achieve here?
    What is the command you are running?
    What is the error you are getting?
    Please provide more details.
    Thanks,
    Hussein

  • Ideas for cloning a 10.4 Mail Server on a schedule

    Hi,
    We'd like to clone our mail servers daily so we can restore from the clone if there is a failure. Both CCClone and Super Duper will clone on a schedule but we keep getting errors with these products. I assume it's because the services are running while the machine is trying to clone. We've tried cloning to both and Ext HD and internal additional HD.
    Hardware used G4's G5's & Xserves. All are running OS 10.4.9
    Any ideas how we could do this successfully?
    Thanks, MJ

    I believe there is something other than running-services at play where your cloning errors are concerned. I have successfully used SuperDuper! to clone both my XServe's boot drive and my RAID drives for quite sometime. On several occasions, I have restored my boot drive from a clone with no trouble.
    I would contact the SuperDuper! developer about the errors you are getting. I have found their support staff to be very responsive.
    In my humble opinion, restoring a server's boot drive from Retrospect would be a near impossible task for an average human. So, based on advice from UptimeJeff (forum member), I use SuperDuper! and two external hard-drives to make my boot drive backups. I make archival clones every couple of months for storage, and then run a regular clone backup with SuperDuper every night (swapping out the back-up drive ever week. That way, I've always got an off-site recent clone and archival clone and an on-site recent clone and archival clone.
    I also have my mail store located on a RAID (not boot) drive, and I backup that drive using the same recent clone and archive clone approach shared above.
    As Pterobyte mentions, there is no reliable way of cloning mail services, so I use mailbfr to backup the mail stores and settings every night. It's free (donations accepted), and very easy to install and use.

  • Installation EHP 4 on SAP ERP 6.0

    Hi,
    I'm doing the installation of a new ERP 6.0 and I'm trying to install Ehp 4 on it, but I get errors during install.
    The OS is Windows 2003 and DB is MSSQL 2008 SP1. I'm using the latest EHPI 7.00 installer (patchlevel 77). The ERP 6.0 installation is a fresh install with the latest binaries from the Service Marketplace. Using Solution Manager I generated a stack XML for EHP4 SP08 (equivalent SP18).
    Everything goes well till the Pre-processing phase and setup of the shadow instance. In step DBCLONE he starts cloning the system tables, but this always goes wrong. In the log I can't find relevant data :
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    CLONING ERRORS and RETURN CODE in DBCLONE01.E07
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1EETGCLN
    1EETGCLN /OSP/T_CJS_SJ
    1EETGCLN
    1EETGCLN
    1EETGCLN /OSP/T_RAUI_VER
    1EETGCLN
    1EETGCLN
    1EETGCLN ABDOCSUBJECTS
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    CLONING ERRORS and RETURN CODE in DBCLONE02.E07
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1EETGCLN
    1EETGCLN /OSP/T_RAUI_DEL
    1EETGCLN
    1EETGCLN
    1EETGCLN /OSP/T_SQ_REPORT
    1EETGCLN
    1EETGCLN
    1EETGCLN AGR_NUM_2
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    CLONING ERRORS and RETURN CODE in DBCLONE03.E07
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1EETGCLN
    1EETGCLN /OSP/T_CTXT_MAP
    1EETGCLN
    1EETGCLN
    1EETGCLN /OSP/T_REP_CXTP
    1EETGCLN
    1EETGCLN
    1EETGCLN ADR7
    In DBCLONE01,02,03 there is a lot of information, but I can't find any errors.
    I did everything according to the EHPI installer. I updated SPAM/SAINT, R3TRANS & TP, implemented SAP notes, ... and there is also plenty of DB space and disk freespace.
    Has anybody encountered something like this before?
    Kind regards,
    Jeroen

    Here is the log for the last 2 tables, the entries are similar in structure for all the other tables :
    3 ETGCLN START WFIUT -> WFIUT~
    3 ETGCLN Primary key strategy for current table is 0
    3 ETGCLN  DROP TABLE [WFIUT~];
    3 ETGCLN  CREATE TABLE [WFIUT~] ( [SYST] nvarchar(000010) NOT NULL , [MANDT] nvarchar(000003) NOT NULL , [PRCNR] nvarchar(000016) NOT NULL , [CRASHED] nvarchar(000001) NOT NULL , [LUSERNAM] nvarchar(000012) NOT NULL , [PRCTP] nvarchar(000010) NOT NULL , [PRSTAT] nvarchar(000014) NOT NULL ) ON [PRIMARY];
    3 ETGCLN  DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'MSS' AND TABNAME = 'WFIUT~' AND INDEXNAME = ' ';
    3 ETGCLN  INSERT INTO @XSQL VALUES (' sap_atomic_defaultbind ' ', 'WFIUT~', 'SYST' ');
    3 ETGCLN  INSERT INTO @XSQL VALUES (' sap_atomic_defaultbind '000', 'WFIUT~', 'MANDT' ');
    3 ETGCLN  INSERT INTO @XSQL VALUES (' sap_atomic_defaultbind '0000000000000000', 'WFIUT~', 'PRCNR' ');
    3 ETGCLN  INSERT INTO @XSQL VALUES (' sap_atomic_defaultbind ' ', 'WFIUT~', 'CRASHED' ');
    3 ETGCLN  INSERT INTO @XSQL VALUES (' sap_atomic_defaultbind ' ', 'WFIUT~', 'LUSERNAM' ');
    3 ETGCLN  INSERT INTO @XSQL VALUES (' sap_atomic_defaultbind ' ', 'WFIUT~', 'PRCTP' ');
    3 ETGCLN  INSERT INTO @XSQL VALUES (' sap_atomic_defaultbind ' ', 'WFIUT~', 'PRSTAT' ');
    3 ETGCLN  ALTER TABLE [WFIUT~] ADD CONSTRAINT [WFIUT^0] PRIMARY KEY CLUSTERED ( [SYST] , [MANDT] , [PRCNR] ) ON [PRIMARY];
    3 ETGCLN  DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'MSS' AND TABNAME = 'WFIUT~' AND INDEXNAME = '0';
    3 ETGCLN insert into [WFIUT~] (  [SYST], [MANDT], [PRCNR], [CRASHED], [LUSERNAM], [PRCTP], [PRSTAT] ) select  [SYST], [MANDT], [PRCNR], [CRASHED], [LUSERNAM], [PRCTP], [PRSTAT] from [WFIUT]
    1EETGCLN
    1EETGCLN WFIUT
    1EETGCLN
    3 ETGCLN START WSRM_SEQ_ENQ_TAB -> WSRM_SEQ_ENQ_TAB~
    3 ETGCLN Primary key strategy for current table is 0
    3 ETGCLN  DROP TABLE [WSRM_SEQ_ENQ_TAB~];
    3 ETGCLN  CREATE TABLE [WSRM_SEQ_ENQ_TAB~] ( [MANDT] nvarchar(000003) NOT NULL , [PERSIST_ID] nvarchar(000032) NOT NULL , [PERSIST_USER] nvarchar(000012) NOT NULL , [PTIMESTAMP] decimal(000015,000000) NOT NULL , [PERSIST_DOMAIN] nvarchar(000032) NOT NULL , [PERSIST_SEQ_NAM] nvarchar(000032) NOT NULL ) ON [PRIMARY];
    3 ETGCLN  DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'MSS' AND TABNAME = 'WSRM_SEQ_ENQ_TAB~' AND INDEXNAME = ' ';
    3 ETGCLN  INSERT INTO @XSQL VALUES (' sap_atomic_defaultbind '000', 'WSRM_SEQ_ENQ_TAB~', 'MANDT' ');
    3 ETGCLN  INSERT INTO @XSQL VALUES (' sap_atomic_defaultbind ' ', 'WSRM_SEQ_ENQ_TAB~', 'PERSIST_ID' ');
    3 ETGCLN  INSERT INTO @XSQL VALUES (' sap_atomic_defaultbind ' ', 'WSRM_SEQ_ENQ_TAB~', 'PERSIST_USER' ');
    3 ETGCLN  INSERT INTO @XSQL VALUES (' sap_atomic_defaultbind 0, 'WSRM_SEQ_ENQ_TAB~', 'PTIMESTAMP' ');
    3 ETGCLN  INSERT INTO @XSQL VALUES (' sap_atomic_defaultbind ' ', 'WSRM_SEQ_ENQ_TAB~', 'PERSIST_DOMAIN' ');
    3 ETGCLN  INSERT INTO @XSQL VALUES (' sap_atomic_defaultbind ' ', 'WSRM_SEQ_ENQ_TAB~', 'PERSIST_SEQ_NAM' ');
    3 ETGCLN  ALTER TABLE [WSRM_SEQ_ENQ_TAB~] ADD CONSTRAINT [WSRM_SEQ_ENQ_TAB^0] PRIMARY KEY CLUSTERED ( [MANDT] , [PERSIST_ID] ) ON [PRIMARY];
    3 ETGCLN  DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'MSS' AND TABNAME = 'WSRM_SEQ_ENQ_TAB~' AND INDEXNAME = '0';
    3 ETGCLN WSRM_SEQ_ENQ_TAB : only client 000 will be copied
    3 ETGCLN insert into [WSRM_SEQ_ENQ_TAB~] (  [MANDT], [PERSIST_ID], [PERSIST_USER], [PTIMESTAMP], [PERSIST_DOMAIN], [PERSIST_SEQ_NAM] ) select  [MANDT], [PERSIST_ID], [PERSIST_USER], [PTIMESTAMP], [PERSIST_DOMAIN], [PERSIST_SEQ_NAM] from [WSRM_SEQ_ENQ_TAB] WHERE [MANDT]='000'
    1EETGCLN
    1EETGCLN WSRM_SEQ_ENQ_TAB
    1EETGCLN
    9 ETGCLN CLONING TABLES FAILED
    3 ETGCLN ***********(104152)***********
    4 EPU202XEND OF SECTION BEING ANALYZED IN PHASE DBCLONE

Maybe you are looking for

  • I have Adobe Acrobat 9.5.4 installed on my computer and it doesn't work when PDFing

    I have Adobe Acrobat 9.5.4 installed on my computer and it doesn't work when PDFing my document using Microft Word 2010. I have tried using the tab add-in, but it doesn't respond either. The only way to convert my document is to save it as a .pdf fro

  • Doubt , how to display ole objects in report builder

    Please tell me, how to display ole objects in report builder. I mean i wanted to print ole object in report, so how to do that.

  • Userexit / Correction ??

    Hi all, I am working out on Function exits. I created a project project and i maintained everything in SMOD/CMOD. From DOcumentation i read a staement like <b>When you create/change a project, you must create a correction. This correction contains on

  • How to increase the font size of text?

    Hello everyone, Can anyone tell me how can i increase the font size of the text entered in the text field of a screen (in layout)? Thanks for writing back, Regards, Lucky

  • GZip Compression on JSPs?

    Hi There, I was wondering if there is a nice simple way to apply GZip compression to JSPs. I use it at the moment when writing out of a servlet to a browser by doing: OutputStream out1 = response.getOutputStream(); out = new PrintWriter(new GZIPOutpu