System Refresh for  ECC & PI in Oracle MCOD database

Hi All,
We are running our ECC system on linux and oracle. Our ECC Development system and PI Develeopment system is running on one box and on the same database (MCOD).  The same is with the ECC production and PI production running on the same system and same database (MCOD).
Now our requirement is to refresh the ECC development system from ECC PRD system. But we don't want to do any changes in PI system. One option is that we can export the DEV Pi schema by running SAPINST and than refresh the ECC DEV system with ECC PRD system.
After this we will install fresh PI where it will ask for DB export we will give the path of the PI export which we have taken. But i am not sure this is possible or not. Is this possible??
Or Is there any other easy possible ways to do it?
Thanks,
Bhanu
Edited by: Bhanu Pratap Singh on Jun 17, 2009 4:36 PM

> Now our requirement is to refresh the ECC development system from ECC PRD system. But we don't want to do any changes in PI system. One option is that we can export the DEV Pi schema by running SAPINST and than refresh the ECC DEV system with ECC PRD system.
>
> After this we will install fresh PI where it will ask for DB export we will give the path of the PI export which we have taken. But i am not sure this is possible or not. Is this possible??
This is one big drawback of MCOD, you will always copy all. What makes things even more difficult is the fact, that a PI is basically an MCOD itself - it's ABAP + Java - which must both be copied. So you would need
- export the full PI system (ABAP + Java) - which is a homogeneous system copy Part I
- copy the database
- fiddle on database level to delete both PI schemas (ABAP + Java)
- install a new PI as homogeneous system copy Part II
Technically it's feasible but I wonder, that if you already try to separate the instances, why not install a second ORACLE_HOME on the QA (and later also on PRD) so you can in the future copy the system independently from each other?
Markus

