System Copy in AIX

Hi experts,
o m new to basis. can anybody  answer to following questions?
1)complete system copy procedure(pre-requisites and post).
2)what are all the file systems i shud take back up for system copy.
3)Pls tell me be how to check the file systems(sapdata1,2,3 etc).
can u give the commands in steps wise.
Regards,
Abdul Majid

Hello Abdul
Refresh from Offline backup (AQC from APC) let's say AQC is quality and APC is production
Pre-processing Activity:
Verifications:
1. Verify the last offline backup in the source system
/oracle/<sourceSID>/sapbackup/back<sourceSID>.log
2. Verify that both the source and target systems are at the same Oracle level (which is already the case
between APC and AQC)
3. It is recommended that an off-line backup be taken of the target system before starting this process, in
case of fall back.
4. Confirm there is enough space in the target (AQC) file systems to contain the data from the source
system this is required as we may have to copy the files from Production to quality.
/oracle/SID/sapdata* folders should be having little more space as compared to the source filesystem.
5. Check access to SAP* for APC (000 and 400) and also for AQC (000 and 400)
6. Check other passwords such as <sid>adm and ora<sid>
7. Server : <source server name>
User : ora<sid>
> sqlplus u201C/ as sysdbau201D
> alter database backup controlfile to trace
> exit
In /oracle/SID/saptrace/usertrace, the last trace (check the time) is the script for recreating the control
file.  You will need to edit it. Please rename the trace file to ld<TARGET_SID>.sql and send the file to the
target system /oracle/SID
Edit the Script:
vi  ld<SAPsid>.sql
Delete or comment out all lines at the beginning of the file before STARTUP NOMOUNT which is kept.
Change old controlfile creation statement at the beginnig of the controlfile:
Old line:     create controlfile reuse database  <SAPsid>   NOresetlogs  archivelog;
          change to
New line:     create controlfile   set   database   <SAPsid>  resetlogs  archivelog;
replace all occurences of string  <source_SAPsid>  by  <SAPsid> in each line where <source_SAPsid>
appears
:g / <source_SAPsid> / s / <source_SAPsid> / <SAPsid> /g
example:
:g/P10/s/P10/T21/g
Delete the following lines a the end of the script:
               RECOVER DATABASE;
               ALTER SYSTEM ARCHIVE LOG ALL;
               ALTER DATABASE OPEN;
8. Get from the Prod system (APC) the .aff and backDPR.log and copy them on AQC.
(/oracle/<SID>/sapbackup)
Copy      the  files to /instkits/SID/. And after we can go on target source server and copy them from
/instkits/SID to the /oracle/SID/sapbackup/. With the good owner and permission
9. Lock all the users in client 400 except Basis and post system message.
Target system data collection (On AQC -400):
1.     SM59 Expand all the trees, print by choosing:  ->System ->List ->Print
i)     Compare list to R/3 connections on source system.  Record details for any that will need to be
recreated on target system.
2.     SCC4 Record all client settings.  -> Tableview ->Print ->Standard List -> List -> Print
Make sure you understand the columnsu2026
3.     SE06 Record system change options
4.     RZ10 Record the instance profile settings for:  rdisp/wp-no-btc  and rdisp/max_wprun_time
5.     STMS Record current transport routes.  ->Overview -> Transport Routes ->           manually
expand all trees -> system ->list ->print
6.     Request customer to provide u201Ccatch-upu201D list of transports to be applied to system after refresh
(QA and Sandbox systems).
7.          RZ04 Record current work process set-up. Highlight each operation mode and click
instances/op modes button.
i)     Print with ->System ->List ->Print
8.     SAP License Ensure the SAP license information is available. If not on-hand, logon target
system as <sid>adm and enter command:  saplicense u2013show. This information is also available on OSS.
9.     TSM Nodename View /usr/tivoli/tsm/client/api/bin64/dsm.sys on source and target system.
Record the nodename entries. These will be <SID>SAP or server names.
11.       Take printer Export through SPAD and save it locally to desktop->SPAD
12.        Take Export of User Master from the client 400 through SCC8 target system is AQC , so that it
may be re-imported through STMS.
Note the Transport number here also verify the transport exist in the queue.
DB Restore from offline backup from APC:
1. Stop SAP on AQC -> Login as aqcadm -> stopsap
2. Change the TSM node on AQC-> cd /usr/tivoli/tsm/client/api/bin64
        ls -lrt
       vi /usr/tivoli/tsm/client/api/bin64/dsm.sys
Change it to point to APC, comment the AQC Node.
Post Restore Acitivity:
1. Stop Database
Delete Old controlfile
rm /oracle/AQC/sapdata1/system_1/cntrl/*
rm /oracle/AQC/saparch/cntrl/*
rm /oracle/AQC/origlogA/cntrl/*
2. Re-create the controlfile and then after that start the database
User : ora<sid>
> cd
> sqlplus u201C/ as sysdbau201D
> @ld<target_sid>.sql
> alter database open resetlogs;
3. Change the sapr3 password
Server : <target server name>
User : ora<sid>
Temporarily, we have to change the sapr3 password to the default password.  With SAPBA, change this
user password to pass.
4. Test the connection:
Server : <target server name>
User : <sid>adm
> R3trans u2013d
It should have a return code of 0000
5. Reasign tempfile
alter tablespace psaptemp add tempfile '/oracle/AQC/sapdata1/temp_1/temp.data1'
size 6020M reuse autoextend on next 20971520 maxsize 10000M;
alter database rename global_name to AQC.WORLD;
drop user OPS$APCADM cascade;
drop user OPS$ORAAPC;
create user OPS$ORAAQC identified externally default tablespace psapdnausr
temporary tablespace psaptemp;
grant connect, unlimited tablespace, SAPDBA to OPS$ORAAQC;
grant connect, unlimited tablespace, SAPDBA to OPS$AQCADM;
7. Change the instance profile to stop all the background processing
To be sure that no production batch are executing, set rdisp/wp_no_btc to 0
posprocessing:
8. Startsap
9. Run Transaction SICK (as sap*)
10. Installing license through the tcode: slicense
While logged in as 000/sap*/using password of APC system
Get the License from service.sap.com and download it to local machine
Log in 000 client using SAP* and run the Tcode slicense
import printers, run BDLS for logical system name conversions
se06 posprocessing
stms
usermaster import
import profiles for QAS
thanks
Bhudev

