Change Object Server in SLD after system copy and SLD move?

Hello,
we did the following:
- we migrated the SLD to the production system in our landscape
- we copied the NWDI to a new system
- the old object server was named sapsrv88 (object server attribute in the SLD) which was the hostname of the old SLD server
Do I have to change the object server attribute to the new hostname of the SLD? Does this have any influence on the software components that we allready developed?
Thanks and best regards
Jens

Hello Jens,
you can rename the object server - details you'll find in SAP note 935245
When you rename it, the ID of the objects in the SLD is changed to the new ID, so normally you shouldn't have any problems with that.
If you're unsure about it, you can backup your SLD content using "Administration => Content => Backup => All Instances" - that backs up everything under /sld/active
or backup the software components you devoped using http://<hostname>:5<instance-no.>00/SCD/SCDownload
Best regards
Cornelia

Similar Messages

  • RSA1 infosources under wrong SID after system copy and BDLS has run

    Hi – we are a BW3.5 SP#21 system on 10202 and hpux 11.23 (ia64).  We have an R/3 system connected to the BW system for extracts.  Extracts work fine in the productive environment.  So 1 production BW system, and 1 production R/3 system.  We also have sandbox copies of each made from database copies recently.  The environment is as follows:
    sid     client     current logical system name     original logical system name after "copy"     system role       
    BW1     100     FINPBW1100     --     Productive BW system       
    LH1     100     FINPLH1100     --     Productive R/3 system       
    LHU     100     FINPLHU100     FINPBW1100     sandbox BW system       
    LHI     100     FINPLHI100     FINPLH1100     sandbox R/3 system     
    LHU is a copy of BW1.  LHI is a copy of LH1.  There is only 1 working client in all systems.
    We recently did the copies, creating the LHU/LHI systems.  we've completed our "post refresh" checklist on LHU/LHI, including the BDLS work. 
    BDLS was ran as follows on LHU/100:
    >> convert FINPBW1100 &#61664; FINPLHU100
    >> convert FINPLH1100 &#61664; FINPLHI100
    BDLS was ran as follows on LHI/100:
    >> convert FINPBW1100 &#61664; FINPLHU100
    >> convert FINPLH1100 &#61664; FINPLHI100
    In RSA1 on sandbox LHU/100, in the "source system" area, the source systems to the sandbox R/3 system LHI/100 tests out ok if you do the check connection and the technical name for the sm59 it points to is correct.
    If I check the RSA1 --> Infosources though, and search for ‘LHI’….it doesn't find all the "expected" infosources/infopackages.
    If instead I search for ‘LH1’ it finds the whole list of "expected" infosources/infopackages.  But the R/3 system i'm trying to do extracts from is called "LHI" not "LH1".
    QUESTION:
    does anyone know what needs to happen to “convert” what we see in RSA1 --> Infosources when searching for ‘LH1’ to infosources that we can use which point to ‘LHI’ – it looks like all the data is there in RSA1 -->infosources, it just is under the wrong sid….thanks in advance

    Hi Ben,
    Sorry to hear that my suggestion did not help.  We will have to see what the other experts say!
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bff13df2-0c01-0010-6ba7-bc50346a6fd8
    That link is to the document that I followed when setting up a BWQ system new, and we didn't encounter the same problem that you are experiencing.  We are also BW 3.5.
    I started on Page 17 which is where Section 3.7 starts.
    Hopefully that might help, although that may have been what you were following.
    Nick

  • Db13 after system copy and oracle upgrade.

    Dear support,
    I have 40B system with Oracle 8.1.7.4 with SID as PRD. Now i have copied the same to TST system and i forgot to perform ops$ mechanism setup in TST system as part of post database refresh.
    Now i have upgraded database to oracle 9.2.0.5 and since DB13 jobs are not getting executed i have done following settings,
    New SID is TST.....
    create user "OPS$TSTADM" identified by TST;
    grant connect, resource, dba to "OPS$TSTADM";
    CONNECT "OPS$TSTADM"
    select * from dba_users where username like 'OPS%' ;
    alter user "OPS$TSTADM" temporary tablespace PSAPTEMP ;
    create table sapuser as select * from "OPS$prdADM".sapuser ;
    select * from dba_tab_privs where table_name = 'SAPUSER' ;
    create user "OPS$SAPSERVICETST" identified externally ;
    grant select, insert, update on sapuser to "OPS$SAPSERVICETST" ;
    create synonym "OPS$SAPSERVICETST".sapuser for "OPS$TSTADM".sapuser ;
    grant sapdba to "OPS$TSTADM" ;
    grant connect, resource, sapdba to  "OPS$SAPSERVICETST";
    alter user "OPS$TSTADM" identified externally ;
    revoke dba from "OPS$TSTADM" ;
    select * from "OPS$TSTADM".sapuser ;
    still i am getting below error in DB13 , should i use BRtools instead of SAPDBA
    please let me know
    error in db13 logs are as below
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000033, user name CYBERTEC
    Execute log. command SAPDBA on host saptest
    __Parameters: -u / -checkopt PSAP%  -method E
    SAPDBA: Wrong option.
    Usage:
    sapdba [  -u        <userid>[/<password>]
              -P        <userid>/<coded_password>    /* (only for batch start) */
           [  -p        <profile> ]
           [  -h[elp] ]
           [  -r        <dir>                        /* restart in batch       */
              -export   <tsp_list>     <table>
                        [-dest      <path>
                                    <tape_device> [-tape_size <size_in_M>] ]
              -alter_user <uid>/<pwd>
              -init_sap_connect
              -sapsid <SID1>[,<SID2>,...]
              -version
              -verbose
              -V -VERSION [all]
    sapdba without -u option would connect by
           (1) <name>/<password> in <orapwd_file>, if spec. in init<SID>.dba or
           (2) system/manager, if default password is set or
           (3) prompting for name and password.
    External program terminated with exit code 2
    SAPDBA returned error status E
    Job finished
    Best regards,
    AjitR

    Peter,
    I have executed script with user sapsr3 user as below are tasks performed , please let me know whether i can go ahead and execute sapdba_role.sql and sapconn.sql
    SQL> select username , account_status from dba_users;
    USERNAME                       ACCOUNT_STATUS
    OPS$CYSOFT52\EC6ADM            OPEN
    OPS$CYSOFT52\SAPSERVICEEC6     OPEN
    OPS$CYSOFT52\SAPSERVICESR3     OPEN
    SYS                            OPEN
    SYSTEM                         OPEN
    SAPSR3                         OPEN
    SAPSR3DB                       OPEN
    OUTLN                          LOCKED
    TSMSYS                         EXPIRED & LOCKED
    DIP                            EXPIRED & LOCKED
    DBSNMP                         EXPIRED & LOCKED
    11 rows selected.
    E:\oradbuser>sqlplus /nolog @oradbuser.sql SAPSR3
    SQL*Plus: Release 10.2.0.2.0 - Production on Wed Aug 1 05:53:30 2007
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    Connected.
    old   6:   if length('&&1') = 5 then
    new   6:   if length('SAPSR3') = 5 then
    old   7:     if substr(upper('&&1'),1,5) = 'SAPR3' then
    new   7:     if substr(upper('SAPSR3'),1,5) = 'SAPR3' then
    Enter value for 2: SAPSR3
    old  11:       if upper('&&2') = 'NT' then
    new  11:       if upper('SAPSR3') = 'NT' then
    Enter value for 3: NT
    old  18:        :sDomain := upper('&&3');
    new  18:        :sDomain := upper('NT');
    Enter value for 4: CYSOFT2
    old  19:         :sSapSid := upper('&&4');
    new  19:         :sSapSid := upper('CYSOFT2');
    old  21:         :sSapSid := upper('&&3');
    new  21:         :sSapSid := upper('NT');
    old  37:     :sSchema := upper('&&1');
    new  37:     :sSchema := upper('SAPSR3');
    old  39:     if upper('&&2') = 'NT' then
    new  39:     if upper('SAPSR3') = 'NT' then
    old  46:       :sDomain := upper('&&3');
    new  46:       :sDomain := upper('NT');
    old  47:       :sSapSid := upper('&&4');
    new  47:       :sSapSid := upper('CYSOFT2');
    old  49:       :sSapSid := upper('&&3');
    new  49:       :sSapSid := upper('NT');
    using following Parameters:
    .  Oracle Version:                     10.2.0.2.0
    .  Parametervalue os_authent_prefix:   OPS$
    .  Schema Id:                          SR3
    .  Database User (Schema):             SAPSR3
    .  SAP R/3 Administrator:              OPS$NTADM
    .  SAP R/3 Serviceuser:                OPS$SAPSERVICENT
    Connected.
    Connected.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    Now after running scripts below are 3 users created.
    SQL> select username from dba_users;
    USERNAME
    OPS$CYSOFT52\EC6ADM
    <b>OPS$SAPSERVICENT</b>
    OPS$CYSOFT52\SAPSERVICEEC6
    <b>OPS$ORAEC6
    OPS$NTADM</b>OPS$CYSOFT52\SAPSERVICESR3
    SYS
    SYSTEM
    SAPSR3
    SAPSR3DB
    OUTLN
    USERNAME
    DIP
    TSMSYS
    DBSNMP
    14 rows selected.

  • Change logical system names after system copy

    Hi!
    We successfully installed SAP ECC 6.0 system as system copy.
    All the logical system names of old system have been copied to new system.
    Question
    What is the approach to change the logical system names for new SAP system?
    a) just via tcode SCC4
    b) via BDLS
    c) other tcodes, reports
    Thank you very much!
    regards
    Jürgen

    Hi,
    Go though the system copy guide.
    http://service.sap.com/instguides
    After system copy,
    If you need to change logical system names in the system that results from the copy, change the logical system names as described in SAP Notes 103228 and 544509.
    https://service.sap.com/sap/support/notes/103228
    https://service.sap.com/sap/support/notes/544509
    Before running BDLS to change the logical system name, you have to define the correct logical system name in the new copied system. in tcode BD54.
    - while running BDLS, execute in background.
    Regards,
    Debasis.

  • Logical System Name after System Copy

    Hello,
    I have three questions about the logical system name after system copy.
    Q1) When I change SID D22 to S11 during system copy,
    do I have to change the logical system name of all clients in the target system? The target system is used for test, and the landscape has S11 and Virtial system. The target system S11 does not communicate with the source system D22.
    Q2)  If the answer for Q1 is YES, is it correct that the following procedure for changing logical system name?
    1.Tr-CD:BD54
       Add new logical system name for all clients in the target system.
    2.Tr-CD:SCC4
       As for all clients, select new logical system name with F4 help.
    Q3) If the answer for Q1 is YES, do I have to add new RFC connection entries with SM59 for all clients in the target system?
    I refer to the guide "Homogeneous and Heterogeneous
    System Copy for SAP Systems Based
    on SAP Web Application Server
    ABAP 6.40 SR1".
    thanks,
    Keishi

    Hi Keishi,
    As a good and ideal practice the answer to your first question Q1 is yes. Infact I would say that in case you are using ALE then it is must
    For Q2 there has to be an additional step which is most important one. Running BDLS transaction which would allow you to change logical systems in relevant tables from the one of source system to target system.
    For Q3  the answer is agaain yes and you can have two approaches>
    1. manually recreate all the RFC destinations after sys. copy.
    2. Export all the RFC destination data relevant tables before system copy and then reimport them after sys. copy.
    Regards.
    Ruchit.

  • 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

  • Post processing after system copy from standalone to cluster enviornment

    Hi,
    I have done a system copy(Backup restore method) from a standalone quality BW (QBW) system to cluster environment (TBW).
    The steps I have followed as follows.
    . setup the machines in the cluster environment  ( Windows 2003 EE server,sql 2005 SP3)
    . Backup the current database in the source system
    . Given a different SID (TBW) during the System copy installation .its a dual stack installation.
    . Restore the database in the target system and select the back up restore method during the system copy database installation step.
    .The installation completed successfully and i m having some doubts regarding the post processing steps after this .
    We want to retain the same client in the target system ,for this i need to rename the  logical name .Kindly assist me for changing the logical name for the extraction of BW delta process from extraction server to BW system and also the other steps I have to follow after system copy.
    Thanks
    Arun Padikkal

    Hi Arun,
    You should probably post this question in a basis forum.
    Cheers,
    Diego

  • 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

  • How to rename global_name to NEW_DBSID after System Copy

    Hello,
    I changed SID D22 to S11 during system copy.The System Copy guide recommends to rename global_name on Oracle.
    I have some questions.
    1) Is the following procedure correct?
         SQL>alter database rename global_name to S11;
    2) If I do not rename global_name, what happens?
    I refer to the guide "Homogeneous and Heterogeneous
    System Copy for SAP Systems Based
    on SAP Web Application Server
    ABAP 6.40 SR1".
    6.2 Performing Follow-On Actions in the
    Target System
    Oracle: If you changed the <DBSID> during the system copy, it is recommended to adapt the global_name parameter with the following SQL command:
    alter database rename global_name to <NEW_DBSID>;
    If the parameter is not existing on your system, ignore this step.
    thanks,
    Keishi

    Hello Keishi,
    just for information.. the official oracle documentation about that topic:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/ds_admin.htm
    > 1) Is the following procedure correct?
    Here is a test in my MDD test database:
    SQL> SELECT * FROM GLOBAL_NAME;
    GLOBAL_NAME
    MDD.WORLD
    SQL> ALTER DATABASE RENAME GLOBAL_NAME TO MDD2.WORLD;
    Database altered.
    SQL> SELECT * FROM GLOBAL_NAME;
    GLOBAL_NAME
    MDD2.WORLD
    SQL> ALTER DATABASE RENAME GLOBAL_NAME TO MDD.WORLD;
    Database altered.
    SQL> SELECT * FROM GLOBAL_NAME;
    GLOBAL_NAME
    MDD.WORLD
    > 2) If I do not rename global_name, what happens?
    If you use a distributed database system, you need to identify each database by a unique identifier (the global name).
    For more information, take a look at the oracle documentation:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/ds_concepts.htm#i1007500
    Regards
    Stefan

  • How to find old hostname remained in new system after system copy

    Hello all,
    Let me ask you about changing hostname during system copy. 
    I've finished homogeneous system copy.  I changed its hostname and did not change its SID. 
    I know we should check and modify RFC destination(SM59), logon group(SMLG), SAPconnect(SCOT), operation mode(SM04) and instance profiles after system copy with changing hostname. 
    But my customer also used hostname for variant.  I overlooked. 
    Then they require me to provide how to find old hostname in whole system ... 
    Do you have any good tools or idea?  Any advice would be appreciated.
    Best regards,
    Ikue

    Hi,
    If u have not deleted the inactive profiles in the tcode RZ10, you can find the old hostname in the instance profile.
    Also if u have not deleted the entries in the tables TPFET and TPFHT, u can find the old hostname here in these tables also.
    Regards,
    Varadharajan M

  • 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

  • Error in collecting transfer Rules in transport request after system copy

    Hello,
    Recently we had a system copy from Production to Test system.
    We are trying to collect all the transfer rules from production in the transport request with the procedure which is given in the below link.
    Re: Q: Transfer Rules after system copy
    When we are trying to transport such objects, system first prompt for transportable workbench request, after specifying request once, it prompts for it again and after providing transport request number system results with message u201CSpecify a requestu201D.
    Please suggest how to overcome this issue.

    thats scary that you are copying your transfer rules from production to test system well if you guy sare doing it good luck..
    a part from that make sure your prd is open so it allows items to be able to transport an dthere is a conenction between prd to test for transports to go through
    if you have already copied all te data source to TEST, replicate them IN BWQ( your test system) then send over tranfer fules .
    hope that helps.

  • DTP are inactive after System copy

    Hi Guys!!!
    I have done a system copy from one sbox another. After that all the DTP are inactive after System copy.
    Please help me in this regard.
    Thanks in advance
    Peter..

    Hi,
    If u copy the transformation get inactive, bcoz it has changed from existing target to new target.
    so need to activate all.
    Hope it helps u,
    Thanks

  • RFC users locked after system copy in production system

    Hi,
    BW_User,MDBTC(RFC users) system users were locked in our BI Production system at the same time system copy activity was running in the Quality system(production to quality) so as per our colleagues concern after system copy they started Quality system with out changing background work-process 0 so some jobs were triggered which were copied from production system.
    Is there any cause to lock RFC users in production system for system copy? If there is any other reason where we can check logs
    Thanks
    Jalandhar Reddy

    Hi,
    Well maybe i am wrong to analyze your problem .
    Anyway I faced this issue to in our system before and we found that one background job was running  in a system that has basically  prompting an RFC connection to another system. In the t.code SM59 and there was wrong password was put in.We just reset the password and it was worked fine.
    You can try for this..
    Regards
    Bhuban
    RKFL

  • Accounting document not copied after system copy.

    Hi,
    We copied the production system into our test system using backup/restore.  In the post copy verification, our CO team complained because they could not see the "accounting documents".
    What do you think happened why the accounting document was not copied?
    thanks
    krbas

    Hi Krbas,
    Make sure you did all the post processing activities after system copy. I doubt you missed some post processing activities related to CO after your system copy.
    regards,
    VInodh.