Similar Messages

  • System Config for ECC 6.0 IDES

    Hi all..
    what's the  system requirement for ecc 6.0 ides ...
    okay  bye

    Hi,
    Hardware Requirement for Central System
    I. Minimum disk space
    1. Database Software
    1 GB (x64)
    2 GB (IA64)
    2. SAP system files (not including paging file)
    5 GB (x64)
    8 GB (IA64)
    3. SAP database files (not including paging file)
    76 GB
    4. 4.3 GB of temporary disk space for every required installation DVD that you have to copy to a local hard disk
    II. Minimum RAM 4GB
    III. Paging file size 1 times RAM plus 8 GB
    Hardware Requirements for a Distributed System
    I. Minimum disk space
    1. Database software
    1 GB (x64)
    2 GB (IA64)
    2. Database instance (not including paging file)
    76 GB
    3. Central instance (not including paging file)
    5 GB (x64)
    8 GB (IA64)
    4. In addition you require 4 GB (x64), or 8 GB (IA64) per additional platform.
    5. Dialog instance (optional) (not including paging file)
    2.5 GB (x64)
    5 GB (IA64)
    5. Temporary disk space for every required installation DVD that you have to copy to a local hard disk:
    4.3GB
    II. Minimum RAM 2 GB
    III. Paging file size n Database instance
    1.5 times RAM
    Central instance:
    1 times RAM plus 8 GB
    Dialog instance (optional)
    1 times RAM plus 8 GB
    These all data you can find in the Installation Guide for ECC6.0
    Thanks,
    Nitesh Jain

  • System refresh for solution manager

    Hi All,
    Do you think its possible to do a system refresh for solution manager?
    Even though we do, wont there be a lot of inconsistencies between satellite system and with new solution manager?
    Ideally i need do system refresh of X solution manager to Y solution manager
    Thanks
    Gopal

    Hi,
    How about the consistency between your two X and Y systems. Are they in single TMS. Requests properly transported from X to Y? If its positive, then go ahead you can make System Refresh..
    Feel free to revert back.
    --Ragu

  • What are the privileges required for explain plan in Oracle 11g database

    I am facing the problem in doing a explain plan for a view in Oracle 11g database. When I select from the view like this:
    select * from zonewisearpu
    It does a select on the view but when I give explain plan like
    explain plan for
    select * from zonewisearpu
    I get the error like insufficient privileges.
    Please let me know if things are getting missed out as I guess system level privileges are required to execute this.
    I hope, my question is clear.
    It’s a humble request to revert urgently if possible as I need to complete a task and do not know the way out.
    Regards

    975148 wrote:
    Thanks for your reply. I have found out that an explain plan is possible on the user's own objects and is not possible on the granted objects from a different schema. For eg, if I do a explain plan on a view querying on tables from a different view, it would not allow the explain plan to proceed. This could mean that explain plan needs different privileges than just a select.
    Requesting for a revert to this.
    Here is a simple test case that I have perfomed
    SQL> create user test1 identified by test1;
    User created.
    SQL> create user test2 identified by test1;
    User created.
    SQL> grant connect, resource to test1,test2;
    Grant succeeded.
    SQL> create table test1.tab1 as select * from v$session;
    Table created.
    SQL> connect test2/test1
    Conencted.
    SQL> show user
    USER is "TEST2"
    SQL>
    SQL> explain plan for
      2  select sid,serial#,status,username from test1.tab1 where username<> '';
    Explained.
    SQL>
    So, as can be seen I am able to do a explain plan from user test2 for tables belong to user test1.
    As far as privileges are concerned, following is the list
    SQL> select * from dba_role_privs where grantee in ('TEST1','TEST2') order by 1;
    GRANTEE                        GRANTED_ROLE                   ADM DEF
    TEST1                          CONNECT                        NO  YES
    TEST1                          RESOURCE                       NO  YES
    TEST2                          CONNECT                        NO  YES
    TEST2                          RESOURCE                       NO  YES
    SQL>
    SQL> select grantee,owner,table_name,privilege from dba_tab_privs where grantee in ('TEST1','TEST2') order by 1;
    GRANTEE    OWNER      TABLE_NAME           PRIVILEGE
    TEST2      TEST1      TAB1                 SELECT
    SQL>
    SQL>  select * from dba_sys_privs where grantee in ('TEST1','TEST2') order by 1;
    GRANTEE    PRIVILEGE                      ADM
    TEST1      UNLIMITED TABLESPACE           NO
    TEST2      UNLIMITED TABLESPACE           NO
    SQL>

  • System Refresh On Windows Server 2003 ( Oracle )

    Hello Gurus,
    We are having ecc5.0 production server on windows 2003 server ( oracle as an database ).
    We want to perform system copy.
    can somebody guide me the procedure on windows server.
    Server Information
    ECC - 5.0
    Window Server - 2003
    Oracle ( 9.2.0.8.0)
    I have one doubt should we use SAPinst for export/import procedure or backup restore from our production server to dev server  
    regards
    Shishir

    Hi Shishir,
    I have one doubt should we use SAPinst for export/import procedure or backup restore from our production server to dev server
    DEV System is your original System never refresh DEV System with Production. It is recommended to do System refresh on QA system or any other stand alone system (Test System).
    Also see the below points.
    1. If you have large database then use the backup restore process. this will help you to reduce your downtime.
    2. You can go for the export/import process i.e R3load using SAPinst.
    For more information see the system copy guide as suggested earlier.
    Thanks,
    Shambo

  • System copy for ECC 6.0 system no j2ee process under MMC

    Dear support,
    This has been observed in many of our clients system which are on ECC 6.0 abap+java system, that after we perform system copy from one system to another
    whether it is Oracle platform or mssql server platform ( system copy for oracle using controlfile script ) ( system copy for mssql with restoring .BAK file from source )
    systems are running fine but j2ee process table showing no processes like
    SDM, dispatcher , server0
    even configtool and go.bat are unable to connect.
    Is there any specific settings we do after system copy for java side
    Please let me know at earliest, as it is most strange thing i have seen in almost all my system where system copy is performed.I have already raised a post against this error but at that time i was not aware of this system copy reason behind the same.
    Best regards,
    AjitR

    Your main problem is not, that you don't see anything in MMC (the system can be added manually without much hazzle) - but is, that you database content of schema SAP<SID>DB does not match the data found on the filesystem.
    If you copy the filesystem structure from production to test/qa, you need to make sure, the database and filesystem are in sync. You will have two problems if you "just copy them":
    - They are out of sync because your production was going on running since you copied the backup files
    - all configuration (all java property sheets) is/are set to point to the production system instead of the test/qa system
    I doubt, that it will work if you copy it over. This also explains, why you can't even start configtool, because it points to the wrong system/schema. You MAY be able to fix all that manually, but you may encounter subsequent errors because not all configuration is documented, you would need to step into the whole j2ee tree and look at each and every propertysheet to find out, whether it's correct or not. Additionally, the database may have other information (see above) and all that may become overwritten during bootstrap.
    So - the best way to get your system up and running quickly is to start sapinst on the source system, export your Java instance (not using ABAP but the Java dump) and re-importing that to your test/qa system.
    Markus

  • Steps for System Refresh for ABAP + JAVA stack

    Hi friends,
    I am newbie to SAP BASIS adminstration. There is a system refresh activity planned shortly.
    Can someome pls let me know the steps for system refresh of ABAP  + JAVA stack??
    regards,
    Ambarish.

    Please check [systemcopy@SDN|System Copy and Migration] and [guides|http://service.sap.com/instguidesnw] according to your release.

  • Domain for data type in Oracle 8i database

    Hi Sir,
    Does Oracle database supports domain creation for data type.
    for example, can I create a domain called shorttext which is VARCHAR2(50). Then when I specify a data type for a column in table, then I just declare the column as domain.
    eg. address SHORTTEXT;
    --where SHORTTEXT is a domain.
    How is this implemented in Oracle database and supported by front end tools like Oracle Developer 6.0.
    Hope someone can provide some clear explanation on this.
    Thanks.

    The ordimagesignature is not something you can see or hear. It is strictly binary metadata about the image, used only to compare images to each other.
    What are you trying to do?
    Larry

  • ECC 6 system refresh

    Hi all
    I am trying to do the system refresh of ECC 6 for the first time. The database part is done and database is up and running but the CI dies after sometime stating that the J2EE status info unavilable.
    When I dig deep in it it feels like something is wrong with the SAPUSER table in the database thats having the sapecc user and the password for it. I did the R3TRANS -X and it created the log file that tells me that its not able to connect to the database.
    Can anyone tell me the correct way to do the system refresh or how can I rectify this issue now.
    Thanks in advance.

    I am trying to do the system refresh since the last 5 days and I am not able to do it.  Here is what I did last night:
    1) I restored the backup of the target server and make sure that everything is working the way its supposed to work before the refresh.
    2) I exported SAPUSER table and other users who are database owners.
    3) I refreshed the database of the target server with source server.
    4) Bring up the Oracle database.
    5) Imported the users and tables.
    6) Now I dont see problem with the SAPUSER table but still I am not able to start the CI. When I execute the R3trans -X following is the log file generated. I am running ECC 6 with Oracle 10 G with ABAP and Java.
    Thanks for all your help.
    4 ETW000 r3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 11.03.2007 - 15:52:03
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -x
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Sun Mar 11 15:52:05 2007                                  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                        0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                                 0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dboraslib.dll' ...                    0.000000
    4 ETW000  [dev trc     ,00000]  load shared library (dboraslib.dll), hdl 0          5068  0.005068
    4 ETW000  [dev trc     ,00000]      using "E:\usr\sap\ECX\SYS\exe\uc\NTAMD64\dboraslib.dll"
    4 ETW000                                                                              35  0.005103
    4 ETW000  [dev trc     ,00000]  Library 'dboraslib.dll' loaded                        11  0.005114
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dboraslib.dll
    4 ETW000                                                                              17  0.005131
    4 ETW000  [dev trc     ,00000]  Version of 'dboraslib.dll' is "700.08", patchlevel (0.73)
    4 ETW000                                                                              93  0.005224
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dboraslib.dll
    4 ETW000                                                                              15  0.005239
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dboraslib.dll
    4 ETW000                                                                              24  0.005263
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              17  0.005280
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              29  0.005309
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         15  0.005324
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              14  0.005338
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              19  0.005357
    4 ETW000  [dev trc     ,00000]  CLIENT_ORACLE_HOME is not set as environment variable or
    4 ETW000                        DIR_CLIENT_ORAHOME is not set as profile parameter.
    4 ETW000                          assuming using instant client with unspecified location.
    4 ETW000                                                                             198  0.005555
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.1.0'                 6567  0.012122
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         26  0.012148
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.UTF8          2394  0.014542
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPECC's password           30  0.014572
    4 ETW000  [dev trc     ,00000]  Connecting as /@ECX on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              20  0.014592
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              19  0.014611
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1 0000000005524090 0000000004FB41C0 0000000004FB9988
    4 ETW000                                                                             111  0.014722
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0       18  0.014740
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      14  0.014754
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server ECX (con_hdl=0,svchp=0000000004FB9848,svrhp=00000000055430E8)
    4 ETW000                                                                              38  0.014792
    4 ETW000  [dev trc     ,00000]  Sun Mar 11 15:52:06 2007                           19562  0.034354
    4 ETW000  [dev trc     ,00000]  Assigning server context 00000000055430E8 to service context 0000000004FB9848
    4 ETW000                                                                              27  0.034381
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                        29  0.034410
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=0000000004FB9848,srvhp=00000000055430E8,usrhp=0000000004FB49D8)
    4 ETW000                                                                              26  0.034436
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1045
    4 ETW000                                                                           46843  0.081279
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=00000000055430E8)
    4 ETW000                                                                              17  0.081296
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0000000004FB9848,srvhp=00000000055430E8)
    4 ETW000                                                                              17  0.081313
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 00000000055430E8
    4 ETW000                                                                             415  0.081728
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1045'
    4 ETW000                                                                              26  0.081754
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  68  0.081822
    4 ETW000  [dev trc     ,00000]  Connecting as SAPECC/<pwd>@ECX on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              16  0.081838
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              18  0.081856
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1 0000000005524090 0000000004FB41C0 0000000004FB9988
    4 ETW000                                                                              21  0.081877
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                       9  0.081886
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server ECX (con_hdl=0,svchp=0000000004FB9848,svrhp=00000000055430E8)
    4 ETW000                                                                              29  0.081915
    4 ETW000  [dev trc     ,00000]  Assigning server context 00000000055430E8 to service context 0000000004FB9848
    4 ETW000                                                                           13391  0.095306
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 0000000004FB49D8
    4 ETW000                                                                              21  0.095327
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 0000000004FB49D8
    4 ETW000                                                                              28  0.095355
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=0000000004FB9848,srvhp=00000000055430E8,usrhp=0000000004FB49D8)
    4 ETW000                                                                              20  0.095375
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1017
    4 ETW000                                                                           20919  0.116294
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1017'
    4 ETW000                                                                              17  0.116311
    4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 1017   performing CON [dblink#3 @ 431]
    4 ETW000                                                                             100  0.116411
    4 ETW000  [dblink      ,00431]  ***LOG BY0=>ORA-01017: invalid username/password; logon denied [dblink#3 @ 431]
    4 ETW000                                                                              15  0.116426
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'ECX'"

  • System refresh of abap+java

    Hi gurus,
    I am trying to do the system refresh for ecc6.0 abap + java .I did the abap part with the oracle specific method where we restore the data files and run the control.sql command . But for the java part i am confused on what option i had tried to select abapJava and do an export and then when i am importing it with the abapJava option it is also doing the restoration of abap stack . If i select only java it is trying to create a instance JC00 which i dont want , Is there a method where i can only export the java stack and import into the abap system that was refreshed using the oracle restore method ?
    Thanks in advance

    try following this:
    JAVA Refresh Procedure On SRC system
    1) Execute the following command after navigating to the SAPinst directory to the JAVA export using SAPinst.
    a. sapinst.exe product_cp.catalog
    The export procedure is as follows
    1) Specify the SID name and export directory
    2) To take the export without stopping the JAVA process, uncheck the check box
    On TRG System Preparations
    1) Copy the export from the SRC export directory to the TRG system
    2) The JAVA versions should be same on SRC and TRG
    Import procedure is as follows
    Execute the following command on the TRG system after navigating to the SAPinst in the Master DVD
    sapinst.exe product_cp.catalog
    Check for the TRG system SID for example TAJ
    Note:
    1) Ensure that the SAP system is up and running.
    2) Ensure that temporary tablespace u201CPSAPTEMPu201D is not empty
    After completing the import successfully, restart the SAP system.
    Rohit

  • Portal down after system refresh

    Hello all,
    We have done a system refresh for QAS from PROD for BI with export import of the backup into test. Everything was ok and refreshed BI is working fine but the SAP BI PORTAL is down. Nothing it is working. I can`t acces the link of the portal nor the visual admin nor configtool. Can you help us making the test working. I know a solution of reinstalling the portal with sapinst but i do not belive that this is the only solution.
    The Test Portal have nothing changed. It is the same like it was but the BIT has changed a lot. Can anybody give some ideas how to make it work?
    I give you some information found in logs:
    dev_jrfc.trc :    Return code: RFC_FAILURE(1)
        error group: 102
        key: RFC_ERROR_COMMUNICATION
    Error> occured  >Tue Aug 24 09:21:56,809<   
    RfcException:
        message: Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=localhost SYSNR=11 GWHOST=localhost GWSERV=sapgw11 PCS=1
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       partner '127.0.0.1:sapgw11' not reached
    TIME        Tue Aug 24 09:21:56 201
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2513
    DETAIL      NiPConnect
    SYSTEM CALL connect
    ERRNO       79
    ERRNO TEXT  A remote host refused an attempted connect operation.
    COUNTER     8
        Return code: RFC_FAILURE(1)
        error group: 102
        key: RFC_ERROR_COMMUNICATION
    default trace: #2#================================== Connection ==================================
    ID                            502279030649651208                               
    Type                          QueueConnection                                  
    Mode                          STOPPED                                          
    isClosed                      YES                                              
    com.sap.jms.server.SynchronousNetworkAdapter@32af32af isClosed = false waitTableSize = 0 conectionId = 8----
    ConnectionMetaData -
    JMSVersion                    Version 1.1                                      
    PorviderVersion               Version 1.0                                      
    SupportedJMSXProperties       JMSXGroupID, JMSXGroupSeqJMSXDeliveryCount       
    ================================================================================
    #javax.jms.JMSException: JMS Service is stopped
    SO we can`t acces Visual Admin and configtool.
    Thanks in advance

    So i have open both files services / hosts.. and everything seems to be ok. On services i found
    sapgw11       3311/tcp      # SAP System Gateway Port
    The servers are AIX and the DB si Oracle. Nobody changed these files for more than 2 years and before refresh oh QAS the portal worked just fine. Practically the problem is that there is no connection between BI TST and TST portal. Nothing even at unix level. I think the problem is soewhere between DB and portal.. because he can`t find any connection.
    Some other log files:
    database.1.log :
    #1.5 #001A64E912A200310000003B001570BE00048E8BC8337BDA#1282630917258#/System/Database/sql/jdbc/direct##com.sap.sql.jdbc.direct.DirectConnection#######SAPEngine_System_Thread[impl:5]_27##0#0#Error#1#com.sap.sql.jdbc.direct.DirectConnection#Java#com.sap.sql_0003#com.sap.sql.log.OpenSQLResourceBundle#SQL error occurred on connection beta:BIT:SAPBIPDB: code=17,002, state="null", message="Io exception: Connection reset";
    SQL statement is "ROLLBACK".#5#17002#<null>#Io exception: Connection reset#beta:BIT:SAPBIPDB#ROLLBACK#
    server0.log : #1.5 #001A64E912A200450000082C001570BE00048E8BC83E8D97#1282630917983#/System/Server##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_75##0#0#Error#1#com.sap.caf.eu.cc.content.svc.CCServiceFrame#Plain###Cannot instantiate class: com.sap.engine.services.jndi.InitialContextFactoryImpl
    javax.naming.NoInitialContextException: Cannot instantiate class: com.sap.engine.services.jndi.InitialContextFactoryImpl.  Root exception is java.lang.ClassNotFoundException: com.sap.engine.services.jndi.InitialContextFactoryImpl
         at java.lang.Class.forNameImpl(Native Method)
    1.5 #001A64E912A200680000003B001570BE00048E8BC82CCE12#1282630916813#/System/Security#sap.com/com.sap.workflow.j2eemoni#com.sap.engine.services.security#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_7##0#0#Error#1#com.sap.engine.services.security#Java#security_3031#com.sap.engine.services.security.exceptions.SecurityResourceBundle#Cannot get run_as identity for the security role "".#1#MBeanCreator#
    #1.5 #001A64E912A20009000006CF001570BE00048E8BC83BC936#1282630917802#/System/Security##com.sap.engine.services.userstore#######SAPEngine_System_Thread[impl:5]_64##0#0#Info#1#com.sap.engine.services.userstore#Plain###Service userstore stopped OK#
    Thanks

  • Activites after source system refresh

    Hi all,
    we made source system refresh recently.
    When iam running INIT I am not able to get the data ,but in rsa3 data it is available
    Now  I am not able to retrive the data from source system for SD data sources like 2LIS_02_ITM.
    Can any one tell me what type of activities i need to do after source system refresh for LO data sources.
    Thank
    Pruthvi

    Hi Pruthvi,
    As you mentioned about refresh, it would be a system other than Production system.
    Delta Loads:
    1. Whenever a refresh happens from the production, the delta pointers are disturbed.
    2. You need to re initialize the delta pointer for the DS you mentioned.
    3. If it is for the testing purpose of the Delta functionality, you may intialize the delta pointer 1st and then ask for postings of data in the ECC side.
    4. Once the postings are done, you would see data in Delta Queue in RSA7 in source system.
    5. Now run the Delta InfoPackage so as to fetch this data from the Delta Q of SS to the BW system.
    Full Loads
    1. If you are expecting a full load (Historical data), you need to first fill the Setup tables (in Background only) in the SS.
    2. Once the Setup table fill job is completed in SS, you may execute a Full InfoPackage in order to get this full load.
    Let me know if this helps..
    -Bhushan.

  • Source System Refresh with BW system Connected

    Hi SDN Gurus,
    We are doing a source system refresh for CRM 5.0 Production to CRM Quality.My question is the source system of the BW system will be Changed and the BW Quality will have old data. What are the Post Activities which needs to be done in BW 7.0 system after the CRM system is refreshed.
    So that the Quality BW system which will be now Production can have fresh data from Production System of CRM.
    Thanks and Regards
    Vishwanath

    Hi Ravi,
    Thanks for the same.
    I have another issue. My CRM Reports BI 7.0 is being displayed in Enterprise Portal, We have defined variables for user entry and they can select the values from the selection screen of the variable.
    Let's say we have 80 thousand records and we have variable let's say Client Name, where the user wants to select his client name and display records for that client. The Screen shows him only 72 rows of data i.e nearly 1000 records of Client Name. But we have nearly 20000 client names, and only 1000 client names are being displayed to select from. If he does a filter (eg: A, it displays all the names starting with A, but when we say B or C*, though the data is available in the ODS table, those client name is not displayed in the Screen.
    My question is how to Display all the Values or atleast when he gives A* or B* or Z* it should display those Names, so that he can see the records for those client Name.
    I have done all sorts of R&D to achieve this but in Vain.
    Please help me to sort this.
    Thanks and Regards
    Vishwanath

  • System Refresh Only Java part

    Hi Dear Gurus,
    I have been given a task to do a system refresh for only java part for BI ( ABAP is already done).
    please tell me what are all the precautions that to be taken while doing the java part.
    we are running on windows and Mysql.
    Please specify the steps that to be performed before doing the java part in the source system and target system.
    Many thanks for your time guys.
    Kind Regards,
    Vamsi.
    Edited by: vamsi koganti on Jan 23, 2008 1:11 PM

    Hi Dear Rajesh
    Many thanks for your reply and your time.
    Few more questions
    *deleting the contents of the global directory (pleasetell me where it is located)
    where to give the CONTROL.SQL file?
    and one more problem
    I am getting the fallowing error when i start sapinst.exe
    starting gui server process:
      sapinstport: 21200
      guiport    : 21212
      guistart   : true
      command    : "C:\j2sdk1.4.2_12/bin\javaw.exe" -cp "C:/WINDOWS/TEMP/sapinst_exe.8596.1201160177\jar\instgui.jar;C:/WINDOWS/TEMP/sapinst_exe.8596.1201160177\jar\inqmyxml.jar" -Xmx256M -Dsun.java2d.noddraw=true SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true
    guiengine: call to bind() for socket 21200 1800 failed . No error
    103 guiengine.connection.failed 21200, 943
    Exit status of child: 1
    I look in some previous post they ask the person to check the port is being used or not? how to check the port is being used or not? and how to assign this to  that port **************
    Please help me rajesh.
    Once again many thanks for your time.
    kind Regards,
    vamsi.
    Edited by: vamsi koganti on Jan 24, 2008 8:49 AM

  • Delta Setup/Link  Broke After System Refresh in Sandbox with Prod

    Hi All,
       We have done the System Refresh for Sandbox with Production in BW. After that, we tried to load 0FI_GL_4 Delta and it failed with 'Queue 0FI_GL_4 is not available in the Source System' in Monitor. It means something went wrong in System Refresh process and the Delta setup broke. The 'Status' traffic light for 0FI_GL_4 DataSource is in RED in 'BW Delta Queue Maintenance' (RSA7) in R/3 system. When I display this Status (Red traffic light) it says 'There are still no parameters available for the delta transfer'.
       Since the Delta link broke, I have deleted the 0VENDOR_ATTR Master Data DataSource in RSA7 in R/3 and Initialized the Delta in BW for this 0VENDOR_ATTR and it completed successfully and now 0VENDOR_ATTR Master Data DataSource in RSA7 in R/3 is in GREEN.
       But, we have GL InfoCube which has 120 million records and if we initialize the Delta it will take atleast 7-10 days. It will take atleast 2 weeks for all the InfoCubes and ODS's.
      How could we restore the Delta setup/link and the Status of the DataSources will turn into GREEN in RSA7 in R/3, PLEASE ?
    Thanks in advance.

    Hi,
    Ask your BASIS team to run BDLS. That should take care of the problem. It'll repoint the delta queues to the correct source system. With the refesh the delta DS will point to the system it was refreshed from, hence the problem.
    Cheers,
    Kedar

Maybe you are looking for

  • Urgent help needed in JTree

    Hi, Using Graphics2D when I rotate my JTree I want the event associated with the component also to move along with the coordinates of the component. In Event class there is one method translate(int x, int y) can anyone tell me how to implement this m

  • Converting Word to pdf -  Text in "Pictures" corrupted

    When I convert a Word (ver 10 SP3) document with a graphic "picture" which contains both graphics and text to .pdf format with Acrobat 9 Pro the graphics convert fine but the text in the picture becomes very large and moves outside of the picture. Th

  • How to generate addm report using grid

    Hi, how to generate addm report using grid, please provide any relevant doc/links etc. Thanks in advance.

  • Jaxb. Problem in generating classes

    I am using wsad 5.1.1 and java web services developers pack 1.5. I am trying to generate classes from xml schema but i am getting following error. please help. parsing a schema... compiling a schema... generated\impl\runtime\ContentHandlerAdaptor.jav

  • Equipment Task List

    Hi PM Experts, I have a general doubt in PM task list. When I open a Equipment task list with transaction IA03, and go to the components assigned to an operation. There i can see  a field "Holder" ... can someone please explain to me what is this "Ho