Warning-Password has expired

Dears,
I am facing a strange issue from a long time.I am using ECC5 having ABAP+JAVA Stack.When ever I reset password of any user by SU01  and then login on Portal first time with this new password,A window open to change my first password but on its top it is also showing error:
"Password has expired"
While after entering old and new password it takes new password and work perfectly but not getting while at first logon it shows this error message.
Please suggest.
Shivam

Hi,
Pls refer Portal Security policy.
[http://help.sap.com/saphelp_nw04s/helpdata/en/b5/16c43bdd3da244a1d3372a77b5f83f/frameset.htm]
[http://help.sap.com/saphelp_nw70/helpdata/EN/52/4c6c3e58d0d064e10000000a114084/frameset.htm]
Also chk the link
[Stopping Initial Password Change;
Regards
Baby

Similar Messages

  • Problems finding if password has expired ( using ldap_simple_bind )

    since i want to find out if password has expired or not i am using asynchronous bind,but i am facing certain problems with ldap_parse_result. The problems are :
    1) it fails intermittently when i want to get password expiration controls and gives core dump. all the parameters are correct ...
    2) also i do not get password expiration warning control, I get password has expired before 5 hours or so.
    3) so i have used a workaround and check for "password expired" in the message returned by ldap_parse_result without retrieving controls. is it ok to do this ?

    since i want to find out if password has expired or not i am using asynchronous bind,but i am facing certain problems with ldap_parse_result. The problems are :
    1) it fails intermittently when i want to get password expiration controls and gives core dump. all the parameters are correct ...
    2) also i do not get password expiration warning control, I get password has expired before 5 hours or so.
    3) so i have used a workaround and check for "password expired" in the message returned by ldap_parse_result without retrieving controls. is it ok to do this ?

  • Scheduled Report Fails To Run If User Password Has Expired

    Why can't a report, that has been scheduled for a user whose password has expired, continue to run and go to its predefined destinations?
    A user doesn't know until he/she attempts to log in that there is a password expiration issue.  They may have scheduled the report to go to a  multitude of inboxes, but if their password has expired, the report doesn't run.
    I can understand "some" issues with the necessity to stop the report until credentials are updated correctly.  However, Business Objects doesn't notify a user until it has expired, thus making it too late for those expecting something in their inbox.
    Is there any method of notifying users that their password is going to be expiring soon, in advance?  In other words, is there any "proactive" feature within Business Objects for notifying the user of an upcoming need to change their password?
    HepMe

    There is nothing built in to BusinessObjects for this, but there may be third-party tools available or you can write code that would do this.
    In Query Builder, run this query:
    Select SI_ID, SI_Name, SI_LAST_PASSWORD_CHANGE_TIME, SI_UPDATE_TS, SI_LASTLOGONTIME
    from CI_SYSTEMOBJECTS where SI_Kind = 'User' and SI_NAME != 'Administrator' and SI_NAME != 'Guest' and SI_PASSWORDEXPIRE = 1
    order by SI_LAST_PASSWORD_CHANGE_TIME desc, SI_UPDATE_TS desc
    Users who are new and haven't yet changed their password will not have a value for SI_LAST_PASSWORD_CHANGE_TIME, so you can use SI_UPDATE_TS to determine when they were created.
    You could build an application that uses this query to determine who is getting close to password expiration and send out an email reminding those users to change their passwords.
    -Dell

  • SBS 2008 RWW displays "Your password has expired. Change it on the Change Password page."

    I have one User Account that when logging into RWW , a dialog (as attached) comes up? From my experience, when a password needs to be changed you are simply taken to the change password screen to enter old password and new. This AD account even has Password
    does not expire set.
    Even after changing password in AD this comes up - there are some other worrying things happening with this account as when the User opened their mailbox all of their Unread Items were marked as Read. Not sure if this is related. 
    When I login with another Test User Account, I cannot force the same dialog to come up and a google does not show me much.
    Could RWW of been compromised or is there something in User AD Account? I ended up resetting Users' password via AD just to be safe, but dialog still comes up. 

    Hi,
    Did this encounter for all the user accounts or just for a specific one?
    In general,if it is determined that the user must change the password upon logging on to the site (for example, the password has expired or set to User must change password at next logon), the logon page will present that error message to the user.
    Please check the prperties of that user account to see if you have selected "User must change password at next logon"check box.
    In addition, please check the default domain policy via the path below: Computer Configuration/Windows Settings/Security Settings/Account Policies/Password Policy
    Pleae check the value you have configured for “Maximum password age”.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Jco Function issue : The initial password has expired (request a new one)

    Hi Friends,
         Could you please help me to resolve this issue. I am able to start my session using  SAP Jco Start Action block. But while invoking the BAPI using
    SAP JCo Function action block I am getting the below error. I am 100% sure that my credentials are correct. I am able to logon to ECC using SAP Front GUI.
    I am using MII 14.0 patch SP4
    Any help on this very much appreciated.
    <Rowsets DateCreated="2014-07-22T12:33:49" EndDate="2014-07-22T12:33:49" StartDate="2014-07-22T12:33:49" Version="14.0 SP4 Patch 0 (Nov 22, 2013)">
        <FatalError>JCOProxy error: Problem retrieving JCO.Function object: The initial password has expired (request a new one)</FatalError>
    </Rowsets>]]
    Thanks in advance
    Shaji

    Hi Friends,
    This issue got resolved when I cleared the BAPI list cache at MII using below URL.
    http://hostname:port/XMII/JCOProxy?Mode=Reset

  • "Password has expired" for user created via UME API

    Hi,
    I have written a service that processes new user accounts and uses the UME API to create them. The code works fine on my local Sneak Preview installation of EP6 SP16, allowing the created users to logon and forcing them to change their password on first login.
    When I try and run this code on EP6 SP14 it completes without generating any exceptions but when I try and login I get the message "Password has expired" and cannot login or change the users password.
    Does anyone know why?
    I have the following UME settings for both servers:
    ume.logon.security_policy.password_change_allowed = TRUE
    ume.logon.security_policy.password_change_required = TRUE
    ume.logon.security_policy.password_expire_days = 99999
    The SP14 server also uses LDAP to authenticate users primarily  and has the following setting:
    ume.persistence.data_source_configuration = dataSourceConfiguration_ads_deep_readonly_db.xml
    There are some other UME configuration differences but none that seem relevant to this problem.
    Can anyone suggest what the problem might be?
    Cheers,
    Steve Archer

    The Xp machine is fine acessing the mb
    its the macbook that is having a problem accessing the xp machine coz it says that the password has expired
    but there is no password for the user on the xp machine that i am trying to access from my mb
    so that would be:
    xp to mb = fine all working
    mb to xp = password expired even though no password required for the xp user

  • New iphone indicates voicemail temp password has expired, set up new one. Step 1 asks for current password. I don't know what it is. What do I do/ does that mean to just enter a new one?

    New iphone 4 indicates that temporary voicemail password has expired, select a new one. In trying to do so, the first step is to enter current password. I either did not have one, or I don't remember it. Could the prompt mean just to enter a new password?

    Thanks, JK. I called my carrier, and now I'm on to the next learning curve. Great to have the help.
    Sheila87

  • Not able to connect to database: ORA-28001: the password has expired

    I started getting the 'password has expired' error in my SOA server log today (six months after installing my SOA Suite 11.1.1.4 development environment). I found a tip in an old forum thread:
    Failed to connect to database instance: ORA-28001: the password has expired
    and changed the password expiration time as suggested, and bounced my SOA server hoping for the best. But I'm still getting the password has expired error. Is there a way to clear that out so that I don't have to go back and figure out which user(s) are being affected and what their passwords should be reset back to so that my SOA environment will work again? Thanks!

    Hi,
    Better to check the password_life_time unlimited for all your schemas, suppose your prefix is DEV you may have:
    DEV_MDS
    DEV_ORABAM
    DEV_ORASDPM
    DEV_SOAINFRA
    Cheers,
    Vlad

  • Sneak Preview SP15: Password has expired

    Hi,
    today I installed the Netweaver 04 SP15 Sneak preview. The first thing I did was creating a new portal user, and I assigned the end user role, which worked fine.
    When I try to log in as the new user, I always get a "Password has expired" message (not the usual initial password change, I just cannot log in). I also reset the password as admin, but it doesn't help.
    The user view shows today as last password change, expiration time is 99999 days. There are no special characters in the password.
    System is Windows Server 2003, JDK 1.4.2_08.
    Thanks in advance,
    Markus
    Message was edited by: Markus Wagner
    Found a solution. In J2EE Administration -> Security Provider, I checked the "No password change required" option. That doesn't really solve the problem, but I can login, which is fine for me.

    You have to log in locally on the machine, on which the portal is running (or at least, that's the easiest way). Start the Visual Administrator tool with the go.bat (or the go script for *X systems) in C:\usr\sap\J2E\JC00\j2ee\admin.
    Select the default connection and log in as admin. Then navigate in the tree to Server/Services/Security Provider. Change to tab User Management. Then look for the user and select it. Click on the edit button above the tabs (I had a  bit trouble finding that) and select the "No passwort change required" checkbox, a bit below the middle of the window. Do that for each user and then switch back to read only mode.
    Markus

  • Password has expired

    right here we go....
    i have got past all the problems connecting my xp machine to my macbook.
    but now when i connect my macbook to the xp machine it asks for the username and password as normal but says that the password has expired. The user i have on the xp machine does not have a password so cant expire, this use to work on tiger with out a problem
    i have tried using the IP address but it does the same thing.
    any solutions or work arounds?

    The Xp machine is fine acessing the mb
    its the macbook that is having a problem accessing the xp machine coz it says that the password has expired
    but there is no password for the user on the xp machine that i am trying to access from my mb
    so that would be:
    xp to mb = fine all working
    mb to xp = password expired even though no password required for the xp user

  • Display Warning: Page has Expired Message

    I am sending a page content from a servlet with the response object being set the following,
    response.setHeader("Cache-Control","no-cache");
    response.setHeader("Pragma","no-cache");
    response.setDateHeader ("Expires", 0);
    and the servlet will delegate the response object to a JSP which will send the actual page.
    If the user after doing a transaction, presses back button, the browser should display a page with warning : Page has expired or I should display to the user not to use the back button. The Page Expiry message is sometimes displayed, but not always?
    Is there any suggestions available?
    thankx
    siva

    HI Siva,
    I get page expired in my case on Tomcat plugged with IIS Server.Im using RequestDispatcher Object to forward to JSPs.How can i avoid this? I was user to be able to press Back button from browser and go to back page.
    thanks,
    Sachin

  • Error: Your password has expired

    I get the following error when login to Oracle9iAS Portal as portal owner user, how do I reset the password?
    Error: Your password has expired, please contact the directory administrator to reset your password (WWC-53069)

    Go to <ORACLE_HOME>/bin and launch oidadmin
    Once Oracle Directory Manage Interface comes up, connect to your OID server as user "orcladmin".
    The password will be the same as the one that you have provided at installation time.
    Now go to
    Entry Management
    For me the entries were like the following
    cn=com,cn=oracle,cn=idc,cn=users,cn=portal
    change the userPassword attribute in your corresponding entry. Now try to log in to portal with the new password and it should work.
    Regards,
    Nachiketa

  • Password has expired + port change

    Dear friends, i have managed to install NW04 SP15, and can login using the admin/admin combination. when i create another user  or try to login using the Administrator loginid it gives me an error "Password has expired". Can some one help me solve this issue.
    Also i want to change the 50000 port to the default port of 80. is this possible if yes where is the option to get this done...any help will be appreciated

    Hi Glenn,
    When you have created the users then you must have given some roles to them. If any of the user you have created has User Administration role, then you can change the password of the "ADMIN" user.
    Apart from that you can also set the initial values of admin user from the visual Administration. You can change the setting of the Administrator UID/Pass to defualt which changes it back to admin/admin. I hope these would help you.
    Also, I dont know why do you want to change the port to 80. Actually when you install Portal 50000 is the defualt port for it. It is not the 80 port which we generally wants. This is SAP specific port. The port number depends on the J2ee Instance installed at the installation of the Poratl. So I would say that there is no need for changing this port.
    Regards
    Pravesh
    PS: Please consider rewarding points if helpful.

  • List all users whos password has expired

    Hi,
    Is it possible to list all users whos password has expired in the R\3 system?
    Thanks in advance,
    Aviad

    You can use program RSUSR200.
    On selection screen in block 'Selection by status of the password' select only 'Users with inactive passwords' checkbox.

  • My ipad says my password has expired and has me locked out

    How do I reset my iPad password when it say my password has expired and won't let me log on?

    Hey Elizabeth VP
    If the iPad is disabled, then the only option is to restore the iPad to the factory defaults. The articles below will explain how to take care of that and sort you out.
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    iOS: Unable to update or restore
    http://support.apple.com/kb/HT1808
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

Maybe you are looking for

  • Java EE 5 Web Tier Proposed Final Draft

    We're pleased to announce the availability of the Public Review of the next versions of the specifications for the Java Web tier. This includes Servlet, JavaServer Pages (JSP), the JSP Standard Tag Library (JSTL) and JavaServer Faces (Faces). Servlet

  • Sort by To / From in Mail is not working correctly

    As an example: I move the mails from the Sent - Gmail folder to a folder I created  On My Mac In this folder the sorting was by TO but the system did not execute this Instead it sorted by From and the To was not shown at all ! This is just one exampl

  • Cannot add music to my ipod

    I just updated my ipod touch 4 gen and now I cannot add music to it in itunes. The "add to" button is gone. I also lost all of my purchased music and cannot add it back.

  • Wage Type to be added in gross but not in annual gross.

    Dear Experts, I have Some customer wage types , which will be calculated in monthly Gross Salary and to be shown in payslip, which is already working. But I dont want to calculate Income Tax On those wage types ,niether it will be added to the annual

  • How to set custom page heading in List when called  from Screen

    Hi All, I have a requirement in which i have to call a list from screen. On the list i have to display data on from screen. The data width is 200(around 15 columns). In the screen's PBO i have used the below code to navigate to list: LEAVE TO LIST-PR