RFC Logon screen in SM51

Hi Basis Consultatnts,
Current system:
Central Instance/DB Instance - R/3 Enterprise MSSQL server 2000 & ERP 2004
Now,
I have installed a Dialog instance, i can log in to the new server and everything is fine, but, here's the problem, once in a while a "Remote Logon" prompt pops up asking the user to log into the central instance!!! even though they are logged into the dialog instance.
So I check SM51, looks good, if i'm logged into either server and double click on the other server i get the "Remote Logon" prompt.
I re-installed the DI, which i did, and the problem still exists.
Has anyone ever had this problem? I ran DB_DBIDENT in SE37 on both servers and there is a difference, the central instance is #MSSQL#D01#SAPPRD#, the dialog instance is #MSSQL#D01#sapprd#.
Sounds like an RFC logon problem? ya it probably is but how do i fix it, i'm at a complete loss.
Thanks for any input.
-Indra kumar

Hello Indra,
Please check the OSS note 90323.This should help you out. Let me know if this worked out for you.
Regards.
Ruchit.

Similar Messages

  • How to display RFC-Logon-Screen for non trusted connection in Web-Dynpro?

    Dear Web-Dynpro-Specialists,
    i got a issue while creation of an WebDynpro-Tool, which is using RFC connections for reading data.
    In some cases the RFC connection is not a trusted one connection, so a login is nessessary, but in
    this cases not a window is coming up for login....
    Any idea how i can get this window for login, in order to collect the nessessary Data for my tool?
    Additional Information concerning the RFC connection:
    While running my Web-Dynpro i run this Method:
    METHOD get_table_entries.
    CLEAR rt_entries[].
    CALL FUNCTION 'RFC_GET_TABLE_ENTRIES'
    DESTINATION iv_destination
    EXPORTING
    gen_key = iv_table_key
    table_name = iv_table_name
    TABLES
    entries = rt_entries
    EXCEPTIONS
    internal_error = 1
    table_empty = 2
    table_not_found = 3
    OTHERS = 4.
    CASE sy-subrc.
    WHEN 1.
    RAISE internal_error.
    WHEN 2.
    RAISE table_empty.
    WHEN 3.
    RAISE table_not_found.
    WHEN 4.
    RAISE unknown_error.
    ENDCASE.
    ENDMETHOD.
    Thanks a lot in advance
    Best regards
    Carsten Klatt

    Hi!
    You can use the function module RFC_MODIFY_R3_DESTINATION to create, modify and delete RFC connections. You will need the system ID (e.g. ABC), client (e.g. 123), system number (e.g. 00) and the host name of the server. In this example the following code would create or modify the RFC destination ZRFC_DESTINATION.
        CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION'
          EXPORTING
            destination                = 'ZRFC_DESTINATION'
            action                     = 'M'
            systemid                   = 'ABC'
            systemnr                   = '00'
            server                     = 'serverhostname'
            language                   = sy-langu
            client                     = '123'
            user                       = 'USERNAME'
            password                   = 'PASSWORD'
            description                = 'Dummy RFC Connection'
          EXCEPTIONS
            authority_not_available    = 1
            destination_already_exist  = 2
            destination_not_exist      = 3
            destination_enqueue_reject = 4
            information_failure        = 5
            trfc_entry_invalid         = 6
            internal_failure           = 7
            snc_information_failure    = 8
            snc_internal_failure       = 9
            destination_is_locked      = 10
            OTHERS                     = 11.
    With the following code you can delete this connection:
        CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION'
          EXPORTING
            destination                = 'ZRFC_DESTINATION'
            action                     = 'D'
          EXCEPTIONS
            authority_not_available    = 1
            destination_already_exist  = 2
            destination_not_exist      = 3
            destination_enqueue_reject = 4
            information_failure        = 5
            trfc_entry_invalid         = 6
            internal_failure           = 7
            snc_information_failure    = 8
            snc_internal_failure       = 9
            destination_is_locked      = 10
            OTHERS                     = 11.
    Please keep in mind that deleting an RFC connection is usually noted in the system log.
    If you want to reuse your connection for multiple servers, you could run into trouble since connection data is cached.
    Sincerely,
    Stefan

  • Calling Remote function tool leads always to a logon screen

    Hello,
    I run an remote function tool in system A. In System B I run a report calling this function module.
    Each time, I execute the report, a remote logon screen appears. It looks the same like the one you logon the system. You have to specifiy client, user and password.
    I know one possibilty to avoid this logon screen appeaering.
    System B (holding the function module) must declare System A as a trusted system. Thus, the user does not need to logon system B, each time calling the func. module. I processed this in correspondence with the help data, but the screen still appears.
    Is there any other possibilty to avoid appearing the logon screen or does anybody know wheter I did something wring??
    thanks, holger

    Hi Holger,
    1. This has to do with tcode SM59 (Maintain RFC Connections)
    THE CALLING SYSTEM HAS NOT DEFINED
    USER ID / PASSWORD TO LOGON TO THE TARGET SYSTEM.
    HENCE, IT SHOWS BLANK LOGIN SCREEN
    2. Under the node RFC Destinations ---> R/3 Connections,
       various systems are defined for RFC Purpose.
    3. Lets say ur system(which u want to connect) is PRD.
    4. Double Click PRD and go the the details.
    5. There are 3 Tabs. Goto LOGON/SECURITY TAB.
    6. In the logon information , enter the
       USERID and password and client.
    7. Save.
    Then try your program.
    Hope this helps.
    Regards,
    Amit Mittal.

  • GRC10 - EAM - Transaction Code GRAC_SPM opening remote logon screen

    Gurus,
    We are on SAP EHP 2 for SAP NetWeaver 7.0  and Plugin patch level 007. Have configured EAM.
    IN AC system Firefighter executes transaction code GRAC_SPM.Firefighter selects FFID, enters reason code ,details and clicks logon. The next screen is asking autnentication of target system (Remote Logon screen in SM59) .Please can you suggest if this issue is related to RFC or configuration.
    Thanks
    ARD
    Edited by: ARD on Feb 21, 2012 8:56 PM

    Hi,
    Are you on SP06? If so, and you are sure that the RFC connections have been set up correctly, as well as all the SPM related configuration at both the GRC and plug-in systems (SPM ID = Service type, SPRO etc), you probably need to consider implementing the following SAP note https://service.sap.com/sap/support/notes/1652880.
    This fixed a similar issue I had when we moved to SP06. I understand that this note is delivered as part of SP07 now.
    Hope that helps.

  • STMS logon screen no longer shows when doing an import

    For transporting objects from QA1 (Quality Assurance) to PRD
    (Production), the logon screen no longer shows up. For audit purposes
    we want this screen to show up. For transporting objects from DV1
    (Development) to QA1 (Quality Assurance), the logon screen is there.
    I've checked and no one has enabled "Trusted Services" in the domain
    and there is no user id in the RFC connection and logon screen is
    checked.
    What else might I check to turn back on this logon screen?

    check TMS TRFC connections in SM59, check login information and delete userID and password.
    try again.
    good luck.

  • Prompting logon screen in remote system..

    Hi All,
    I have developed a RFC function module in B system and when i call this RFC function module from A system (for displaying a ALV report with the data fetched from B system), to my surprise it is prompting the logon screen of B system for entering the details, when we enter the logon details and press enter, then automatically it is taking us back to A system and displaying the report.
    Now the problem is can we get the data from B system and display the report in A with out prompting the logon screen of B system.
    Thank you in advance.
    Regards,
    Venu Gudala.

    Hi,
    Go to SM59 transaction and enter the RFC destination of system B
    and then go to the second tab i.e. logon/security and then enter the client, user and password details and then save it.
    then check if its working fine....
    Regards,
    Siddarth

  • Logon screen during transport of a change request

    Hi Gurus,
    When I have do a transport of a change request from our development system to our quality system some users get a logon screen and some users not.
    I think it's because of some authorization.
    Can anybody tell me which role I need ??
    GJ

    Hi
    some users have permission to import transports (Auth object S_CTS_ADMI) in the target client.
    If another user has no authorization, charm tries to import via client 000 -> logon screen appears if current user has no permission to logon via trusted rfc to client 000
    Another possibility is to give user TMSADM the authorization to import in client 000. So all users can import.
    regards andy

  • CHaRM-Logon Screen appear

    Hi All,
    In CHaRM, In Ur.gent Correction, When Import into Production, logon screen appear which should not.
    It was not coming before. Not sure why now. I even checked all the authorizations but not able to trace the solutions. Even logon screen appear after "pass correction to Test" which imort to QA system.
    Requesting your valuable inputs to solve this problem.
    Thanks
    Ava

    Hi Christian,
    Which user you are referring. I created user SOLTMW<SID><client> in both Solution manager client 000 and CHarM Client and managed systems client 000 & working client. Assigned the profiles are S_BDLSM_READ
    S_CSMREG
    S_CUS_CMP
    S_TMW_CREATE
    S_TMW_IMPORT
    My understanding is while doing the actions from the Solution Manager CHaRM, supposed to use SOLTMW<SID><client> user and RFC connection SM_<SID>CLNT<client>_TMW (as per Solution Manager EHP1 Security Guide). I am not sure to assign S_CTS_ADMIN. But I will try.
    Even I created my own ID in client 000 & working clients on both sides Solution Manager & managed systems roles SAP_S_RFCACL and roles in managed system SAP_CHANGEMAN_ADMIN & profile S_A.SYSTEM & S_TMW_IMPORT.
    Even when I run report CRM_SOCM_SERVICE_REPORT to import into Production or Pass connection to test (set next status ) logon screen appears. Even I authorized SAP_ALL, SAP_NEW but still I am seeing the logon screen.
    I will appreciate your help.
    Thanks
    Ava

  • Insert Button on SAP GUI Logon Screen

    Hello,
    is it possible to insert a button on the SAP GUI logon screen like the "new password" button?
    We want to insert a button, with which the user can generate a new initial password, if he has forgotten his password.
    Thanks for answers
    regards
    Christian

    >
    Anand Munuswamy wrote:
    > Hi,
    >
    > I very strictly advice to avoid of providing "Reset password" button to user, this will make any user to reset the password of other users.  This is one of the security violation.
    I fully agree.
    > If you want to provide option for reseting the passwords to user, you can make a custom program which can be executed by user and can reset the password for their own user, but not for others.
    >
    > Regards
    > Anandm
    Well, I'd propose to leave the SAPGUI screen untouched but only place a comment on the logon screen (see [note 205487|https://service.sap.com/sap/support/notes/205487]) which informs the user on a URL to a web application (BSP) which provides the desired "forgotten password" self-service functionality.
    In the internet you find many examples of such "forgotten password" self-services - good ones and not so good ones. What all of them have in common is the requirement that the user has provided a valid email address or mobile number (during the account registration) which can be used for the required off-band communication. However they differentiate in the way they try to mitigate misuse: some prompt for a so-called passphrase (in most cases: the user has entered a free-text answer to a question chosen from a fixed set of predefined questions, during accoutn registration) before sending a newly created password to the email address retrieved from the user account; others generate a (random) "password change token" which they send to the email address and prompt the user to enter this "password change token" on the webpage (the account remains untouched until the correct "password change token" was entered, in most cases this is also time-restricted). I prefer the latter one.
    Cheers, Wolfgang

  • Customize SAP GUI Logon screen

    Hi,
    I have seen that some logon screens (where you enter client, user, password, language) has additional written information, like "needing a user for this system, please call xxx". My question is how and where can i define this additonal information on the SAP GUI logon screen?
    Best regards,
    Martin

    Hello, it means the system creators (for example if is IDES or trial SAP systems) or system administrators creates this information, try read how --> Note 205487 - Own text on SAPGui logon screen
    Regards.

  • My mac air died, after i reinstall from dvd drive, when i boot up again, i saw a prohibit sign showing up on the screen, then get to my logon screen.  After logon, it takes very long time to load any application.  pls help

    my mac air died, after i reinstall from dvd drive, when i boot up again, i saw a prohibit sign showing up on the screen, then get to my logon screen.  After logon, it takes very long time to load any application.  pls help

    OK. If you believe that.
    When the disk is starting to die it can be bad for a moment and then be good for a while. If there was no problem while you were checking it of course it shows up good.
    I tell you those are the signs of a disk that is about to die.
    Allan

  • Pop up window on Logon Screen

    Hi All,
    I would like to create a pop up window on Logon Screen. But my page is not found. Am I missing something?
    [A class="link_sub_menu" href="#" onClick="javascript:window.open(<b>'forgotmypassword.jsp,</b> '_blank', 'width=350,height=200,location=no,resizable=no');"]Forgot my password
    [/A]
    Tks,
    Alcides Flach
    Message was edited by:
            Alcides Flach

    hi,
    try this.
    data : WF_RES type c.
    CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'
                EXPORTING
                 DEFAULTOPTION        = 'N'
              TEXTLINE1            = 'Do you want to delete the record?'
    *           TEXTLINE2            = ' '
                  TITEL                = 'Delete Zone'
    *           START_COLUMN         = 25
    *           START_ROW            = 6
    *           CANCEL_DISPLAY       = 'X'
               IMPORTING
                 ANSWER               = WF_RES.
    if wf_res = 'J'.
    user selected 'YES'.
    else.
    user selected 'NO'.
    endif.
    Rgds
    anver

  • How to use PL/SQL & Forms6i for a logon screen

    i am new user to oracle. just wanna now how to create a user logon screen using SQL and Forms6i. well, i have created a table for logon with data item of username and password. in the form, i hava successfully created the data blocks but i don't know how to link them using PL/SQL or triggers or etc.
    ur concern will be very grateful. TQ.

    Hi MatrixMan
    Just create button and write the follwing inside
    trigger when_button_pressed :\
    begin
    logout;
    LOGON(:USER_NAME,:PASSWORD );
    IF FORM_SUCCESS THEN
    MESSAGE('Login Successful');
    MESSAGE('Login Successful');
    ELSE
    MESSAGE('Check username or password');
    MESSAGE('Check username or password');
    GO_ITEM('USER_NAME');
    :USER_NAME:=NULL;
    :PASSWORD:=NULL;
    END IF;
    end;
    Thanks
    Mohammed Al-shake

  • 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

  • Problem while deploying new logon screen par file via NWDS

    hi
    i have a problem with deploying .par files out of the NWDS.
    i want to change the look of the logon screen in our EP Portal (SAP NetWeaver 2004s).
    when i just import the (working one) par file into NWDS and deploy it without ANY changes i get then an error when trying to call the portal:
    instead of the logonscreen i get some IView error (like IView: N/A).
    if i just copy the par file, and put it back to the pcd, everything works fine.
    my problem seems to be the "compiling/deploying" via NWDS.
    any suggestions?
    i followed the guide:
    http://help.sap.com/saphelp_nw04/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm
    i followed also the BLOG:
    Modifying The Logon Par(or customising the Logon Screen)
    and the help:
    http://help.sap.com/saphelp_nw04/helpdata/en/23/c0e240beb0702ae10000000a155106/content.htm
    thanks for your help.
    markus

    Markus,
    If you import the par file using NWDS, most likely you wouldn't import the associated jar files (I think 2 jars) that are originally part of the par file. So, when you make changes and update your custom jar, it would lack the two jars and your application would fail. Try downloading the par file using System Administration -> Support -> PCD Administration -> Browse Deployment..
    Save the jar file on desktop and then import it to NWDS.
    Hope this helps,
    Kiran

Maybe you are looking for

  • How do I open my iPhoto from time machine?

    I took my Macbook Pro to the apple store last week and they said there was something wrong with my software and that they needed to wipe it clean. I said I'll bring it in next week in order to back up all my photos. So he told me to buy a hard drive

  • How do I back-link to a text box, pop-up, or sidebar?

    I can make a hyperlink from a text box, pop up window, and sidebar to a bookmark, but can't make a return link to any of these? Is it just not possible, or did I miss something. Thanks.

  • Audigy 1 to Audigy 2 - Cheapskate Quest

    Hi I currently have an Audigy Platinum system in my PC replete with the 5.25 inch front panel. Having looked at the front panel that comes with some of the Audigy 2 cards I see little difference between them. Can I just buy an Audigy 2 card and then

  • Installing 10g and 11g on the same system?

    I have Windows XP and have installed 10g database. Can I install 11g on the same system and I can switch to use either of database? Thanks in advance.

  • [10g] database job and expdp!!

    Hi, all. I want to run the followings by using database job on a daily basis. The database is 10.2.0.2.0 "expdp system/oracle schemas=nmsuser dumpfile=test.dmp logfile=expdp_test.log" Is there anyone who could give me a hint or sample code? Thanks an