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

Similar Messages

  • "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

  • Web Service in Sneak Preview SP15 gives NoSuchFieldError: _typeRegistry

    Hi,
    I've been trying to create a WebDynpro application which should access a simple webservice. To ensure that the webservice actually works, I have successfully contacted it and sent a request with a successful response to it using WSNavigator.
    All this is running on the Full Java Sneak Preview SP15 and being developed in NWDS SP15.
    What I've done is:
    - Create model using url
    - Link request in context from model to component
    - Link request in context from component to view
    The context (of both the component and the view) is strucured as follows:
    Context
    - Request_UserSessionSoap_login
    -- in
    --- username
    --- password
    - Response
    -- Result
    The init of the component I have set up as follows:
        Request_UserSessionSoap_login login = new Request_UserSessionSoap_login();
        ComplexType_LoginRequestInDef loginRequest = new ComplexType_LoginRequestInDef();
        loginRequest.setUsername("someuser");
        loginRequest.setPassword("somepass");
        login.setIn(loginRequest);
        wdContext.nodeRequest_UserSessionSoap_login().bind(login);
    I have then created a method 'login' in the component, which is called in the eventhandler to a button on the view.
    The login method is as follows:
        try {
             wdContext.currentRequest_UserSessionSoap_loginElement().modelObject().execute();
             wdContext.nodeResponse().invalidate();
        } catch(Exception e) {
             wdComponentAPI.getMessageManager().reportWarning("ARGH!! " + e.getMessage());
    When I try running the application and clicking the button I get the 'NoSuchFieldError: _typeRegistry' message in my tracelog.
    As far as I know, my there is no errors in my approach, nor my code.
    So, examining the generated code, I find where typeRegistry is set. It is in a class extends the abstract class com.sap.engine.services.webservices.jaxrpc.wsdl2java.ServiceBase. The abstract class rightly has the field 'typeRegistry'. So all is good... Just to test something I try inserting the line
    private TypeMappingRegistryImpl _typeRegistry;
    in the generated class, so that calls to _typeRegistry are directed at the local member.
    Trying this approach (which is bound to mess everything up eventually) it seems like the code runs a little further before crashing, and I end up with the following exception in my tracelog: SAPNoClassDefFoundError: com/sap/engine/services/webservices/jaxrpc/wsdl2java/dynamic/DynamicInterface
    And I've tried searching for this class but have not been able to find it anywhere. I do not think that really matters, because the first exception should never have happend in the first place.
    So, all in all I am now at my wits end. I do not know what else to do than ask you people for guidance.
    Thanks in advance,
    developer-in-distress Rune J.

    I have solved this now...
    The solution is: Uninstall SP15, download and install SP16.
    Installing SP16 might raise some new problems.. e.g. the administrator is now Administrator/abcd1234 instead of admin/admin ... And this must be manually changed in configtool.bat under secure store.. and the password for SDM should be changed from admin to abcd1234 too.... but that is another story
    ps. all those things can be found around the forum.

  • 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.

  • Sneak preview SP15

    Hello All,
    I keep getting this error when trying to install Sneak Preview SP15.
    ERROR 2006-02-01 15:07:50
    FJS-00003  TypeError: (new FileMgt()).getNode(PropertyFileFullPath) has no properties (in script InstallationScript_19, line 8488: ???)
    I had a previous installation of the WebAS which I uninstalled completely.
    I also tried the following
    1) recreate users j2eadm and sapservicej2e
    2) replace ERROR with OK in keydb.xml
    3) added j2eadm and sapservicej2e to create a token object and permanent share privileges.
    Any ideas will be helpful?
    Thanks

    Hi Gregor,
    I am running windows XP professional. I am using JDK 1.4.2_09. I am a local user . I had a  previous sneak preview which I uninstalled. Do you have any ideas?
    Thanks

  • 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

  • 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

  • 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

  • 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

  • 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 ?

  • 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