Maybe you are looking for

  • User can't be found in SU01. However he does exist and can be found in SU10

    Hello SAP friends, I have a strange problem here. There's one user in our SAP system who's can't be found in TA su01search list, when searching "*" with F4. The user IS active, was logged just yesterday, it seems as his account has everything set OK.

  • Sender File Adapter Error reading file

    Hello! I have a problem with reading a file using the FTP adapter. I have configured everything according to the steps of weblog "FILE to JDBC Adapter using SAP XI 3.0" (/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30). I know

  • Inavlid SAX transformation

    Hi, I am getting this error when i try to open the first page of my application here tack trace:- 006-06-21 22:10:00,609 [DaemonThread:feeddaemon] ERROR SimpleTransform - Invalid SAX Transformer: org.xml.sax.SAXException: Can not resolve namespace pr

  • Some NetStream statuses are not triggered anymore with FP 11.2

    I'm in charge of developing a video recorder in as3 (http://hdfvr.com) and the video recorder has been working fine for the past 2 years however with the latest FP update (11.2) it has stopped working because these 3 NetStream events are never trigge

  • Skin in FF4 beta doesnt work propertly

    I have skin but it looks weird. On my second computer with Vista it looks normal (like on beta screenshots). What should I do? == This happened == Every time Firefox opened