Problem about Changing Password?

1 After logining in mobile server,I tried to change the password,but it sometimes failed.
2 After changing the password in webtogo client,I found the password in mobile server had been also changed.
What relationship about the password between online and offline?
Will you please give me some advice?
Thanks a lot!

No, we didn't change the network name or the SSID.
I am trying to get my head around how the preference files work. I understand that changing the password would change the preference file, but after further changing, I noticed that if I changed the password back to the original password, it would no longer connect. Then, I changed it back to the password from which I had changed the original password, and it did not connect. Then, after changing it to a brand new password, it connected.

Similar Messages

  • Login as Root password problem (the changed password isn't working!)

    I have enabled root user. I've changed my password for root user a couple of time and I am still not cable to login as root!! (username: root).
    Any thoughts and help? thanks a lot! Alon.

    Hello Stephen,
    Change of password is not done via configtool. Configtool secure store just stores the current password which is taken by SDM during the deployment.
    To change the password of the administrator user, you will need to enable SAP*. Please follow note Note 669848.
    1. open the configtool: C:\usr\sap\<InstenceID>\JC<xx>\j2ee\configtool --> configtool.bat
    ex: C:\usr\sap\J9E\JC09\j2ee\configtool ---> configtool
    2. Activate the "super admin" and enter password(this is your choice) in configtool properties:
    In Config tool: cluster-data>Global Server configuration>services--> com.sap.security.core.ume.service
    find below ume properties and change values as i mentioned
    ume.superadmin.activated=TRUE
    ume.superadmin.password= < enter password>
    3. Save the changes in configtool. click on Save button.
    4. Stop the j2ee engine.
    5. Start the j2ee engine.
    6. Now you login to UME with username "SAP*" and password "what you entered in configtool"
    7. After logging into UME Search for user "administrator" then unlock this user; or if you want to change password you can change it.
    8. Goto config tool follow step 1:
    9. Follow step2: and change ume property values as below:
    ume.superadmin.activated=FALSE
    ume.superadmin.password= (note: seta as default or blank)
    10. Save the change setting in configtool.
    11. Restart the j2ee engine ( Stop and Start).
    12. Now login to user as "Administrator"; you will succussfully loging into ume;
    Hope this helps.
    Regards,
    Snehal

  • Help needed - about change password page

    I had created a change password page and successfully connected to the access database via jdbc-odbc bridge. But, there are still some errors with the coding.
    The situation is like that: whether the NewPassword==ConfirmPassword or NewPassword!=CofirmPassword or both blank, there will always pop up a message dialog "The confirm password and new password must be same."(which I wrote in JOptionPane) and will not update the database that i had linked. I try to correct it but fail.
    Can somebody help me to correct the code below?
    Thank you!
    ========================================================================void jButton1_actionPerformed(ActionEvent e) {
    String userid = jTextField1.getText(); //UserName
    char[] passwd2 = jPasswordField2.getPassword(); //NewPassword
    char[] passwd3 = jPasswordField3.getPassword(); //ConfirmPassword
    try {
    connection = getDBConnection();
    if( passwd2 != passwd3 ){
    JOptionPane.showMessageDialog(null, "The confirm password and new password must be same.", "Change Password Fail", JOptionPane.INFORMATION_MESSAGE );
    jPasswordField2.setText("");
    jPasswordField3.setText("");
    else {
    String query = "UPDATE UserInfo SET Password = '"+ passwd2 +"' WHERE UserID='" + userid +"'";
    Statement statement = connection.createStatement ();
    ResultSet resultSet = statement.executeQuery( query );
    int result = statement.executeUpdate ( query );
    if ( result == 1 )
    JOptionPane.showMessageDialog ( null," Password successfully changed", "Password changed", JOptionPane.INFORMATION_MESSAGE );
    else {
    jPasswordField2.setText( " " );
    jPasswordField3.setText( " " );
    JOptionPane.showMessageDialog ( null,"Fail to change password.\n Please reenter the new password.","Fail", JOptionPane.INFORMATION_MESSAGE);
    catch (SQLException sqlex ){
    sqlex.printStackTrace();

    yup, i change as the code as u suggested..the change password page run success but got bugs as below. i don't know the reason. please correct me though the coding. thanks!
    ========================================================================
    java.sql.SQLException: No ResultSet was produced
         at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(JdbcOdbcStatement.java:255)
         at logintry.DataMiningFrame.jButton1_actionPerformed(DataMiningFrame.java:239)
         at logintry.DataMiningFrame$1.actionPerformed(DataMiningFrame.java:77)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
         at java.awt.Component.processMouseEvent(Component.java:3715)
         at java.awt.Component.processEvent(Component.java:3544)
         at java.awt.Container.processEvent(Container.java:1164)
         at java.awt.Component.dispatchEventImpl(Component.java:2593)
         at java.awt.Container.dispatchEventImpl(Container.java:1213)
         at java.awt.Component.dispatchEvent(Component.java:2497)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
         at java.awt.Container.dispatchEventImpl(Container.java:1200)
         at java.awt.Window.dispatchEventImpl(Window.java:914)
         at java.awt.Component.dispatchEvent(Component.java:2497)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)

  • [RFC to File]Problem about Changing file name in message mapping.

    Hi,
    my problem:
        Type:RFC to File
        I change the file name in message mapping.
    when I call the RFC to send the data twice at the same time, both of the output file names are changed while I only want to change the second output file name.
        thanks
    Sam

    In my MM, the input values to these variables (var1, var2 and var3) are (<ZZCOMBI>array,G499999,END_FIFC0029) ,
    var1 is an array of input <ZZCOMBI> item list;
    var2 is get from a property file by call another UDF;
    var3 is constant value.
    the test input data :
    I send the data for the first time:
    - <rfc:Z_IFCFR821_ZIFCTT82100010 xmlns:rfc="urn:sap-com:document:sap:rfc:functions">
    - <T_ZIFCTS82100010>
    - <item>
    <ZZCOMBI>G000002G000002</ZZCOMBI>
    <ZZKYKBN>*</ZZKYKBN>
    <ENAME_VE />
    <ENAME_Z5 />
    </item>
    </T_ZIFCTS82100010>
    </rfc:Z_IFCFR821_ZIFCTT82100010>
    so the input values to these variables (var1, var2 and var3) are (G000002G000002,G499999,END_FIFC0029)
    the output file name(File1) :END_FIFC002920090413-171534-053.dat
    output record: G000002G000002
    because the data what I send is the last record, the system send the dummy data for the second time by program.
    - <rfc:Z_IFCFR821_ZIFCTT82100010 xmlns:rfc="urn:sap-com:document:sap:rfc:functions">
    - <T_ZIFCTS82100010>
    - <item>
    <ZZCOMBI>G499999</ZZCOMBI>
    <ZZKYKBN />
    <ENAME_VE />
    <ENAME_Z5 />
    </item>
    </T_ZIFCTS82100010>
    </rfc:Z_IFCFR821_ZIFCTT82100010>
    so the input values to these variables (var1, var2 and var3) are (G499999,G499999,END_FIFC0029)
    the output file name(File2) :END_FIFC002920090413-171533-928.dat
    output record: G499999
    I find that File2(20090413-171533-928) was ouput before File1(20090413-171534-053 ) from the time stamp.
    I am not sure about that "XI will create a message ID for each message and the messages are independent." as you mentioned above.
    Best regards
    Sam
    Edited by: YONGHE ZHOU on Apr 15, 2009 3:59 AM

  • The problem about changing the SID

    Hello,
    Due to some reasones ,we shoud chang the R3 sid from PR3(instance number is 00) to QR3 on one IBM iseries host .As we read some relatives doc about system copy ,we decide use method of exoprt/import to do this.But there are paramter that really confuse me now.In the step of SAP system instance indentification,I hesitate the instance number should be set.Should I choose a new number or keep the value that PR3 used(instance number is 00).BTW,is there two instance or just one instance in the host after I change the system sid
    Thanks in advance.
    Message was edited by:
            Rong

    I understnad this problem now.But still one got me.
    I want to use SMIGR_CREATE_DDL to generating ddl statements for migration,but when I finished this ABAP I cann't find any script has been generated.
    The installation Directory is '/tmp'.
    Our platform of R/3 is OS/400.
    Thanks.
    Message was edited by:
            Rong

  • Problem with changing password on macbook pro.

    I just realized now that whenever I try to change my password into anything, a screen pops up and says: The password for the account "(my account name)" was not changed. Above is an attachment of more details.

    I think you are basically screwed and will need to take the system back to whoever owns it and originally set it up.
    This clearly looks like it is NOT YOUR computer but a Schools computer. Otherwise why would you ever let some other person/entity/organization setup a Managed account on a computer YOU OWN?
    If it is your computer then take it in to them and ask them to straighten it out and NOT set your username as a regular User.
    But if it was me and it was MY computer I'd Wipe the drive, Completely by Repartitioning it, and reinstall the OS and my software. Then I would Never let the school touch MY COMPUTER. As IMHO they have No right fooling with My Admin Account on MY computer. But hey that's just me. To many liberties are being infringed in the quest of security. IMHO
    I don't know of any way to change that Managed account. And if I did I would not post it here or tell you in any way, shape or form.
    Good Luck & Best Wishes.
    P.S.
    To my knowledge a regular user can not change there password. But then I never deal with limited User Accounts so I honestly don't know whether they can or can't.
    ianhuimac wrote:
    Actually, my account was 'verified' by my school. They created an admin account there and left mine to be a normal user without admin rights. So, I used single user mode to create a new admin account, change mine into an admin account and delete theirs. So I guess my account may be managed by that account, but now its deleted.
    Is there any way to make my account unmanaged?

  • A problem about change request release se10,urgent!

    hello,everyone,
    when I use tcode se10 to release my change requestno,
    an error occured:
    'test call of transport control program (tp) ended with return code 0232',what it mean?who knows?
    pls give me help,.thanks very much.

    Hi Niuniu,
    Try this to vaoid the problem.
    On Transport Domain Controller:
    - goto /nSTMS
    - Overview -> Systems
    - Click client then select u2018SAP Systemu2019 -> Update Configuration (Ctrl+F2)
    - Extras -> Generate RFC Destinations
    - Repeat this for Controller instance itself ! ! !
    On Domain Clients:
    - goto /nSTMS
    - Overview -> Systems
    - Client its instance (eg DEV) then u2018SAP Systemu2019 -> Update Configuration (Ctrl+F2)
    - Extras -> Generate RFC Destinations
    Dont forget to reward points if found useful.
    Thanks,
    Satyesh

  • Changing passwords of oracle users

    Dear all
    I wander is there any problem if changing password of oracle users SAPOWNER, system,sys . (I guess command for that is brconnect -u system/<password> -f chpass -o <sapowner> -p <password>
    ). What about sys and system. (I hope that after changing passwords the system will be functional)
    Which user is used when "sqlplus / as sysdba"
    thank you in advance

    Hello Jan,
    I wander is there any problem if changing password of oracle users SAPOWNER, system,sys
    Well we already discussed the SAPOWNER here: http://forums.sdn.sap.com/message.jspa?messageID=10814500#10814500
    If you change the password of SYSTEM or SYS there will be no problem at all. These users/password combination is not used in a SAP environment unless you explicitly specify the SYSTEM user and password in some BR*Tools calls like brconnect. If you just use the "/" default approach, the OS authentication mechanism (OSDBA) is used - so no issue there at all.
    @Orkun:
    This is not a user, but a role. So when you connect to the database by using "/as sysdba" you will be able to connect to the system by sysdba role not by a user.
    If you use this apporach you are connected with the user SYS - so you are using a user for sure (and btw. you can only logon with SYS by using SYSDBA role). The only difference between "sqlplus / as sysdba" and "sqlplus SYS as sysdba" is, that you are using the specified OSDBA group with the first approach (so no password is required).
    shell> pwd
    /oracle/<SID>/11202/rdbms/lib
    shell> grep dba config.s
    #  SS_DBA_GRP defines the UNIX group ID for sqldba adminstrative access.
            .rename H.16.ss_dba_grp{TC},"ss_dba_grp"
            .globl  ss_dba_grp{RW}
    T.16.ss_dba_grp:
            .tc     H.16.ss_dba_grp{TC},ss_dba_grp{RW}
            .csect  ss_dba_grp{RW}, 3
    # End   csect   ss_dba_grp{RW}
            .string "dba"
    shell> sqlplus / as sysdba
    SQL> SELECT sys_context('USERENV', 'SESSION_USER') FROM DUAL;
    SYS_CONTEXT('USERENV','SESSION_USER')
    SYS
    shell> sqlplus SYS as SYSDBA
    Enter password:
    SQL> SELECT sys_context('USERENV', 'SESSION_USER') FROM DUAL;
    SYS_CONTEXT('USERENV','SESSION_USER')
    SYS
    Regards
    Stefan

  • Airport Extreme problems--drops connection and can't change password

    Hi, I am having multiple problems with my Airport Extreme (n) base station. All of these problems occur on all three of my machines. MacBook Pro 2007 model, MacBook Pro i7 2.66, and iMac 24".
    1. Sometimes the airport connection works, but then drops off for hours at a time with no explanation, and then starts working again by itself. The green light is lit all the time. Also the airport bars on my menu bar are showing that it's connected. However when I go through diagnostics it says I don't have a connection and to restart the modem, which I do to no avail.
    2. When it is connected, there is often strange download activity (shown via istats menu), even when no applications are open. It's around 200k. When I turn the airport off the downloading stops. This only happens via airport base station connection, not when connected via ethernet.
    3. I have tried numerous times to reset my AE base station password via airport utility. I go through the process. It tells me the configuration changes were successful and then it restarts the base station. When I reconnect the airport connection, it still uses the old password. I cannot get it to actually accept the new password.
    Does anyone have similar experiences? I am not sure what to do and have not seen any simiar threads in the forum.
    Thanks for any help,
    lula

    Yes, I am pretty sure it isn't that. That modem and it's connection works fine, but it's on the other side of the house.
    These various problems (connection dropping, mysterious download when no apps are on, and not being able to change password) all started about two months ago, before that I never had problems with the airport. I have had the same ADSL modem (provided by my phone/cable company) the whole time.
    What possible problems do you think the provided modem could cause?
    And why am I not be able to change my airport password? That part really puzzles me.
    Do you think if I bought a new modem--one completely independent and not connected to a particular isp it would solve the problem. I am willing to try that, but I don't know if it will make a difference.

  • Problems in Changing LDAP (AD) Initial Password from Portal

    Hello ,
    We are using EP 7.01 SP 05 with Microsoft AD as our user data store (flat structure).
    For newly created users on AD, we are wanting them to be able to change their initial passwords from portal (on their first logon).
    SSL is set up between EP and AD.
    The user we are using to access LDAP has write privileges.
    We are using a standard configuration file (writeable version) (dataSourceConfiguration_ads_writeable_db.xml)
    We are able to modify users from User Administration console (including password change) without any problem.
    However, there are two problems we are facing:
    1. If the flag "User must change password at first logon" is set on AD/LDAP, then on Portal the user is not getting prompted for changing password - and User authentication failed
    2. If the flag "User must change password at first logon" is NOT set on AD/LDAP, then - User is getting prompted to change the password" - however password change is not going through successfully - Error says - "Missing".
    From logs I can see the following error:
    #1.5#0050568767DE006B0000000700005D7C00048EC433D5B0FC#1282873241046#com.sap.security.core.persistence#sap.com/irj#com.sap.security.core.persistence.[cf=com.sap.security.core.persistence.datasource.imp.LDAPPersistence][md=changePassword][cl=64495]#Guest#0#SAP J2EE Engine JTA Transaction : [044ffffffd35700451]#n/a##19ae55e0b17c11dfb0d00050568767de#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Java###Can not change password
    [EXCEPTION]
    {0}#1#javax.naming.directory.InvalidAttributeValueException: [LDAP: error code 19 - 0000052D: AtrErr: DSID-03190F00, \#1:
    0: 0000052D: DSID-03190F00, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 9005a (unicodePwd)
    ]; remaining name 'cn=portal test'
    at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3010)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2943)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2749)
    at com.sun.jndi.ldap.LdapCtx.c_modifyAttributes(LdapCtx.java:1449)
    at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_modifyAttributes(ComponentDirContext.java:255)
    at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(PartialCompositeDirContext.java:172)
    at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(PartialCompositeDirContext.java:161)
    Can any one pls suggest what is this error about and what I am missing.
    Thanks ,
    Shanti

    Hello All,
    Thank you for your time and valuable replies.
    I got rid of the "Missing" error and now I am one step away from the solution.
    Now I am at a stage where: (for a user with initial password on LDAP)
    1. In AD if "User needs to change password on next logon" flag is NOT set - user can successfully logon to portal. (without being prompted for password change)
    2. In AD if "User needs to change password on next logon" flag is set - then user cannot logon to portal - I get User authentication failed error.
    I have went through a lot of discussions around this topic on SDN and different SAP Notes. I have tried to maintain UME Security policy as close as possible to LDAP (I cannot make it exactly same due to some differences in LDAP and UME).
    However, when and administrator can change passwords from UME successfully without any problem - it means that:
    - Security policy is being met
    - Service user used to communicate to LDAP has all the required access
    The only missing piece of the puzzle is how to enable the users to be able to change their passwords (with initial or expired passwords).
    According to Note 865399 - the default value for The property ume.ldap.access.set_pwd is TRUE.
    Also the property ume.ldap.access.pwd.via.usercontext can only be TRUE when ume.ldap.access.set_pwd is set to FALSE.
    So, I have tried setting the following without any success:
    <ume.ldap.access.pwd.via.usercontext>true</ume.ldap.access.pwd.via.usercontext>
    <ume.ldap.access.set_pwd>false</ume.ldap.access.set_pwd>
    Thanks,
    Shanti

  • Hi, Dear. I purcahse my iphone 4S on of the guy, my problem is when i update any app from App store and i click update there is an e-mail address is coming which i doesnt know about the password, how can i revome the e-mail address for update our apps.

    Hi, Dear. I purcahse my iphone 4S on of the guy, my problem is when i update any app from App store and i click update there is an e-mail address is coming which i doesnt know about the password, how can i revome the e-mail address for update our apps.

    Yes. Delete the Apps that were not Purchased using Your Apple ID.
    But a Restore as New is the way to go.

  • C370 - Problem changing password from GUI

    Hi,
    I'm facing a problem when trying to change password when it's expired (by password policy) at C370 w/ 7.6.3-019.
    Already tried at IE 9.0 and FF 24.6.0 ED without success. The only way I can change password is from CLI.

    Is this per the System Administration > Local User Account & Password Settings, w/ password reset rules set there?  Specific account/admin account?  Or a custom defined account?
    From what you describe - sounds like would fall in-line with standard procedures if admin account related...
    If you lock the admin account, you can only unlock it by logging in as the admin through a serial communications connection to the serial console port. The admin user can always access the appliance using the serial console port, even when the admin account is locked.
    I hope this helps!
    -Robert
    (*If you have received the answer to your original question, and found this helpful/correct - please mark the question as answered, and be sure to leave a rating to reflect!)

  • Hi, I have problems in ordering book from iPhoto. It says "problems in getting contact with Apple Online Store" I have changed password on my Apple ID - could that be the problem ??

    Hi, I have problems in ordering book from iPhoto. It says "problems in getting contact with Apple Online Store" I have changed password on my Apple ID - could that be the problem ??

    Some additional efforts you can try:
    Go to the System/Sharing preference pane and make sure Remote Apple Events is checked.
    If it is, uncheck it and then recheck and try ordering again.
    OT

  • The password for the account "account name" was not changed. Your system administrator may not allow you to change your password or there was some other problem with your password. Contact your system administrator for help.

    I have a user who's Active Directory password is going to expire. I had her reset her password by going to apple > system prefs > user > and clicking change password. She received the error "The password for the account "account name" was not changed. Your system administrator may not allow you to change your password or there was some other problem with your password. Contact your system administrator for help."
    I had her change her password via the kpasswd command in terminal and that changed her password on the server sucessfully however the laptop has FileVault on it. Filevault is not recognizing the new password just the old password.
    I have deleted the keychain which didn't resolve and now I am going to decrypt and reencrypt the drive. I'm hoping this is an isolated issue I have over 25 laptops configured like this.

    I "think" the trick was unbinding and rebinding the computer account.
    After unencrypting and trying to reencrypt Filevault would still not take the new password.
    Rebooted the prompt to update the keychain appeared. Updated the keychain. Filevault would still not take the new password.
    Unbinded and rebinded the computer account. It worked and let me add the user to filevault.

  • My problem is simple: my recently changed Password does not work

    my problem is simple: my recently changed Password does not work

    Flash Player doesn't require a password so it's not as simple as you make it out.
    Where exactly are you being asked for a password , and for what?

Maybe you are looking for

  • W510 Win 7 SP1 64-bit refusing Win 8 Pro upgrade

    Spec: -W510 (4318CTO) -Windows 7 Pro SP1 64-bit -Core i7 Q 720 -10GB ram -Crucial M4 512GB SSD 1. Used Lenovo Recovery to bring Win7 back to factory state 2. Created disc image using Acronis True Image 2013 3. Deleted Lenovo Recovery partition 4. Cre

  • Consignment Vendor Stock Process

    Dear Gurus, I've been studying the Consignment Procedure in the web and read a lot of documentation about it. However, I'm still puzzled on the proper steps. Sorry I'm new to MM. Can you help me with the procedure? Tcode? 1. Create Consignment PO (K)

  • My mac os x 1.5.8 system preference in gone and i need help

    my mac system preference (os x 1.5.8) is gone and the computer keeps sleeping when i am watching videos

  • Mac MP3 Pla

    Hi, I am looking for a mp3 player that runs under Mac OS. Do you have any Creative Labs mp3 player that fulfils my only requirement? Thanks so much!

  • CC install problem

    I wanted to install PS CC (I already have CS6 etc. on a CC base), I got this new CC folder in my Adobe program files and a shortcut to the (updated) Application Manager on my desk. To be able to use that, I have to log in. Every time I try that, it s