CUA - System Refresh

Hello,
I am new to CUA and need help in determining the pre and Post steps for CUA during the System Refresh. The System Refresh is performed on the Child System and after the Refresh my original users and Role assignments have to overwrite the users and Role Assignments of the Copying System.How do I retain my original User data ?
Are their any guidelines to this process ?
I am researching oss and forums,and so far I don't have any clear procedure.
thanks,
Farah

Hello Farah,
I think by system refresh you mean system copy.
From system copy perspective follwing steps need to be taken:
pre copy steps:
1. Disconnect CUA. Please go to the child system. Go to TRANSACTION BD64 and delete the ALE model view for CUA.
Subsequently go to parent system. Then to transaction SCUA. In menu bar go to Distribution model and then to Delete. Choose the radiobutton Child System and then give the logical name of the child system.
Post system copy activties:
1. in case the system copy has been performed from parent system of CUA to child system then go to child system and then goto BD64. Delete the exisitng ALE model for CUA. If parent system is not the source system of CUA you can ignore this step. Next Login to parent system. Go to SCUA then change mode and then add the logical system name of child system to it.Next go to SCUG and do user master reconcilliation.for this double click on child system and then under do transfer users wherver it is available.
Frankly these are ideal steps after system copy ahich I follow since there is not much disparity in user master data across systems in my CUA. So even if system copy happens the user master data in child system remains more or less the same.
If at all there is a minor difference I adjust it through SU01 or SU10. However in case there is a major difference then you it becomes a bit complicated. reasons being system copy wil overwrite entire stuff. Whether it is CUA or any other data. Say for example a child role exisits in child system but is not in the source system of system copy then it wont be present after system copy. if there are such issues then let us know. May be we can think
something. otherwise this approach should do the job for you.
Please award points if you found the anwers useful.
regards.
Ruchit.

