Schema Problem after system copy

Hi Gurus,
I did datafile copy after bringing down the source system & then recreated the DB in another system with another SID but target DB still shows schema name which refers to old domain & also all the tablespaces names are SAP<oldSID>.
Is there any quick fix to this? how do I rename all the schema?
Even if I run script 'ORADBUSR.SQL', it will not create all the objects in the newly created schemas. What should I do to make it up & running
Thanks & REgards,
Murtaza

If some 'Z' object or user exits is active in old system, & object not active in new system may make the fifference.
Regards,
Rajesh Banka

Similar Messages

  • ODS/PSA Problems after System Copy

    Hello All....i am a basis admin and am having problems with PSA after performing system copy. I have copied R/3 (source system) ans SCM (source system) and BW (3.5)systems from production into test environment in parrallel. I have performed all required BDLS steps on R/3, SCM, and BW as well as maintenance of RSLOGSYSDEST table. All profiles and ports (we20/we21) have been maintained as well. I have modified and tested all RFC connections and have used RSA1 to restore the source system connections and to activate and replicate. When activating ODS objects, the following error is generated...
    There is no PSA for InfoSource 8ZFAP_O01 and souce system PB1CLNT510.
    PB1CLNT510 references former production BW logical sys and correct logical sys should be QB1CLNT510. Apparently BDLS has missed a table or I have skipped a step in my post-clone process of BDLS and WE20/21. I am wondering if there is a re-initialization or logical system conversion step i have missed or is anything else i can do to resolve this issue.
    Maximum points awarded for quick resolution.
    Thanks in Advance
    Chris
    Basis

    Hello Chris,
    This InfoSource is related to a DataSource in which the source system is BW system itself (in your case: QB1CLNT510).
    Try to first activate the DataSource 8ZFAP_O01 using the standard program (SE38): RS_TRANSTRU_ACTIVATE_ALL in which you should input the source system (QB1CLNT510) and the InfoSource 8ZFAP_O01. If you get a green light in the log that appears after the activation completes in which it says that all the structures have been activated, then all you need is to locate the DataSource in RSA15 and right click -> replicate.
    If the log showed you that this DataSource doesn't exist, then you'll need to Activate the source system QB1CLNT510 again.
    I hope this helps. Cheerz,
    Ali

  • Myself Source system problem after System Copy

    Hi All,
    We recently did a system copy (Production -> Dev). After the logical system rename is done, the myself source system is showing up as a External SAP system, in source system tree under SAP instead of BI.  I'm not able to restore/activate it.  Any inputs on this problem is appreciated.
    Thanks & Regards,
    Sree

    Problem was with inconsistency in the RSBASIDOC table. Solved by deleting invalid entry and running BDLS again for this specific table.

  • Exchange profile parameter problem after system copy of XI server

    I'm getting problem after the system copy of XI server. Following is the details. pls help to fix this one:
    XQA is the system copy of XDV server. XQA is installed on rx2n1v1 server and XDV is installed on dbcixdv server. Following is weblink of XQA and XDV.
    XQA: http://rx2n1v1:57400
    XDV: http://dbcixdv:57000
    After the system copy of XQA, i changed all xdv related parameters (hostname/port) in visual admin and configtool of XQA server.
    Now when i run sxmb_ifr tcode in XQA, it should open the link of XQA server ( http://rx2n1v1:57400). But it open the link of XDV server (http://dbcixdv:57000).
    The cause of this problem is the xdv parameter entires (hostname/portnumber of xdv) in exchange profile of  XQA server (http://rx2n1v1:57400/exchangeProfile).
    Now if i change hostname/portnumber of xdv in XQA server (http://rx2n1v1:57400/exchangeProfile), it also make the same change in XDV server  (http://dbcixdv:57000/exchangeProfile).
    Both XQA and XDV are in differnet hardware server. I don't understand why making changes of exchangeprofile in XQA also changed the value of exchangeprofile in XDV.
    Hope it clarify.
    Pls give the solution of this problem.
    Thanks
    Amar

    Arjun,
    http://<SAPHOSTNAME>50000/exchangeProfile
    Yes, I can use above, but changing connection information gives me
    RFC call returned an error code: 399
    Use this one
    http://hostname:50000/webdynpro/dispatcher/sap.com/com.sap.xi.exprofui/XIProfileApp
    This one, yes I get to the exchange give me an error:  RFC call returned an error code: 399
    http://hostname:50000/dir/start/index.jsp -->Administration -->login with PISUPER -->ExchangeProfile.
    Internal Error
    Internal error; contact your system administrator
    Unable to read configuration data (ExchangeProfile/aii.properties)

  • DB13 problems after system copy

    Dear support,
    I have done system copy and followed post installation steps but i am not able to execute any job through DB13 even after setting ops$ mechanism.
    i get below job logs for any action started from DB13
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000002, user name SAP*)
    Execute log. command SAPDBA on host cssl-020
    __Parameters: -u / -checkopt PSAP%  -method E
    External program terminated with exit code 128
    SAPDBA returned error status E
    Job finished
    changes i made:
    I have deleted all ops$PRD users and created new ones as below for DEV
    DROP USER OPS$PRDADM CASCADE;
    create user OPS$DEVADM default tablespace psapuser1d
    temporary tablespace psaptemp identified externally;
    GRANT CONNECT, RESOURCE TO "OPS$DEVADM";
    DROP TABLE "OPS$PRDADM".SAPUSER;
    CREATE TABLE "OPS$DEVADM".SAPUSER
      (USERID VARCHAR2(256), PASSWD VARCHAR2(256));
    INSERT INTO "OPS$DEVADM".SAPUSER VALUES ('SAPR3','sap');
    alter user SAPR3 identified by sap;
    what else i should perform after this to get through , i have folllowed these steps from sap standard note.
    <b>Please let me know procedure in detail.</b>
    Best Regards,
    AjitR

    Hi Ajit,
    I beleive you made a copy form PRD to DEV system.
    Seems you missed out on creating OPS$ORADEV user.Execute the below steps again.
    sqlplus "/ as sysdba"
    shutdown
    startup open
    drop table ops$prdadm.sapuser;
    drop table ops$prdadm.cascade;
    drop table ops$oraprd.sapuser;
    drop table ops$oraprd.cascade;
    Now Setup OPS$CONNECT for ORADEV(with default password  for sapr3)
    CREATE USER OPS$ORADEV IDENTIFIED EXTERNALLY DEFAULT TABLESPACE PSAPUSER1D TEMPORARY TABLESPACE PSAPTEMP;
    GRANT CONNECT,RESOURCE,DBA TO OPS$ORADEV WITH ADMIN OPTION;
    CREATE TABLE "OPS$DEVADM".SAPUSER (USERID VARCHAR2(256),PASSWD VARCHAR2(256):
    INSERT INTO "OPS$DEVADM".SAPUSER VALUES ( 'sapr3', 'sap');
    <b>Now Setup OPS$CONNECT for DEVADM</b>
    CREATE USER OPS$DEVADM IDENTIFIED EXTERNALLY DEFAULT TABLESPACE PSAPUSER1D TEMPORARY TABLESPACE PSAPTEMP;
    GRANT CONNECT,RESOURCE,DBA TO OPS$DEVADM WITH ADMIN OPTION;
    COMMIT WORK;
    EXIT
    <b>Change the password of szstem/sapr3 to default</b>
    brconnect -u / -p initDEV.sap -1 D -f chpass -o system -p manager
    continue(press c)
    brconnect -u / -p initDEV.sap -1 D -f chpass -o sapr3 -p manager
    you need to initialise  ops$ for sap connection
    also start the DB in archive log mode and later remove the obsolete redo logs from oraarch .Check if your listener is up and running
    **Reward points accrodingly
    Junaid

  • Problems after system copy with license

    Hi all,
    I made a system copy from SA1 to SA2. I ran the SAP Tools after the attach of the db and it ran the post processing OK. (At least, no errors.)
    However, I cannot logon to this copy of ECC 5. When I try to log on I get an license error. ("error in license check")
    When I run saplicense -show NAME=SA2 it returns with an expired license and it also refers to SA1. I requested a new license for SA2, but I cannot install this file. (Error reading license data file.)
    So, this SA2 is running now with the old SA1 db. Do I need to request a license for SA1 instead of SA2? The login screen does show SA2 as SID.

    Hello ,
    Do I need to request a license for SA1 instead of SA2? -No , You have to install valid license for SA2 only .
    Try to delete old license from SA2 system which shows existence of SA1 ( Which is not valid or not required also ) .
    Please get back to us if you require further details .
    Regards,
    Santosh Karadkar

  • SMSY - problem after system copy

    Hi,
    I have done a system copy of our solution manager system in order to test installation of EHP1, now EHP1 is installed without issues.
    I need to reconfigure SMSY to only point to our Sandbox for testing, but for some reason it won't let me create the RFC's and no RFC's no info get updated.
    When i try try to generate the RFC's it says "No client specified", but i cant populate the clients without reading the system data, when i try to read the system data i get "No read RFC destination found for system 'XXX'" (for obvious reasons.
    Do i have to run Initial, Basic Setup? or is there any way i can just create the RFC's manually?....
    Regards
    Juan

    Dear Juan,
    you can enter clients manually. If you create a new system in the system landscape, then you should able to enter clients in SMSY in tab "Clients". If this is greyed out for some reason, then you can change the data source to "manual input". Click in the menu: Main Instance => Other object. Enter the sytem ID in "System" field, and select the push button "Set data source to Manual input". Then you should able to enter new clients for this system.
    But I am not quite sure how the process is to reset it from Manual input back to automatic. Maybe SAP can add this.
    Regards,
    Holger

  • SSO problems after system copy

    Hi,
    We have done a system copy of our PRD system to a new QAS server with new server host name. We also have a new ITS server with a new host name as well. So we now have 2 QAS R/3 systems and 1 portal QAS. I have reconfigured the portal system landscape to point to the new QAS R/3 system but since then SSO has not worked. Here is what I have done :
    1) Through RZ10 added the following parameters to the instance profile :
    login/accept_sso2_ticket=1
    login/create_sso2_ticket
    Checked in SSO2 and login tickets accepted.
    2) Added FQDN to instance profile parameter icm/host_name_full in RZ10
    3) in STRUSTSSO2 deleted old System PSE and created new.
    4) Exported tickets from Portal and added to STRUSTSSO2. Added to certifcate and ACL. Ticket has not expired
    5) Recreated sso tickets and imported back into R/3 with STRUSTSSO2 but still no luck.
    Can anyone help ? Do I need to make any changes in Visual Administrator ? Like adding new r/3 hostname ??
    Thanks
    Craig

    check these links     
    https://forums.sdn.sap.com/click.jspa?searchID=13478788&messageID=5478166     
    https://forums.sdn.sap.com/click.jspa?searchID=13478788&messageID=5429973     
    https://forums.sdn.sap.com/click.jspa?searchID=13478788&messageID=5321462     
    https://forums.sdn.sap.com/click.jspa?searchID=13478788&messageID=5141524

  • Problem after system copy

    Hi
    We have taken a copy of our production syatem to our sandpit.
    The problem is that everything has gones well (BDLS etc) but in our source systems in RSA1 (BW) it correctly has the technical name of the source system but when right clicking and selecting chnage the rfc destination is incorrect (it is the fake one we created).
    You cannot change this field by right clicking and if i try to create a new one then after selecting the source system it says it already exists as the fake one is using it.
    The opnly option i seem to ahve is to delete the incorrect one but it asks if i want to delete all psa tables and transfer rules...this seems a bit too much deletion for me.
    Is there anyway around this??? Can i maybe delete the fake one in SM59??
    Cheers
    Andy

    Hi Andrew,
    did you already follow what described in this useful doc ?
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bff13df2-0c01-0010-6ba7-bc50346a6fd8
    Hope it helps!
    Bye,
    Roberto

  • BDC programs affected after system copy.

    Dear All,
    We are facing a problem after system copy with regards to the HR module.
    Client have created a BDC programs and it was running fine in the old server.
    After the system refresh, one of the BDC is having problem and following is the brief,
    1. While running a user transaction in FOREGROUND, the program is running correctly and in BACKGROUND the program is calling some other action which is not recorded in the BDC. One observation was made that, while running in DEBUG mode, with the background option, the program runs correctly.
    2. In program we are calling 2 PA40 actions, whose sequence no. are 28 and 61 resp. In background mode the program calling some other PA40 action whose seq no is 22.
    Is there anything we are missing in the profile or some settings in the applications to run the BDC program correctly?
    Regards
    Pras

    No, I haven't run that transaction.
    I have checked the old server, and the logical system is PRDCABS500 and the same is present in the new system.
    But I am amaze that the other BDC's are working fine, just 1-2 bdc are having problems?
    I have checked BD54 in new system its still showing the old..
    What do you recommend and when should this activity to be done( I information says that no users should be present?).
    Edited by: Prashant Dhas on Jun 13, 2008 7:05 AM

  • User password problem in RFC after system copy

    HEllo,
    we have a problem in ECC6.0 after system copy (refresh QUAL system by PRD data).
    BEfore doing this copy, we export RFC data (SM59 tables) of our QUAL system and after the refresh we reimport these RFC in our QUAL system. We don't want RFC comming from productive system.
    After this reimport, RFC configuration is ok but we have a problem with RFCuser password. In the password box we have "inconsistent"...
    Have you an idea to reimport succesfully these informations ?
    Thanks
    lionel

    Hello,
    We performed another refresh yesterday. But unfortunatly it was not working. Password are still inconsistent.
    This are exactly way we perform it:
    Before restoring DB :
    export table via R3trans for tables:
    RFCDES, RFCDOC, RFCATTRIB, RFCCHECK, RFCDESSECU, RFCSYSACL, RFCTRUST, RFCCMC, RFCGO, SXRFC, IBSSI_RFCDEST, PARAMVALUE, RSECACTB where ident LIKE '___/RFC%'
    export users via scc8
    Restore DB, truncate upper rfc tables,  import rfc Tables
    Check SM59 => inconsistent
    Migrate Secstore => still inconsistent
    Import Users via transport generated by scc8
    run scc7 as post actions
    Tuncatate/re-import rfc tables
    Check SM59 => inconsistent
    Migrate Secstore => still inconsistent
    What else could be done ?
    We have a lot of RFC. so re-enter all password is really a hudge task ..
    Thanks a lot for help

  • Problem with extractors after system copy

    Hi Gurus!
    After system copy I have problem with export data source from infocubes. Logical system name was converted  with BDLS. When I check any export datasource (8*) with transaction RSA3 system tell me that no data records was found though data in fact table every infocube exist (in SE11). What can I do to solve this problem?
    Thanx.

    Hi,
    Of course I tried reactivate myself source system but problem is still here. When I check extractor (with RSA3) of any data source of  any infoobject (master data) - everything is OK. When I check extractor for export data sorce - I have problem.
    to Mickael: In modeling every thing is OK.
    Thank you for all answers.....

  • After system copy we have old schema in sql 2005

    Hi,
    we have done the system copy using backup/restore method. After  restore we could see the database owner (schema) [prd and SAPPRDDB] in the Target QAS system.
    what is the procedure to change the schema from PRD to QAS and SAPPRDDB to SAPQASDB in target system.
    Thanks  & Regards,
    Kasi

    Hi Kashi,
    You can use the STM tool provided by SAP for schema conversion after DB copy. The tool is available on Service marketplace. It will automatically do all the required post-processing for MSSQL DB after a DB restore such that you can proceed with the SAP related post-steps.
    However, there are additional steps involved if you have both ABAP+JAVA stack. For JAVA stack you need to first export the JAVA schema using SAPInst and then reimport after the DB restore.
    Hope this helps.
    Regards,
    Deoraj Alok.

  • Cube is still assigned to original system after system copy

    Hello Experts,
    After system copy (BW and ECC), some cubes are still assigned to the original system.
    Displaying the flow, the cube is assigned to the new system and the original one and the error message RSAR203 "Source system & (old one) does not exist" is araised.
    I see that RFC connexion with original system are still in the system (were not deleted by basis team).
    I have this problem only for cubes.
    Any idea how can i fix this issue?
    Thank you in advance.
    Edited by: SALHI Amal on Oct 13, 2011 11:37 AM

    HI,
    You can try the tcode 'bdls'. in this tcode you copy all tables to new source system.
    Regards,
    AleX

  • 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

Maybe you are looking for