Similar Messages

  • Error in heterogenous system copy

    Hi Guys,
    I am getting n error during the import phase in het system copy. I am doing a system copy from AIX 5.3, DB2 UDB 8.1..1.88 FP 9 to Win server 2003 SP1, DB2 UDB 8.1.1.88 FP16.
    The following is log from DBMIG.log file
    INFO 2008-05-23 17:38:43 CommandFileController SyFileVersionSave:736
        Saving original content of file C:\Users\bkdadm\Install\DBMIG.R3S
    INFO 2008-05-23 17:38:43 CommandFileController SyFileCopy:676
        Copying source file C:\Users\bkdadm\Install\DBMIG.R3S to target
        file C:\Users\bkdadm\Install\DBMIG.R3S.3 ...
    INFO 2008-05-23 17:38:43 CommandFileController SyPermissionSet:2207
        Changing permission for file C:\Users\bkdadm\Install\DBMIG.R3S
        from 777 to 666.
    INFO 2008-05-23 17:38:44 Main
        Preparation successfully completed.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'SAP'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:473
        offical host name for 'SAP' is 'SAP.twc.pvt'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:541
        host 'SAP' has ip address '192.168.192.35'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:581
        offical host name for '192.168.192.35' is 'SAP'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'SAP'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:473
        offical host name for 'SAP' is 'SAP.twc.pvt'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:541
        host 'SAP' has ip address '192.168.192.35'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:581
        offical host name for '192.168.192.35' is 'SAP'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'SAP'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:473
        offical host name for 'SAP' is 'SAP.twc.pvt'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:541
        host 'SAP' has ip address '192.168.192.35'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:581
        offical host name for '192.168.192.35' is 'SAP'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'SAP'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:473
        offical host name for 'SAP' is 'SAP.twc.pvt'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:541
        host 'SAP' has ip address '192.168.192.35'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:581
        offical host name for '192.168.192.35' is 'SAP'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 DefValForKey_OS:0
        R3Setup found the share 'SAPLOC' on drive D:.
    INFO 2008-05-23 17:39:00 CDSERVERMIG_NT_DB6 InternalColdKeyCheck:0
        The CD KERNEL will not be copied.
    INFO 2008-05-23 17:39:00 CDSERVERMIG_NT_DB6 InternalColdKeyCheck:0
        The CD RDBMS will not be copied.
    INFO 2008-05-23 17:39:00 CDSERVERMIG_NT_DB6 InternalColdKeyCheck:0
        The CD EXPORT1 will not be copied.
    ERROR 2008-05-24 22:33:29 GETDBSIZEKEYS_IND_IND ColdKeyCheck:0
        Phase failed.
    ERROR 2008-05-24 22:33:29 InstController Action:0
        Step GETDBSIZEKEYS_IND_IND could not be performed.
    ERROR 2008-05-24 22:33:30 Main
        Installation failed.
    ERROR 2008-05-24 22:33:30 Main
        Installation aborted.
    I checked the DBSIZE.TPL file as well it is there with full permissions in the following path
    <DRIVE>\<EXPDIR>\DB\DB6\DBSIZE.TPL
    Please reply me back
    Thank you
    Irshad Mohammed

    What immediately comes to my eyes is the hostname "SAP" - accordign to the installation documentation neither and instance nor a hostname must be named "SAP"....
    Markus

  • AIX/Oracle system copy guide

    Hi Experts,
    I am preparing a system refresh (system copy) from production to test system via DB backup and restore.The two systems are on different AIX servers. The systems are running on SAP enterprise 6.20 on Oracle 9.2 and AIX.
    I can only find the system copy guide for using R3load "Homogeneous and Heterogeneous System Copy for SAP® Systems Based on SAP Web Application Server 6.20"
    Where can I find the SAP guide for the system copy? Thanks in advance for any helps.
    Regards,
    Chong Li.

    Look at Operation Guides for NW2004S at http://service.sap.com/INSTGUIDES

  • PI 7.11 sp6 system copy causes target sys to register with source

    Experts,
    We have a PI 7.1 (EHP1, sp6) PI system based on AIX 6.1 OS and Oracle 11g.
    I recently did the standard PI system copy from a prod source (PIP) to a training target (PIT).
    I used the most recenty PI system copy guide that is specific for PI 7.1 EHP1
    I did not run into any major problems doing the steps of the itself. 
    I did the usual "post" steps, documented in the guide that really are done on any NW system. 
    Then I got into the specific "PI" post steps and that's where I now have a problem.
    I could not run the "wizard for post copy" since I'm on 7.11sp6.  Yes, I know they "downported" it but I don't have those latest LMtools type packages.  Anyway, I'm OK with that. 
    I followed all the steps, fixing my RFCs, JCos, Destinations, cleaning up SLD, SLDAPICUST, creating new business systems...etc.
    My big  problem is with the exchange profile.  Yes, it's easy to change all the SIDs and hostnames using the search tool for all the parameters in the exchange profile, but the one I COULD NOT CHANGE was the "ABAP Connection".  In there right after the copy was the hostname of the prod system, the client, and the user PILDUSER.   I attempted to put the hostname of my target (PIT) system, but I would get the error:
    RFC 399 unable to connect
    I'm certain the user is NOT locked and the password is correct for PILDUSER. 
    Worse yet, If I left the hostname in there that was set to "prod", then when I changed all the other values in the "parameters" section of the XI profile, then it actually changed my PROD system!!
    If I keep the ABAP connection to PIT, then the entire exchange profile disappears for PIT.
    Also, now my PROD system shows the PIT system as a "non-central adapter engine".
    Ughh!  I'm totally stuck.  I'm not sure what to do. 
    It's as if the PIT (PI training) system somehow is linked to PIP (PI prod).  It's like PIT doesn't think he is his own box...
    Any ideas?  I'm resisting opening a message because this will be so hard to explain to sap support.
    --NICK

    Hi Nick,
    We went thru the same issue. Fortunately, it was between Dev to sandbox. I stopped the dev system and changed the exchange profile parameters to  sandbox hostname and brought the Dev up to fix the issue.
    Prod showing as Non-Central Adapter engine :- Check your Business System in SLD and In CIM Instances in SLD, check your XI Integration server assigned to right Business System.
    Note 764176 - Error in XI due to inconsistent SLD contents :- helped me come over PI post step issues.
    Thanks,
    Arjun

  • PI 7.11 sp6 system copy Exchange Profile error code: 399

    Experts,
    We have a PI 7.1 (EHP1, sp6) PI system based on AIX 6.1 OS and Oracle 11g.
    I recently did the standard PI system copy from a prod source (PIP) to a training target (PIT).
    I used the most recenty PI system copy guide that is specific for PI 7.1 EHP1
    I did not run into any major problems doing the steps of the copy itself.
    I did the usual "post" steps, documented in the guide that really are done on any NW system.
    Then I got into the specific "PI" post steps and that's where I now have a problem.
    I followed all the steps, fixing my RFCs, JCos, Destinations, cleaning up SLD, SLDAPICUST, creating new business systems...etc.
    My big problem is with the exchange profile. Yes, it's easy to change all the SIDs and hostnames using the search tool for all the parameters in the exchange profile, but the one I COULD NOT CHANGE was the "ABAP Connection". In there right after the copy was the hostname of the prod system, the client, and the user PILDUSER. I attempted to put the hostname of my target (PIT) system, but I would get the error:
    com.sap.rprof.dbprofiles.DBException: RFC call returned an error code: 399 
    I'm certain the user is NOT locked and the password is correct for PILDUSER. It'll give me a different error if I put the wrong password in, so I know it's hitting my system.
    Worse yet, If I left the hostname in there that was set to "prod", then when I changed all the other values in the "parameters" section of the XI profile, then it actually changed my PROD system!!
    If I keep the ABAP connection to PIT, then the entire exchange profile disappears for PIT.
    I see these errors in the default trace and application log:
    Caused by: com.sap.lcr.api.cimclient.LcrException: CIM_ERR_NOT_FOUND:
    No such instance: SAP_J2EEEngineCluster.CreationClassName="SAP_J2EEEngineCluster",
    Name="PIT.SystemHome.<traininghostname>"
    Caused by: com.sap.lcr.api.cimclient.LcrException: CIM_ERR_NOT_FOUND: No such instance: SAP_J2EEEngineCluster.CreationClassName="SAP_J2EEEngineCluster",Name="PIT.SystemHome.<traininghostname>"
            at com.sap.lcr.api.cimclient.SimpleResponseAnalyser.raiseExceptionOnError(SimpleResponseAnalyser.java:120)
    #2.#2011 11 03 13:49:47:008#0-500#Error#com.sap.aii.af.service.sld.SLDRegistrationJob#
    #BC-XI-CON-AFW#com.sap.aii.af.lib#7E3832DEA80F002B00000000008700C6#4804850000001902##com.sap.aii.af.service.sld.SLDRegistrationJob.SLDRegistrationJob.invoke()#J2EE_GUEST#0##0AFD01D4064C11E1CB5E7E3832DEA80F#0afd01d4064c11e1cb5e7e3832dea80f#0afd01d4064c11e1cb5e7e3832dea80f#0#Application [24]#Plain##
    SLD Registration Job: No access to SLD. Waiting for next retry. Error: com.sap.aii.af.lib.sld.SLDException: Failed to initialize ExchangeProfile properties. Reason: Unable to read configuration data (ExchangeProfile/aii.properties)#
    #2.#2011 11 03 14:51:18:096#0-500#Error#com.sap.esi.esp.service.server.ESPServiceInterfaceAbstract#
    #BC-ESI-WS-JAV#tcesiespsrv#7E3832DEA80F001100000000009A004C#4804850000001385##com.sap.esi.esp.service.server.ESPServiceInterfaceAbstract####109F6812065511E1BF9C7E3832DEA80F#109f6812065511e1bf9c7e3832dea80f#109f6812065511e1bf9c7e3832dea80f#0#Service Runner [tcesiespsrv]#Plain##
    +There is problem reading the hostname from the ClusterManager. This could lead to improper wsdl links.#
    SLDCHECK shows this:
    Function call returned exception code     3
    Access to the XI Profile is currently disrupted.
    I can't be the first person to run into this.
    SO strange that I can actually plug in either my dev/QA or PROD hostname in the "ABAP connection" box and it WILL ACCEPT IT...but then, it registered my training system as a "non central adapter engine".  I don't want that.
    Any ideas?
    Another issue is that the SLD PI information from the PIT system is missing the "Integration Directory".  It has the other 5 entries...Adapter Engine, Domain, Integration Repository, Integration Server,  RWB.
    Thanks for reading this,
    NICK

    Here is the error I get when I try to change the "abap connection" to the correct hostname:
    RFC call returned an error code: 399
    Stack Trace class com.sap.rprof.dbprofiles.DBException:<br><pre>at com.sap.rprof.dbprofiles.DBProfiles.checkReturn(DBProfiles.java:184) at com.sap.rprof.dbprofiles.DBProfiles.getProfile(DBProfiles.java:105) at com.sap.rprof.dbprofiles.RemoteProfile.readRemoteProfileFromMedia(RemoteProfile.java:1378) at com.sap.rprof.dbprofiles.RemoteProfile.getRemoteProfileFromFactory(RemoteProfile.java:204) at com.sap.rprof.dbprofiles.RemoteProfile.getRemoteProfile(RemoteProfile.java:154) at com.sap.rprof.dbprofiles.ExchangeProfile.getExchangeProfile(ExchangeProfile.java:46) at com.sap.rprof.remoteProfile.webui.ProfileWebTree.<init>(ProfileWebTree.java:24) at com.sap.rprof.remoteProfile.webui.Edit.getWebTree(Edit.java:322) at JEE_jsp_treeexprof_4804850_1319481176000_1319565151782._jspService(JEE_jsp_treeexprof_4804850_1319481176000_1319565151782.java:59) at com.sap.engine.services.servlets_jsp.lib.jspruntime.JspBase.service(JspBase.java:102) at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140) at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:436) at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:240) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140) at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:493) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:298) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:399) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:388) at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:84) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:244) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78) at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60) at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27) at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29) at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43) at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42) at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:428) at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:247) at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45) at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122) at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101) at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:327) </pre>

  • Error in phase import Homogeneous system copy from a BI 7.3 dual stack ABAPJAVA

    Hi
    I'm doing a Homogeneous system copy from a BI 7.3 dual stack ABAP+JAVA system with an Oracle DB (11g version, 11.2.0.3.0 patch level) with AIX ibm OS.
    Before starting export I've executed in the source system the report SMIGR_CREATE_DDL, as described in sap note 888210, and I generated *.SQL files.
    After, during the import in the target system I get the following error message:
    vi /expdb2/tmpDB0/sapinst_instdir/NW730/ORA/ORA/COPY/ORA/SYSTEM/STD/AS/import_monitor.log
    INFO: 2014-03-08 00:21:57 com.sap.inst.migmon.LoadTask run_report
    Monitor jobs: running 0, waiting 1, completed 60, failed 5, total 66  finish processing of package SAP0000
    You can see below the detail of the 5 packages in error:
    SAPAPPL0_1_5
    DbSlExecute: rc = 99
      (SQL error 2216)
      error message returned by DbSl:
    ORA-02216: tablespace name expected
    (DB) INFO: disconnected from DB
    /usr/sap/DB2/SYS/exe/uc/rs6000_64/R3load: job finished with 1 error(s)
    /usr/sap/DB2/SYS/exe/uc/rs6000_64/R3load: END OF LOG: 20140307141347
    SAPZPSA
    DbSlExecute: rc = 99
      (SQL error 2216)
      error message returned by DbSl:
    ORA-02216: tablespace name expected
    (DB) INFO: disconnected from DB
    SAPDODS
    DbSlExecute: rc = 99
      (SQL error 922)
      error message returned by DbSl:
    ORA-00922: missing or invalid option
    (DB) INFO: disconnected from DB
    SAPDFACT
    DbSl Trace: Error 1741 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-01741 occurred when executing SQL stmt (parse error offset=8126464)
    (DB) ERROR: DDL statement failed
    (  ALTER TABLE "/BI0/F0TCT_C01"    ADD PARTITION "/BI0/F0TCT_C010000001131" VALUES LESS THAN ( 0000001131  )    TABLESPACE "" )
    DbSlExecute: rc = 99
      (SQL error 1741)
      error message returned by DbSl:
    ORA-01741: illegal zero-length identifier
    (DB) INFO: disconnected from DB
    SAPZOSO
    DbSl Trace: Error 922 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-00922 occurred when executing SQL stmt (parse error offset=242024448)
    (DB) ERROR: DDL statement failed
    (CREATE TABLE "/BIC/B0000989000"    ("REQUEST" VARCHAR2 (000090)      DEFAULT ' ' NOT NULL,    "DATAPAKID" VARCHAR2 (000018)      DEFAULT '000000' NOT NULL,    "PART
    NO" NUMBER (000010)      DEFAULT 0 NOT NULL,    "RECORD" NUMBER (000010)      DEFAULT 0 NOT NULL,    "PLANT" VARCHAR2 (000012)      DEFAULT ' ' NOT NULL,    "MATERIA
    L" VARCHAR2 (000054)      DEFAULT ' ' NOT NULL,    "RPA_CURUOM" VARCHAR2 (000015)      DEFAULT ' ' NOT NULL,    "RPA_MVF" NUMBER (000017, 000002)      DEFAULT 0 NOT N
    ULL,    "PRICE_UNIT" NUMBER (000017, 000003)      DEFAULT 0 NOT NULL,    "RPA_QTYUOM" VARCHAR2 (000009)      DEFAULT ' ' NOT NULL,    "RT_SSMFGR" VARCHAR2 (000024)
        DEFAULT '00000000' NOT NULL,    "BASE_UOM" VARCHAR2 (000009)      DEFAULT ' ' NOT NULL,    "FRE_PLNPUR" VARCHAR2 (000036)      DEFAULT ' ' NOT NULL,    "FRE_MINS
    TK" NUMBER (000017, 000003)      DEFAULT 0 NOT NULL,    "FRE_SERLEV" NUMBER (000017, 000003)      DEFAULT 0 NOT NULL,    "FRE_SELCLS" VARCHAR2 (000003)      DEFAULT '
    0' NOT NULL,    "FRE_REPLST" VARCHAR2 (000006)      DEFAULT ' ' NOT NULL,    "ABCKEY" VARCHAR2 (000003)      DEFAULT ' ' NOT NULL,    "RECORDMODE" VARCHAR2 (000003)
        DEFAULT ' ' NOT NULL,    "RT_SERVLEV" VARCHAR2 (000003)      DEFAULT ' ' NOT NULL,    "RT_SUPS" VARCHAR2 (000003)      DEFAULT ' ' NOT NULL,    "VAL_TYPE" VARCH
    AR2 (000030)      DEFAULT ' ' NOT NULL,    "PUR_GROUP" VARCHAR2 (000009)      DEFAULT ' ' NOT NULL,    "RT_VPNEU" NUMBER (000017, 000002)      DEFAULT 0 NOT NULL,
    "CURRENCY" VARCHAR2 (000015)      DEFAULT ' ' NOT NULL,    "RT_VRKPE" NUMBER (000017, 000003)      DEFAULT 0 NOT NULL,    "DISMM" VARCHAR2 (000006)      DEFAULT ' '
    NOT NULL,    "SALES_UNIT" VARCHAR2 (000009)      DEFAULT ' ' NOT NULL,    "RT_VP_BT" NUMBER (000017, 000002)      DEFAULT 0 NOT NULL,    "RT_VPE_BT" NUMBER (000017,
    000003)      DEFAULT 0 NOT NULL,    "RT_VP_NT" NUMBER (000017, 000002)      DEFAULT 0 NOT NULL,    "RT_VPE_NT" NUMBER (000017, 000003)      DEFAULT 0 NOT NULL,    "R
    T_VWAERBT" VARCHAR2 (000015)      DEFAULT ' ' NOT NULL,    "RT_VWAERNT" VARCHAR2 (000015)      DEFAULT ' ' NOT NULL,    "RT_VPMEIBT" VARCHAR2 (000009)      DEFAULT '
    ' NOT NULL,    "RT_VPMEINT" VARCHAR2 (000009)      DEFAULT ' ' NOT NULL,    "LOC_CURRCY" VARCHAR2 (000015)      DEFAULT ' ' NOT NULL,    "UNIT" VARCHAR2 (000009)
      DEFAULT ' ' NOT NULL,    "CM_MCATDIV" VARCHAR2 (000054)      DEFAULT ' ' NOT NULL,    "CM_CDT1" VARCHAR2 (000054)      DEFAULT ' ' NOT NULL,    "CM_CDT2" VARCHAR2
    (000054)      DEFAULT ' ' NOT NULL,    "CM_CDT3" VARCHAR2 (000054)      DEFAULT ' ' NOT NULL,    "CM_CDT4" VARCHAR2 (000054)      DEFAULT ' ' NOT NULL,    "CM_HIEID"
    VARCHAR2 (000006)      DEFAULT ' ' NOT NULL,    "CPSTLC" NUMBER (000017, 000002)      DEFAULT 0 NOT NULL,    "CPSVLC" NUMBER (000017, 000002)      DEFAULT 0 NOT NULL
    ,    "STOCK_VAL" NUMBER (000017, 000002)      DEFAULT 0 NOT NULL,    "STOCK_QTY" NUMBER (000017, 000003)      DEFAULT 0 NOT NULL,    "RT_SEASON" VARCHAR2 (000012)
      DEFAULT ' ' NOT NULL,    "RT_SEASYR" VARCHAR2 (000012)      DEFAULT '0000' NOT NULL,    "CALDAY" VARCHAR2 (000024)      DEFAULT '00000000' NOT NULL,    "CALWEEK"
    VARCHAR2 (000018)      DEFAULT '000000' NOT NULL,    "RF_BNDID" VARCHAR2 (000012)      DEFAULT ' ' NOT NULL,    "/BIC/ZCATTR3" VARCHAR2 (000006)      DEFAULT ' ' NOT
    NULL,    "/BIC/ZCSTYLE" VARCHAR2 (000006)      DEFAULT ' ' NOT NULL,    "/BIC/ZCIMAGE" VARCHAR2 (000006)      DEFAULT ' ' NOT NULL,    "/BIC/ZCBRNDTYP" VARCHAR2 (000
    003)      DEFAULT ' ' NOT NULL,    "/BIC/ZCGROUPE" VARCHAR2 (000054)      DEFAULT ' ' NOT NULL)    PCTFREE 10    PCTUSED 00    INITRANS 001    TABLESPACE    STORAGE (
    INITIAL    0000000016 K            NEXT        0000001024 K            MINEXTENTS  0000000001            MAXEXTENTS  2147483645            PCTINCREASE 0000
        FREELISTS  001            FREELIST GROUPS 01)      PARTITION BY RANGE ("PARTNO")      (      PARTITION "/BIC/B00009890000000000002" VALUES LESS THAN      (00000
    00002)      NOCOMPRESS      ) )
    DbSlExecute: rc = 99
      (SQL error 922)
      error message returned by DbSl:
    ORA-00922: missing or invalid option
    (DB) INFO: disconnected from DB

    hello,
    Before anything update DB shared lib, R3load, R3ldctl and R3szchk in the target system. Also Check in source system if you have any tables o index missing in db02 transaction, If this system wa upgraded from a previous release please check TAORA and IAORA tables in source system and check all the tablespaces named in those tables are created in the target system.
    let me know how it goes.
    Regards,
    Michael

  • Symbolic link error when exporting during heterogeneous system copy

    My enviroment is ECC6.0/Oracle 10.2.0.2/SUN Solaris 10 . I'm performing  heterogeneous system copy to Oracle 10.2.0.2/AIX 6.1 enviroment.
    I've succesfully exported & imported two systems ie DEV & Solutin Manager , but PRD system has an OS problem with symbolic links ie Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS
    I want to export both ABAP & JAVA stack but only the java stack is getting  picked.
    Below  is part of the resultng sapinst.log 
    Thanks
    INFO 2011-09-05 10:44:30.573
    Execute step verifyJavaHome of component |NW_Export|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0
    INFO[E] 2011-09-05 10:44:33.851
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/._), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:44:33.851
    FSL-02061  Link /._ is invalid: Unable to link a link to itself.
    INFO 2011-09-05 10:44:46.118
    Execution of the command "/usr/j2sdk1.4.2_09/bin/java -classpath /tmp/sapinst_exe.29247.1315208256/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: #
    #Mon Sep 05 10:44:45 EAT 2011
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=/usr/j2sdk1.4.2_09/jre/lib/sparc
    java.vm.version=1.4.2_09-b05
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=\:
    java.vm.name=Java HotSpot(TM) Client VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=unknown
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=/oracle/PRD/INSTDIR/sapinst_dir
    java.runtime.version=1.4.2_09-b05
    java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
    java.endorsed.dirs=/usr/j2sdk1.4.2_09/jre/lib/endorsed
    os.arch=sparc
    java.io.tmpdir=/var/tmp/
    line.separator=\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    os.name=SunOS
    sun.java2d.fontpath=
    java.library.path=/usr/j2sdk1.4.2_09/jre/lib/sparc/client\:/usr/j2sdk1.4.2_09/jre/lib/sparc\:/usr/j2sdk1.4.2_09/jre/../lib/sparc\:/tmp/sapinst_exe.29247.1315208256\:/usr/openwin/lib\:/usr/lib
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.FileSystemPreferencesFactory
    os.version=5.10
    user.home=/
    user.timezone=Africa/Nairobi
    java.awt.printerjob=sun.print.PSPrinterJob
    file.encoding=ISO8859-1
    java.specification.version=1.4
    java.class.path=/tmp/sapinst_exe.29247.1315208256/JAR/ins-j2ee.jar
    user.name=root
    java.vm.specification.version=1.0
    java.home=/usr/j2sdk1.4.2_09/jre
    sun.arch.data.model=32
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    java.vm.info=mixed mode
    java.version=1.4.2_09
    java.ext.dirs=/usr/j2sdk1.4.2_09/jre/lib/ext
    sun.boot.class.path=/usr/j2sdk1.4.2_09/jre/lib/rt.jar\:/usr/j2sdk1.4.2_09/jre/lib/i18n.jar\:/usr/j2sdk1.4.2_09/jre/lib/sunrsasign.jar\:/usr/j2sdk1.4.2_09/jre/lib/jsse.jar\:/usr/j2sdk1.4.2_09/jre/lib/jce.jar\:/usr/j2sdk1.4.2_09/jre/lib/charsets.jar\:/usr/j2sdk1.4.2_09/jre/classes
    java.vendor=Sun Microsystems Inc.
    file.separator=/
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeBig
    sun.cpu.endian=big
    sun.cpu.isalist=sparcv9vis2 sparcv9vis sparcv9 sparcv8plusvis2 sparcv8plusvis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc
    INFO 2011-09-05 10:44:47.076
    Execution of the command "/usr/j2sdk1.4.2_09/bin/java -classpath /tmp/sapinst_exe.29247.1315208256/JAR/ins-j2ee.jar:/tmp/sapinst_exe.29247.1315208256/JAR/sapxmltoolkit.jar -d64 com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2011-09-05 10:44:47.572
    Execute step verifyPolicy of component |NW_Export|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0
    INFO 2011-09-05 10:44:47.715
    Execute step setNWOption of component |NW_Export|ind|ind|ind|ind|0|0|NW_getJavaHome|ind|ind|ind|ind|2|0
    WARNING 2011-09-05 10:44:47.944
    Could not determine a valid JAVA_HOME directory from the environment.
    INFO 2011-09-05 10:44:48.86
    Execute step assignUsersToSapinstGroup of component |NW_Export|ind|ind|ind|ind|0|0
    INFO 2011-09-05 10:44:48.890
    Account sapinst already exists.
    INFO 2011-09-05 10:44:48.894
    Account prdadm already exists.
    INFO 2011-09-05 10:44:48.917
    Account oraprd already exists.
    INFO 2011-09-05 10:44:49.73
    Execute step useDatabaseMethod of component |NW_Export|ind|ind|ind|ind|0|0
    INFO 2011-09-05 10:44:49.217
    Execute step setDatabaseMethodOra of component |NW_Export|ind|ind|ind|ind|0|0
    INFO 2011-09-05 10:44:49.341
    Execute step setDatabaseMethodDB6 of component |NW_Export|ind|ind|ind|ind|0|0
    INFO 2011-09-05 10:44:49.480
    Execute step mainExportParameters of component |NW_Export|ind|ind|ind|ind|0|0
    INFO[E] 2011-09-05 10:44:52.251
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/._), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:44:52.252
    FSL-02061  Link /._ is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.760
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/cntrl), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.761
    FSL-02061  Link /oracle/PRD/cntrl is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.762
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/._), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.762
    FSL-02061  Link /oracle/PRD/._ is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.763
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/sdubhibq), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.764
    FSL-02061  Link /oracle/PRD/sdubhibq is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.765
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/sduccayx), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.765
    FSL-02061  Link /oracle/PRD/sduccayx is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.766
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/inventory), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.767
    FSL-02061  Link /oracle/PRD/inventory is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.768
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/OPatch), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.768
    FSL-02061  Link /oracle/PRD/OPatch is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.769
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/assistants), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.770
    FSL-02061  Link /oracle/PRD/assistants is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.771
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/bin), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.772
    FSL-02061  Link /oracle/PRD/bin is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.773
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/clone), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.773
    FSL-02061  Link /oracle/PRD/clone is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.774
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/crs), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.775
    FSL-02061  Link /oracle/PRD/crs is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.776
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/css), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.777
    FSL-02061  Link /oracle/PRD/css is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.778
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/ctx), line (346) in file (syuxclink.cpp).
    INFO[E] 2011-09-05 10:45:01.778
    FSL-02061  Link /oracle/PRD/ctx is invalid: Unable to link a link to itself.
    INFO[E] 2011-09-05 10:45:01.779
    FSL-00001  System call failed. Error 90 (Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS) in execution of system call 'realpath' with parameter (/oracle/PRD/dbs), line (346) in file (syuxclink.cpp).

    Hi,
    In PRD system, u might have craeted many symbolic links in /oracle/PRD fileystem . This should be avoided. Symbolic link should not be created in /oracle/PRD ...
    Please check why symbolic links are created and get help from System Operation team . Please becareful to unlink symbolic links that are created by non-SAP. Make sure to perform full  offline backup .
    Please get the help from Unix System Operation team. Also it does not makes any sense to increase value of Unix parameter for maximum symbolic links.
    Regards
    APR

  • System Copy  and Logical system name conversion

    Hello All,
    Can any one let me know some inputs over these few queries.
    1. How much time would a 500+GB clients take for Export and reimport after the system copy.
    2. What would be run time of the BDLSS report ( Converting the logical system names) for a typical 1500 GB QTY system
    The requirement is my QTY has 3 clients, and i would like to refresh it with my PRD data. How do i safely perform thia activity with the least downtine possible and please note, the clients are around 500+ GB huge..
    Thanks in advance for your inputs.
    Rgds,
    Sri

    Hi Frank,
    the parameters of my installation are as folows.
    Appl Serv : OS - AIX (5.2 Version) and CPU's - 4 (Mem 20480) ::: DB serv : OS - AIX(5.2 Version) and CPU - 6 (Mem 22528)
    The DB version is Oracle 9.2
    We are on 4.7 enterprise version of SAP with SAPKA62055 patrch level.
    br
    Sri

  • ABAP+JAVA system copy using 3rd party export/import tools

    Hi all,
    I am trying to do a homogenous system copy.  I am following the syscopy guide for SAP NW 7.0 SR3 ABAP+JAVA systems
    We are running AIX 5.L and Oracle.
    My question is this.  We are using an IBM XiV system for our disk storage, and we are able to restore from "snaps" which is their version of images.  Does anyone know if it is possible to restore or "import" the data in a system copy using an outside tool like this?  If so, do you have any information on how to?
    I know it is possible to restore the database from an offline backup using BRTools rather than r3load and jload, and I just wanted to see if I can restore from a snap as it would save a lot of time in the procedure.
    Any help or ideas would be much appreciated.
    Thanks!

    >My question is this.  We are using an IBM XiV system for our disk storage, and we are able to restore from "snaps" which is their version of images.  Does anyone know if it is possible to restore or "import" the data in a system copy using an outside tool like this?  If so, do you have any information on how to?
    That approach is not supported.
    The reason is: combined instances write the instance name and hostname in various places, on the filesystem in .properties files, in the JDBC configuration, depending on the java applications you run on top in various other places. What you're trying to do is effectively "renaming" an instance.
    Technically it's possible to do it and to get it run, yes, but the supported way is running sapinst and choose ABAP + Java system copy. This will prevent you from lots of (not really documented) manual work after the copy.
    Markus

  • Issue on System Copy

    Dear Guru,
    We are doing system copy of DEV to QAS, facing issue on Start instance phase.
    Error msg :
    Connect to message server (hostname/3900) failed: NIECONN_REFUSED
    ABAP processes of instance SID/DVEBMGS00 [ABAP: MSNOTRUNNING] did not start after 10:30 minutes. Giving up.
    OS : AIX
    DB : DB2
    SAP : ECC 6.0
    Anyone suggest me for this issue.
    regards,
    Guna

    Hi Raghu,
    Check the host file & service entry, no issue on that.
    some of the log message has been pasted for your reference.
    TRACE      2010-02-06 11:57:49.398
    NWException thrown: nw.progress.waitingForStartABAPFailed:
    ABAP processes of instance HMQ/DVEBMGS00 [ABAP: MSNOTRUNNING] did not start after 10:30 minutes. Giving up.
    TRACE      2010-02-06 11:57:49.399
    Function setMessageIdOfExceptionMessage: nw.progress.waitingForStartABAPFailed
    WARNING[E] 2010-02-06 11:57:49.399
               CJSlibModule::writeError_impl()
    CJS-30149  ABAP processes of instance HMQ/DVEBMGS00 [ABAP: MSNOTRUNNING] did not start after 10:30 minutes. Giving up.
    TRACE      2010-02-06 11:57:49.400 [iaxxejsbas.hpp:483]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown unknown exception. Rethrowing.
    TRACE      2010-02-06 11:57:49.490 [syuxctask.cpp:1382]
               CSyTaskImpl::start(bool)
    A child process has been started. Pid = 1040602
    TRACE      2010-02-06 11:57:49.685 [syuxctask.cpp:1382]
               CSyTaskImpl::start(bool)
    A child process has been started. Pid = 1040604
    ERROR      2010-02-06 11:57:50.66 [sixxcstepexecute.cpp:950]
    FCO-00011  The step start with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Start|ind|ind|ind|ind|2|0|start was executed with status ERROR .
    TRACE      2010-02-06 11:57:50.181 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing option SAP ERP 6.0 EHP4 Ready - Support Release 1 > Software Life-Cycle Options > System Copy > IBM DB2 for Linux, UNIX, and Windows > Target System Installation > Central System > Based on AS ABAP > Central System. You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>View Log</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to /tmp/sapinst_instdir/ERPEhP4/LM/COPY/DB6/SYSTEM/CENTRAL/AS-ABAP/. </p> </body></html>
    TRACE      2010-02-06 11:57:50.181 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    Kindly suggest me on this.
    regards,
    Guna

  • J2ee engine does not start up after system copy

    Dear All,
    I have done a system copy of BW3.5 (NW04). I installed the BW.3.5 and then replaced the data and control files.
    This has ABAP + java.
    Now after system copy when i am starting the server, the J2ee instance doesnt start up.
    ABAP is running and DB is up too.
    I am getting the following error in log_bootstrap file:-
    Exception occured:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
            at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
            at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
            at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:813)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.bootstrap.SynchronizationException: No such Dialog Instance (ID1125100) in the database! Check
    database consistency or local Bootstrap properties!
            at com.sap.engine.bootstrap.Synchronizer.getElementType(Synchronizer.java:81)
            at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:420)
            at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
            at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:813)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    [Aug 26, 2008 2:00:26 PM ] [Bootstrap module]> Problem occured while performing synchronization.
    [Aug 26, 2008 2:00:42 PM ] -
    [Aug 26, 2008 2:00:42 PM ] Bootstrap MODE:
    [Aug 26, 2008 2:00:42 PM ] <INSTANCE GLOBALS>
    [Aug 26, 2008 2:00:42 PM ]  determined by parameter [ID0011251].
    [Aug 26, 2008 2:00:42 PM ] -
    [Aug 26, 2008 2:00:46 PM ] Exception occured:
    com.sap.engine.frame.core.configuration.NameNotFoundException: A configuration with the path "cluster_data/di
    spatcher/ID1125100" does not exist.
            at com.sap.engine.core.configuration.impl.ConfigurationDataCacheAllImpl.getSubConfiguration(Configura
    tionDataCacheAllImpl.java:107)
            at com.sap.engine.core.configuration.impl.ReadAccessConfiguration.getSubConfiguration(ReadAccessConfi
    guration.java:715)
            at com.sap.engine.bootstrap.Synchronizer.getConfiguration(Synchronizer.java:365)
            at com.sap.engine.bootstrap.Synchronizer.getElementType(Synchronizer.java:78)
            at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:420)
            at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
            at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:813)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    What could the problem?. Do I need to do some other settings for system copy of JVA instance?
    Kindly help
    Thanks
    Tajinder

    Hi,
    I already checked that note. It did not help.
    I am pasting mine dev_jcontrol file:--
    trc file: "/usr/sap/BD1/DVEBMGS00/work/dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 868524
    system name : BD1
    system nr.  : 00
    started at  : Tue Aug 26 16:27:10 2008
    arguments   :
        arg[00] : jcontrol
        arg[01] : pf=/usr/sap/BD1/SYS/profile/BD1_DVEBMGS00_BWQAS
        arg[02] : -DSAPSTART=1
        arg[03] : -DCONNECT_PORT=64380
        arg[04] : -DLISTEN_PORT=64381
        arg[05] : -DSAPSYSTEM=00
        arg[06] : -DSAPSYSTEMNAME=BD1
        arg[07] : -DSAPMYNAME=BWQAS_BD1_00
        arg[08] : -DSAPPROFILE=/usr/sap/BD1/SYS/profile/BD1_DVEBMGS00_BWQAS
        arg[09] : -DFRFC_FALLBACK=ON
        arg[10] : -DFRFC_FALLBACK_HOST=localhost
    JStartupReadInstanceProperties: read instance properties [/usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.proper
    ties:/usr/sap/BD1/DVEBMGS00/SDM/program/config/sdm_jstartup.properties]
    -> ms host    : BWQAS
    -> ms port    : 3601
    -> OS libs    : /usr/sap/BD1/DVEBMGS00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> files [01] : /usr/sap/BD1/DVEBMGS00/SDM/program/config/sdm_jstartup.properties
    Instance properties
    -> ms host    : BWQAS
    -> ms port    : 3601
    -> os libs    : /usr/sap/BD1/DVEBMGS00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID1125100  : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID1125150  : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID1125100            : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> [01] ID1125150            : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> [02] sdm                  : /usr/sap/BD1/DVEBMGS00/SDM/program/config/sdm_jstartup.properties
    [Thr 01] Tue Aug 26 16:27:10 2008
    [Thr 01] SigISetDefaultAction : default handling for signal 20
    [Thr 01] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 258] JControlDPMessageFunc: Thread 258 started as handler thread for R/3 dispatcher messages.
    [Thr 01] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) -
    using -Xmx512m [jstartxx_mt. 2282]
    [Thr 01] [Node: bootstrap] java home is set by profile parameter
            Java Home: /usr/java14_64
    JStartupIReadSection: read node properties [bootstrap]
    -> node name       : bootstrap
    -> node type       : bootstrap
    -> java path       : /usr/java14_64
    -> java parameters : -Djco.jarm=1 -Djco.jarm=1
    -> java vm version : J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142-20060421 (SR5) (JIT enabl
    ed: jitc)
    -> java vm vendor  : Classic VM (IBM Corporation)
    -> java vm type    : <default>
    -> java vm cpu     : ppc64
    -> heap size       : 512M
    -> root path       : /usr/sap/BD1/DVEBMGS00/j2ee/cluster
    -> class path      : ./bootstrap/launcher.jar
    -> OS libs path    : /usr/sap/BD1/DVEBMGS00/j2ee/os_libs
    -> main class      : com.sap.engine.offline.OfflineToolStart
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : /usr/sap/BD1/DVEBMGS00/j2ee/os_libs/jstartup.jar
    -> parameters      : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0011251
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    JStartupStartJLaunch: program = /usr/sap/BD1/DVEBMGS00/j2ee/os_libs/jlaunch
    -> arg[00] = /usr/sap/BD1/DVEBMGS00/j2ee/os_libs/jlaunch
    -> arg[01] = pf=/usr/sap/BD1/SYS/profile/BD1_DVEBMGS00_BWQAS
    -> arg[02] = -DSAPINFO=BD1_00_bootstrap
    -> arg[03] = -file=/usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=12582961
    -> arg[07] = -jvmOutFile=/usr/sap/BD1/DVEBMGS00/work/jvm_bootstrap.out
    -> arg[08] = -stdOutFile=/usr/sap/BD1/DVEBMGS00/work/std_bootstrap.out
    -> arg[09] = -locOutFile=/usr/sap/BD1/DVEBMGS00/work/dev_bootstrap
    -> arg[08] = -stdOutFile=/usr/sap/BD1/DVEBMGS00/work/std_bootstrap.out
    -> arg[09] = -locOutFile=/usr/sap/BD1/DVEBMGS00/work/dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/BD1/SYS/profile/BD1_DVEBMGS00_BWQAS
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=64382
    -> arg[14] = -DLISTEN_PORT=64381
    -> arg[15] = -DSAPSYSTEM=00
    -> arg[16] = -DSAPSYSTEMNAME=BD1
    -> arg[17] = -DSAPMYNAME=BWQAS_BD1_00
    -> arg[18] = -DSAPPROFILE=/usr/sap/BD1/SYS/profile/BD1_DVEBMGS00_BWQAS
    -> arg[19] = -DFRFC_FALLBACK=ON
    -> arg[20] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/B
    D1/DVEBMGS00/j2ee/os_libs:/usr/sap/BD1/SYS/exe/run:/usr/sap/BD1/SYS/exe/runU:/usr/lib:/usr/sap/BD1/DVEBMGS00/
    j2ee/os_libs:/usr/sap/BD1/DVEBMGS00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/BD1/SYS/exe/run:/usr/sap/BD1/SYS/exe/
    runU
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/BD1/DVEBMGS00/j2ee/os_libs:/oracle/BD1/920_64/bin:/usr/java14_
    64/bin:/home/bd1adm:/usr/sap/BD1/SYS/exe/runU:/usr/sap/BD1/SYS/exe/run:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home
    /bd1adm/bin:/usr/bin/X11:/sbin:.
    [Thr 01] JStartupICreateProcess: fork process (pid 893002)
    [Thr 01] Tue Aug 26 16:27:18 2008
    [Thr 01] *** ERROR => invalid return code of process [bootstrap] (exitcode=66) [jstartxx_mt. 1433]
    [Thr 01] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=66)
    [Thr 01] JControlCloseProgram: started (exitcode = 66)
    [Thr 01] JControlCloseProgram: good bye... (exitcode=66)
    DO i have to change the some settingdsin any file for java instance after system copy.
    Thanks
    Tajinder

  • BDLS Conversion after System Copy fails

    Hi All,
    We are doing a Homogeneous System Copy on a AIX 5.3/Oracle 10.2.0.4/ SAP ERP 6.0 environment.
    After the system copy we had to run BDLS to convert logical system names in tables. Except for 3 tables namely EDPP1, TBD05 and TBD06 the BDLS run was successful.
    We tried to convert the logical system names in these tables by running BDLS for these tables individually however they failed again.
    The error was - "Error in field of table. Manual correction required"
    I checked SAP Note 121163 and it is mentioned in this note -
    "If the new logical system name already exists in the system, it can cause errors for tables in which the logical system is key field or
    unique index (for example, COFIO1). In this case the number of converted entries is smaller than the number of selected entries."
    And in this case a manual post-processing is required. How do I go about doing this manual post-processing?
    1. Should I maintain these directly at the table level - which is cumbersome as there are a lot of entries?
    2. Or using a small ABAP program?
    Please let me know if any other information is required frommy side.
    Thanks, Dibya

    Hi,
    Yes ofcourse, you need to check all settinfs, once you copy teh system you are going loose all RFC's and Source and Destinations ectc, so adject all that settings.
    See the following  SAP Notes:
    SAP Note 886102 - System Landscape Copy for SAP NetWeaver BW
    SAP Note 325470 - Activities after client copy in BW source systems
    SAP Note 325525 - Copying and renaming systems in a BW environment
    SAP Note 1333302 - Special procedure for BW system copy
    SAP Note 996238 - Dump 'RFC connection error' after BW system copy
    Search for PDF in SDN
    How Tou2026System Copy in SAP Business Intelligence System Landscapes
    Thanks
    Reddy

  • Errors after system copy ...

    Dear all,
    envi---         AIX 5.3 & oracle 10.2  -
      ECC 6.0SR1    ABAP ........only
    I have restored a backup of PRD to QAS successfully ... for system copy...
    I have created ops$ users with following statments..
    create user ops$qlyadm identified externally default tablespace PSAPSR3USR temporary tablespace PSAPTEMP quota unlimited on PSAPSR3USR  (  sidadm)
    create user ops$oraqly identified externally default tablespace PSAPSR3USR temporary tablespace PSAPTEMP quota unlimited on PSAPSR3USR  ( orasid  )
    Successfully created control file & managed to take the database up...
    Enter user-name: / as sysdba
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 1728053248 bytes
    Fixed Size                  2071840 bytes
    Variable Size             872415968 bytes
    Database Buffers          838860800 bytes
    Redo Buffers               14704640 bytes
    Database mounted.
    Database opened.
    SQL>
    after the following action when i tried to startsap. with user sidadm the following is the message..
    Checking QLY Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    Start of saposcol failed
    Running /usr/sap/QLY/SYS/exe/run/startdb
    Trying to start QLY database ...
    Log file: /home/qlyadm/startdb.log
    /usr/sap/QLY/SYS/exe/run/startdb: Terminating with error code 12
    DB startup failed
    athomedev:qlyadm 26>
    As a result when i checked startdb.log the following is the message.......
    Fri May 29 16:03:32 IST 2009
    starting database
    SQL*Plus: Release 10.2.0.2.0 - Production on Fri May 29 16:03:32 2009
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    Connected to an idle instance.
    ORA-10997: another startup/shutdown operation of this instance inprogress
    ORA-09967: unable to create or open lock file
    IBM AIX RISC System/6000 Error: 13: Permission denied
    Disconnected
    Fri May 29 16:03:32 IST 2009
    Connect to the database to verify, that the database is now open
    R3trans check finished with return code: 12
    ERROR: Startup of database failed
        Notify Database Administrator.
    /usr/sap/QLY/SYS/exe/run/startdb: Terminating with error code 12
    Request to advice me on the following  & also advice me the way i created ops$ users is that right way or not..
    rgds,
    rahul...
    Edited by: Rahul on May 29, 2009 4:21 PM

    Dear all,
    thanx for sharing,, I have actually odnea mistake after system copy. I tried to make the system up with  out creating ops$ suer.
    I have followed notes
    361641 Creating OPS$ users on UNIX & created ops$ created ops$ user with automated script & from attchment provided in Note 50088 - Creating OPS$ users on Windows NT/Oracle
    after that
    alter sytem sapr3 account unlock;
    system is up & runnig.
    regards
    ravi kiran

  • Index compression in R3load system copy target db2 9.7

    We are in the early stages in planning a unicode migration:
    source
    ECC 6 on db2 9.1
    target
    Unicode ECC 6 on db2 9.7.
    OS a constant at AIX 5.3.
    The default behavior of system copy (target db=DB6) is index creation before data load.
    If I run systen copy specifying row comression, a compression dictionary is automatically created for suitable tables, but all indexes were created while the table was empty.  The resulting Db2 9.7 database has compressed tables but NO indexes are compressed.
    What is the current recommendation on index creation?  Does a db2 9.7 target with row compession selected change the recommendation?
    Should I be using a DDL mapping file (mapping large files to DDLDB6_LRG.TPL)?
    The DDLDB6_LRG.TPL could be tweaked to create indexes after table load...
    I would need to plan target LOG environment and temp space large enough for index creation of our largest tables...
    I don't think the default log settings would suffice.
    Ken Chamberlain

    I was thinking of using a DDLMAP file to map large tables/indexes to DDLDB6_LRG.TPL, and edit this file from prikey: BEFORE_LOAD (and seckey: BEFORE_LOAD) to AFTER_LOAD.  I can use the export to select out tables greater than a certain size into their own jobs.  I can use the resulting job list to create said DDLMAP file.  When indexes get created before the load, they never get the compress attribute.  If they were created after the load they would inherit their base tables compress attribute, which by this time table compression presumably has been turned on if applicable.
    But perhaps a better idea would be to add COMPRESS YES to the crepky and creind sections of the same file (and not change BEFORE_LOAD to AFTER_LOAD).
    I'm assuming large tables have large indexes which would benifit from compression.  This would also catch large tables (with large indexes) which don't compress well and don't get compressed.  I'll ignore large tables with small indexes for now.
    PS I resently installed Solution Manager 7.01 on linux db2 9.7 specifying row compression - no indexes get compressed but many tables do.
    What do you think?  Is this a better solution (for implementing index compression during a unicode migration)?
    Ken

  • Homogeneous system copy ECC 6.0 EHP4 dual stack system

    Hello ,
       I have a requirement of homogeneous system for the below Source system
    Source system :
    ECC6.0 EHP1 ABAP+java dual stack system with DB2 AIX
    Required Target system:
    ECC 6.0 EHP1 (same as target system except single stack java not required)
    1 .I was trying to use db specific homogeneous system copy method wiht redirected restore script
    2. Not possible to get downtime on source system hense it's a production system , then i used target system installaion with homogeneous system copy database specific mehthod
    Problem is - it's asking migration export while creating the target system ,  but i don't have any migration export since i have not exported from source system .
    please help us to proceed further.
    Thanks in Advance.

    2. Not possible to get downtime on source system hense it's a production system , then i used target system installaion with homogeneous system copy database specific mehthod
    What did you choose to do in database specific method - DB2 backup/restore ?
    //Backup Restore
    Homegeneous system copy(database specific method)
    Target -
    As I understand, you have started IMPORT using SAPinst for target system installation. During IMPORT, what target system installation (only ABAP or what ?) you chose ?
    //I took ABAP+JAVA
    'Problem is - it's asking migration export while creating the target system , but i don't have any migration export since i have not exported from source system .'
    This is because the source system is ABAP+Java, and now during target system installation, then IMPORT procedure is asking for Java Export dump.
    Thanks

Maybe you are looking for