Similar Messages

  • CUA restore user data after system refresh

    We recently copied our PRD ECC6 system to DEV.  In the new DEV, a client (client 301) was created by way of a client copy to replicate the environment prior to the refresh.  This new client has only one user - the CUA user for the CUA RFC.
    Our CUA resides in an independent system.  The user and authorisation data for client 301 exists in the CUA.  How do I, or even can I push the user and authorisation data from CUA to client 301 on DEV?

    Report RSCCUSND in the CUA system will allow you to push out data to the child system.  You may need to manually re-create user groups in the child system for this to work.

  • Security steps in system refresh

    Hi all,
        what are the pre steps and post steps from security point of view that needs to be performed on the target system when we do a system refresh .
    Thanks.

    Hi,
    There some additional things to consider....
    If the source system for the copy is a child system of another CUA model, then after the copy you have to delete the CUA model from the client that has been refreshed - this includes deleting the CUA model from BD64.
    Once the copy is complete you have to double check the logical system of the refreshed client - very often this step is overlooked and it means that your RFC destination for this child system is no longer valid.
    I agree with the previous post of exporting the SAP_USER profile from the target client, before the refresh takes place.
    Regards

  • Unable to login in EP 6.0 after system refresh

    After performing the system refresh of EP 6.0, completed the post system copy steps.
    Imported the new certificated as well, when I try to login the page is getting refresh but remains on the same page.
    please help me what could be the reason.

    Hi Abdul.
    I think you have selected the Algorithm as RSA, which is the default one.<br />
    Please change it to DSA and hope the issue will be solved.
    Regards,
    Satish

  • Logical System Conversion after system refresh failed

    Hello,
    Logical System Conversion after system refresh couldn't complete as the printer was locked. This job was run in the background. In SM37, the  job log of RBDLSMAP shows as job finished, but it took only 40 seconds. Now I see that the logical system got changed(Converted) in the client settings scc4 but I know that this client being a production client and would run for couple of hours. Here is the job log information.
    02/18/2009 16:09:33 Job started                                                                     00           516          S
    02/18/2009 16:09:33 Step 001 started (program RBDLSMAP, variant &0000000000000, user ID ABCD)      00           550          S
    02/18/2009 16:09:33 Output device PRN1 is locked in the SAP system                                  PO           349          I
    02/18/2009 16:10:19 Job finished                                                                    00           517          S
    When try to rerun bdls again, it shows that it is already available and it says "The new logical system name is already assigned to the current client".
    Any suggestions on this?
    Thanks,
    Mahesh

    Hi ,
    Rerun the BDLS again as this took very little time.
    When you try to run again it popsup message saying it already exists just delete that and again put the Logical system name and run it will run that time.
    May be while scheduling the job you gave for spool I am not sure why is it looking for Printer which is locked.
    Thanks.

  • Error in job for connection to CUA System

    I have a problem with the two jobs in the u2018AS ABAP - Initial loadu2019 for a CUA system. According to the log is seems to be a memory issue!!!!
    Extract from the logfile:
    u2026u2026u2026
    26.03.2009 09:57:31 :I:Initializing custom pass FromSAP: ReadABAPRoles
    26.03.2009 09:57:31 :I:Initializing MX SAP BAPI object
    26.03.2009 09:57:31 :W:Filter not supported when Listing CUA Roles. Ignoring :*
    26.03.2009 09:57:35 :E:Unhandled Error in DSERuntime
    java.lang.OutOfMemoryError: Java heap space (failed to allocate 84038672 bytes)
    u2026u2026u2026
    This error is related to the both the jobs: ReadABAPRoles and ReadABAPProfiles.  
    Please note:
    Setting the %$rep.CUA_MASTER% equal u2018falseu2019 using the repository constant works for the both jobs (only the roles and/or profile in u2018localu2019 system the is read meaning no data from the subsystems in the CUA is read )
    Any suggestions for handling this problem??
    Best Regards
    Tom Svarre

    The text you enter in the dispatcher script after JAVAOPTIONS= is passed on as one parameter to the java executable. When you set JAVAOPTIONS=-Xmx256M -Xmx256M the effect is like the commandline java "-Xmx256M -Xms256M" java interprets this as an illegal heap size and refuses to start.
    If you want to specify more than one javaoption, you also have to set MXDISPATCHER_EXECSTRING=1
    This option causes the dispatcher to pass the arguments to the java executable as one string instead of split into separate parameters.
    The reason this option is not turned on by default, is that this can cause problems with paths and parameters containing special characters that causes the command line interpreter to fail.
    In your case, only specifyng the -Xmx is probably the best solution. Specifying -Xms will cause heavier load on the system also for jobs thatdoes not need a large heap.

  • How to handle the CRM Middleware after system refresh?

    Guys,
    We are using CRM 5.0 & R/3 4.6C. We have the middleware configured and set up. We finished all inital loads & delta loads are activated as well. The system works perfectly.
    Now for some reason the client wants to refresh the R/3 system. (Basically they are copying over the R/3 Dev system to refresh the R/3 Sandbox system. Our connection is currently between the 2 sand box systems) What impact will this have on the CRM system? Will it cause mass delta downloads? I have already referred to notes 588701 & 765018. Any additional information or watch outs will be appreciated.
    Secondly what's the best practice do a refresh in the future? Is there a SAP recomendation on how to go about with system refresh when CRM & R/3 are connected?
    ARP

    Hello ARP,
    as always: It depends what to do:
    a) do you have a CRM DEV System available? If possible you should get the connection working over there and then do a Landscape Copy of the R/3 DEV + CRM DEV to the Sandbox Landscape.
    b) Let them copy the R/3 DEV to the R/3 Sandbox. Then use the Data Integrety Manager (Transaction SDIMA) to get the missing Customers, Transactions exchanged.
    In the future they normally have to do a Landscape Copy.
    Regards
    Gregor

  • Windows 8.1 will not activate on HP19-2113w after system refresh.

    Everything was working fine on my PC.  Then the other day it crashed and said there was a disk error and that it had to scan the whole drive to find the error. It finished scanning, but windows 8.1 would not load sucessfully.  Therefore I did a system refresh thru HP recovery.  After doing that windows would start up normally, but I lost my activation.  When I tried to activate the response was "Key doesn't work try again later" or something like that.  Kept trying, no luck.  I thought it may have been an error with the system refresh, so I did the total system reset (after saving personal data).  Now I am having the same problem with activation, and If I try to navigate the normal way to the activation screen, the screen disapears.  I can get to activation using command prompt.   but key still does not work.  The key I am using I retrived from my BIOS data.  Also, I ran the refresh and reset from the origional hard drive partition.  I hope someone has a solution to this.  Thanks is advance Bill   

    Hello , Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More. I have read your post on how your desktop computer will not activate after performing a system refresh, and I would be happy to assist you in this matter! In order to correct this issue, I suggest following the steps in this resource on Windows 8 product activation, which should help to activate Windows 8.1 on your system. Please re-post with the results of your troubleshooting, and I look forward to your reply!
    Regards

  • 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.

  • System Refresh: Abap+Java stack

    Have a few questions about CRM refresh I'm working on. Done many refreshes over the years and the new process has me shaking my head in disbelief.
    Performed a normal system refresh, by restoring online backup of production system onto mirror system. The mirror system exactly matches my production sytem (Oracle 10g, SuSE Linux 64 bit, UNICODE). 
    Now my system is running from Abap stack perspective, however Java components fail to load.
    Now from reading the documentation (System Copy for SAP, Based on SAP Netweaver 2004s Abap+Java) it appears that I have to use sapinst and no longer use online database backups for system refreshes.
    Is this the case? Has the investment my organization made into online backups now worthless?
    Is there a way to take the java schema in this online copied database and bring it online after converting it to work on the mirror landscape?
    Or should I throw out our system methodology and start new

    Thank you for the reply.
    Reading SAP's documentation seems to imply that I need to extract out the java schema from my production source and then re-install on my QA target to make a refresh of the java stack possible.
    However, if I have a complete copy of my source system database working on the target, why is the extract necessary?
    At least, I should be able to extract out the contents from the source as if it was the target, thereby eliminating any sort of production outages (we have many constraints about shutting down production from fuctional perspective).
    I'll do some research around the other tools mentioned to see if they can lend a hand fixing the issue,

  • No IDOC's for the change record in child and CUA systems.

    Hi,
    The user profile was modified and  assigned roles and profiles on so and so date by someone as it is showing in the change record of the user in the child system with a batch user id.
    I have search the IDOC's with respective of the child system, date & time but I didnu2019t find any IDOC with respective of the above criteria.
    So kindly help me out is there a way I can find the information as who changed the user profile via CUA system....
    Thanks for your help...
    Thanks & Regards
    Sukumar. V

    Release:
    700   Master & Child
    SP level
    Can i know for which area you need it...
    BASIS
    0015   Master
    0013   Child
    Netweaver
    0016   Master
    0015   Child..
    Please let me know if you need any further info....
    SV

  • Post System Refresh Activity - BDLS run

    Hi,
    We have finished system refresh of a QA system from Production.  We need to run BDLS now to convert the original Production logical systems to QA relevant logical systems. 
    I am short of understanding of this process.  Can anyone please help me with the concept and process?
    Thanks in advance,
    Abdul

    Hi Abdul Rahim Shaik,
    BDLS will convert the logical system name for your PROD to QAS.
    For eg:
    Your source - PRDCLNT100
    Your target - QASCLNT100
    If you go to SCC4 in your QAS, u will see Prod logical system name for the client.
    Once you run BDLS after system copy, logical system name exist  in every table for PRDCLNT 100 will change to QASCLNT100.
    Refer to below link for more info:
    http://help.sap.com/saphelp_nw04/helpdata/en/33/c823dbaea911d6b29500508b6b8a93/frameset.htm
    Cheers,
    Nicholas Chang

  • BDLS in system refresh

    HI all
    I did a system refresh of BI .After running BDLS the logs in BDLS shows success. But logical systems are not getting converted.When I checked in SLG1it shows no coversion has taken place. Can any one help me to proceed further and change my logical system
    Regards
    -aj_

    > Oh ok thanks but this was already done. what I mean to tell is If I run BDSL it is showing successful .When I check BDLS logs in SLG1 it is showing error. WHy this happens and what can be done?
    Without knowing the error that you see how should we help you?
    Markus

  • System Refresh problem - request/task does not exist

    I have a problem after system refresh, and when I am trying to import users and roles, I get the message - request/task XXXXXXX does not exist.
    Data/cofile are present.
    Can someone help me please ?
    Thanks in advance,
    Jordan

    I got it ... in SCC4, the client role must have been set to TEST instead of PRODUCTION, since the refresh is on Quality.

  • Sender File Comm Channel Fails after system refresh

    Hi,
    we did a system refresh of our PI system and since then the sender file communication channels donot work with the following exception:
    Error: com.sap.aii.af.ra.ms.api.ConfigException: Some of the IS access information is not available. SLDAcess property may be set to true, but SLD is not available.
    I have seen many threads in this forum related to this issue but couldn't find a proper solution.
    Any help is very much appreciated.
    Thanks
    MLS

    You may do the following:
    1. Perform SLDCHECK on XI.
    2. Check if XIAFUSER is not locked or its password has been changed recently.
    3. Goto SLD-> Business sytems-> Integration server, check Pipeline URL. It should be
    http://hostname:8000/sap/xi/engine?type=entry
    Regards,
    Prateek

