How to find out the userid  is ddic,  how to find out thepassword for this.

hi
  i am mohan. We user-id is DDIC. we forgot the password for this user id. how to find out the password for this. we find the table for this usr02. but it is hexa decimal code. how to find that code

hi
  check these threads
Re: Check SAP username and password.
Re: Validation of user name, pwd  in ZXUSRU01 exit
if helpful, reward
Sathish. R

Similar Messages

  • Finding out the userid from a JSP or servlet. (9.0.2)

    Hi Again!
    I have a JSP in the htdocs directory of my portal which fetches binary objects
    from a content repository. I use this binary.jsp to display images embedded
    in a content portlet shown within the portal. So as far as the browser gots
    the portal page it starts to fetch the images with an ordinary get operation
    to a given URL of the binary.jsp.
    Now I want to be able to find out if the current user is allowed to see the
    image from the content repository, so I have to find out the userid within
    the JSP. But I couldn't find any way to do this. Since the binary.jsp is
    not loaded in the context of the portal, it doesn't know anything about
    the PortletRendererRequest, so thi code returns null:
    PortletRenderRequest oraRequest = (PortletRenderRequest)
    request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST);
    if ( oraRequest == null ) {
    makeLog ("Could not get PortletRequest!");
    } else {
    oracleUser = oraRequest.getUser().getName();
    So I've tried to put the userID into the servlet session like this
    request.getSession().setAttribute("iASUserName", oracleUser);
    but obviously the binary.jsp doesn't share the same http session object,
    so this code returns null within the binary.jsp
    request.getSession().getAttribute("iASUserName");
    We allready done this with the old version of PDK and JServ and
    everything was OK, except that we used the deprecated API
    request.getSession().setValue("iASUserName", oracleUser);
    request.getSession().getValue("iASUserName");
    No both ways doesn't work, since we are using Orion-Appserver
    and PDK 9.0.2 :-(
    Is there anyone out there with an idea how we can solve
    this problem?

    I could understand what you are lookig for. We can probably relie on cookies to share user information between portal & non-portal resources.
    Example :
    Lets say we have a contributor.jsp viewed through portal. This sets up a cookie in the client machine which carries portal user name. It persists till the end of user session.
    contributor.jsp
    <%
    PortletRenderRequest pr =
    (PortletRenderRequest)request.getAttribute(HttpProvider.PORTLET_RENDER_REQUEST);
    String pUser = pr.getUser().getName();
    /* Customize these strings to suitable names. */
    String pUserKey = "CUR_PORTAL_USER";
    String pDomain = ".oracle.com";
    %>
    <SCRIPT language="JavaScript1.2">
    var today = new Date();
    function setCookie(name, value, domain)
    document.cookie = name + "=" + escape(value) +
    "; path=/" +
    "; domain=" + domain;
    </SCRIPT>
    <BODY onload="javascript:setCookie('<%=pUserKey%>', '<%=pUser%>', '<%=pDomain%>')"/>
    This cookie now will be set in the client machine and any JSP in the same domain will be able to access it.
    Let me know if it offers any help to your problem.
    Thanks,
    Amjad.

  • HT4628 How can I set up a standard account to auto disconnect from the wireless network upon logging out (Using Mavericks)?  There used to be a setting for this in previous versions of OSX but I can't find it in the new version.

    How can I set up a standard account to auto disconnect from the wireless network upon logging out (Using Mavericks)?  There used to be a setting for this in previous versions of OSX but I can't find it in the new version.

    How can I set up a standard account to auto disconnect from the wireless network upon logging out (Using Mavericks)?  There used to be a setting for this in previous versions of OSX but I can't find it in the new version.

  • Hi. I just downloaded "angry birds" from the iTunes store. It says it was successfully downloaded and that I can use it on the two mac products I have. I can see an icon for it in the finder on the mac, but I can't figure out how to play the game. Anyone?

    Hi. I just downloaded "angry birds" from the iTunes store. It says it was successfully downloaded and that I can use it on the two mac products I have. I can see an icon for it in the finder on the mac, but I can't figure out how to play the game. Anyone?

    Thank you for your reply. After a lot of fruitless searches, I hit on a page that offered the same wisdom you did. I feel like rather a fool for not knowing that. Grr. I really appreciate your answer, and that you didn't end it with "dummy." Cheers to you. Hope someone does something kind for you today.

  • Made a drop down menu. How can I get the drop down to fade in and out? !

    Hi guys!
    I've created a drop down menu (with the help of you legends on here! )...Now I just need it to animate so when the user hovers over the main menu item, the drop down fades in.
    Here's the HTML I have...
        <ul id="nav">
            <li><a href="#">Nav 1</a></li>
            <li><a href="#">Nav 2</a></li>
            <li><a href="#">Nav 3</a>
                <ul>
                    <li><a href="#">&raquo; Sub Menu 1</a></li>
                    <li><a href="#">&raquo; Sub Menu 2</a></li>
                    <li><a href="#">&raquo; Sub Menu 3</a></li>
                    <li><a href="#">&raquo; Sub Menu 4</a></li>
                </ul>
            </li>
            <li><a href="#">Nav 5</a></li>
            <li><a href="#">Nav 6</a></li>
        </ul>
    ...and here's my CSS...
    ul#nav {width:920px; height:35px; list-style:none; padding:0; margin:0; background:url(navBg.jpg) repeat-x; z-index:999;}
    ul#nav li a:hover, #nav li a:active {background:url(navOn.jpg) repeat-x; text-decoration:none;}
    ul#nav li a {color:#E0E2E7; display:inline-block; float:left; margin:0; padding:10px 19px; width:auto; text-decoration:none;}
    * html #nav li {display:inline; float:left; }  /* for IE 6 */
    * + html #nav li {display:inline; float:left; }  /* for IE 7 */
    #nav ul {width:208px; left:-9999em; list-style:none; margin:35px 0; padding:0; position:absolute; z-index:999;}
    #nav li:hover ul {left:auto;}
    #nav li {float:left;}
    #nav li li a {width:190px; background-color:#efefef; color:#2e2e2e; padding:8px; margin:0; }
    #nav li li a:hover {background-color:#000; background-image:none; color:#FFF;}
    #nav li:hover {background:url(assets/images/frame/navOn.jpg);}
    From what I can make out, I assume I need either Javascript or JQuery...
    Does anyone know how I can get the drop down to fade in and out?
    Thank you very much and I hope to hear from you.
    SM

    Yes, you'll need a client-side script to do fade-in/fade-out fx.  Look at jQuery Superfish.
    http://users.tpg.com.au/j_birch/plugins/superfish/#examples
    Nancy O.

  • HT2476 How do I copy the names of files in a finder window to a text document?

    How do I copy the names of files in a finder window to a text document?

    If using Apple TextEdit Applications: Select all the files in the finder window, choose copy. Go to the TextEdit window and from the menu choose Edit then choose Paste and Match Style from the Edit drop down menu.

  • Love Acrobat XI, but when I installed it became the default program to open all my photos.  I'd like them to open in theirr native (JPEG, etc. format) How do I disable the PDF default conversion ? Cant' find anything in Preferences that works.

    Love Acrobat XI, but when I installed it became the default program to open all my photos.  I'd like them to open in theirr native (JPEG, etc. format) How do I disable the PDF default conversion ? Cant' find anything in Preferences that works.

    Sounds like a file association issue in Windows. Right click on the files of interest and select Open With>Choose Default Program and select the program you want used (be sure the "always use" box is checked. The Acrobat installation should not have done this change, but this is the process to make the change on each file type.

  • How can i remove the end pice/pin from my headphones out of my computer?

    how can i remove the end pice/pin of my headphones out of my computer?

    IF you cannot pull it out with your finger tips, you need to take the machine in for service to an Apple Store or AASP. Doing this type of work yourself could seriously damage the computer so it's best left to professionals.

  • Please..how do you clean the Macbook Pro silver-coloured (aluminum?) outer case?

    Please..how do you clean the Macbook Pro silver-coloured (aluminum?) outer case?

    CailinGaelach wrote:
    Vodka -- alcohol.  Makes sense.  I guess Irish whiskey wouldn't work as well due to the colour, because Jameson's would be my bevvy of choice if I were to down a few shots before.
    Drink the Irish, and as for the cleaning Vodka, buy the absolute cheapest one in the store, the one you wouldn't want to drink.
    They all meet FDA standards for human consumption unlike alcohol in the drug store.

  • I need to print out the response forms.  How do I do it?

    I need to print out the response forms.  How do I do it?

    They are saved as PDF files, so you just need to install Adobe Reader, which you can download for free: http://get.adobe.com/reader/

  • How i can solve the facetime issue? I cant find it in apple store !!!!! Plaese advice me ..., iphone 5, How i can solve the facetime issue? I cant find it in apple store !!!!! Plaese advice me ..., iphone 5

    How i can solve the facetime issue? I cant find it in apple store !!!!! Plaese advice me ..., iphone 5, How i can solve the facetime issue? I cant find it in apple store !!!!! Plaese advice me ..., iphone 5

    Facetime is not in the App store. It is part of the iOS. You access Facetime on the phone via the contact section. Facetime needs to be activated in Settings. The only reason you may not have it is if you purchased the device in an area where Facetime is prohibited by law.

  • HT201365 How do I unlock the phone after locking it through "Find My iPhone?"

    How do I unlock the phone after locking it through "Find My iPhone?"

    If you placed it in lost mode to lock it, sign into icloud.com, click on lost mode and turn it off.  If it is locked with Activation lock you'll have to provide the password for the iCloud ID you are being prompted for in order to use it.

  • Firefox crashed when I restarted it to install plugins and the crash reporter is unable to submit a report for this crash. How can I submit this report?

    # This file is in the UTF-8 encoding
    [Strings]
    # LOCALIZATION NOTE (isRTL):
    # Leave this entry empty unless your language requires right-to-left layout,
    # for example like Arabic, Hebrew, Persian. If your language needs RTL, please
    # use the untranslated English word "yes" as value
    isRTL=
    CrashReporterTitle=Crash Reporter
    # LOCALIZATION NOTE (CrashReporterVendorTitle): %s is replaced with the vendor name. (i.e. "Mozilla")
    CrashReporterVendorTitle=%s Crash Reporter
    # LOCALIZATION NOTE (CrashReporterErrorText): %s is replaced with another string containing detailed information.
    CrashReporterErrorText=The application had a problem and crashed.\n\nUnfortunately the crash reporter is unable to submit a report for this crash.\n\nDetails: %s
    # LOCALIZATION NOTE (CrashReporterProductErrorText2): The first %s is replaced with the product name (i.e. "Firefox"), the second is replaced with another string containing detailed information. These two substitutions can not be reordered!
    CrashReporterProductErrorText2=%s had a problem and crashed.\n\nUnfortunately the crash reporter is unable to submit a crash report.\n\nDetails: %s
    CrashReporterSorry=We're Sorry
    # LOCALIZATION NOTE (CrashReporterDescriptionText2): The %s is replaced with the product name.
    CrashReporterDescriptionText2=%s had a problem and crashed.\n\nTo help us diagnose and fix the problem, you can send us a crash report.
    CrashReporterDefault=This application is run after a crash to report the problem to the application vendor. It should not be run directly.
    Details=Details…
    ViewReportTitle=Report Contents
    CommentGrayText=Add a comment (comments are publicly visible)
    ExtraReportInfo=This report also contains technical information about the state of the application when it crashed.
    # LOCALIZATION NOTE (CheckSendReport): The %s is replaced with the vendor name.
    CheckSendReport=Tell %s about this crash so they can fix it
    CheckIncludeURL=Include the address of the page I was on
    CheckSendEmail=Email me when more information is available
    EmailGrayText=Enter your email address here
    ReportPreSubmit2=Your crash report will be submitted before you quit or restart.
    ReportDuringSubmit2=Submitting your report…
    ReportSubmitSuccess=Report submitted successfully!
    ReportSubmitFailed=There was a problem submitting your report.
    ReportResubmit=Resending reports that previously failed to send…
    # LOCALIZATION NOTE (Quit2): The %s is replaced with the product name.
    Quit2=Quit %s
    # LOCALIZATION NOTE (Restart): The %s is replaced with the product name.
    Restart=Restart %s
    Ok=OK
    Close=Close
    # LOCALIZATION NOTE (CrashID): The %s is replaced with the Crash ID from the server, which is a string like abc12345-6789-0abc-def1-23456abcdef1
    CrashID=Crash ID: %s
    # LOCALIZATION NOTE (CrashDetailsURL): The %s is replaced with a URL that the user can visit to view the crash details.
    CrashDetailsURL=You can view details of this crash at %s
    ErrorBadArguments=The application passed an invalid argument.
    ErrorExtraFileExists=The application didn't leave an application data file.
    ErrorExtraFileRead=Couldn't read the application data file.
    ErrorExtraFileMove=Couldn't move application data file.
    ErrorDumpFileExists=The application did not leave a crash dump file.
    ErrorDumpFileMove=Couldn't move crash dump.
    ErrorNoProductName=The application did not identify itself.
    ErrorNoServerURL=The application did not specify a crash reporting server.
    ErrorNoSettingsPath=Couldn't find the crash reporter's settings.
    ErrorCreateDumpDir=Couldn't create pending dump directory.
    # LOCALIZATION NOTE (ErrorEndOfLife): The %s is replaced with the product name.
    ErrorEndOfLife=The version of %s you are using is no longer supported. Crash reports are no longer being accepted for this version. Please consider upgrading to a supported version.

    I think you may have pasted the wrong thing into the Description.
    To try and resubmit a pending report (for example if you lost your internet connection):
    #Go to about:crashes in the location bar
    #Click the latest report link to resubmit it
    If there isn't a pending crash report listed, I'm afraid you may be out of luck for that crash report.

  • HT204053 i have an itunes library with 1,000+ songs on a pc.  my daughter has a macbook air and i loaded my apple ID onto it.  how do i get the songs from my itunes account to show up?  This works fine on her iPhone, but having trouble on the new macbook

    i have an itunes library with 1,000+ songs on a pc.  my daughter has a macbook air and i loaded my apple ID onto it.  how do i get the songs from my itunes account to show up?  This works fine on her iPhone, but having trouble on the new macbook air

    Hey kbert73
    I would do a transfer of purchases from the phone and not sync. If you sync then it will want to start over and sync music that is on the MacBook Pro. If you want to transfer the music, check out the article below that will give you multiple options on how to move. I have also provided on how to sync with multiple computers.
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/ht4527
    Using iPhone, iPad, or iPod with multiple computers
    http://support.apple.com/kb/ht1202
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • I have a different Apple id on my PowerBook from that on my iMac and iPad. Photo Stream does not connect to my Powerbook. How do I change the Apple id in iCloud on my PowerBook? Will this link all 3 machines to PhotoStream?

    I have a different Apple id on my PowerBook from that on my iMac and iPad. Photo Stream does not connect to my Powerbook. How do I change the Apple id in iCloud on my PowerBook? Will this link all 3 machines to PhotoStream?

    You can't simply change the details.
    In order to change your Apple ID or password for your iCloud account on your computer, you need to sign out of the account from your computer first, then sign back in using your updated details. (System Preferences > iCloud, click the sign out button)

Maybe you are looking for

  • COI- Error message-B/S-I/S balance 1.00 USD

    Hi, I have got the following error message while running First consolidation of COI. Balance sheet/income statement balance 1.00 USD Message no. UCD1011 Balance sheet/income statement balance 1.00 USD Message no. UCD1011 Diagnosis The document to be

  • PPC to Lion upgrade

    Hello Everyone, I apologize ahead of time if this question seems simple or redundant. My company currently has in place an Xserve PPC raid installed at our office. This is an old PPC machine and as you can imagine the majority of the software on the

  • Library Items Quirk

    Every time I insert a library item I've created it inserts a </table> and then generates an open table. How do I make it stop? I went in and deleted them off of each page, but when I updated images in my library it went through and reinserted all of

  • FInding missing sequence number

    Dear All I have a column in table like this (actually its just a sample): TAB MMxxxx9988 MMxxxx9990 MMxxxx9995 MMxxxx9998 MMxxxx9999 MMxxxx0000 MMxxxx0001 MMxxxx0003 MMxxxx0004 MMxxxx0005 MMxxxx0008 xxxx is variable last four digit is a sequence numb

  • GS70 20D Keyboard Problems

    Hello! Recently I've been having trouble with the keyboard on my GS70. Specifically the "S", " Z", "7", and spacebar keys are not functioning correctly. They rarely work when pressed and if they do are intermittent at best. Also they'll end up acting