Copying sap logon systems

Hello All,
i have a new computer and i want to copy my all systems that i see at my sap logon screen to my new sap logon screen.
How can i do it quickly?
Thanks.
Moderator message: not related to ABAP development.
Edited by: Thomas Zloch on Jun 21, 2011 5:05 PM

Hi,
not sure that you need it but we need ff_server.ini in the same directory copied, too.
Before this of course you need a SAPGui Installation on the new computer.
Regards,
Klaus

Similar Messages

  • What is the default SAP LOGON system number?

    Hello, what is the default SAP LOGON system number?
    I have installed ABAP SP 640 SP11 and windows GUI 6.40 on my server.  I want to use the SAP Logon. The logon asks me for the system ID:  NSP and the system number that I don’t know.
    Any idea?
    Thanks

    ANSWER: 00

  • WE20, WE21 settings after SAP BW system copy

    Hi!
    I copied SAP BW system and have executed the following post installation settings:
    - BDLS (conversion of logical system names)
    - Program RS_BW_POST_MIGRATION
    When I go to tcode RSA1 on my new copied SAP BW system and try to reach source system I get the following error:
    BI unknown in source system
    BI IDoc type ZSBA004 is not the same as source system IDoc type
    The following errors occurred in the source system
    EDI: Partner profile not available
    +Entry in inbound table not found     +
    Entry in outbound table not found
    Question:
    Should I create new entries in tcode WE20, WE21?
    If yes, how (copy of existing one from SAP source BW system)
    Thank you!

    Hi!
    I face currently with the problem on my new SAP BW within RSA1 --> Source system --> Check:
    BI unknown in source system
    BI IDoc type ZSBA004 is not the same as source system IDoc type
    How can I solve this problem?
    The partner definition t-RFC as well are created...
    Thank you!

  • Connect one SAP ECC 6.0 source system to 2 SAP BW system

    Hi!
    I copied SAP BW system (e.g. BW1 --> BW2).
    My source SAP BW system "BW1" was connected to SAP source system "MM5" (tcode RSA1).
    Now I would like to connect my new SAP BW system "BW2" also to this SAP source system "MM5".
    When I do so I get the following error:
    Connection cannot be used.
    Connection BA is used in the MM5:400
    source system as a connection BW1CLNT001 to BW
    Do you want to delete this connection in the source system?
    Question:
    Can one SAP ECC system be connected to 2 SAP BW system?
    If yes, what are the steps to do this?
    Thank you!

    Thank you very much!
    The question still is how to proceed with the following dialog screen/warning?
    Connection cannot be used.
    Connection BA is used in the MM5:400
    source system as a connection BW1CLNT001 to BW
    Do you want to delete this connection in the source system?
    YES or NO
    Thank you!

  • How to display a specific SAP logon screen per system?

    Hello,
    I woud like to display a logon screen which contains system-specific information, e.g. for the QAS system it would be something like "This system was created by a system copy from PRD on MM/DD/YYYY"...
    I have gone through the SAP Note 205487 and my understanding is that I have to create the ZLOGIN_SCREEN_INFO in the development (changeable) system and transport it.
    Note 205487 : "Creating/changing this text requires a changeable system. Therefore, for production systems, SAP recommends maintaining the text in the upstream system and then transporting it."
    Can anyone please provide me with some hints on how to create a different logon screen for each system and apply them via transport requests?
    I prefer not to "open" the QAS system in order to create the logon screen because I would then have to "open" the productive system to create a different logon screen...
    Any help is appreciated.
    Thanks and Regards,
    Michel M.

    Hi Michel,
    Please refer to below documents for modifying SAP Logon screen and transporting to other system.
    [How to customize the login screen|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=22219]
    [Customizing SAP Login Screen|http://www.abap-tutorials.com/2009/12/30/customizing-sap-login-screen/]
    [SAP logon screen, SE61, ZLOGIN_SCREEN_INFO|SAP logon screen, SE61, ZLOGIN_SCREEN_INFO; 
    Hope it helps
    Regards
    Arun

  • Post installation steps after SAP BW system copy

    Hi!
    I am about to do post processsing steps after system copy of SAP BW system.
    1) One of the steps is to delete all entries from tables DBSTATHORA, DBSTAIHORA, DBSTATIORA,
    DBSTATTORA.
    Question: what is the way to do this?
    2) During the installation I received the error within import ABAP step.
    (IMP) INFO: import of D010TAB completed (4477754 rows) #20090505133631
    DbSl Trace: Error 12801 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-12801 occurred when executing SQL stmt (parse error offset=0)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 STORAGE (INITIAL 423090176 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS PARALLEL )
    DbSlExecute: rc = 99
    (SQL error 12801)
    error message returned by DbSl:
    ORA-12801: error signaled in parallel query server P000
    ORA-01659: unable to allocate MINEXTENTS beyond 34 in tablespace PSAPSR3700
    (DB) INFO: disconnected from DB
    As solution I changed the the following lines within D010TAB.TSK:
    from D010TAB~ 0 C err to D010TAB~0 C ign and
    from D010TAB1  C err to D010TAB1 C ign
    Question:
    how to create index manually after system copy?
    Thnak you very much!

    Jgen Pfeiffer wrote:>
    > Hi!
    >
    > I am about to do post processsing steps after system copy of SAP BW system.
    >
    > 1) One of the steps is to delete all entries from tables DBSTATHORA, DBSTAIHORA, DBSTATIORA,
    > DBSTATTORA.
    > Question: what is the way to do this?
    Simply run
    TRUNCATE TABLE <table_name>;
    for each of those tables.
    Make sure to either logon as SAP<SID> or provide the owner of the tables with the statement.
    > 2) During the installation I received the error within import ABAP step.
    > (IMP) INFO: import of D010TAB completed (4477754 rows) #20090505133631
    > DbSl Trace: Error 12801 in exec_immediate() from oci_execute_stmt(), orpc=0
    > DbSl Trace: ORA-12801 occurred when executing SQL stmt (parse error offset=0)
    > (DB) ERROR: DDL statement failed
    >  (CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 STORAGE (INITIAL 423090176 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS PARALLEL )
    >  DbSlExecute: rc = 99
    >  (SQL error 12801)
    >  error message returned by DbSl:
    > ORA-12801: error signaled in parallel query server P000
    > ORA-01659: unable to allocate MINEXTENTS beyond 34 in tablespace PSAPSR3700
    > (DB) INFO: disconnected from DB
    >
    > As solution I changed the the following lines within D010TAB.TSK:
    > from D010TAB~ 0 C err to D010TAB~0 C ign and
    > from D010TAB1  C err to D010TAB1 C ign
    >
    > Question:
    > how to create index manually after system copy?
    The problem here was the large INITIAL size clause.
    If there is enough freespace at all in the tablespace this should work:
    CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 NOLOGGING COMPUTE STATISTICS PARALLEL;
    If I'm not wrong, the second index is just vice versa:
    CREATE UNIQUE INDEX "D010TAB~1" ON "D010TAB" (  "TABNAME", "MASTER" ) TABLESPACE PSAPSR3700 NOLOGGING COMPUTE STATISTICS PARALLEL;
    In general it is really not a good idea to skip the creation of unique indexes...
    regards,
    Lars

  • Export SAP GUI Logon system properites to another laptop

    Hi, SDN Fellows.
    I want to run SAP GUI logon systems in another laptop. After installing a new SAP GUI client. Instead of re-add the logon system properties, is that a way I can export and import from another laptop? Say I have 10 logon system properties (some with application server and some with logon groups), how do I pick the 8 of 10, and export to another SAP GUI in another laptop?
    Thanks,
    Kent

    Hello Kent,
    for SAP GUI for Windows 6.20 or 6.40, please have a look at [SAP note 512040|https://service.sap.com/sap/support/notes/512040], for SAP GUI for Windows 7.10 refer to [SAP note 1035560|https://service.sap.com/sap/support/notes/1035560] and for SAP GUI for Java please read chapter 7 of the manual included in the SAP GUI for Java installation.
    Best regards
    Rolf-Martin

  • How to implement SSO to non-SAP systems using SAP logon ticket?

    Hello,
    We would like to implement Single Sign On between our SAP Netweaver system and a Siebel which is a non-SAP system using SAP logon tickets.
    Can anyone please give me some leads on this, in particular:
    1. Is there a JAVA API or an SAP plug-in that can be implemented on the Siebel machine to extract the SAP logon ticket?
    2. As the other machine might seat on a complete different domain, is it possible to implement SAP logon ticket without using cookies (perhaps through the HTTP header?
    3. In case you think using SAP logon tickets is not the best solution here I would be happy to hear any other suggestions you might have.
    Roy

    Hi,
    I'm currently using SAML as well. Unfortunately the SAP J2EE cannot work as authority (identity provider) but what you can do is using an open implementation of SAML such as opensso which is an open version of SUNs Java System access manager.
    There are a couple of other projects such as opensaml, apache's wss4j or shibboleth that might be interesting in this context.
    I just installed opensso and got it working with SAP J2EE 7.0 using SAPs JAAS SAMLLoginModule to authenticate users within SAP J2EE.
    In this scenario opensso serves as identity provider just as you need! There are a couple of Policy agents available on SUNs Download site you can use with Apache, Tomcat, JBOSS, WebSphere, Bea Web Logic etc. in order to authenticate! Otherwise you just directly authenticate against opensso. When installing opensso you can configure the type of user store you want  to use! By default it uses LDAP but you can also use different types of user store using JDBC or other mechanisms. Since you have a Directory Service you could easily connect it to your existing directory.
    There is also a way to map user ids directly in opensso by adding a uid mapping class. I created some documentation with lots of screenshots about using opensso with SAP J2EE. You can easily use opensso with any other system that supports SAML. In the case of SAP the usage is currently limited to SAML versions 1.0 and 1.1. Version 2.0 is not yet supported but should be in one of the following versions.
    Here are some links you might want to check:
    OpenSAML: https://spaces.internet2.edu/display/OpenSAML/Home
    wss4j: http://ws.apache.org/wss4j/
    shibboleth: http://shibboleth.internet2.edu/
    opensso: https://opensso.dev.java.net/
    On SDN you will find a documentation on how to connect SUN Java System Access Manager to SAP J2EE (see https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/906d9fc6-31b9-2910-1385-90edad7d7570). As I said opensso is based on the SUN Access Manager code and looks quite the same. So you can adapt this documentation in order to configure opensso or you can just ask me for the documentation.
    Hope this is helpful...
    Let me know if you need further assistance on this topic
    Cheers

  • SAP BI System Copy with only Config changes, Not Data

    Hi BASIS,
    I have a requirement from a client to build a system landscape stratagy for their SAP BI system.
    We have DEV - QA - PRD systems for SAP BI (7.0 SP 16)
    Both DEV and QA are completely out of sync with PRD. We are doing development tasks directly on PRD. Now we have decided to re-sync the DEV & QA systems with PRD.
    'System copy with Data' will be easier to implement. But our PRD DB size is nearly 3TB. The client is not ready to pay for the extra/temp. disk space for DEV and QA sync. ( We are on DB2).
    Now, we have only one option left. Capture all Config changes from PRD and transport them back to DEV & QA. This is a tedious task and cause many inconsistencies.
    Would anyone have any other ideas to bring the systems in sync with less time involved and less resources.
    I am a SAP BI person. So dont know much about BASIS tasks. Please help me with any links of best practises or SAP notes.
    Cheers

    HI Reddy,
    We came to know from our basis team that we do not have the Java Stack installed in our BI 7.x system yet.
    As it is integrated with EP which has Java, our web reports are working.
    1) But my question is still do we ned to install the Java Stack in our BI system as i do not find any Export to PDF option in EP for the reports (eventhough AS Java supports this).
    2) Or can we use the existing configuration without Java STack integrated to EP for the new tools like Report Designer and Integrated Planning?
    Regards
    Kumar

  • System Copy SAP NetWeaver Process Integration 7.1 documentation incorrect

    I am trying to a Homogeneous System Copy on PI 7.1 SP07.  I don't want to do a
    Copying the Primary Application Server Instance Only
    Because (as the documentation says) "As of SAP NetWeaver based on kernel 7.1, you can copy a primary application server instance only. With this procedure you can move a primary application server instance to a different host within your system."
    I don't want to move my system to another system.  I just want to do a Database refresh. That option is not available when I run SAPINST.
    I see the option for database refresh in the manual, but it's not a sapinst selection
    6.3Copying the Database Only u2013 Refresh
    With this procedure you can refresh the content of an existing database without having to copy the primary application server instance and to reinstall additional applications servers.
    I'm using the latest SAPINST and I have the correct DVD from Service Marketplace. 
    This database refresh option appears in both the "distributed system" selection under system copy --> target --> distribute system.
    "SAP NetWeaver Process Integration -> Software Life-Cycle Options --> System Copy -->  Target System --> Distributed System --> Based on AS ABAP and AS Java --> Database Refresh or Move".
    Is that the correct choice?  Why is the documentation wrong?
    "SAP NetWeaver Process Integration 7.1 including Enhancement Package" and "System Copy for SAP NetWeaver Process Integration 7.1".  So it must be correct (I think).
    I do see the database refresh option under the "

    Thanks for the reply.  So I would do this:
    "Copying the Primary Application Server Instance Only
    Because (as the documentation says) "As of SAP NetWeaver based on kernel 7.1, you can copy a primary application server instance only. With this procedure you can move a primary application server instance to a different host within your system."
    and then do the "database refresh" option under "distributed systems"?
    Is that correct?

  • BI System copy: 2 SAP BW system should be connect to same R/3 system

    Hi!
    We have copy one SAP BW system SR1 to another SAP BW system SR2.
    SR1 was connected to SAP R/3 system R31.
    As consequence the new SAP BW system SR2 has also in RSA1 --> source system the entry of SAP R/3 system R31.
    We would like to restore the source connection in new SAP BW system SR2.
    By doing so a pop up comes up with decision to delete an existing connection R31<CLNT>XXX or not to delete this connection to the first BW System SR1.
    Question:
    Can 2 BW systems (SR1, SR2) be connected to the same SAP R/3 system (R31) and what should we do in this casee with pop up (delete or not delete the existing connection to the source BW System SR1)?
    Any helpful information will be very appreciated!

    HI
    > Can 2 BW systems (SR1, SR2) be connected to the same SAP R/3 system (R31)
    Why not? One R/3 system can be connected to many BI/BW system.
    > what should we do in this casee with pop up (delete or not delete the existing connection to the source BW System SR1)?
    This pop up is coming because you created your SR2 system as a copy of SR1 system. If you have access to your R/3 system, you can check in table RSBASIDOC there will be  only one entry R31CLNTXXX --- SR1CLNTXXX which is creating problem
    What you can do is to run one FM RSAP_BIW_DOSCONNECT ( in the new system) and delete the entry for R31CLNTXXX and SR1CLNTXXX. Then also delete some correspondign entries from EDP13, EDPP1 and EDP21. Then in the new system , from RSA1 create new connection. I Before creating the new source system connection, in your new BI system you can delete the RFC connection for the R/3 system from SM59. During creation of new connection this RFC will be generated once again automatically.  should work fine.
    Remember, DO NOT delete connection from RSA1 which in turn will delete all the dataSources.
    Please also follow SAP Note 886102 - System Landscape Copy for SAP BW and NW BI carefully before doing ANYTHING with RSBASIDOC.
    Regards
    Anindya
    Edited by: Anindya Bose on May 4, 2010 12:17 PM

  • Add new system to SAP Logon 720 Patchlevel 2

    Hi,
    i installed SAP Logon 720 Patch 2 on my computer. On my old installation, Logon 710, it was no problem to add, change and delete new system connection.
    But in Logon 720 the buttons are grey and not active.
    Has anybody a tipp how i can activate this buttons?
    Thanks,
    Anton

    You have recieved or are starting SAP Logon pad and not SAP Logon.
    C:\Program Files\SAP\FrontEnd\SAPgui\
    C:\Program Files\SAP\SapSetup\setup\SAL\
    saplgpad.*
    saplogon.*
    Regards,
    /Wim
    PS, to SAP developers: there are multiple companies frowning upon the decision to display the grayed-out buttons in saplgpad. I would hate to roll-out 720 with a in-house launcher for saplgpad that hides the buttons using some dirty hack.

  • SAP Logon - New System Entry with Group-/Serverselection

    Hallo there,
    I've got a problem and maybe anyone can help.
    On SAP Logon I can do a new Entry of a SAP System.
    Then I can choose between  user defined application Server and Groups-/Serverselection.
    If I use Group-/Serverselection and add the System-ID and the Message Server the InputField of Group/Server is
    automatically filled with the Logon-Groups of the Message Server.
    Now to my Question:
    How does this Work? Is there any Documentation?
    I want to Implement this process in a Web Dynpro Application and i don't find any documents how this process work.
    Regards Chris

    Can anybody help me?

  • Copy BEx Query from one SAP BI system to another SAP BI system?

    Experts please help me to Copy a BEx Query from one SAP BI system to another SAP BI system?
    Thanks in Advance.......

    HI,
    Just assume like below,
    you are creating your query in Development server(BI),
    Before creating query, you go to SE09(t code), here you create a workbench request by clicking the create button.
    Give some description here to be identified by you in future.
    Now a requested will be generated(ex: DW5K50098) with prefix of your server name.
    now you go to query designer, you create query, when you save the query, it will ask you request, now you click button 'own request'. you choose request(create by you in SE09).
    it will be saved under this request, now you will have one more request under your request in SE09
    parent request(DW5K50098) and child request(DW5K50099).
    First you click child request and relese(click lorry button in se09),second you click parent request and lorry button.
    next steps will be related to your organization, you can ask your team leader, he will be taking care of it.
    Regards,
    Ranganath.

  • SAP SQL System Copy backup restore method with ADS(Adobe document services)

    Hello all,
    i´m preparing a system copy with ERP 6.0 in windows and SQL server with ADS.
    I have a doubt, can i do the System Copy backup/restore method with ADS??
    or the only method that works is with system export/import in all instances??
    Thank you

    Hi Oscar,
    Is your ADS system separate from your ERP system, or are they on the same server?
    In any case, you can use backup/restore to copy a Java system, but you must also make a system export/import for the Java server components.  The two work in conjunction, so that the export tool doesn't export your whole database, only the components maintained in the filesystem.  If you select the database detach/attach or backup/restore method in the tool when going against the Java system, it will prompt you at the right point in the process to make your Java export as well.
    The caveat is that the Java export requires downtime, so it isn't possible to copy a Java system without impacting system availability, as it is with a pure ABAP system.
    Best regards,
    Matt

Maybe you are looking for

  • Excise duty adjustment in case of customer sales return

    Hi Frnds, While my customer return the finished goods I am making sales return order ,done the PGR & make the credit note. Now I want to adjust the excise duty through J1IH In j1ih which option I have to choose <other adjustemnet> or <add. excise> In

  • Windows 7 drivers requirement for HP dv4-1430us...

    hi, i need pre installed drivers and installers to my dv4-1430us, im planning to upgrade to windows 7.... This question was solved. View Solution.

  • Error in page

    hi to all 1. i created a calendar program for start date and end date to compare two days. in my first jsp is for showing the Start date and End date and the popup calendar. there is also an button called Check. this check button is used in second js

  • Huge iMovie file won't fit DVD

    Hi everyone! I have a wedding movie I have converted from my handy-cam into an iMovie. Duration about 1.5 hours. Size of file 18Gb. Is it possible to compress onto 1 DVD? If not what do you advise? Many Thanks John Simpson

  • Password Keeps Changing?

    Ok, so I'm a complete newbie here and am sure this has a simple answer, but I can't figure it out. I'm running a BEFW-11S4 at the house. I just got a new laptop yesterday. I can connect to the wireless router just fine... once. If I disconnect and tr