Will SSO accepts "Alias name" in bakend system  through portal?

Hi All,
Our issues comes here.... Our client user ids are different from backend user ids...let's say.. <b>pradeep.venkat</b> in portal and <b>pradeep</b> in R/3. we want to use microsoft ADS as LDAP. if i want to user SSO deftly the user names must be same..or i need to make reference system.
My question is:
Whether SSO accepts "Alias name" in backend system(<b>Pradeep</b> as <b>pradeep.venkat</b>.
If yes then what all the services of ITS which needs to be activated?
how to integrate portalw with R/3 using Alias name when sso is active?
                      <b>OR</b>  
Is there any possibility of using usernames as alias names in ADS(LDAP).
Ur suggestions are highly appreciated with rwds points..
Does this issues occured any where...with anybody...
rgds
pradeep

The ADS admin can add a SAP entry to the schema which can include user name in the different systems such as BW, R/3, etc. This can then be populated by the admin or user to include the different logons and passwords in each system. Modifying the schema is not what they like to do but the hassle of syncronizing the users logon to the NT logon is more then your end uses can handle. I know because I had to do it once. It took months for everything to settle down. See notes 608781, 386762. These should explain the proccess.
Please award points if this was helpfull.
Greg

Similar Messages

  • Could not connect to backend system through portal via Web Dispatcher

    Web dispatcher redirecting problem
    Dear Experts,
    I have implemented a scenario which comprised of customizing that is developed in Portal EP7. What customizing does is getting report from backend system (ERP 6.0)
    According to the needs for reaching the portal from internet I configured the SAP Web Dispatcher in the environment as you may see its contents below.
    The problem is when I run the customizing in portal system then it requires connecting to backend system (ECC 6.0) to get the data (report). But from this point on web browser comes to a blank page, could not view the data that is from backend system via portal. Because in the time when it tries to retrieve data in backend system, on the left bottom of the explorer the indicator shows internet address that system uses connecting to the backend system as local network address of the backend system which is not known in internet therefore I get blank page.
    The question is how to configure the web dispatcher in a way that both portal and backend systems could be reachable from internet?
    Contents of profile file of Web Dispatcher as;
    SAPSYSTEMNAME = WDP
    SAPGLOBALHOST = portald
    SAPSYSTEM = 02
    INSTANCE_NAME = W02
    DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTAMD64
    DIR_EXECUTABLE = $(DIR_CT_RUN)
    Accesssability of Message Server
    rdisp/mshost = portald
    ms/http_port = 8101
    Configuration for medium scenario
    icm/max_conn = 500
    icm/max_sockets = 1024
    icm/req_queue_len = 500
    icm/min_threads = 10
    icm/max_threads = 50
    mpi/total_size_MB = 80
    SAP Web Dispatcher Ports
    #icm/server_port_0 = PROT=HTTP,PORT=81$$
    SAP Web Dispatcher Ports
    icm/server_port_0 = PROT=HTTP,PORT=60000
    icm/HTTP/redirect_0 = PREFIX=/, TO=/irj/index.html
    icm/HTTP/redirect_0 = PORT=50000
    #maximum number of concurrent connections to one server
    wdisp/HTTP/max_pooled_con = 500
    wdisp/HTTPS/max_pooled_con = 500
    Configuration for medium scenario
    icm/max_conn = 500
    icm/max_sockets = 1024
    icm/req_queue_len = 500
    icm/min_threads = 10
    icm/max_threads = 50
    mpi/total_size_MB = 80
    Regards,
    Ali Taner

    Hi,
    To resovle this you must have registered FQDN for your backend system as well. When you call the report from Portal using internet it should call that FQDN of your backend system then DNS will resolve this & you will get the expected page. This way only you can resolve this issue.
    Thanks,
    Sachin Sable

  • Reaching backend systems through portal is a problem via dispatcher--

    Hi Experts,
    I am having problem when I try to reach backend systems through the portal from internet. I have configured WebDispacher according to information taken from help.sap.com, but unfortunately the result is not satisfactory. Reaching Portal EP7.0 from internet is successful, but when I changed to iviews that are referring to backend systems then browser comes to a blank page with error. If any of you having an idea on the subject that will much be appreciated.
    Regards,
    Ali Taner

    Hi Hari,
    I am sorry that it has been a bit sharp response from my side, but I am confused with what you mentioned. Is the Alias that you mentioned reside on R3 side or Portal side that I should look for, and secondly the Alias should address to local URL or External URL? In my understanding if Alias referring to local URL address than it gets error when somebody tries to reach from internet because local address is not known on the internet. I really appreciate your kind help
    Kind Regards,
    Ali Taner

  • HT5858 will not accept name email or passwordl

    Trying to set up an email account with google and it will not accept my name email or password

    Check that in Settings > Safari > Block Cookies you do not have this set to Always.

  • Using alias name from view

    Can I create somehow a view like this one:
    CREATE VIEW clerk_view AS
       SELECT employee_id as ei, last_name as ln, department_id as di
       FROM employees
       WHERE job_id = 'PU_CLERK' ;and using this view with aliases, e.g.:
    select * from clerk_view where ln = 'Mickey';
    My Oracle database version is 11.2.0.3
    Best.

    Hi,
    lesak wrote:
    So can you tell me what I'm missing in above CREATE statement? Sorry, no, not without knowing exactly what you're doing. That's why you need to post a complete test script that people can run to re-create the problem. Except for the identifier LN, there's nothing wrong with the code you posted per se , but there could be millions of things wrong with how how you're trying to use it. Even if I could post millions of suggestions, you wouldn';t want to read them all, just to fond the one or two that apply to your case. So way exactly what your case is. Post a complete test script that creates and populates the table (if necessay), calls the view, tries to use the view, and gets the error.
    When I create view in the same way in production and use alias name, I've got following error: ORA-00904. Not everyone who wants to help you has all the error codes memorized. That's why you should post the complete error message.
    So Oracle don't know that my employee_id or other column have also alias name?!Sure, it will know the alias name. That's exactly what aliases are for.

  • How to use Alias name in OData service in SAP HANA

    Hi,
         I need to change one column name with alias of another name in odata service definition or odata url running in rest client. I am trying to give alias name with as key in the service definition like sql query.
    ex:
    There is one table with column name of PRODUCT_ID. I exporting that table via odata service to SAP UI. In the UI i dont want the product id column as PRODUCT_ID. It should be ike "Prodcut". Like we are using in SQL example
    select "PRODUCT_ID" as "Product" from "producttab";
    But i can't use as key for alias name. So i am getting syntax error.
    I have tried in rest client also ie executing odata file in rest based service. But i got error only.
    If anyone knows about this alias name in odata service, Please help me to resolve this issue..

    Hi Thomas
         Thanks for your reply.
         Actually in odata service definition i am using attribute and calculation views only. But in some case from the model view itself i need to use some alias names to the UI through odata service.
         For example in attribute view i have some columns with name col1,col2... I am getting those columns in UI using  odata service, for particular col2 column i need to change column name as product. And i am using the same view as source of another odata service in that service i need to change that column name as productname.
         In that case i need alias name usage. So that only i am searching alias keyword in odata service.
         Is there any possibility to use alias names in odata service.

  • VB Script to accept PC names in text file and get registry key value out of those systems

    Hi All,
    My task: Create VB script to accept PC names from a text file, process each host name to get Registry key value of individual host name and finally export them to a text file or an excel sheet having registry key value against each pc.
    I want to pull key value of LSFORCEHOST located in HKCU/Environment of each PC and export this value against each pc in a text or Excel file.
    What I achieved: I am able to process against single pc name but failed to process 3000+ systems listed in a text file which I tried to process through VB script. I am not pro and learning the VBS and cant write complex code.
    My VBS code written so far(It failed many time with issue):
     Option Explicit
     Const HKEY_CURRENT_USER = &H80000001
     Dim oFSO, sFile, oFile, sText, strComputer,oReg, strKeyPath, strValueName, strValue, objFSO, objFile, strContents
     Set oFSO = CreateObject("Scripting.FileSystemObject")
     sFile = "test.txt"
     If oFSO.FileExists(sFile) Then
      Set oFile = oFSO.OpenTextFile(sFile, 1)
       Do While Not oFile.AtEndOfStream
        sText = oFile.ReadLine
         If Trim(sText) <> "" Then
    strComputer = sText
    Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & _
        strComputer & "\root\default:StdRegProv")
    strKeyPath = "Environment"
    strValueName = "LSFORCEHOST"
    oReg.GetStringValue HKEY_CURRENT_USER,strKeyPath,strValueName,strValue
    Const ForReading = 1
    Const ForWriting = 2
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objFile = objFSO.OpenTextFile("C:\destination.txt",1, ForReading)
    strContents = strValue
    Set objFile = objFSO.OpenTextFile("C:\destination.txt",2, ForWriting)
    objFile.Write strContents
    objFile.Close
    End If
    Loop
    oFile.Close
    End If
    I think when I tried to process each PC name from text file against registry key value, above code not working. As per my knowledge some issue in loop. Do I need to add FOR EACH feature? 
    Please help to correct it. Thanks in advance.

    I think when I tried to process each PC name from text file against registry key value, above code not working. As per my knowledge some issue in loop. Do I need to add FOR EACH feature? 
    Please help to correct it. Thanks in advance.
    Your code contains numerous errors. Furthermore you make things difficult for yourself by giving similar names to the objects used for your input and output. If you are a systems administrator then your best bet is to make an effort to learn the language
    instead of grabbing a few code fragments from here and there and hoping that somehow they will work.
    Try the cleaned up code below for this particular project. Note the consistent code indentation. It helps you enormously when trying to understand the structure of the code. Remember also that you must fully qualify all file paths. Writing to "Destination.txt"
    will cause endless confusion because you never know for sure where this file will reside.
     Const HKEY_CURRENT_USER = &H80000001
     Set oFSO = CreateObject("Scripting.FileSystemObject")
     sKeyPath = "Environment"
     sValueName = "LSFORCEHOST"
     sFile = "D:\Test.txt"
     If oFSO.FileExists(sFile) Then
       Set oInput = oFSO.OpenTextFile(sFile, 1)
       Do While Not oInput.AtEndOfStream
         sComputer = oInput.ReadLine
         If Trim(sComputer) <> "" Then
           Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" _
             & sComputer & "\root\default:StdRegProv")
           oReg.GetStringValue HKEY_CURRENT_USER,sKeyPath,sValueName,sValue
           Set oOutput = oFSO.OpenTextFile("D:\destination.txt",8, True)
           oOutput.WriteLine sValue
           oOutput.Close
        End If
      Loop
      oInput.Close
    End If

  • After power on will not accept name and password

    Having trouble with MacBook Mac OS X 10.6.8
    At start up will not accept name and or password. Gives IP address info then network accounts unavailable.

    Hi Beebop1991,
    I'm sorry to hear you are having issues with your Administrator User account and password.
    It sounds like your computer is booting up to a network drive instead of your Macintosh HD.
    If this is the case, follow these steps:
    Startup Manager: How to select a startup volume
    Follow these steps:
    Turn on, or restart, your Mac.
    Immediately press and hold the Option key. After a few seconds, the Startup Manager should appear. The Startup Manager scans for available available volumes.
    Use the left and right arrow keys on the keyboard to select the volume you would like to use.
    Press the Return key on your keyboard to start up the computer from the volume you selected.
    If this does not resolve your issue, and you need to change your Administrator password, follow the steps below for Snow Leopard:
    OS X: Changing or resetting an account password
    In Mac OS X v10.6.8 or earlier, follow these steps to reset a password when there is only one administrator account on the computer, or if the original administrator account needs a password reset. "Original" administrator account refers to the one that was created immediately after installing Mac OS X. If the original administrator password is known, that administrator account may be used to reset the passwords of other administrator accounts using the steps described above. These steps require an optical drive; if your Mac does not have an optical drive and you have a Mac OS X v10.6 Install disc, see below.
    Start up from a Mac OS X Install disc (one whose version is closest to the version of Mac OS X installed).  Usually, you can start from the disc by putting it in your computer, restarting, and holding the C key. Or, put it in the computer and click the Install or Restore icon you see in the disc's main window (after which the computer will start from the disc without you needing to hold C). Or, you can use Startup Manager or the Startup Disk preference pane to select the Install disc.
    Choose a language, click the arrow button to continue,
    Mac OS X v10.6 or later: Choose Password Reset from the Utilities menu.
    Mac OS X v10.5 or v10.4: Choose Reset Password from the Utilities menu.
    Mac OS X v10.3: Choose Reset Password from the Installer menu.
    Tip: If you don't see this menu or menu choice, you're probably not started from the disc yet.
    Note: The default keyboard layout is U.S. English while started from the installation disc. If you use a keyboard layout other than U.S English, use the Input menu (the flag icon on the right side of the menu bar) to select the desired layout before typing a new password.
    Select your Mac OS X hard disk volume.
    Select the user name of your original administrator account.
    Important: Do not select "System Administrator (root)". This is actually the root user. You should not confuse it with a normal administrator account.
    Enter a new password.
    Click Save.
    Click the red button in the upper left corner to quit the application.
    Choose Quit Mac OS X Installer... from the Mac OS X Installer menu.
    Click Restart.
    After following these steps, you'll want to also follow the steps in this article.
    Mac OS X v10.6: Resetting the original administrator account password on a Mac that has no optical drive
    These steps require a second computer that has an optical drive.Note: If the second computer is a Mac, make sure Mac OS X v10.5.3 or later is installed. If the second computer is a PC, make sure the DVD or CD Sharing Update 1.0 for Windows is installed.
    Open "Remote Install Mac OS X" from the Utilities folder.
    Follow the onscreen instructions.
    For more information, see Sharing DVDs or CDs with Remote Disc.
    Additional Information
    You can press the Eject key on the keyboard to eject DVD media.  Inserting a startup DVD will add that DVD to the list of startup volumes (as in the image above).  You can also attach FireWire or USB external hard drives to add to the list of startup volumes.
    This startup volume selection is temporary.  To set the default startup volume for your Mac after your computer is running, open System Preferences and choose Startup Disk from the View menu (in Mac OS X) or open the Boot Camp control panel (in Windows).
    I hope you are back on track soon!
    - Judy

  • TS3276 I created 2 Gmail addresses. My Mac recognizes and accept only one name in the System Preferences

    I created 2 Gmail addresses. My Mac recognizes and accept only one name in the System Preferences.
    When I send a mail with one of the address, the recipient receives it with this address, however, if he replies, the incoming address will be the second one? ? ?

    I've never had a problem with multiple email addresses. My ISP's email account has multiple accounts and the same SMTP server, no problem.
    I can't speak for GMail as I only have one, and that is my spam email account, so I don't really care what it sends.
    I really don't understand your response.
    What was "reviewed" and what was "ok" about it?
    Their suggestion was to open a different session for each Gmail account.
    "Different session." What does that mean?
    Gmail is a very bizarre email server. It was designed to be web-based, but due to demand, they made it pseudo-compatible with POP and IMAP.
    If you move email out of the Inbox, Mail will reply using the "default" email account, not necessarily the one that was originally associated with the message. Being that Gmail doesn't really have mailboxes or folders, but has tags it calls "Labels," it may have something to do with that issue.

  • My 3GS will not accept my correct password and user name to start using the Cloud.  It just spins while "verifying."

    My 3GS will not accept my correct password and user name to start using the Cloud.  It just spins while "verifying." How can I make it stop so I can activate iCloud ?

    try using @me.com instead of your service address, i mean hotmail or yahoo or else, thanks.

  • My IPhone is set up with an internet  downloaded firmware of ios7 because my phone would not restore, the system has failed and I had to do a manual erase fro  within the phone. My computer will not accept the phone because they say it's a "Developer?"

    My IPhone is set up with an internet  downloaded firmware of ios7 because my phone would not restore, the system has failed and I had to do a manual erase fro  within the phone. My computer will not accept the phone because they say it's a "Developer?" Help. I cannot not even get passed the activation step on the computer or phone because it will not activate the device.

    Hello buddyacw
    You would have to restore the iPhone. Download the latest version of iTunes and then follow the steps in the article below to get it working again.
    iOS: Unable to update or restore
    http://support.apple.com/kb/HT1808
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • How to specify alias name in system property while making 2way SSL con ?

    Hi All,
    I am tring to run a java client with 2way SSL which uses CAC card as keystore for the client. I have addded the following system property in my client program to make it work and change the java.security file to add pcks11 provider.
    System.setProperty("javax.net.ssl.keyStoreType", "pkcs11");
    System.setProperty("javax.net.debug", "ssl");
    The program works fine and handshake is successfully done . But the problem is when i have more than one trusted certificate in the CAC card, it take a default certificate. I want to specify the certificate that should be used to do the client auth maybe specify the alias name . I didnt find any system property to do so.
    Please let me know how to specify alias name as system property so that the 2way SSL used the specified alias for the client auth or is there any other way to specify the alias name. As in case i acccess the server URL from any browser i get a certificate selection prompt and the connection is established with the selected certificate.
    Thanks in advanced,
    Ruhul

    I didn't find any system property to do so.There isn't one.
    Please let me know how to specify alias name as system propertyYou can't.
    You would have to write a custom KeyManager. See the JSSE Reference Guide.

  • HT2500 Using Mail in System X 5.8 It will not accept attachments (photos, pdf files)

    Using Mail in System X 5.8 It will not accept attachments (photos, pdf files) to send. It was working just fine and after some period of non-use it just stopped accepting attachments to send. The system is all up to date. And, I have the same problem on two different Imacs.

    I had exactly the same problem as arthur1234. I followed his own suggested fix in his post of 10/12/2012 at 9:31 AM.
    His fix worked perfectly. Attachments are now being sent and received as they have been for the last 10 years or so.

  • I think in the iOS 7.1 it's will be very nice if you will make system in iPhone 5s that when you open the iPhone with your finger Siri will say welcome back [name you can choose] it's will be very nice.

    I think in the iOS 7.1 it's will be very nice if you will make system in iPhone 5s that when you open the iPhone with your finger Siri will say welcome back [name you can choose] it's will be very nice.
    In the options before you click on add finger you will be able to choose your  name
    And if you don't want it so you will click on i don't want it
    and it won't say your name

    We are all users here, just like you. Apple does not follow these discussions.
    But you can tell Apple about your wishes here:
    Apple - iPhone - Feedback

  • When starting up after a erase/reinstall of Mac OS X 10.6 it will not accept any of my passwords/names

    when starting up after a erase/reinstall of Mac OS X 10.6 it will not accept any of my passwords/names, I had just entered my info and clicked on "continue", the cube began to turn and froze, a translucent screen came over the whole window and request that I restart the computer, after doing so, I got the start up sound and a message saying that OS X was starting up and then the sign in window, but when I entered my info it kept shaking/rejecting it, only thing I can think is that could I have possibly entered my password wrong twice, don't know, I'm still scratching my head.

    Do it again, I'm afraid. Be sure you set up the initial admin account with a proper password you can remember - all lowercase letters and numbers. No special characters or spaces except for the "_" underline character.
    Clean Install of Snow Leopard
    Be sure to make a backup first because the following procedure will erase
    the drive and everything on it.
         1. Boot the computer using the Snow Leopard Installer Disc or the Disc 1 that came
             with your computer.  Insert the disc into the optical drive and restart the computer.
             After the chime press and hold down the  "C" key.  Release the key when you see
             a small spinning gear appear below the dark gray Apple logo.
         2. After the installer loads select your language and click on the Continue
             button. When the menu bar appears select Disk Utility from the Utilities menu.
             After DU loads select the hard drive entry from the left side list (mfgr.'s ID and drive
             size.)  Click on the Partition tab in the DU main window.  Set the number of
             partitions to one (1) from the Partitions drop down menu, click on Options button
             and select GUID, click on OK, then set the format type to MacOS Extended
             (Journaled, if supported), then click on the Apply button.
         3. When the formatting has completed quit DU and return to the installer.  Proceed
             with the OS X installation and follow the directions included with the installer.
         4. When the installation has completed your computer will Restart into the Setup
             Assistant. Be sure you configure your initial admin account with the exact same
             username and password that you used on your old drive. After you finish Setup
             Assistant will complete the installation after which you will be running a fresh
             install of OS X.  You can now begin the update process by opening Software
             Update and installing all recommended updates to bring your installation current.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.

Maybe you are looking for

  • BAPI for create IR and GR

    Hi All, I would like to use the BAPI to create the IR and GR. But i don't know which BAPI is use for create the IR and GR . Could you mind give any information about this? Regards, Luke

  • Image on a pop-up window

    Is it posible to insert a image into a pop-up window? Thanks

  • Inheritation of tax codes in G/L balance sheet accounts (New GL)?

    Hello everybody, one of my customers is migrating to New GL, where they want to use document split for some fields. For some balance sheet accounts the they also want to inherit the tax code to the balance sheet account line (for reporting purposes).

  • 3 way match

    Hi,   In my scenario based on the values in the PO history tab have to cross check the values of Goods reciept,Invoice reciept and service reciept.If all the 3 values are same then further process can be done else have to block it.How to do it.Have a

  • Every time I try to sync or use iTunes since Mavericks update it crashes

    Ever since I installed Maverick on my apple devices I cannot get any new items transferred to my ipad,iphone or watch a film on home share as Itunes just crashes when it is used.  If its just running in the back ground it will stay open for quit a wh