Forgot Password Issue

Hi Experts,
I have OAM integrated with OAAM and OIM with OAAM in my environment. While trying to change password after clicking on 'Forgot Password' and answering all the challenge questions correctly, I am getting the error message "There was some technical error processing your request. Please try again".
Here is the error log:
[2013-02-21T10:54:08.388+05:30] [oaam_server_server1] [ERROR] [] [oracle.oaam] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0111bb628ed223a2:-6e5bd1d8:13cf113a912:-8000-000000000000155d,0] [APP: oaam_server#11.1.2.0.0] failed to get password policy description[[
oracle.iam.passwordmgmt.exception.UserNotFoundException: IAM-3050021:The user with the key null does not exist.:null
     at oracle.iam.passwordmgmt.domain.repository.DBUserRepository.getUserInfo(DBUserRepository.java:82)
     at oracle.iam.passwordmgmt.domain.repository.DBUserRepository.getUserInfo(DBUserRepository.java:138)
     at oracle.iam.passwordmgmt.impl.PasswordMgmtServiceImpl.getApplicablePasswordPolicyDescription(PasswordMgmtServiceImpl.java:262)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
     at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy402.getApplicablePasswordPolicyDescription(Unknown Source)
     at oracle.iam.passwordmgmt.api.PasswordMgmtServiceEJB.getApplicablePasswordPolicyDescriptionx(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
     at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
     at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy401.getApplicablePasswordPolicyDescriptionx(Unknown Source)
     at oracle.iam.passwordmgmt.api.PasswordMgmtService_qsut5v_PasswordMgmtServiceRemoteImpl.__WL_invoke(Unknown Source)
     at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
     at oracle.iam.passwordmgmt.api.PasswordMgmtService_qsut5v_PasswordMgmtServiceRemoteImpl.getApplicablePasswordPolicyDescriptionx(Unknown Source)
     at oracle.iam.passwordmgmt.api.PasswordMgmtService_qsut5v_PasswordMgmtServiceRemoteImpl_WLSkel.invoke(Unknown Source)
     at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
     at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
     at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
     at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
     at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused by: oracle.iam.identity.exception.NoSuchUserException: IAM-3050021:The user with the key null does not exist.:null
     at oracle.iam.identity.usermgmt.impl.UserMgrUtil.findEntity(UserMgrUtil.java:775)
     at oracle.iam.identity.usermgmt.impl.UserMgrUtil.findUser(UserMgrUtil.java:822)
     at oracle.iam.identity.usermgmt.impl.UserManagerImpl.getDetails(UserManagerImpl.java:1284)
     at oracle.iam.identity.usermgmt.impl.UserManagerImpl.getDetails(UserManagerImpl.java:1238)
     at sun.reflect.GeneratedMethodAccessor677.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
     at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy262.getDetails(Unknown Source)
     at oracle.iam.passwordmgmt.domain.repository.DBUserRepository.getUserInfo(DBUserRepository.java:77)
     ... 48 more
The two prominent errors in the logs are: 1.Failed to get password policy description and
2. Error getting password policy text.
Any pointers would be appreciated.
Thanks,
Subin

Hi, I am also facing the same issue. Does anybody know the fix?
I have redeployed oaam_server.ear, but no luck.
Thanks

Similar Messages

  • ADDT Register and Forgot Password Issues

    I have defined in my database columns for storing the maximum
    number of login attempts, the account disable date, registration date and expiration date and I have left these columns out of the registration form, but they are not receiving "the right values behind the scenes, in a transparent manner" as per the manual.
    In a perhaps related issue the 'Forgot Password' page is generating the following error:
    Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/forgot_password.php:19) in /var/www/html/includes/common/KT_functions.inc.php on line 464
    when it tries to redirect to the 'login' page. As both pages have been generated automatically by ADDT I am not sure where to start with tracking down the bug(s).
    Any advice would be much appreciated. Thanks!

    I finally found the solution. Search the generated code of the file ('forgot_password.php') between the first '<?php' tag and the '<head>' tag for any group of lines like the example below:
    19 ....
    20 ?>
    21
    22 <?php
    23 ....
    In this example 'Line 21' is generating a 'space' which is throwing with subsequent PHP call.
    Hope this helps other users.

  • Blackberry ID - forgot password, forgot password recovery info, exceeded login attempts, why can't BB send me email to reset password.

    THE ISSUES ARE:
    1. FORGOT PASSWORD
    2. FORGOT PASSWORD RECOVERY INFO
    3. EXCEEDED ATTEMPTS TO LOGIN
    I HAVE READ OTHER PEOPLES FORUM PROBLEMS THAT ARE THE SAME. WHEN I FOLLOWED LINKS THAT SUPPORT GAVE THERE IS NO SOLUTION TO ACTUALLY FIX THE PROBLEM. 
    What I need is simply this: Blackberry to send me a RESET PASSWORD link to the email I have registered with Blackberry WITHOUT HAVING TO PROVIDE PASSWORD RECOVERY INFO. This will enable me to bypass unknown recovery password info and access my Blackberry ID account. 
    Why haven't I been able to find a solution to fix the problem?
    BECAUSE IT DOESN'T APPEAR TO EXIST........ ANYWHERE..... EVEN ON YOUTUBE BLACKBERRY ARE RUNNING AN OUT OF DATE SOLUTION CENTRE.
    When looked online to Blackberry youtube video it shows a solution that doesn't exist! WHY? BECAUSE IT WAS UPLOADED IN 2011. DUH. http://www.youtube.com/watch?v=lvdRb4qNG1M
    If I can't remember my password or recovery password info there is NO other option available that will send me a reset password via email so I can keep my current BB ID. 
    KB34776 - does not apply because you HAVE TO BE ABLE TO REMEMBER YOUR RECOVERY PASSWORD!
    CHECKED THIS OUT... 
    Workaround
    If the BlackBerry ID password has been forgotten but the answer to the password recovery question is known, select Forgot Password on the smartphone and answer the recovery question to generate a password reset email. Follow KB28685 to complete this process.
    If the BlackBerry smartphone user knows the email address used for the BlackBerry ID login but is unable to remember the associated password then it is possible to reset the password using the steps below:
    Note: If the BlackBerry ID account is not confirmed, it is necessary to provide the answer to the password recovery question as part of the web based password reset flow.
    To see if a BlackBerry ID account is confirmed, log in to the BlackBerry ID account, select Account Details and locate the Email Status field.  For instructions on confirming the BlackBerry ID account follow KB34137.
    Browse to the following URL using a desktop browser, the BlackBerry Browser on the BlackBerry smartphone, or the Browser on the BlackBerry PlayBook: http://blackberryid.blackberry.com/bbid/recoverpassword
    Enter the BlackBerry ID Username (email address) and the CAPTCHA characters, then clickSubmit.
    Enter the Answer to the Password Recovery Question, then click OK.
    Note: Answering the recovery question is only required if the BlackBerry ID account is not confirmed.
    A confirmation message will be displayed A password reset email has been sent to [email protected], at which point, a reset email will be delivered to the associated email address inbox.
    Log in to the email account associated to the BlackBerry ID using the desktop browser, BlackBerry Browser on the smartphone, or the Browser on the BlackBerry PlayBook.
    Locate the password reset email and select the Change your BlackBerry ID password link.
    Note: The BlackBerry ID reset email will come from [email protected]. If the email is not found in the inbox, check the mailbox's Spam or Junk folder.
    When the password reset page loads, enter the Answer to the Password Recovery Question, enter the New Password, Confirm Password, then click Submit.
    A confirmation message will display once the changes have been saved successfully.
    Moving forward use the newly created password whenever logging into BlackBerry ID.
     If the BlackBerry smartphone user does not know the email or password that was used for the BlackBerry ID, the BlackBerry ID will be locked out after 10 unsuccessful login attempts. See KB24157 for BlackBerry ID lockout behavior.
    THEN CHECKED KB24157......
    Overview
    BlackBerry ID is the master key to BlackBerry smartphone products, sites, services and applications, including BlackBerry Protect and the BlackBerry App World storefront.
    To prevent unauthorized access to the account, the BlackBerry ID will become locked out after a number of failed attempts. See the information below for an outline on the expected behavior:
    Local Authentication Lockout 
    On BlackBerry PlayBook and BlackBerry smartphones if the user enters their BBID password incorrectly 10 times on the BBID sign in screen, verify password screen, or BBID Edit screens, they are LOCKED OUT of all the following functions on that BlackBerry device for 15 minutes:
    Authenticating with their BlackBerry ID on the sign in screen
    Authenticating with their BlackBerry ID on the verify password screen
    Authenticating with their BlackBerry ID on the BBID edit screens 
    Note: The user can still log in on the web or any other devices associated with their BlackBerry ID. They are only locked out on the device where the 10 incorrect attempts occurred.  On the locked out device, after 15 minutes, they get 1 try to provide the correct password on the sign in and/or verify password screens. If they fail to enter the correct password, they are locked out for an additional 15 minutes on that device.
    Account Server Lockout
    Users have total of 10 attempts to enter their password correctly against the BlackBerry ID Account Server.
    The scenarios that increment the Account Server lockout counter are as follows:
    Providing an incorrect password anywhere on the BlackBerry ID web portal (blackberry.com/blackberryid)
    Providing an incorrect password within the BlackBerry ID Edit feature on any BlackBerry device or BlackBerry PlayBook
    Note: if a user provides an incorrect password 5 times on the BlackBerry ID web portal (blackberry.com/blackberryid), and then 5 more times on the BlackBerry ID Edit feature on their BlackBerry PlayBook, the cumulative number of failed attempts is 10. Once the user has made 10 incorrect attempts to provide their password against the Account Server, they are locked out of the Account Server PERMANENTLY until they reset their password.
    See KB26361 for information to reset a BlackBerry ID password
    Note: The Account Server Lockout does NOT prevent the user from local authenticating on devices  (the user can still authenticate on the sign in and verify password screens on their BlackBerry devices).
    Forgot Password Lockout
    If the user answers their Security Question incorrectly 10 times, they are locked out for 15 minutes of Forgot Password functionality on all interfaces such as:
    BlackBerry website (blackberry.com/blackberryid)
    BlackBerry PlayBook
    BlackBerry smartphone
    Note: After 15 minutes, they get 1 try, and if they fail to answer the question correctly, they are locked out for an additional 15 minutes.
    THAT DIDN'T WORK SO NOW ITS BACK TO..... KB26361
    Overview
    To change the BlackBerry ID password, complete the steps below for the specific device:
    From the BlackBerry 10 smartphone:
    Swipe down from the top bezel on the home screen and select Settings.
    Scroll down and select BlackBerry ID.
    Select Change Password.
    Enter the current password in the Current BlackBerry ID Password field.
    Enter the new password in the New BlackBerry ID Password and Confirm New Passwordfields.
    Select Submit to complete the password change.
    To confirm the change You have changed your password will be displayed.
    Also, if the BlackBerry ID password has been forgotten, select Forgot Password on the smartphone and answer the recovery question to generate a password reset email. Follow KB28685 to complete this process.
    Note: When using the recovery question password reset method, the generated email will be delivered to the BlackBerry 10 smartphone if the BlackBerry ID email address has been setup via Settings >Accounts
    From a computer:
    Visit http://www.bbid.com/ from a PC or BlackBerry smartphone browser.
    Click Log in.
    Enter the BlackBerry ID Username (email address) and password, then click Sign In.
    Click Account Details.
    Next to Password, click Edit.
    Enter in the current password, followed by the new password. Enter the new password again in the confirm password field, then click Save.
    Click Done to exit from the BlackBerry ID account information screens.
    From the BlackBerry smartphone running BlackBerry 6:
    Navigate to Options > Third Party Applications > BlackBerry ID.
    Click on Change next to BlackBerry ID Password.
    Enter in the current password, followed by the new password. Enter the new password again in the confirm password field, then click OK.
    A confirmation message will display Your password has been successfully changed.
    Click OK.
    From the BlackBerry smartphone running BlackBerry 7:
    Navigate to Options > Device > BlackBerry ID.
    Click on Change next to BlackBerry ID Password.
    Enter in the current password, followed by the new password. Enter the new password again in the confirm password field, then click OK .
    A confirmation message will display Your password has been successfully changed.
    Click OK.
    From the BlackBerry Playbook tablet:
    Navigate to the Options icon.
    Select BlackBerry ID.
    Click on the Edit button next to Change Password.
    Enter in the current password, followed by the new password. Enter the new password again in the confirm password field, then click Submit.
    A confirmation message will display You have changed your password.
    Click OK.
    If the password for a BlackBerry ID account has been forgotten and the login is unsuccessful, use the following process to reset the password.
    Note: If the BlackBerry ID account is not confirmed, it is necessary to provide the answer to the password recovery question as part of the web based password reset flow.  To see if a BlackBerry ID account is confirmed, login to the BlackBerry ID account, select Account Details and locate the Email Status field.  For instructions on confirming the BlackBerry ID account follow  KB34137.
    To generate a password reset email, complete the following:
    Browse to the following URL using a desktop browser, the Browser on the BlackBerry smartphone or the Browser on the BlackBerry PlayBook: http://blackberryid.blackberry.com/bbid/recoverpassword
    Enter the BlackBerry ID Username (email address) and the CAPTCHA characters, then clickSubmit.
    Enter the Answer to the Password Recovery Question, then click OK. (Answering the recovery question is only required if the BlackBerry ID account is not confirmed)
    A confirmation message will be displayed A password reset email has been sent to [email protected] , at which point, a reset email will be delivered to the associated email address inbox.
    Login to the email account associated to the BlackBerry ID using the desktop browser, BlackBerry Browser on the BlackBerry smartphone or the browser on the BlackBerry PlayBook.
    Locate the password reset email and select the Change your BlackBerry ID password link.
    Note: The BlackBerry ID reset email will come from [email protected] If the email is not found in the inbox, check the Spam or Junk folder.
    When the password reset page loads, enter the Answer to the Password Recovery Question, enter the New Password, Confirm Password, then click Submit.  
    Note: Answering the recovery question is only required if the BlackBerry ID account is not confirmed. 
    A confirmation message will display once the changes have been saved successfully.
    Moving forward use the newly created password whenever logging into BlackBerry ID.
    Note: If the BlackBerry ID email address is a BlackBerry mail address (e.g. <username>@tmo.blackberry.net), the BlackBerry ID password reset email will not be received on the BlackBerry smartphone. Since the BlackBerry mail address is not accessible from a computer, the steps outlined in KB28111 will need to be performed.
    IT ALL LEADS BACK TO THE SAME UNHELPFUL NON-SOLUTION OF USE THE PASSWORD RECOVERY QUESTION.... 
    Can the tech department of Blackberry please sort out this ridiculous unhelpful system by sending customers a direct email if password is forgotten so they can reset without having to go through the above without finding a solution. 
    THANK YOU.

    Hi and Welcome to the Community!
    Please see this "sticky" post, along with the threads to which it links, for helpful information to guide you as you proceed:
    http://supportforums.blackberry.com/t5/Social-Lounge/How-This-Site-and-Formal-Support-Work/td-p/2540...
    Hopefully, this information will be of use to you.
    That said, it sounds like you have exhausted all of the automatic recovery methods...but just in case, please see this "sticky" post for helpful information concerning your BBID situation:
    http://supportforums.blackberry.com/t5/BlackBerry-World/How-to-regain-access-to-your-BBID/td-p/25467...
    Hopefully, this information will be of use to you.
    But do please keep in mind that security is a 2-way street...the human element play an equal part in that security, and you have failed at that in this situation, yet desire for the automated methods to still recover for you. Such just isn't possible, because your failure has exceeded the capabilities of the automated methods.
    Hence, you likely need human intervention from an actual BB representative, which is not available in this forum (as discussed in the first link I gave you above). But, the methods to attempt to seek human intervention are posted within the 2nd link I gave you.
    Cheers, and Good Luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • "Forgot Password" link doesn't generate an e-mail ...

    Hi, I've been trying for five days to get access to a Skype account I set up but have not used for a few months. I apparently have the password wrong. I've used the "Forgot Password" link on the login page. That link should automatically generate an e-mail to me, but I've gotten no e-mail, despite multiple attempts. There is no e-mail in my spam folder either. So I've sent in two support requests. The only thing I got in response to the first one was an e-mail asking me to fill out a survey about the service I got. Which would make sense, except that I never got any service. At all. The second support request has produced no results. I know I'm using the correct e-mail address, because I initially couldn't remember my Skype name either, and managed to recover it using the "Forgot Skype Name" link. At this stage, the only option I can think of is calling my credit card company and telling them that I no longer approve of any further charges from Skype and they should be rejected. Does anyone on this list have any other suggestions of how I might get some service, any service, to get access to this account? Thanks for any advice you might offer.

    twocoasts wrote:
    Hi, I've been trying for five days to get access to a Skype account I set up but have not used for a few months. I apparently have the password wrong. I've used the "Forgot Password" link on the login page. That link should automatically generate an e-mail to me, but I've gotten no e-mail, despite multiple attempts. There is no e-mail in my spam folder either. So I've sent in two support requests. The only thing I got in response to the first one was an e-mail asking me to fill out a survey about the service I got. Which would make sense, except that I never got any service. At all. The second support request has produced no results. I know I'm using the correct e-mail address, because I initially couldn't remember my Skype name either, and managed to recover it using the "Forgot Skype Name" link. At this stage, the only option I can think of is calling my credit card company and telling them that I no longer approve of any further charges from Skype and they should be rejected. Does anyone on this list have any other suggestions of how I might get some service, any service, to get access to this account? Thanks for any advice you might offer.
    if you have a billing or transaction history in the last 6 months, you can request for a new password without the need to your registered email address.    Just copy and paste the link below to your browser to open the password automation page;
    login.skype.com/account/password-automation
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • Error while changing password after Forgot password

    I have integrated OAM and OAAM in my environment. This issue occurs while accessing a protected resource.
    After clicking on forgot password and correctly answering the challenge questions, when I change the password, it shows me an error message: "There is a technical error processing your request"
    Here is the em console log:
    Reauth failed. authUser=VCryptAuthUser{loginId='user1', bharosaUserId='103', customerGroupId='Default', customerId='32_79fc2a666c32eb4cf1e645777821153d8b5d93a308e4275e351408e3f264f0c1', fullName='null', roles=null, securityPreferences={localeCountry=, status=2, imagePath=$base\keypad\200207091-001.jpg, personalNote=persuasive double, passwordUpdateTime=1358142920306, userType=1, isLocked=false, imageStatus=2, phraseStatus=2, secondFactor=0, passwordStatus=1, localeLanguage=en, email=null, isPinEnabled=false, pinUpdateTime=1358142920306, questionStatus=2, localeVariant=, authType=2, authMode=0, pinStatus=1}}, result=authReult=2, authErrorString=null
    I am working on 11gR2
    Any pointer would be appreciated.
    Thanks,
    Subin

    Were you able to resolve this? I'm seeing the same issue with the same logs.

  • Forgot Password for HP T2500, how can I reset it?

    I'm triing to setup our plotter scan to ftp but I don't recall the user name / passoword.
    I did try the defult settings 
    User Name: admin
    Password:  (left empty)
    which didnt work so I may have created a password but I don't recall what it was.
    Is there a reset or forgot password option?
    Thank You.
    Andrew.

    Hi @skier66 ,
    I have brought your issue to the attention of an appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publically post ( serial numbers and case details).
    If you are unfamiliar with how the Forum's private message capability works, you can learn about that here.
    Regards,
    George
    I work for HP

  • Remember email, forgot password, but email provide...

    Hi,
    I used to be logged in in to skype for years now, but today it has spontaniously logged out! I have my account name, and I forgot password, but I can't recieve the code, because the email provider is no longer in the business. So I have unsusuall problem. What to do? 

    look for a moderator and send them a PM, requesting to inform you of the email address registered in your account.
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • Quality Center - Bad URL Link in "Reset Forgot Password" mail

    Hello,
    I've got some issue with the "Forgot Password" functionality. When clicking on the link on the login page, the mail is properly sent but the URL included in the mail is not correct :
    Here is what I got : "td://_ANY_._ANY_.<servername>.<domainname>:<port>/qcbin/[AnyModule]?Action=ResetPassword&Data=QCC:li7H1AFlgPU6NWPdM0vc4oUz6//sdpOk3xO+dmqwtt3FcJ4G3HHepvMruublfauANdRD3Fi1ekR7
    O1PUXvRwZ9u8kCfInzOKetif6awjpFHoSKKwDFYWS3PsdmSSclfv"
    Where <servername>, <domainname> and <port> are valued. I tried to set the PASSWORD_RESET_SERVER parameter but it only replaced the <servername>.<domainname>:<port> part of the URL by the parameter value.
    I was expecting something like "http://<servername>.<domainname>:<port>/qcbin/..."
    Any idea of what is happening ?
    Thank's in advance
    Regards

    Is your mailer up and working ?
    Workflow Java Mailer & Notifications FAQ (Doc ID 562551.1)

  • I want to change my Apple ID for IPad because forgot password and all email addresses changed so cannot get informations for password reset. What can I do?

    I want to change my Apple ID for IPad because forgot password and all email addresses changed so cannot get informations for password reset. What can I do?

    I was wondering if you ever figured this out. I have the same issue. When I try to use the support communities, there are so many with the same problems and never seem to be any replys?? Not very helpful and I can not get Apple to return my emails.

  • Forgot password didn`t recognise my email

    I `ve installed new windows. I didn`t remember my skype password.
    I tried "forgot password" and entered my email. My email wasn`t recognised.
    After trying a few times i registered a new account with the same email.
    I then searched by email and my older account was found and with the same email.
    I tried to recover my password again but i am only getting password reset for my new account and not for my older one. So how do i reset the password for my older acc or whom should i write for help?

    If your original account has a billing or purchase history in the last 6 months, you can request for a new password without the need of the email address registered in it.  If your original account has also been inactive for quite a while, it may be possible that it has been temporarily deactivated (but not deleted by Skype,and this is just a assumption), I think in such cases, you may need to contact customer service, links pasted below;
    -support.skype.com/support_selection (login required)
    -support.skype.com/support_request (no login required)
    -email: [email protected]
    And to possibly avoid further inconvenience or confusion, I suggest that you change the email address you registered in your new account to something else.  
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • Forgot password on my laptop PLEASE CAN ANYONE HELP

    FORGOT PASSWORD TO GET ONLINE

    Which password have you forgotten? Your Windows logon password or your password to logon to your Internet service?
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Forgot password functionality not working - OAM

    Hi,
    I have issues with the forgot password functionality with OAM
    The password policy is configured and its enabled for the users. The password redirect URLs are also available as part of the password policy configuration.
    When i click on the forgot password link getting the following message
    "This feature is not configured. Please contact the master administrator"
    Please help me to resolve this issues.
    Thanks

    If I remembered correctly, you need to setup the challenge questions and answers to enable forget password feature. This require updating the LDAP schema etc. The steps are described in OAM documentation.

  • Forgot password on Blackberry 9680 mobile hotspot, how to recover or reset?

    forgot password on Blackberry 9680 mobile hotspot, how to recover or reset?
    Ray A
    Torch 9860 7.0.0.440
    AT&T - no BIS
    Solved!
    Go to Solution.

    Good to know that you resolve the issue by having a search in the forum. Be with us for all of your BlackBerry needs.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Hpeprint forgot password

    Hello!
    Sorry my bad english.
    Yesterday I bought a printer: hp color laserjet 100 MFP175nw.
    I registered yesterday on the side eprintcenter. I configured everything the site and the mobile and I log out unfortunately. Today, I could not enter because the password is Invalid . I know my password but I click forgot password link to change my password . The incoming box I typed in my registered email address and nothing happens. Not receiving email . I checked the spam folder is empty. I have gmail. I tried to, IE, Google Chrome, Opera browser and another computer and mobil net. And nothing happens.
    I tried to read in the solution, but does not work. Please help me I want to access the site . I do not want to re-register.
    thank you for your help
    I was curious and did a second registration. Do the same thing. I would like to enter, but Invalid password again. This register works fine, but the access is not. I now have two registration and NOT work
     It's beautiful. Now what can you do? 

    Hi szsanya72. Your English is terrific! When you log in make sure you are not using your @hpeprint address as the log in email. You need to use your personal email account.
    Your password reset email will go to your personal email account that you entered when you created your Eprint account. Make sure you are not using your @hpeprint email address when using your 'forgot password' link.
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • HT201210 forgot password on the Ipad

    Question: Forgot password on the Ipad, how can I reset it???

    If You Are Locked Out, Have Forgotten Your Passcode, or Just Need to Restore Your Device
    1. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    2. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    3. iOS- Understanding passcodes
    4. What to Do If You've Forgotten Your iPhone's Passcode
    5. How to Recover Forgotten iPhone Restrictions Passcode | The iPhone and iPad
         If you have forgotten your Restrictions code, then follow the instructions
         below but DO NOT restore any previous backup. If you do then you will
         simply be restoring the old Restrictions code you have forgotten. This
         same warning applies if you need to restore a clean system.
    A Complete Guide to Restore or Recover Your iDevice (if You Forget Your Passcode)
    If you need to restore your device or ff you cannot remember the passcode, then you will need to restore your device using the computer with which you last synced it. This allows you to reset your passcode and re-sync the data from the device (or restore from a backup). If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present. Refer to Updating and restoring iPhone, iPad and iPod touch software.
    Try restoring the iOS device if backing up and erasing all content and settings doesn't resolve the issue. Using iTunes to restore iOS devices is part of standard isolation troubleshooting. Restoring your device will delete all data and content, including songs, videos, contacts, photos, and calendar information, and will restore all settings to their factory condition.
    Before restoring your iOS device, Apple recommends that you either sync with iTunes to transfer any purchases you have made, or back up new data (data acquired after your last sync). If you have movie rentals on the device, see iTunes Store movie rental usage rights in the United States before restoring.
    Follow these steps to restore your device:
         1. Verify that you are using the latest version of iTunes before attempting to update.
         2. Connect your device to your computer.
         3. Select your iPhone, iPad, or iPod touch when it appears in iTunes under Devices.
         4. Select the Summary tab.
         5. Select the Restore option.
         6. When prompted to back up your settings before restoring, select the
              Back Up option. If you have just backed up the device, it is not necessary
              to create another.
         7. Select the Restore option when iTunes prompts you (as long as you've backed up,
             you should not have to worry about restoring your iOS device).
         8. When the restore process has completed, the device restarts and displays the Apple
             logo while starting up:
               After a restore, the iOS device displays the "Connect to iTunes" screen. For updating
              to iOS 5 or later, follow the steps in the iOS Setup Assistant. For earlier versions of
              iOS, keep your device connected until the "Connect to iTunes" screen goes away or
              you see "iPhone is activated."
         9. The final step is to restore your device from a previous backup. If you do not have a
              backup to restore or have forgotten your restrictions passcode, then restore as New.
    If you are restoring to fix a forgotten Restrictions Code or as a New device, then skip Step 9 and restore as New.

Maybe you are looking for

  • Slow, then fast execution of same query

    I have a test query: dbxml> query 'count(collection()/Quots/QuotVerificationInstance/@lastModifiedDate[.="2009-09-07"])' With this index: Index: node-attribute-substring-string for node {}:lastModifiedDate The first time I run the query in the shell,

  • Taking Backup of OIM/Solaris machines

    hi, I would be working on Solaris machines and need to take regular backups of OIM. What approach should i follow for the same? i) can we just take the backups of the database and export all the configurations(this seems a bit tricky, as might get so

  • 1.67GHz G4 15-inch Battery

    Just opened 2 brand new powerbooks and neither of them will charge. The reading is at 0% and the light is green. tried resetting the power management unit. No change. ANything else I could try/do? Thanks in advance.

  • Prevend UD (QA11) without Review (QE12)

    In our business process, we have created three levels for Result recording, Review and UD through QE11, QE12 and QA11 respectively. My requirement is when the Review (QE12) is not carried out or incomplete while doing the UD (user decision), the syst

  • Dbif rsql invalid request error

    hi gurus i installed sap ides 4.7 and the installation was succesfull, but when i tried to log on i get this error      dbif rsql invalid request . i dont know why this error apear , i set the microsoft loopback adapter and i change the host file wit