Maybe you are looking for

  • Skype Number Payment Pending

    Hi, I recently purchased a Western Australian Skype number and the order is pending for almost a week. Is there a way to find out if there is a problem with payment? How do i cancel order and purchase again? Thanks.

  • Album Covers also transferred to Pla

    I observed that some of the music I export to my device through URGE includes the album covers and this is taking up too much space on my player, is there some way that I can export the music without exporting the album cover Is there a way to delete

  • [Slvd] What to restart after system upgrade? When to restart X server?

    Hi all, After a system upgrade, what should be restarted? The following actions I know about: kernel (linux): reboot daemon (sshd, cups, iptables, etc.): rc.d restart ... application (fvwm, mutt, etc.): restart application But what will require resta

  • Configuring 11g forms and reports with sso in fusion middleware 11.1.1.6

    Hi Experts, I have followed the below oracle support documents to integrate the three components Oracle Fusion middleware forms and reports 11.1.1.6, OID 11.1.1.2 and OAM 11.1.1.5. How to Install, Configure and Integrate Oracle Internet Directory (OI

  • Flash install problem

    Hi there, trying to reinstall flash, and when i do the usual install pattern it asks me what program i want to use to open the file and gives me a list of unhelpful programs.. have never experienced this before.....  i have read the rest of the forum